[systemd-devel] Systemd on Slackware

Bogdan Rădulescu bogdan.radulescu at erepublik.com
Wed Feb 16 07:11:21 PST 2011


2011/2/15 Henry Gebhardt <hsggebhardt at googlemail.com>:
> On Tue, Feb 15, 2011 at 04:15:32PM +0200, Bogdan Rădulescu wrote:
>> Hi,
>>
>> I am trying to compile systemd (both 0.17 and the latest version from
>> git) on Slackware and compilation fails with the following error:
>>
>>   VALAC  systemadm_vala.stamp
>> /bin/sh: line 1: 14527 Segmentation fault      /usr/bin/valac
>> --pkg=posix --pkg=gtk+-2.0 -g -C src/systemadm.vala
>> src/systemd-interfaces.vala
>> make[1]: *** [systemadm_vala.stamp] Error 139
>> make[1]: Leaving directory `/root/systemd'
>> make: *** [all] Error 2
>>
>>
>> I used Vala 0.10.0 for attempting to compile.
>
> I think had the same problem with vala-0.10.2. It was fixed with
> vala-0.10.3.
>
>
> Greetings,
>
> Henry
>

Thanks Henry,

Tried it first with the latest Vala (0.11.6) and that didn't work but
indeed with 0.10.3 it was OK.
The next error was this:

  GEN    man/systemd.1
I/O error : Attempt to load network entity
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl

Removing the --nonet option from the XSLTPROC_FLAGS variable in
Makefile.am takes things forward but still, it takes forever to go
past man pages. I think man pages and html files took an hour to
complete.

Looking forward to play with it because conceptually looks very promising.

Bogdan


More information about the systemd-devel mailing list