* [gentoo-user] "ACCESS VIOLATION" with emerge -e world
@ 2005-12-09 13:35 Allan Gottlieb
2005-12-11 8:35 ` Roy Wright
0 siblings, 1 reply; 3+ messages in thread
From: Allan Gottlieb @ 2005-12-09 13:35 UTC (permalink / raw
To: gentoo-user
After upgrading gcc I did the safer post-installation,
emerge -e system
emerge -e world
The first went fine. The second died after about 300 emerges and
printed
making executable: /usr/lib/libgtkhtml-1.1.so.3.0.5
>>> Completed installing gtkhtml-1.1.10-r1 into /var/tmp/portage/gtkhtml-1.1.10-r1/image/
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-gnome-extra_-_gtkhtml-1.1.10-r1-32251.log"
open_wr: /usr/share/gnome/html/gtkhtml/gtkhtml-gtkhtml-enums.html.new
--------------------------------------------------------------------------------
ajglap ~ #
The exact emerge I used was
emerge -e --tree --verbose --ask world
My make.conf is
# -*- shell-script -*-
# These settings were set by the catalyst build script that
# automatically built this stage.
# Then edited by allan.
# Please consult /etc/make.conf.example for a more detailed example.
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -pipe -O2"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
USE="apache2 doc dvd dvdr emacs firefox imap mime nvidia ppds \
scanner tcltk unicode usb \
-arts -kde -libg -oss -qt"
PORT_LOGDIR=/var/log/portage
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"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
I presume I can safely do
emerge --resume --skipfirst
but will wait a few hours in case that is not advisible.
Thanks in advance for any help.
allan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] "ACCESS VIOLATION" with emerge -e world
2005-12-09 13:35 [gentoo-user] "ACCESS VIOLATION" with emerge -e world Allan Gottlieb
@ 2005-12-11 8:35 ` Roy Wright
2005-12-11 18:19 ` Allan Gottlieb
0 siblings, 1 reply; 3+ messages in thread
From: Roy Wright @ 2005-12-11 8:35 UTC (permalink / raw
To: gentoo-user
Allan Gottlieb wrote:
>After upgrading gcc I did the safer post-installation,
> emerge -e system
> emerge -e world
>
>The first went fine. The second died after about 300 emerges and
>printed
>
> making executable: /usr/lib/libgtkhtml-1.1.so.3.0.5
> >>> Completed installing gtkhtml-1.1.10-r1 into /var/tmp/portage/gtkhtml-1.1.10-r1/image/
>
> --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
> LOG FILE = "/var/log/sandbox/sandbox-gnome-extra_-_gtkhtml-1.1.10-r1-32251.log"
>
> open_wr: /usr/share/gnome/html/gtkhtml/gtkhtml-gtkhtml-enums.html.new
> --------------------------------------------------------------------------------
> ajglap ~ #
>
>
>
>
Check your disk space. I hit the same problem and was out of space on
root...
/var/logs got slashed.
/var/tmp/portage got bound to a different drive
/var/cache/http-replicator got bound to a different drive
Seems to require about 6GB of free space on root for my system...
Sometimes emerge --resume works, sometimes it doesn't. Haven't figured
this out yet. Currently at 318 of 1046 on emerge -e world...
HTH,
Roy
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] "ACCESS VIOLATION" with emerge -e world
2005-12-11 8:35 ` Roy Wright
@ 2005-12-11 18:19 ` Allan Gottlieb
0 siblings, 0 replies; 3+ messages in thread
From: Allan Gottlieb @ 2005-12-11 18:19 UTC (permalink / raw
To: gentoo-user
At Sun, 11 Dec 2005 02:35:01 -0600 Roy Wright <royw@cisco.com> wrote:
> Allan Gottlieb wrote:
>
>>After upgrading gcc I did the safer post-installation,
>> emerge -e system
>> emerge -e world
>>
>>The first went fine. The second died after about 300 emerges and
>>printed
>>
>> making executable: /usr/lib/libgtkhtml-1.1.so.3.0.5
>> >>> Completed installing gtkhtml-1.1.10-r1 into /var/tmp/portage/gtkhtml-1.1.10-r1/image/
>>
>> --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
>> LOG FILE = "/var/log/sandbox/sandbox-gnome-extra_-_gtkhtml-1.1.10-r1-32251.log"
>>
>> open_wr: /usr/share/gnome/html/gtkhtml/gtkhtml-gtkhtml-enums.html.new
>> --------------------------------------------------------------------------------
>> ajglap ~ #
>>
> Check your disk space. I hit the same problem and was out of space on
> root...
> /var/logs got slashed.
> /var/tmp/portage got bound to a different drive
> /var/cache/http-replicator got bound to a different drive
>
> Seems to require about 6GB of free space on root for my system...
>
> Sometimes emerge --resume works, sometimes it doesn't. Haven't figured
> this out yet. Currently at 318 of 1046 on emerge -e world...
The disk space was fine for these builds. Apparently this is a know
problem, see bug #114399. A workaround was given
unmerge gtkhtml
unmerge libgtkhtml
remove any gtkhtml and gtkhtml from /var/tmp/portage
emerge gtkhtml and libgtkhtml
This did fix it for me. However, I had already done an
emerge --resume --skipfirst
so the newly built [lib]gtkhtml (with gcc 3.4) were not available for
the remainder of my emerge -e world.
I also had some small problems with synaptics (I forget the problem)
and firefox (corrupted distfile).
Those two problems were easy to fix and the emerge -e world has
finished. For "cleanliness" I am running another emerge -e world
to see if it can go all the way through without any problems.
(I have run emerge depclean and revdep-rebuild.)
allan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-12-11 18:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-09 13:35 [gentoo-user] "ACCESS VIOLATION" with emerge -e world Allan Gottlieb
2005-12-11 8:35 ` Roy Wright
2005-12-11 18:19 ` Allan Gottlieb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox