Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] failed to emerge mesa-9.1.2-r1
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
brunatos
n00b
n00b


Joined: 28 Jul 2013
Posts: 4

PostPosted: Sat Aug 17, 2013 1:28 pm    Post subject: [SOLVED] failed to emerge mesa-9.1.2-r1 Reply with quote

Hi,

I've made a fresh install updated and i try to install xorg-server. I can't due to the mesa-9.1.2-r1 package :

Code:
configure: error: failed to find required module libxml2


Python is installed and libxml2 also.

here the build.log :

Code:
Calculating dependencies  ... done!

>>> Verifying ebuild manifests
>>> Running pre-merge checks for x11-base/xorg-server-1.13.4

>>> Emerging (1 of 2) media-libs/mesa-9.1.2-r1
 * MesaLib-9.1.2.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ...            [ ok ]
 * mesa-9.1-gentoo-patches-05.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking MesaLib-9.1.2.tar.bz2 to /var/tmp/portage/media-libs/mesa-9.1.2-r1/work
>>> Unpacking mesa-9.1-gentoo-patches-05.tar.bz2 to /var/tmp/portage/media-libs/mesa-9.1.2-r1/work
>>> Source unpacked in /var/tmp/portage/media-libs/mesa-9.1.2-r1/work
>>> Preparing source in /var/tmp/portage/media-libs/mesa-9.1.2-r1/work/Mesa-9.1.2 ...
 * Applying various patches (bugfixes/updates) ...
 *   0000-mesa-9.1-llvm-3.3.patch ...
 [ ok ]
 *   0001-mesa-9.1-llvm-r600-defines.patch ...
 [ ok ]
 *   0002-mesa-9.1-gallivm-3.3.patch ...
 [ ok ]
 *   0003-mesa-9.1-radeon-llvm-3.3.patch ...
 [ ok ]
 *   0004-mesa-9.1-radeon-llvm-remove-inclusion.patch ...
 [ ok ]
 *   0005-mesa-9.1-radeon-llvm-wrapper-remove-inclusion.patch ...
 [ ok ]
 *   0006-mesa-9.1-gallivm-3.3-wrap.patch ...
 [ ok ]
 *   0007-mesa-9.1-radeon-llvm-emit-wrapper.patch ...
 [ ok ]
 *   0008-mesa-9.1-force-c-linker.patch ...
 [ ok ]
 *   0009-mesa-9.1-gallivm-3.4.patch ...
 [ ok ]
 * Done with patching
 * Applying mesa-8.1-dont-require-llvm-for-r300.patch ...
 [ ok ]
 * Applying glx_ro_text_segm.patch ...
 [ ok ]
 * Running eautoreconf in '/var/tmp/portage/media-libs/mesa-9.1.2-r1/work/Mesa-9.1.2' ...
 * Running libtoolize --install --copy --force --automake ...
 [ ok ]
 * Running aclocal -I m4 ...
 [ ok ]
 * Running autoconf ...
 [ ok ]
 * Running automake --add-missing --copy --foreign ...
 [ ok ]
 * Running elibtoolize in: Mesa-9.1.2/bin/
 *   Applying portage/1.2.0 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-libs/mesa-9.1.2-r1/work/Mesa-9.1.2 ...
 * econf: updating Mesa-9.1.2/bin/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating Mesa-9.1.2/bin/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=powerpc64-unknown-linux-gnu --host=powerpc64-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --enable-dri --enable-glx --disable-texture-float --disable-debug --enable-egl --disable-gbm --disable-gles1 --disable-gles2 --enable-glx-tls --disable-osmesa --enable-asm --enable-shared-glapi --disable-xa --disable-xorg --with-dri-drivers=,swrast,radeon,r200 --with-gallium-drivers=,swrast,r300,r600 PYTHON2=/usr/bin/python2.7 --with-egl-platforms=x11 --enable-gallium-egl --disable-gallium-llvm --disable-openvg --disable-r600-llvm-compiler --disable-vdpau --disable-xvmc
