Transcyberien n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 01 Mar 2007 Posts: 5
|
Posted: Fri Oct 03, 2008 8:55 pm Post subject: [portage] python ne trouve pas le fichier 'java' |
|
|
Bonjour à tous,
Généralement lorsque j'ai quelques soucis, j'arrive à trouver la solution, notamment en cherchant sur ce forum, mais cette fois-ci je n'ai rien vu qui puisse m'aider.
Mon problème intervient pendant l'emerge de certains paquets (libquicktime-1.0.3, liboil-0.3.15 et glib-2.16.5, entre autres).
Voici l'extrait intéressant du log pour libquicktime:
Code: |
make all-recursive
make[1]: Entering directory `/var/tmp/portage/media-libs/libquicktime-1.0.3/work/libquicktime-1.0.3'
Making all in src
make[2]: Entering directory `/var/tmp/portage/media-libs/libquicktime-1.0.3/work/libquicktime-1.0.3/src'
/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DLOCALE_DIR=\"/usr/share/locale\" -march=nocona -O2 -pipe -fomit-frame-pointer -finline-functions -Wall -Winline -MT audio.lo -MD -MP -MF .deps/audio.Tpo -c -o audio.lo audio.c
/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DLOCALE_DIR=\"/usr/share/locale\" -march=nocona -O2 -pipe -fomit-frame-pointer -finline-functions -Wall -Winline -MT lqt_codecs.lo -MD -MP -MF .deps/lqt_codecs.Tpo -c -o lqt_codecs.lo lqt_codecs.c
/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DLOCALE_DIR=\"/usr/share/locale\" -march=nocona -O2 -pipe -fomit-frame-pointer -finline-functions -Wall -Winline -MT lqt_quicktime.lo -MD -MP -MF .deps/lqt_quicktime.Tpo -c -o lqt_quicktime.lo lqt_quicktime.c
mkdir .libs
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DLOCALE_DIR=\"/usr/share/locale\" -march=nocona -O2 -pipe -fomit-frame-pointer -finline-functions -Wall -Winline -MT lqt_quicktime.lo -MD -MP -MF .deps/lqt_quicktime.Tpo -c lqt_quicktime.c -fPIC -DPIC -o .libs/lqt_quicktime.o
python: can't open file 'java': [Errno 2] No such file or directory
make[2]: *** [lqt_quicktime.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DLOCALE_DIR=\"/usr/share/locale\" -march=nocona -O2 -pipe -fomit-frame-pointer -finline-functions -Wall -Winline -MT audio.lo -MD -MP -MF .deps/audio.Tpo -c audio.c -fPIC -DPIC -o .libs/audio.o
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DLOCALE_DIR=\"/usr/share/locale\" -march=nocona -O2 -pipe -fomit-frame-pointer -finline-functions -Wall -Winline -MT lqt_codecs.lo -MD -MP -MF .deps/lqt_codecs.Tpo -c lqt_codecs.c -fPIC -DPIC -o .libs/lqt_codecs.o
python: can't open file 'java': [Errno 2] No such file or directory
python: can't open file 'java': [Errno 2] No such file or directory
make[2]: *** [audio.lo] Error 1
make[2]: *** [lqt_codecs.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-libs/libquicktime-1.0.3/work/libquicktime-1.0.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/libquicktime-1.0.3/work/libquicktime-1.0.3'
make: *** [all] Error 2
*
* ERROR: media-libs/libquicktime-1.0.3 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2471: Called die
* The specific snippet of code:
* emake || die "emake failed"
* The die message:
* emake failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/log/portage/media-libs:libquicktime-1.0.3:20081003-204641.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-libs/libquicktime-1.0.3/temp/environment'.
*
|
J'obtiens toujours la même erreur : python: can't open file 'java': [Errno 2] No such file or directory.
J'ai testé avec python 2.4 et 2.5 (bien lancé le python-updater), avec portage 2.1.4.4 et 2.2_rc11 et ça n'a rien changé.
J'ai également lancé un make all dans le répertoire work et la compilation est bien passée, ce qui me fait dire que cela vient, plus ou moins, de portage.
Comme aide éventuelle, emerge --info:
Code: |
WARNING: repository at /usr/local/portage is missing a repo_name entry
Portage 2.2_rc11 (default-linux/amd64/2007.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r6 x86_64)
=================================================================
System uname: Linux-2.6.25-gentoo-r6-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E6750_@_2.66GHz-with-glibc2.2.5
Timestamp of tree: Thu, 02 Oct 2008 17:16:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
app-shells/bash: 3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python: 2.4.4-r15, 2.5.2-r8
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox: 1.2.18.1-r2
sys-devel/autoconf: 2.13, 2.61-r2
sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils: 2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool: 1.3.5, 1.5.24
virtual/os-headers: 2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer"
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/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/portage /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://ftp.free.fr/mirrors/ftp.gentoo.org/"
LANG="fr_FR@euro"
LC_ALL="fr_FR@euro"
LDFLAGS=""
LINGUAS="fr fr_FR"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow X Xaw3d a52 aac acc acl acpi alsa amd64 arts artswrappersuid bash-completion berkdb cairo caps cdr cli cracklib crypt cups dbus dga divx djvu dri dts dvd dvdr dvdread eds emboss encode esd evo exif fam ffmpeg firefox flac fortran gdbm gif glitz gpm gstreamer gtk hal iconv imagemagick ipv6 isdnlog jack java jpeg jpeg2k kde kdeenablefinal kdehiddenvisibility kerberos lame lcms lm_sensors logitech-mouse lzo mad matroska midi mikmod mjpeg mmx mng mp3 mp4 mpeg mudflap mysql ncurses nls nptl nptlonly nsplugin ogg openexr opengl openmp oss pam pcre pdf perl php png ppds pppd python qt3 qt3support qt4 readline realmedia reflection sdl session spell spl sse sse2 ssl svg tcpd theora threads tiff truetype unicode v4l v4l2 vcd vim-syntax vorbis wma wmp x264 xcb xine xml xorg xpm xprint xv xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CAMERAS="canon ptp2" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="fr fr_FR" USERLAND="GNU" VIDEO_CARDS="fglrx"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
|
Si quelqu'un a eu le même problème ou a une idée, ça m'aiderait bien. |
|