fosero / flatpak-overlay

A Gentoo ebuild overlay for flatpak
77 stars 22 forks source link

sys-apps/flatpak-1.8.0: configure: WARNING: unrecognized options: --disable-systemd #51

Closed amak79 closed 4 years ago

amak79 commented 4 years ago
 * flatpak-1.8.0.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                          [ ok ]
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     5.4.49-gentoo
 * Checking for suitable kernel configuration options...                                                                                              [ ok ]
 * Using python3.7 to build
>>> Unpacking source...
>>> Unpacking flatpak-1.8.0.tar.xz to /var/tmp/portage/sys-apps/flatpak-1.8.0-r3/work
>>> Source unpacked in /var/tmp/portage/sys-apps/flatpak-1.8.0-r3/work
>>> Preparing source in /var/tmp/portage/sys-apps/flatpak-1.8.0-r3/work/flatpak-1.8.0 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-apps/flatpak-1.8.0-r3/work/flatpak-1.8.0 ...
 * econf: updating flatpak-1.8.0/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating flatpak-1.8.0/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/flatpak-1.8.0-r3 --htmldir=/usr/share/doc/flatpak-1.8.0-r3/html --with-sysroot=/ --libdir=/usr/lib64 --enable-sandboxed-triggers --enable-xauth --localstatedir=/var --without-system-bubblewrap --without-system-dbus-proxy --disable-documentation --disable-gtk-doc --disable-introspection --enable-system-helper --enable-seccomp --disable-systemd
configure: WARNING: unrecognized options: --disable-systemd

The correct configure switch to enable/disable systemd support should be --with/--without-systemd.

fosero commented 4 years ago

Pfew, I sure was unfocused with this bump. Thanks for the notification. :+1: