Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: [gentoo-user] "ACCESS VIOLATION" with emerge -e world
Date: Fri, 09 Dec 2005 13:43:28
Message-Id: yu9wtie8kc1.fsf@nyu.edu
1 After upgrading gcc I did the safer post-installation,
2 emerge -e system
3 emerge -e world
4
5 The first went fine. The second died after about 300 emerges and
6 printed
7
8 making executable: /usr/lib/libgtkhtml-1.1.so.3.0.5
9 >>> Completed installing gtkhtml-1.1.10-r1 into /var/tmp/portage/gtkhtml-1.1.10-r1/image/
10
11 --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
12 LOG FILE = "/var/log/sandbox/sandbox-gnome-extra_-_gtkhtml-1.1.10-r1-32251.log"
13
14 open_wr: /usr/share/gnome/html/gtkhtml/gtkhtml-gtkhtml-enums.html.new
15 --------------------------------------------------------------------------------
16 ajglap ~ #
17
18 The exact emerge I used was
19
20 emerge -e --tree --verbose --ask world
21
22 My make.conf is
23
24 # -*- shell-script -*-
25 # These settings were set by the catalyst build script that
26 # automatically built this stage.
27 # Then edited by allan.
28 # Please consult /etc/make.conf.example for a more detailed example.
29
30 CHOST="i686-pc-linux-gnu"
31 CFLAGS="-march=pentium4 -pipe -O2"
32 CXXFLAGS="${CFLAGS}"
33 MAKEOPTS="-j3"
34 USE="apache2 doc dvd dvdr emacs firefox imap mime nvidia ppds \
35 scanner tcltk unicode usb \
36 -arts -kde -libg -oss -qt"
37 PORT_LOGDIR=/var/log/portage
38 GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://mirror.datapipe.net/gentoo http://mirrors.acm.cs.rpi.edu/gentoo/ http://gentoo.mirrored.ca/ http://prometheus.cs.wmich.edu/gentoo"
39 SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
40
41 I presume I can safely do
42
43 emerge --resume --skipfirst
44
45 but will wait a few hours in case that is not advisible.
46
47 Thanks in advance for any help.
48
49 allan
50 --
51 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] "ACCESS VIOLATION" with emerge -e world Roy Wright <royw@×××××.com>