On Fri, July 25, 2014 12:01 am, Armin K. wrote: > On 07/24/2014 02:00 PM, Christopher Gregory wrote: > >> On Thu, July 24, 2014 11:38 pm, Armin K. wrote: >> >>> On 07/24/2014 01:36 PM, Christopher Gregory wrote: >>> >>> >>>> Hello, >>>> >>>> >>>> >>>> Well with going through the gnome build for the book, I decided to >>>> install samba as it is one of the recommended optional dependancies >>>> for gnome-control-center. >>>> >>>> It fails to build with the following error: >>>> >>>> >>>> >>>> become_daemon.c:(.text+0x36d): undefined reference to `sd_notifyf' >>>> >>>> >>>> >>>> Research on google brought up the following bugzilla report: >>>> >>>> >>>> >>>> https://bugzilla.samba.org/show_bug.cgi?id=10672 >>>> >>>> >>>> >>>> Which is a linking error against the newer versions of SYSTEMD. >>>> >>>> >>>> >>>> I have tried their suggested patch and it fails to solve it. >>>> >>>> >>>> >>>> I no nothing about python programming so maybe someone can get this >>>> to work. >>>> >>>> I am throwing this open to all rather than bugging Armin alone with >>>> it. >>>> >>>> >>>> Regards, >>>> >>>> >>>> >>>> Christopher. >>>> >>>> >>>> >>> >>> sed -i "s:systemd-daemon:systemd:g" -i wscript lib/util/wscript_build >>> >>> >>> This works fine for me. >>> >>> >>> >>> -- >>> Note: My last name is not Krejzi. >>> >>> >>> >>> -- >>> http://lists.linuxfromscratch.org/listinfo/blfs-dev >>> FAQ: http://www.linuxfromscratch.org/blfs/faq.html >>> Unsubscribe: See the above information page >>> >>> >>> >> Hello Armin, >> >> >> I reverted all that I had changed and applied the sed and the build >> does not work. >> >> Gives this error: >> >> >> Unknown dependency 'systemd' in 'samba-util' >> >> >> Regards, >> >> >> Christopher. >> >> > > Just start from a clean tarball and apply the sed before running the > configure. Works fine here. > > -- > Note: My last name is not Krejzi. > > > -- > http://lists.linuxfromscratch.org/listinfo/blfs-dev > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page > >
Hello Armin, Building from a freshly extracted tar ball worked thanks. I was hoping to avoid having to do that, but watching the build process I can see that its not possible to apply the sed and just continue on with make. Regards, Christopher. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
