2011/2/15 Henry Gebhardt <[email protected]>: > 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 _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
