On 6/25/19 9:36 AM, Douglas R. Reno via blfs-dev wrote:


On Tue, Jun 25, 2019, 8:07 AM Pierre Labastie via blfs-dev <[email protected] <mailto:[email protected]>> wrote:

    I've been building a full BLFS using the elogind branch for the last
    few days.
    Almost everything built OK. The first issue came with the ~840th
    package:
    smartmontools-7.0. During configure:
    ----
    [...]
    checking for cap-ng.h... no
    checking systemd/sd-daemon.h usability... yes
    checking systemd/sd-daemon.h presence... yes
    checking for systemd/sd-daemon.h... yes
    checking for sd_notify in -lsystemd... no
    configure: error: libsystemd headers found but library is missing
    ----
    Indeed, there is no libsystemd in either /lib or /usr/lib. But there
    is a
    /usr/lib/pkgconfig/libsystemd.pc, pointing to "-lelogind". the configure
    script does not use libsystemd.pc, but I have been able to build the
    package with:
    sed -e 's/\[systemd\]/[elogind]/' \
         -e 's/-lsystemd/-lelogind/'   \
         -i configure.ac <http://configure.ac>               &&
    autoreconf -fiv &&
    ./configure ...

    I'm new to elogind, so there is maybe a better alternative.

    Otherwise, there is a bunch of files installed in /usr/lib/systemd/user:
    -------
    at-spi-dbus-bus.service
    emacs.service
    evolution-addressbook-factory.service
    evolution-calendar-factory.service
    evolution-source-registry.service
    evolution-user-prompter.service
    gnome-shell.service
    gnome-shell-wayland.target
    gnome-shell-x11.target
    thunar.service
    xfce4-notifyd.service
    -------
    I guess those are missing some --with-systemduserunitdir switch or
    so. Those
    files do not make harm, though...

    Pierre


Good morning,

I definitely consider both of these blockers, but the service installations especially...

DJ, Bruce - I'm doing my final Thunderbird install, but if nobody gets to these over the next day or so, can I handle them? They're mostly in GNOME and a DE I'll be building anyway.

Looking at my boot.log and processes running, the service files do not seem to be used. I don't think that is a blocker. Actually, the smartmontools issue shouldn't be a blocker either, although both will need to be fixed either before or after the switch.

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to