Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86557 - Emerging pygtk cannot create symlinks in site-packages
Summary: Emerging pygtk cannot create symlinks in site-packages
Status: RESOLVED DUPLICATE of bug 76791
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-24 10:56 UTC by Chris Kloosterman
Modified: 2005-07-17 13:06 UTC (History)
2 users (show)

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 Chris Kloosterman 2005-03-24 10:56:47 UTC
I am not very familiar with pygtk or python modules, but I am getting strange error messages when emerging pygtk:

 * Cleaning orphaned Python bytecode from /usr/share/pygtk/2.0/codegen ..
 * Cleaning orphaned Python bytecode from /usr/lib/python2.3/site-packages ..
 * Cleaning orphaned Python bytecode from /usr/lib64/python2.3/site-packages ..
 * Unable to establish /usr/lib64/python2.3/site-packages/pygtk.py symlink
 * Unable to establish /usr/lib64/python2.3/site-packages/pygtk.pth symlink
>>> original instance of package unmerged safely.
 * Byte compiling python modules for python-2.3 .. ...                    [ ok ]
 * Unable to establish /usr/lib64/python2.3/site-packages/pygtk.py symlink
 * Unable to establish /usr/lib64/python2.3/site-packages/pygtk.pth symlink
 * Unable to find /usr/lib64/python2.3/site-packages/pygtk.py

The fact that pygtk is not being placed in site-packages is making it so that I cannot emerge dia.

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

Actual Results:  
Unable to establish ... symlink

Expected Results:  
Should be able to create symlink.

Portage 2.0.51.19 (default-linux/amd64/2005.0, gcc-3.4.3-20050110,
glibc-2.3.4.20050125-r1, 2.6.11-gentoo-r3 x86_64)
=================================================================
System uname: 2.6.11-gentoo-r3 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.6.10
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Feb 18 2005, 16:45:58)]
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.6.3, 1.4_p6, 1.9.5, 1.8.5-r3, 1.7.9-r1
sys-devel/binutils:  2.15.92.0.2-r2, 2.15.92.0.2-r7
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.10
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-march=athlon64 -mtune=athlon64 -O2 -fomit-frame-pointer -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -mtune=athlon64 -O2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="amd64 X aalib acpi alsa apache2 arts avi bitmap-fonts bonobo cdr crypt cups
curl dba divx4linux dvd dvdr dvdread esd fam flac font-server foomaticdb fortran
gd gdbm gif gimpprint gnome gpm gstreamer gtk gtk2 gtkhtml guile imagemagick
imap imlib innodb ipv6 java jit joystick jp2 jpeg junit kde kdeenablefinal ldap
libwww lzw lzw-tiff mad mikmod motif mozilla mp3 mpeg mpm-prefork mysql ncurses
nls no-htdocs nptl offensive oggvorbis opengl oss pam pdflib perl png ppds
python qt quicktime readline rtc samba sdl session slang sockets softmmu spell
ssl svg tcpd tiff truetype truetype-fonts type1-fonts usb userlocales xml xml2
xmms xpm xrandr xv xvid zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2005-03-25 05:39:12 UTC
amd64 guys, how does this multilib stuff work? i thought that everything went into /usr/lib64 and /usr/lib was symlinked?
Comment 2 Simon Stelling (RETIRED) gentoo-dev 2005-03-25 05:51:07 UTC
64bit libraries go to lib64, 32bit to lib32 and if it's source code it goes to lib
Comment 3 Herbie Hopkins (RETIRED) gentoo-dev 2005-03-29 03:46:08 UTC
This issue was fixed in the python ebuild without a version bump so just re-emerge python and pygtk to fix this issue.

*** This bug has been marked as a duplicate of 76791 ***