checking build system type... powerpc64-unknown-linux-gnu
checking host system type... powerpc64-unknown-linux-gnu
checking target system type... powerpc64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for powerpc64-unknown-linux-gnu-gcc... powerpc64-unknown-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether powerpc64-unknown-linux-gnu-gcc accepts -g... yes
checking for powerpc64-unknown-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of powerpc64-unknown-linux-gnu-gcc... none
checking for powerpc64-unknown-linux-gnu-ar... powerpc64-unknown-linux-gnu-ar
checking the archiver (powerpc64-unknown-linux-gnu-ar) interface... ar
checking how to run the C preprocessor... powerpc64-unknown-linux-gnu-gcc -E
checking for powerpc64-unknown-linux-gnu-gcc... (cached) powerpc64-unknown-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether powerpc64-unknown-linux-gnu-gcc accepts -g... (cached) yes
checking for powerpc64-unknown-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking dependency style of powerpc64-unknown-linux-gnu-gcc... (cached) none
checking for gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) none
checking how to run the C preprocessor... gcc -E
checking for powerpc64-unknown-linux-gnu-g++... powerpc64-unknown-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether powerpc64-unknown-linux-gnu-g++ accepts -g... yes
checking dependency style of powerpc64-unknown-linux-gnu-g++... none
checking how to run the C++ preprocessor... powerpc64-unknown-linux-gnu-g++ -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... yes
checking dependency style of g++... (cached) none
checking how to run the C++ preprocessor... g++ -E
checking whether powerpc64-unknown-linux-gnu-gcc and cc understand -c and -o together... yes
checking dependency style of powerpc64-unknown-linux-gnu-gcc... none
checking for gmake... gmake
checking for python2... /usr/bin/python2.7
checking python2.7 module: libxml2... no
configure: error: failed to find required module libxml2

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/media-libs/mesa-9.1.2-r1/work/Mesa-9.1.2/config.log
 * ERROR: media-libs/mesa-9.1.2-r1 failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 4107:  Called econf '--enable-dri' '--enable-glx' '--disable-texture-float' '--disable-debug' '--enable-egl' '--disable-gbm' '--disable-gles1' '--disable-gles2' '--enable-glx-tls' '--disable-osmesa' '--enable-asm' '--enable-shared-glapi' '--disable-xa' '--disable-xorg' '--with-dri-drivers=,swrast,radeon,r200' '--with-gallium-drivers=,swrast,r300,r600' 'PYTHON2=/usr/bin/python2.7' '--with-egl-platforms=x11' '--enable-gallium-egl' '--disable-gallium-llvm' '--disable-openvg' '--disable-r600-llvm-compiler' '--disable-vdpau' '--disable-xvmc'
 *   phase-helpers.sh, line  521:  Called die
 * The specific snippet of code:
 *            die "econf failed"
 *
 * If you need support, post the output of `emerge --info '=media-libs/mesa-9.1.2-r1'`,
 * the complete build log and the output of `emerge -pqv '=media-libs/mesa-9.1.2-r1'`.
 * The complete build log is located at '/var/tmp/portage/media-libs/mesa-9.1.2-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-libs/mesa-9.1.2-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/media-libs/mesa-9.1.2-r1/work/Mesa-9.1.2'
 * S: '/var/tmp/portage/media-libs/mesa-9.1.2-r1/work/Mesa-9.1.2'

>>> Failed to emerge media-libs/mesa-9.1.2-r1, Log file:

