Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468852 - libtool.eclass: packages using AC_CONFIG_AUX_DIR() miss patches to configure
Summary: libtool.eclass: packages using AC_CONFIG_AUX_DIR() miss patches to configure
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-07 10:53 UTC by Samuli Suominen (RETIRED)
Modified: 2021-07-27 05:03 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 Samuli Suominen (RETIRED) gentoo-dev 2013-05-07 10:53:56 UTC
looks like elibtoolize/ELT patches are failing

>>> Preparing source in /var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2 ...
 * Running elibtoolize in: libarchive-3.1.2/build/autoconf/
 *   Applying portage/1.2.0 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.4.2 patch ...
cp: cannot stat ‘/var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2/build/autoconf/configure’: No such file or directory
chmod: failed to get attributes of ‘/var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2/build/autoconf/configure.gentoo.elt’: No such file or directory
Comment 1 SpanKY gentoo-dev 2013-05-07 14:24:46 UTC
hmm, i'm glad i introduced this bug because it shows we've been silently failing in a different area.  if a package uses AC_CONFIG_AUX_DIR(), all of our patches to configure get skipped :(.

fix for the warning you highlighted:
http://sources.gentoo.org/eclass/libtool.eclass?r1=1.104&r2=1.105

i'm going to leave this open though for the AC_CONFIG_AUX_DIR issue.