Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275976 - sci-physics/root calls ./configure instead of econf
Summary: sci-physics/root calls ./configure instead of econf
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Gentoo Science Physics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-30 18:14 UTC by Jeroen Roovers (RETIRED)
Modified: 2009-06-30 18:23 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 Jeroen Roovers (RETIRED) gentoo-dev 2009-06-30 18:14:33 UTC
cvs/gentoo-x86/sci-physics/root $ grep configure root-*
root-3.05.04.ebuild:    ./configure \
root-3.05.04.ebuild:            ${myconf} || die "./configure failed"
root-5.16.00.ebuild:    # watch: the configure script is not the standard autotools
root-5.16.00.ebuild:    ./configure ${target} \
root-5.16.00.ebuild:            || die "configure failed"
root-5.20.00-r3.ebuild: epatch "${WORKDIR}"/${P}-configure-paths.patch
root-5.20.00-r3.ebuild:         configure || die "adjusting library names failed"
root-5.20.00-r3.ebuild:         graf2d/asimage/Module.mk graf2d/asimage/src/libAfterImage/configure \
root-5.20.00-r3.ebuild: # QTDIR only used for qt3 in gentoo, and configure looks for it.
root-5.20.00-r3.ebuild: # the configure script is not the standard autotools
root-5.22.00-r1.ebuild: epatch "${WORKDIR}"/${P}-configure-paths.patch
root-5.22.00-r1.ebuild:         configure || die "adjusting library names failed"
root-5.22.00-r1.ebuild:         graf2d/asimage/Module.mk graf2d/asimage/src/libAfterImage/configure \
root-5.22.00-r1.ebuild: # QTDIR only used for qt3 in gentoo, and configure looks for it.
root-5.22.00-r1.ebuild:src_configure() {
root-5.22.00-r1.ebuild: # the configure script is not the standard autotools
root-5.22.00-r1.ebuild: ./configure \
root-5.22.00-r1.ebuild:         || die "configure failed"
root-5.22.00-r2.ebuild: epatch "${WORKDIR}"/${P}-configure-paths.patch
root-5.22.00-r2.ebuild:         configure || die "adjusting library names failed"
root-5.22.00-r2.ebuild:         graf2d/asimage/Module.mk graf2d/asimage/src/libAfterImage/configure \
root-5.22.00-r2.ebuild: # QTDIR only used for qt3 in gentoo, and configure looks for it.
root-5.22.00-r2.ebuild:src_configure() {
root-5.22.00-r2.ebuild: # the configure script is not the standard autotools
root-5.22.00-r2.ebuild: ./configure \
root-5.22.00-r2.ebuild:         || die "configure failed"
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2009-06-30 18:23:20 UTC
Oh I see why now. Sorry to disturb you.