Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59926 - Giftui-0.4.1 fails to emerge due to access violations
Summary: Giftui-0.4.1 fails to emerge due to access violations
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-09 21:14 UTC by Craig Duquette
Modified: 2004-08-11 01:15 UTC (History)
0 users

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 Craig Duquette 2004-08-09 21:14:08 UTC
When try to emerge giftui I get this error:

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-net-p2p_-_giftui-0.4.1-29958.log"

open_wr:   /etc/gconf/gconf.xml.defaults/.testing.writeability
unlink:    /etc/gconf/gconf.xml.defaults/.testing.writeability
mkdir:     /etc/gconf/gconf.xml.defaults/apps/giftui
open_wr:   /etc/gconf/gconf.xml.defaults/apps/giftui/%gconf.xml.new
mkdir:     /etc/gconf/gconf.xml.defaults/apps/giftui
mkdir:     /etc/gconf/gconf.xml.defaults/apps/giftui/ui
open_wr:   /etc/gconf/gconf.xml.defaults/apps/giftui/ui/%gconf.xml.new
mkdir:     /etc/gconf/gconf.xml.defaults/apps/giftui/ui
mkdir:     /etc/gconf/gconf.xml.defaults/apps/giftui/ui/transfers
open_wr:   /etc/gconf/gconf.xml.defaults/apps/giftui/ui/transfers/%gconf.xml.new
mkdir:     /etc/gconf/gconf.xml.defaults/apps/giftui
mkdir:     /etc/gconf/gconf.xml.defaults/apps/giftui/daemon
open_wr:   /etc/gconf/gconf.xml.defaults/apps/giftui/daemon/%gconf.xml.new
mkdir:     /etc/gconf/gconf.xml.defaults/schemas/apps/giftui
open_wr:   /etc/gconf/gconf.xml.defaults/schemas/apps/giftui/%gconf.xml.new
mkdir:     /etc/gconf/gconf.xml.defaults/schemas/apps/giftui
mkdir:     /etc/gconf/gconf.xml.defaults/schemas/apps/giftui/ui
open_wr:   /etc/gconf/gconf.xml.defaults/schemas/apps/giftui/ui/%gconf.xml.new
mkdir:     /etc/gconf/gconf.xml.defaults/schemas/apps/giftui/ui
mkdir:     /etc/gconf/gconf.xml.defaults/schemas/apps/giftui/ui/transfers
open_wr:   /etc/gconf/gconf.xml.defaults/schemas/apps/giftui/ui/transfers/%gconf.xml.new
mkdir:     /etc/gconf/gconf.xml.defaults/schemas/apps/giftui
mkdir:     /etc/gconf/gconf.xml.defaults/schemas/apps/giftui/daemon
open_wr:   /etc/gconf/gconf.xml.defaults/schemas/apps/giftui/daemon/%gconf.xml.new

Reproducible: Always
Steps to Reproduce:
1. emerge giftui
2. emerge giftui
3. emerge giftui

Actual Results:  
I get that error.

Expected Results:  
The ebuild should cleanly emerge.
Comment 1 Jon Hood (RETIRED) gentoo-dev 2004-08-10 16:30:13 UTC
please attach "emerge --info"
Comment 2 Craig Duquette 2004-08-10 17:00:46 UTC
Here's my emerge --info

Portage 2.0.50-r9 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r1, 2.6.8-rc3)
=================================================================
System uname: 2.6.8-rc3 i686 Mobile Intel(R) Pentium(R) 4     CPU 3.06GHz
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm avi berkdb cdr crypt cups directfb encode esd foomaticdb gdbm gif gnome gpm gtk gtk2 imlib java jpeg libg++ libwww mad mikmod motif mozilla mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python quicktime readline sdl slang spell ssl svga tcpd truetype x86 xml2 xv zlib"
Comment 3 Craig Duquette 2004-08-11 01:15:48 UTC
I forgot to clean out my portage overlay, and I had an old ebuild of the same version I made in there without gconf support. So that's why I got the errors. I got rid of the ebuild and thinks work.