public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Ghislain Hachey <ghachey.lists@gmail.com>
To: development@lists.ipfire.org
Subject: IPFire Building Packages
Date: Sat, 05 Jul 2014 17:45:22 +0800	[thread overview]
Message-ID: <53B7C932.5010406@gmail.com> (raw)

[-- 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

             reply	other threads:[~2014-07-05  9:45 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-05  9:45 Ghislain Hachey [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53B7C932.5010406@gmail.com \
    --to=ghachey.lists@gmail.com \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox