Re: [systemd-devel] Building systemd

2019-06-10 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Jun 09, 2019 at 05:58:16PM -0300, Leonardo Akel Daher wrote: > Hi, > > I am trying to make a Pull Request for systemd, but I am struggling running > the tests locally (before making any code changes). I get the error of the > attached image when running "ninja -C build/ test". Hi, please

Re: [systemd-devel] Building systemd from git

2014-03-20 Thread Kevin Wilson
Hi all, Thanks for the quick response from all responders; I was afraid that etc here was indeed in a different context than a path regards, KW On Thu, Mar 20, 2014 at 4:08 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Thu, Mar 20, 2014 at 04:02:37PM +0200, Kevin Wilson wrote: >> Thanks, Zbysz

Re: [systemd-devel] Building systemd from git

2014-03-20 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Mar 20, 2014 at 04:02:37PM +0200, Kevin Wilson wrote: > Thanks, Zbyszek. > > > --prefix etc. > > I assume you mean: > --prefix /etc > and not > prefix /etc > > is it so ? No, I meant "--prefix" as in the command line option to ./configure, e.g. "--prefix=/usr", and "etc" as in "et cetera

Re: [systemd-devel] Building systemd from git

2014-03-20 Thread Kay Sievers
On Thu, Mar 20, 2014 at 3:02 PM, Kevin Wilson wrote: > Thanks, Zbyszek. > >> --prefix etc. > > I assume you mean: > --prefix /etc > and not > prefix /etc > > is it so ? No. Just check out git and run ./autogen.sh, it will tell you what to do. Kay ___

Re: [systemd-devel] Building systemd from git

2014-03-20 Thread Reindl Harald
Am 20.03.2014 15:02, schrieb Kevin Wilson: >> --prefix etc. > > I assume you mean: > --prefix /etc > and not > prefix /etc > > is it so ? > KW no: http://en.wikipedia.org/wiki/Et_cetera you don't want your binary tree in /etc > On Wed, Mar 19, 2014 at 10:44 PM, Zbigniew Jędrzejewski-Szmek >

Re: [systemd-devel] Building systemd from git

2014-03-20 Thread Kevin Wilson
Thanks, Zbyszek. > --prefix etc. I assume you mean: --prefix /etc and not prefix /etc is it so ? KW On Wed, Mar 19, 2014 at 10:44 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Mar 19, 2014 at 10:25:30PM +0200, Kevin Wilson wrote: >> Hello, >> >> When I build systemd from git using the

Re: [systemd-devel] Building systemd from git

2014-03-19 Thread Lennart Poettering
On Wed, 19.03.14 22:25, Kevin Wilson (wkev...@gmail.com) wrote: > Hello, > > When I build systemd from git using the usual procedure of configure, > without setting special parameters, it installs folder under > /usr/etc/systemd/ (like /usr/etc/systemd/system and its children, > /usr/etc/systemd/

Re: [systemd-devel] Building systemd from git

2014-03-19 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Mar 19, 2014 at 10:25:30PM +0200, Kevin Wilson wrote: > Hello, > > When I build systemd from git using the usual procedure of configure, > without setting special parameters, it installs folder under > /usr/etc/systemd/ (like /usr/etc/systemd/system and its children, > /usr/etc/systemd/net

[systemd-devel] Building systemd from git

2014-03-19 Thread Kevin Wilson
Hello, When I build systemd from git using the usual procedure of configure, without setting special parameters, it installs folder under /usr/etc/systemd/ (like /usr/etc/systemd/system and its children, /usr/etc/systemd/network/, and more). Is there a way to run configure so that, instead of /us