Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12476 - emerge -k (--usepkg) doesnt configure environment ?
Summary: emerge -k (--usepkg) doesnt configure environment ?
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-20 04:59 UTC by Artur Brodowski
Modified: 2011-10-30 22:22 UTC (History)
2 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 Artur Brodowski 2002-12-20 04:59:30 UTC
hello
i recently tried to compile some packages on one box and install them
on the othes using emerge -k feature. i found that emerging from
binary package only unpacks and copies files, does not configure
the environment properly after that.
i had gcc-3.2.1 and gcc-config installed from ebuilds and gcc-2.95.3-r8
installed from tbz2. emerging last one removed /etc/env.d/gcc/config
and /etc/env.d/gcc/i686-pc-linux-gnu-3.2.1 so i had to fix that manually.
i know gcc-2.95.3-r8 is a alpha one, but it worked fine when installed 
from ebuild.
i suppose (not sure) that emerge -k does not run some post-install
configure scripts that are run inside ebuilds.

regards,
artb.
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-02-03 06:54:06 UTC
It only runs pkg_postinst() as it is supposed to...

It shouldn't have removed those two configs though. Are you certain?
Comment 2 Artur Brodowski 2003-02-03 07:34:56 UTC
yes, i'm pretty sure that installing from tbz2 caused the error, but since i've also installed gcc-config and there were some issues with it and env settings 
back then i guess it could have been gcc-config problem.
i'm sorry that i cannot give you more info on this; as soon as gcc 3.2.2 hits
stable i'll try to reproduce this bug and send more descriptive report.
regards,
artb.
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2003-02-03 16:38:25 UTC
I havent looked at portage internals for some time, so cannot comment.
As for gcc-config being at failt .. its possible, although no other
reports up to date.  Ill try to recreate it if I get the time.
Comment 4 Nicholas Jones (RETIRED) gentoo-dev 2003-02-17 06:33:03 UTC
Dropping. Doesn't appear to be going anyway and haven' seen new reports.