Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31317 - meld-0.9.0 has errors in byte compiling python modules
Summary: meld-0.9.0 has errors in byte compiling python modules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-16 15:30 UTC by Donnie Berkholz (RETIRED)
Modified: 2003-10-19 11:08 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 Donnie Berkholz (RETIRED) gentoo-dev 2003-10-16 15:30:33 UTC
* Byte Compiling Python modules for 2.2 ..
option -q not recognized
usage: python compileall.py [-l] [-f] [-d destdir] [-s regexp] [directory ...]
-l: don't recurse down
-f: force rebuild even if timestamps are up-to-date
-d destdir: purported directory name for error messages
   if no directory arguments, -l sys.path is assumed
-x regexp: skip files matching the regular expression regexp
   the regexp is search for in the full path of the file
option -q not recognized
usage: python compileall.py [-l] [-f] [-d destdir] [-s regexp] [directory ...]
-l: don't recurse down
-f: force rebuild even if timestamps are up-to-date
-d destdir: purported directory name for error messages
   if no directory arguments, -l sys.path is assumed
-x regexp: skip files matching the regular expression regexp
   the regexp is search for in the full path of the file
>>> Regenerating /etc/ld.so.cache...
 * Caching service dependencies...                                        [ ok ]>>> dev-util/meld-0.9.0 merged.
>>> Recording dev-util/meld in "world" favorites file...

donnie@sfa233114 xfree $ emerge info
Portage 2.0.49-r13 (default-x86-1.4, gcc-3.3.1, glibc-2.3.2-r6, 2.6.0-test7-bk3)=================================================================
System uname: 2.6.0-test7-bk3 i686 AMD Athlon(tm) MP 2000+
Gentoo Base System version 1.4.3.11
distcc 2.11.1 i486-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-mp -mfpmath=sse,387 -pipe -fomit-frame-pointer -fprefetch-loop-arrays"
CHOST="i486-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=athlon-mp -mfpmath=sse,387 -pipe -fomit-frame-pointer -fprefetch-loop-arrays"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="ftp://gentoo.mirrors.pair.com/ ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://gentoo.mirrors.pair.com/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="x86 oss avi crypt cups encode foomaticdb gif gpm jpeg libg++ mad mikmod mpeg ncurses pdflib png quicktime truetype xml2 xmms xv zlib directfb alsa slang readline tetex nas bonobo svga ggi tcltk java X sdl tcpd pam libwww ssl perl python esd imlib oggvorbis gnome gtk motif opengl cdr 3dnow 3ds acpi acpi4linux apache2 dga dv dvd evms2 faad fbcon fbdev gstreamer gtk2 gtkhtml imap javascript lcd maildir mmx mng moznocompose moznoirc moznomail mozsvg music nptl offensive openal plotutils S3TC samba sdk sse stencil-buffer tiff transcode usb videos wmf xml xosd -apm -arts -kde -nls -spell -gdbm -berkdb -qt"
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-10-19 02:16:38 UTC
this is actually something with python, not meld itself. but nevertheless
should be fixed now.
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2003-10-19 11:08:11 UTC
Shows what I know about python, eh. =)