Re: [systemd-devel] [ANNOUNCE] systemd 212

2014-03-25 Thread Stephan Raue
Hi, systemd-212 breaks if we run autoreconf before configuring and building with: autoreconf: running: /home/stephan/projects/openelec-master/build.OpenELEC-Generic.x86_64-devel/toolchain/bin/automake --add-missing --copy --force-missing Makefile.am:36: warning: user target '.PRECIOUS'

Re: [systemd-devel] Cross-building systemd?

2013-10-04 Thread Stephan Raue
if you need a receipt to crosscompile libcap see: https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/devel/libcap/build basically you must compile _makenames first with the hosttools: make CC=$HOST_CC -C libcap _makenames as a second step you crosscompile libcap like: make

[systemd-devel] prevent unmount of single partitions on shutdown

2013-08-20 Thread Stephan Raue
Hi, i try to port systemd on a own embedded OS which is stored in a squashfs file. This file is on a fat partition (later mounted as /flash) on the drive. In our own initramfs (which dont uses systemd) /flash will be mounted and then the Squashfs file as /sysroot. later we do a switch_root

[systemd-devel] systemd fails to build with static kmod library

2013-06-02 Thread Stephan Raue
Hi, systemd fails to build with using a statically libkmod.a: libtool: link: /home/stephan/projects/openelec-master/build.OpenELEC-ARCTIC_MC.x86_64-devel/toolchain/bin/x86_64-openelec-linux-gnu-gcc -std=gnu99 -pipe -Wall -Wextra -Wno-inline -Wundef -Wformat=2 -Wformat-security

Re: [systemd-devel] systemd fails to build with static kmod library

2013-06-02 Thread Stephan Raue
Am 02.06.2013 18:56, schrieb Cristian Rodríguez: El 02/06/13 11:06, Stephan Raue escribió: Hi, systemd fails to build with using a statically libkmod.a: Sure it does, there is memdup, path_is_absolute and path_make_absolute_cmd symbols defined in systemd and kmod. As static libraries do

Re: [systemd-devel] systemd fails to build with static kmod library

2013-06-02 Thread Stephan Raue
Am 02.06.2013 19:36, schrieb Greg KH: On Sun, Jun 02, 2013 at 07:28:57PM +0200, Stephan Raue wrote: i dont agree, i some cases it makes sense. since udev is included in systemd and udev has now its own buildins for the modprobe stuff it should be possible to use kmod statically linked, esp

Re: [systemd-devel] systemd-183 build error with --disable-logind

2012-05-31 Thread Stephan Raue
Am 30.05.2012 22:27, schrieb Lennart Poettering: This is fixed now in git. Thanks for the pointer! Lennart thanks much :-) ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Compiling in a sandbox

2010-07-08 Thread Stephan Raue
sudo make install ? Am 08.07.2010 22:42, schrieb Steve Herber: In gentoo, the only way I know to install packages is to run the emerge command as root. The point of gentoo is to automate the download, untar, configure, compile, and install process. I don't know of a way to do this without