Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 557020 - www-misc/fcgiwrap-1.1.0-r1 doesn't properly DEPEND on systemd when USE="systemd"
Summary: www-misc/fcgiwrap-1.1.0-r1 doesn't properly DEPEND on systemd when USE="systemd"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nikoli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-08 09:30 UTC by Cody Schafer
Modified: 2015-11-19 19:44 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cody Schafer 2015-08-08 09:30:27 UTC
Results in fcgiwrap's configure dieing and the build failing.

Log follows:

 * Package:    www-misc/fcgiwrap-1.1.0-r1
 * Repository: gentoo
 * Maintainer: nikoli@gmx.us proxy-maint@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux systemd userland_GNU
 * FEATURES:   ccache compressdebug fakeroot preserve-libs sandbox splitdebug userpriv usersandbox
>>> Unpacking source...
>>> Unpacking fcgiwrap-1.1.0.tar.gz to /var/tmp/portage/www-misc/fcgiwrap-1.1.0-r1/work
>>> Source unpacked in /var/tmp/portage/www-misc/fcgiwrap-1.1.0-r1/work
>>> Preparing source in /var/tmp/portage/www-misc/fcgiwrap-1.1.0-r1/work/fcgiwrap-1.1.0 ...
 * Running eautoreconf in '/var/tmp/portage/www-misc/fcgiwrap-1.1.0-r1/work/fcgiwrap-1.1.0' ...
 * Running aclocal ...
 [ ok ]
 * Running autoconf --force ...
 [ ok ]
 * Running autoheader ...
 [ ok ]
 * Running elibtoolize in: fcgiwrap-1.1.0/
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/www-misc/fcgiwrap-1.1.0-r1/work/fcgiwrap-1.1.0 ...
./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 --libdir=/usr/lib64 --with-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system
configure: loading site script /usr/share/config.site
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FCGX_Init in -lfcgi... yes
checking for systemd... no
configure: error: systemd support requested but libraries not found

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/www-misc/fcgiwrap-1.1.0-r1/work/fcgiwrap-1.1.0/config.log
 * ERROR: www-misc/fcgiwrap-1.1.0-r1::gentoo failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *               ebuild.sh, line   93:  Called src_configure
 *             environment, line 2787:  Called econf '--with-systemd' '--with-systemdsystemunitdir=/usr/lib/systemd/system'
 *        phase-helpers.sh, line  662:  Called __helpers_die 'econf failed'
 *   isolated-functions.sh, line  117:  Called die
 * The specific snippet of code:
 *              die "$@"
 * 
 * If you need support, post the output of `emerge --info '=www-misc/fcgiwrap-1.1.0-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=www-misc/fcgiwrap-1.1.0-r1::gentoo'`.
 * The complete build log is located at '/var/log/portage/port/build/www-misc/fcgiwrap-1.1.0-r1:20150808-090746.log.gz'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/www-misc/fcgiwrap-1.1.0-r1/temp/build.log.gz'.
 * The ebuild environment file is located at '/var/tmp/portage/www-misc/fcgiwrap-1.1.0-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/www-misc/fcgiwrap-1.1.0-r1/work/fcgiwrap-1.1.0'
 * S: '/var/tmp/portage/www-misc/fcgiwrap-1.1.0-r1/work/fcgiwrap-1.1.0'
Comment 1 Pacho Ramos gentoo-dev 2015-10-04 08:38:50 UTC
[master c93f1bb] www-misc/fcgiwrap: systemd is needed at run and buildtime (#557020 by Cody Schafer)
 1 file changed, 4 insertions(+), 1 deletion(-)
Comment 2 Julian Ospald 2015-10-04 09:14:01 UTC
you need to revbump if you fix runtime dependencies of stables packages