public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Emerge of glibc-2.3.5-r1 fails
@ 2005-09-01 12:19 Lincoln Baxter
  2005-09-02  1:25 ` Bob Sanders
  0 siblings, 1 reply; 3+ messages in thread
From: Lincoln Baxter @ 2005-09-01 12:19 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 3190 bytes --]

Hi, 

I consistently get an ACCESS DENIGHED error will trying to emerge glibc. 
Does anyone else get this:

make[2]: Entering directory `/scratch/i686/portage.tmp/portage/glibc-
2.3.5-r1/work/glibc-2.3.5/timezone'
/bin/install -c
/build/portage.tmp/portage/glibc-2.3.5-r1/work/build-default-i686-pc-linux-gnu-linuxthreads/timezone/tzselect
/build/portage.tmp/portage/glibc-2.3.5-r1/image//usr/bin/tzselect.new
mv -f /build/portage.tmp/portage/glibc-2.3.5-r1/image//usr/bin/tzselect.new 
/build/portage.tmp/portage/glibc-2.3.5-r1/image//usr/bin/tzselect
/build/portage.tmp/portage/glibc-2.3.5-r1
/work/build-default-i686-pc-linux-gnu-linuxthreads/elf/ld-linux.so.2--library-path
/build/portage.tmp/portage/glibc-
2.3.5-r1
/work/build-default-i686-pc-linux-gnu-linuxthreads:/build/portage.tmp/portage/glibc-
2.3.5-r1
/work/build-default-i686-pc-linux-gnu-linuxthreads/math:/build/portage.tmp/portage/glibc-
2.3.5-r1
/work/build-default-i686-pc-linux-gnu-linuxthreads/elf:/build/portage.tmp/portage/glibc-
2.3.5-r1
/work/build-default-i686-pc-linux-gnu-linuxthreads/dlfcn:/build/portage.tmp/portage/glibc-
2.3.5-r1
/work/build-default-i686-pc-linux-gnu-linuxthreads/nss:/build/portage.tmp/portage/glibc-
2.3.5-r1
/work/build-default-i686-pc-linux-gnu-linuxthreads/nis:/build/portage.tmp/portage/glibc-
2.3.5-r1
/work/build-default-i686-pc-linux-gnu-linuxthreads/rt:/build/portage.tmp/portage/glibc-
2.3.5-r1
/work/build-default-i686-pc-linux-gnu-linuxthreads/resolv:/build/portage.tmp/portage/glibc-
2.3.5-r1
/work/build-default-i686-pc-linux-gnu-linuxthreads/crypt:/build/portage.tmp/portage/glibc-
2.3.5-r1/work/build-default-i686-pc-linux-gnu-linuxthreads/linuxthreads 
/build/portage.tmp/portage/glibc-2.3.5-r1/work/build-default-i686-pc-linux-gnu-linuxthreads/timezone/zic
-d /build/portage.tmp/portage/glibc-2.3.5-r1/image//usr/share/zoneinfo -L 
/dev/null -y ./yearistype africa
ACCESS DENIED unlink: /build/portage.tmp/portage/glibc-2.3.5-r1
/image/usr/share/zoneinfo/Africa/Algiers
/build/portage.tmp/portage/glibc-2.3.5-r1/work/build-default-i686-pc-linux-gnu-linuxthreads/timezone/zic:
Can't remove /build/portage.tmp/portage/glibc-2.3.5-r1/image//usr/share/zoneinfo/Africa/Algiers:
Permission denied
make[2]: *** [/build/portage.tmp/portage/glibc-2.3.5-r1/image//usr/share/zoneinfo/Africa/Algiers]
Error 1
make[2]: Leaving directory `/scratch/i686/portage.tmp/portage/glibc-2.3.5-r1
/work/glibc-2.3.5/timezone'
make[1]: *** [timezone/subdir_install] Error 2
make[1]: Leaving directory `/scratch/i686/portage.tmp/portage/glibc-2.3.5-r1
/work/glibc-2.3.5'
make: *** [install] Error 2

Once this occurs the emege dies. My make.conf is pretty generic:



USE="Xaw3d apache2 dvd evo expat fbcon gd innodb moznocompose moznoirc
moznomail pda unicode usb v4l vim-with-x xinerama -arts -kde -qt
-svga"


CHOST="i686-pc-linux-gnu"
PORTDIR_OVERLAY=/usr/local/portage
CFLAGS="-march=i686 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
PKGDIR=/build/packages
DISTDIR=/build/distfiles
PORT_LOGDIR=/build/portage.log
PORTAGE_TMPDIR=/build/portage.tmp

CCACHE_SIZE="512M"
ALSA_CARDS='sbawe'

Thanks for any light you can shed.

Lincoln

[-- Attachment #2: Type: text/html, Size: 3455 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] Emerge of glibc-2.3.5-r1 fails
  2005-09-01 12:19 [gentoo-user] Emerge of glibc-2.3.5-r1 fails Lincoln Baxter
@ 2005-09-02  1:25 ` Bob Sanders
  2005-09-03  2:06   ` Lincoln Baxter
  0 siblings, 1 reply; 3+ messages in thread
From: Bob Sanders @ 2005-09-02  1:25 UTC (permalink / raw
  To: gentoo-user

On Thu, 1 Sep 2005 08:19:39 -0400
Lincoln Baxter <lincoln.a.baxter@gmail.com> wrote:

> Hi, 
> 
> I consistently get an ACCESS DENIGHED error will trying to emerge glibc. 
> Does anyone else get this:
> 

I haven't seen the problem.  A few things to look at may be -

	- running out of diskspace.
	- ownership of /build is not root or user running portage.
	- if user/builder is other than root, then they need to be in the disk group.
	- a pre-emptive clean of /build/tmp is needed - cd /build/tmp then rm -rf the area.
Bob
-  
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] Emerge of glibc-2.3.5-r1 fails
  2005-09-02  1:25 ` Bob Sanders
@ 2005-09-03  2:06   ` Lincoln Baxter
  0 siblings, 0 replies; 3+ messages in thread
From: Lincoln Baxter @ 2005-09-03  2:06 UTC (permalink / raw
  To: gentoo-user

On 9/1/05, Bob Sanders <rmsand@concentric.net> wrote:
> On Thu, 1 Sep 2005 08:19:39 -0400
> Lincoln Baxter <lincoln.a.baxter@gmail.com> wrote:
> 
> > Hi,
> >
> > I consistently get an ACCESS DENIGHED error will trying to emerge glibc.
> > Does anyone else get this:
> >
> 
> I haven't seen the problem.  A few things to look at may be -
> 
>         - running out of diskspace.
>         - ownership of /build is not root or user running portage.
>         - if user/builder is other than root, then they need to be in the disk group.
>         - a pre-emptive clean of /build/tmp is needed - cd /build/tmp then rm -rf the area.

Great suggestion Bob, clearing the portage tmp dir did the trick.

Lincoln

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-09-03  2:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-01 12:19 [gentoo-user] Emerge of glibc-2.3.5-r1 fails Lincoln Baxter
2005-09-02  1:25 ` Bob Sanders
2005-09-03  2:06   ` Lincoln Baxter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox