Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11235 - Access violation when downloading kernel-sources
Summary: Access violation when downloading kernel-sources
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 All
: High normal
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-26 00:38 UTC by Robert Nagle
Modified: 2003-02-04 19:42 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 Robert Nagle 2002-11-26 00:38:26 UTC
I am trying a firsttime install stage 3.

When trying to run emerge sys-kernel/gentoo-sources, I received this message:

Access violation summary:

LOGFILE="tmp/sandbox-gentoo-sources-2.4.19-r9-2885.log


open-wr: /mnt/gentoo/poasWrru
unlink: /mnt/gentoo/poasWrru

gentoo 1.4rc1 cd
downloaded stage3 athlon i686 t-bird 1.4rc1 

I've replicated this two times, once while donwnloading kernel-sources for xfs
and gentoo-sources. Both time I downloaded the same athlon tarball.  Each time I
ran it, it would give me a different path reference under /mnt/gentoo/, I'm
guessing that poasWrru is a randomly generated word for a tmp directory.  The
problem seems to be that this command wants to look for /mnt/gentoo when the
documentation at Step 14 assumes you are already in /
  I didn't change any of the USE settings (ie. just used the defaults).
Comment 1 SpanKY gentoo-dev 2002-11-26 18:19:18 UTC
did you chroot before trying to emerge that ? 
i really dont see why it should be saying /mnt/gentoo ... 
Comment 2 Robert Nagle 2002-12-02 11:39:10 UTC
perhaps the bug is incorrect. 

I exported the TMPDIR variable from code listing 8.1 
http://www.gentoo.org/doc/en/gentoo-x86-install.xml

It sounds like my mistake. When I didn't export the variable, the problem went 
away completely. I'm thinking that one of the scripts might have used the same 
variable name? 

Comment 3 SpanKY gentoo-dev 2002-12-02 11:59:00 UTC
yes, that may cause issues