Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11859 - masked gcc-3.2.1-r5 errors
Summary: masked gcc-3.2.1-r5 errors
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-09 14:06 UTC by Seemant Kulleen (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (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 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-09 14:06:00 UTC
cp: cannot stat
`/var/tmp/portage-pkg/gcc-3.2.1-r5/inf/files/fix_libtool_files.sh': No such file
or directory
chmod: failed to get attributes of
`/var/tmp/portage/gcc-3.2.1-r5/temp/fix_libtool_files.sh': No such file or directory
/usr/sbin/ebuild.sh: line 441:
/var/tmp/portage/gcc-3.2.1-r5/temp/fix_libtool_files.sh: No such file or directory
>>> Regenerating /etc/ld.so.cache...
>>> sys-devel/gcc-3.2.1-r5 merged.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-09 14:24:20 UTC
Err, I did not test it with a binary package, thus its entirely possible,
as $FILESDIR changes for binary packages ....
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-09 14:29:09 UTC
sorry, no this was from source...
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-09 14:41:49 UTC
--------------------------------------------------------------
                cp -f ${FILESDIR}/fix_libtool_files.sh ${T}
                chmod +x ${T}/fix_libtool_files.sh
                ${T}/fix_libtool_files.sh ${OLD_GCC_VERSION}
--------------------------------------------------------------

Well, $T equal '/var/tmp/portage/gcc-3.2.1-r5/temp/', so $FILESDIR have to
equal '/var/tmp/portage-pkg/gcc-3.2.1-r5/inf/files' if you have a look what
the ebuild does ....

Thus, one of following:

1)  Portage changed behaviour as to what FILESDIR is set to in pkg_postinst()

2)  NFI
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-16 00:41:58 UTC
-r6 emerged without a hitch. Thanks Az