public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* IPFire Building Packages
@ 2014-07-05  9:45 Ghislain Hachey
  2014-07-05 14:15 ` Michael Tremer
  0 siblings, 1 reply; 19+ messages in thread
From: Ghislain Hachey @ 2014-07-05  9:45 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2067 bytes --]

Hi,

I started building my own packages for IPFire and could use a little 
guidance.

The package I want to add to pakfire has a number of dependencies. It 
goes like this:

* Several are already part of IPFire (libpcap, libtool, autoconf tools, 
and some more). I don't need to do anything in most cases, but what if 
my package requires a newer version than the one available in pakfire?
* At least one dependency is not already available (it's redis). I 
already created a pakfire package for this one and tested it on my own 
IPFire box, seems to work.
* Yet some other dependencies are typically downloaded and compiled as 
part of the make step of the package build. My understanding of why it 
is this way is because of the tight integration between the software and 
those dependencies. My question is this: is it necessary to create 
pakfire packages for the ones usually downloaded and compiled in make 
process, or is it ok to let the make process take care of it? One more 
thing worth mentioning is that some of those packages automatically 
downloaded and compiled are available in IPFire (like rrdtool). Will 
that create conflicts or can it safely coexists?

Some more questions:

* When install my redis pakfire package I get the message 
"/opt/pakfire/lib/functions.sh: line 91: /etc/init.d/: is a directory", 
why is that?
* Should a make test step (if there is one) be included in the lfs 
definition?
* Again in the lfs definition, what's the difference between using 
"install -v -m644 $(DIR_SRC)/config/redis/redis.conf 
/etc/redis/redis.conf" and "cp $(DIR_SRC)/config/redis/redis.conf 
/etc/redis/redis.conf". Which one should I use? Which one should I use 
for initscripts? I've looked at several other lfs files but seems things 
are done slightly differently which makes it a bit harder to understand.
* I don't see anywhere in the lfs definition how I would run a process 
as a new non-root user. I see many add-ons runb as root which is not as 
secure as it could be. What is best practice here and how to go about it.

Regards.

-- 
GH

^ permalink raw reply	[flat|nested] 19+ messages in thread
[parent not found: <mailman.1.1406628001.22194.development@lists.ipfire.org>]

end of thread, other threads:[~2014-07-30  7:37 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-05  9:45 IPFire Building Packages Ghislain Hachey
2014-07-05 14:15 ` Michael Tremer
2014-07-05 23:01   ` Ghislain Hachey
2014-07-06  8:57     ` Michael Tremer
2014-07-06  9:44       ` Ghislain Hachey
2014-07-07  9:18         ` Michael Tremer
2014-07-08 10:35           ` MySQL 5.6.19 Sascha Kilian
2014-07-08 13:10             ` Sascha Kilian
2014-07-29  8:13           ` LuaJIT Panic on IPFire Ghislain Hachey
2014-07-29  8:27             ` Arne Fitzenreiter
2014-07-07  8:49       ` IPFire Building Packages Ghislain Hachey
2014-07-07  9:22         ` Michael Tremer
2014-07-07  9:50           ` Ghislain Hachey
2014-07-07 10:35             ` Michael Tremer
2014-07-07 10:48               ` Ghislain Hachey
2014-07-11  4:18               ` Ghislain Hachey
2014-07-06  8:51   ` Ghislain Hachey
2014-07-06  9:03     ` Michael Tremer
     [not found] <mailman.1.1406628001.22194.development@lists.ipfire.org>
2014-07-30  7:37 ` LuaJIT Panic on IPFire Ghislain Hachey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox