Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136808 - axel fails to compile with confcache enabled
Summary: axel fails to compile with confcache enabled
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-14 12:13 UTC by David Grant
Modified: 2006-06-14 12:15 UTC (History)
0 users

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 David Grant 2006-06-14 12:13:31 UTC
>>> Compiling source in /var/tmp/portage/axel-1.0b/work/axel-1.0b ...
/usr/bin/confcache --confcache-ignore /var/tmp/ccache:/var/tmp/.distcc --confcache-dir /var/tmp/confcache ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --strip=0 --etcdir=/etc --build=i686-pc-linux-gnu
Axel configure

Usage: ./configure [OPTIONS]

Option          Description                             Default

--prefix=...    Directories to put files in             /usr
--bindir=...                                            $prefix/bin
--etcdir=...                                            /etc
--mandir=...                                            /usr/share/man
--locale=...                                            $prefix/share/locale

--i18n=0/1      Disable/enable internationalization     0
--debug=0/1     Disable/enable debugging                0
--strip=0/1     Disable/enable binary stripping         0
make: Nothing to be done for `all'.
>>> Source compiled.
>>> Test phase [not enabled]: net-misc/axel-1.0b

>>> Install axel-1.0b into /var/tmp/portage/axel-1.0b/image/ category net-misc
mkdir -p /var/tmp/portage/axel-1.0b/image//
cp  /var/tmp/portage/axel-1.0b/image//
cp: missing destination file
Try `cp --help' for more information.
make: *** [install-bin] Error 1

!!! ERROR: net-misc/axel-1.0b failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_install
  ebuild.sh, line 1013:   Called src_install
  axel-1.0b.ebuild, line 29:   Called die

!!! make install failed

Disabling confcache fixes the problem. Perhaps as a dumb workaround, can the confcache in FEATURES be stripped/masked from the axel ebuild?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-14 12:15:17 UTC
See Bug 134454, Comment #0 for required info to fix this bug, attach it and reopen then. Thanks.