Summary: | Pyorbit compile failed trying to access non-existant directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jordan Patterson <jordanp> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | gnome, jrmalaq |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Jordan Patterson
2005-01-15 22:54:52 UTC
I get the same thing on my system. Similar setup. your 'emerge info' ? I am also having this problem. The output of 'emerge --info': ]2;Started emerge on: Jan 25, 2005 15:25:41]2; *** emerge --buildpkg infoGentoo Base System version 1.6.8 ]2; *** terminating.]2;xtermPortage 2.0.51-r15 (default-linux/amd64/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.10-gentoo-r6 x86_64) ================================================================= System uname: 2.6.10-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 3000+ Python: dev-lang/python-2.3.4 [2.3.4 (#1, Jan 25 2005, 14:40:38)] dev-lang/python: 2.3.4 sys-devel/autoconf: 2.13, 2.59-r6 sys-devel/automake: 1.5, 1.8.5-r2, 1.6.3, 1.7.9, 1.4_p6, 1.9.4 sys-devel/binutils: 2.15.92.0.2-r2 sys-devel/libtool: 1.5.10-r3 virtual/os-headers: 2.6.8.1-r3 ACCEPT_KEYWORDS="amd64 ~amd64" AUTOCLEAN="yes" CFLAGS="-march=k8 -O2 -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/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /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/ /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-march=k8 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig buildpkg ccache distlocks sandbox strict usersandbox" 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.gentoo.org/gentoo-portage" USE="amd64 X Xaw3d a52 aac aalib acpi alsa avi berkdb bitmap-fonts cdr crypt cups divx4linux dvd emacs encode esd f77 fam fbcon flac font-server fortran gdbm gif gnome gpm gstreamer gtk gtk2 imap imlib ipv6 java jp2 jpeg kde libcaca libwww lirc lzw lzw-tiff mad mbox motif mozilla mpeg multilib ncurses neXt nls nvidia oggvorbis opengl oss pam perl png python qt quicktime readline samba sdl spell ssl tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts usb userlocales v4l v4l2 wmf xml xml2 xpm xrandr xv zlib linguas_en linguas_fr linguas_de" Unset: ASFLAGS, CBUILD, CTARGET, LDFLAGS Same problem here. Looks like we are all using gcc 3.4.3. I posted my emerge info in a thread a started http://forums.gentoo.org/viewtopic.php?t=284907&highlight= here is a solution: http://gnomesupport.org/forums/viewtopic.php?t=5287&start=105 Thanks. That worked. I just deleted all '.la' files from /usr/lib and pyOrbit will compile without fail. Everything works great now. Of course, I didn't delete the files, I just moved them elsewhere for safe keeping. It hasn't seemed to effect any other parts of the system. the .la files are used by libtool to find the dependencies for each of the libraries i compiles. one of the .la files is corrupted in that it doesn't give the full path ("/usr/lib" vs "usr/lib"). are you able to find which one that is from yoru existing .la files? try: fgrep -E "[^/]usr/lib" /usr/lib/*.la looks like you are all using amd64 ... see bug #79713 for a possible dupe Encountered the same problem, also on amd64. Remerged gnome-base/orbit and solved it. Not sure of a long term fix though... I have the following on my system, (i struck this bug and am amd64 as well) libIDL-2.la:libdir='usr/lib' libvte.la:libdir='usr/lib' Changing usr/lib to /usr/lib didnt help, remerging orbit fixed the problem dunno how that would happen? closing as WORKSFORME for now. reopen if someone has a patch for this. |