Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149648 - python-fchksum problem with ACCESS DENIED error and ACCESS VIOLATION
Summary: python-fchksum problem with ACCESS DENIED error and ACCESS VIOLATION
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Low normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-30 13:23 UTC by Marco Calviani
Modified: 2006-10-03 00:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Error message during emerging of python-fchksum (error_python-fchksum.txt,14.48 KB, text/plain)
2006-09-30 13:26 UTC, Marco Calviani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Calviani 2006-09-30 13:23:50 UTC
Hi,
 i was trying to emerge -e system on my x86_64 box. However when it
comes to python-related packages it shows the error reported in the attachement.

I've already tried to reinstall dev-lang/python and dev-python/python-fchksum but nothing has changed. 

I'm not able to install any other program with this blocker.

Regards,
Marco
Comment 1 Marco Calviani 2006-09-30 13:26:32 UTC
Created attachment 98466 [details]
Error message during emerging of python-fchksum
Comment 2 Marco Calviani 2006-09-30 13:28:02 UTC
Sorry i forgot to add the emerge --info output:

Portage 2.1.1-r1 (default-linux/amd64/2006.1, gcc-3.4.6, glibc-2.3.6-r4, 2.6.16-gentoo-r12 x86_64)
=================================================================
System uname: 2.6.16-gentoo-r12 x86_64 Intel(R) Pentium(R) D CPU 3.20GHz
Gentoo Base System version 1.12.5
Last Sync: Sat, 30 Sep 2006 09:00:07 +0000
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.2.11-r1
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=nocona -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X Xaw3d acpi alsa amd64 apache2 arts audiofile avi berkdb bitmap-fonts bzip2 cdr cli crypt ctype cups dba dlloader dri dvd dvdread eds elibc_glibc emacs emboss encode esd ethereal exif expat fam fastbuild foomaticdb force-cgi-redirect fortran ftp gd gdbm gif glut gmp gnome gpm gstreamer gtk gtk2 gtkhtml idn ieee1394 imlib input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 isdnlog java jpeg jpeg2k kde kernel_linux lcms libg++ logrotate lzw lzw-tiff memlimit mng motif mozilla mp3 mpeg ncurses nls nptl nptlonly opengl openntpd pam pcre pdf pdflib perl plotutils png posix ppds pppd python qt quicktime readline reflection samba sdl session simplexml soap sockets spell spl ssl tcltk tcpd tiff tokenizer truetype truetype-fonts type1-fonts udev unicode usb userland_GNU userlocales video_cards_fglrx video_cards_radeon video_cards_vesa xml xml2 xorg xpm xsl xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 3 Marco Calviani 2006-10-03 00:50:47 UTC
Bug solved. This was caused by an absent symbolic link between /usr/lib64/python2.4 and /usr/lib/python2.4 (the latter has to point to the first one).

Regards,
M