Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3090 - /etc/ld.so.preload and multiple emerge processes
Summary: /etc/ld.so.preload and multiple emerge processes
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-27 18:23 UTC by Bruce A. Locke (RETIRED)
Modified: 2011-10-30 22:22 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 Bruce A. Locke (RETIRED) gentoo-dev 2002-05-27 18:23:05 UTC
>>> Completed installing into /var/tmp/portage/ghostscript-7.05/image/

>>> /etc/ld.so.preload file fopen: No such file or directory
!!! emerge aborting on  /usr/portage/app-text/ghostscript/ghostscript-7.05.ebuild .

root@kodiak blocke # ls -l /etc/ld.so.preload
ls: /etc/ld.so.preload: No such file or directory


<blocke> >>> /etc/ld.so.preload file fopen: No such file or directory
<blocke> !!! emerge aborting on 
/usr/portage/app-text/ghostscript/ghostscript-7.05.ebuild .
<Ashmodai> blocke: that's annoying, it happens from time to time to me too
<Azarah> yeah
<Azarah> just rememge :/
<Ashmodai> well
<blocke> someone file a bug report for drobs yet?
<mjc> touch /etc/ld.so.preload
<Azarah> sometimes happens if one is going, and you start a second, and the
second finish before the first
<Azarah> i guess the best way will be to check if another portage is running,
and if so, dont touch it
<Ashmodai> just ebuild /usr/portage/app-text/ghostscript/ghostscript-7.05.ebuild
qmerge
<mjc> env-update
<mjc> er, env-update is cache
<Ashmodai> that way it wont compile that huge ghostscript again :)
<Azarah> just fix sandbox.c or whatever not to nuke ld.so.preload
<blocke> Azarah: so in otherwords we shouldn't do a certain thing or create a
lockfile and make sure only one copy of emerge is running
<Azarah> should do the trick
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-06-01 14:54:31 UTC
My python sux .. cant get it to work properly last time I tried, will have
a bash if someone dont beat me to it.
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-06-10 13:58:15 UTC
Fixed on CVS.