Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Configure (with autoconfig-2.59) fails with the use gmtsuppl flag. Configured and built fine hardcoding autoconfig-2.13 in the ebuild. Reproducible: Always Steps to Reproduce: 1.emerge gmt 2. 3. Actual Results: configure: configuring in src/mex configure: running /bin/sh './configure' --prefix=/usr '--prefix=/usr' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--libdir=/usr/lib/gmt-3.4.4-r1' '--includedir=/usr/include/gmt-3.4.4-r1' '--datadir=/var/tmp/portage/gmt-3.4.4-r1/image//usr/share/gmt-3.4.4-r1' '--enable-triangle' 'CFLAGS=-march=pentium4 -Os -mmmx -msse -msse2 -fomit-frame-pointer -pipe' 'host_alias=i686-pc-linux-gnu' --cache-file=/dev/null --srcdir=. emerge info Portage 2.0.51-r15 (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20040808-r1, 2.6.10 i686) ================================================================= System uname: 2.6.10 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 2.00GHz Gentoo Base System version 1.4.16 Python: dev-lang/python-2.3.4 [2.3.4 (#1, Jan 27 2005, 21:50:09)] ccache version 2.3 [enabled] dev-lang/python: 2.3.4 sys-devel/autoconf: 2.13, 2.59-r6 sys-devel/automake: 1.5, 1.7.9, 1.4_p6, 1.9.4, 1.6.3, 1.8.5-r2 sys-devel/binutils: 2.15.92.0.2-r1 sys-devel/libtool: 1.5.10-r3 virtual/os-headers: 2.6.8.1-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-march=pentium4 -Os -mmmx -msse -msse2 -fomit-frame-pointer -pipe" CHOST="i686-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/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=pentium4 -Os -mmmx -msse -msse2 -fomit-frame-pointer -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms" GENTOO_MIRRORS="http://gentoo.mirrors.tds.net/gentoo http://prometheus.cs.wmich.edu/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="x86 X aalib acl acpi alsa arts audiofile avi bcmath berkdb bidi bitmap-fonts bonobo bzlib cdf cdparanoia cdr crypt cups curl dga dio dvd eds encode esd ethereal exif f2c f77 fam ff2c fftw flac font-server foomaticdb fortran ftp gdbm gif gimpprint ginac gmail gmtfull gmthigh gmtpdf gmtsuppl gmttria gnokii gnome gphot2 gphoto2 gpm grass gstreamer gtk gtk2 hal imagemagick imap imlib ipv6 irda jack java jpeg jpg kde ldap libg++ libwww mad mbox mikmod motif mp3 mpeg ncurses netcdf nls nntp nptl oggvorbis openal opengl oss pam pcfr pcmcia pda pdflib perl pic plotutils png pnp posix python qt quicktime readline scanner sdl spell sse ssl svg svga tcltk tcpd tetex threads tidy tiff truetype truetype-fonts trusted type1-fonts usb wmf xface xine xml xml2 xosd xprint xscreensaver xv zlib video_cards_radeon linguas_en linguas_de linguas_fr" Unset: ASFLAGS, CBUILD, CTARGET, LDFLAGS
Created an attachment (id=49717) [details] config.log didn't copy-paste the whole error before.
here where the config failed (sorry for before): configure: configuring in src/mex configure: running /bin/sh './configure' --prefix=/usr '--prefix=/usr' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--libdir=/usr/lib/gmt-3.4.4-r1' '--includedir=/usr/include/gmt-3.4.4-r1' '--datadir=/var/tmp/portage/gmt-3.4.4-r1/image//usr/share/gmt-3.4.4-r1' '--enable-triangle' 'CFLAGS=-march=pentium4 -Os -mmmx -msse -msse2 -fomit-frame-pointer -pipe' 'host_alias=i686-pc-linux-gnu' --cache-file=/dev/null --srcdir=. configure: warning: CFLAGS=-march=pentium4 -Os -mmmx -msse -msse2 -fomit-frame-pointer -pipe: invalid host type configure: warning: host_alias=i686-pc-linux-gnu: invalid host type configure: error: can only configure for one host and one target at a time configure: error: /bin/sh './configure' failed for src/mex !!! Please attach the config.log to your bug report: !!! /var/tmp/portage/gmt-3.4.4-r1/work/GMT3.4.4/config.log !!! ERROR: sci-geosciences/gmt-3.4.4-r1 failed. !!! Function econf, Line 485, Exitcode 0 !!! econf failed !!! If you need support, post the topmost build error, NOT this status message.
Looks the updated autoconf package breaks the build process here... didn't update yet and it still worked for me. Updated, reproduced and fixed. Thank you!