>>>  '/var/tmp/portage/media-libs/mesa-9.1.2-r1/temp/build.log'

 * Messages for package media-libs/mesa-9.1.2-r1:

 * ERROR: media-libs/mesa-9.1.2-r1 failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 4107:  Called econf '--enable-dri' '--enable-glx' '--disable-texture-float' '--disable-debug' '--enable-egl' '--disable-gbm' '--disable-gles1' '--disable-gles2' '--enable-glx-tls' '--disable-osmesa' '--enable-asm' '--enable-shared-glapi' '--disable-xa' '--disable-xorg' '--with-dri-drivers=,swrast,radeon,r200' '--with-gallium-drivers=,swrast,r300,r600' 'PYTHON2=/usr/bin/python2.7' '--with-egl-platforms=x11' '--enable-gallium-egl' '--disable-gallium-llvm' '--disable-openvg' '--disable-r600-llvm-compiler' '--disable-vdpau' '--disable-xvmc'
 *   phase-helpers.sh, line  521:  Called die
 * The specific snippet of code:
 *            die "econf failed"
 *
 * If you need support, post the output of `emerge --info '=media-libs/mesa-9.1.2-r1'`,
 * the complete build log and the output of `emerge -pqv '=media-libs/mesa-9.1.2-r1'`.
 * The complete build log is located at '/var/tmp/portage/media-libs/mesa-9.1.2-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-libs/mesa-9.1.2-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/media-libs/mesa-9.1.2-r1/work/Mesa-9.1.2'
 * S: '/var/tmp/portage/media-libs/mesa-9.1.2-r1/work/Mesa-9.1.2'


#emerge --info

Code:
Portage 2.1.12.2 (default/linux/powerpc/ppc64/13.0/64bit-userland/desktop, gcc-4.6.3, glibc-2.15-r3, 3.8.13-gentoo ppc64)
=================================================================
System uname: Linux-3.8.13-gentoo-ppc64-PPC970FX,_altivec_supported-with-gentoo-2.2
KiB Mem:     1005180 total,    753584 free
KiB Swap:    2047996 total,   2047996 free
Timestamp of tree: Fri, 16 Aug 2013 12:30:01 +0000
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:          4.2_p45
dev-lang/python:          2.7.5, 3.2.5-r1
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.69
sys-devel/automake:       1.12.6
sys-devel/binutils:       2.23.1
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.7 (virtual/os-headers)
sys-libs/glibc:           2.15-r3
Repositories: gentoo
ACCEPT_KEYWORDS="ppc64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="powerpc64-unknown-linux-gnu"
CFLAGS="-O2 -pipe -mcpu=970"
CHOST="powerpc64-unknown-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -mcpu=970"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gentoo.modulix.net/gentoo/ ftp://mirror.ovh.net/gentoo-distfiles/ http://mirror.ovh.net/gentoo-distfiles/ ftp://de-mirror.org/gentoo/ http://de-mirror.org/gentoo/ rsync://de-mirror.org/gentoo/ ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo"
LANG="fr_FR.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acl alsa altivec berkdb bindist bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emacs emboss encode exif fam fbcon ffmpeg firefox flac fortran gdbm gif glut gpm gtk ibm iconv ipv6 joystick jpeg lcms ldap libnotify mad mng modules mp3 mp4 mpeg mplayer mudflap ncurses nls nptl ogg opengl openmp oss pam pango pcre pdf png policykit ppc64 ppds pulseaudio python qt3support qt4 readline sdl session sound spell ssl startup-notification static-libs svg tcpd tiff truetype udev udisks unicode upower usb vorbis wifix wxwidgets xcb xml xv xvid zlib" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-4" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby19 ruby18" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON


when I re-emerge libxml2-2.9.1-r1 i can see (I don't know if it's linked):

Code:

/usr/lib64/portage/bin/ebuild-helpers/prepstrip: line 289: /dev/fd/62: no such file or directory
 * ../../sandbox-2.6/libsandbox/libsandbox.c:check_syscall():879: failure (no such file or directory):


I re-emerged sandbox ... no results ... if anyone got an idea i'm interested, I looked on old posts but nothing works.

Thanks.

Edit :
for the error when building libxml2 i found the solution thanks to Marius Ducea : http://www.ducea.com/2009/02/18/linux-tips-bash-completion-devfd62-no-such-file-or-directory/

the solution is :

Quote:
Manually create the /dev/fd link

This is a quick fix: we create the /dev/fd link manually:

Code:
ln -s /proc/self/fd /dev/fd


and bash completion will start working immediately.

Now i'm emerging mesa package !!!
_________________
http://www.everymac.com/systems/apple/imac/specs/imac_g5_2.0_17.html
May 3, 2005
Processor Speed: 2.0 GHz Processor Type: PowerPC 970* (G5)
Video Card: ATI Radeon 9600 with 128 MB of DDR SDRAM (AGP 8X support).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum