Created attachment 291165 [details] build.log Build fails emerging twolame on Prefix/Solaris Express 11. The problem seems to be, that configure gets an error: ... config.status: executing depfiles commands ./config.status[1354]: shift: (null): bad number >>> Source configured. Normally configure creates the ../libtool file. The call to configure (according to the error message) is: ./configure --prefix=/gentoo/usr --build=i386-pc-solaris2.11 --host=i386-pc-solaris2.11 --mandir=/gentoo/usr/share/man --infodir=/gentoo/usr/sha re/info --datadir=/gentoo/usr/share --sysconfdir=/gentoo/etc --localstatedir=/gentoo/var/lib --disable-dependency-tracking --disable-static Which works flawlessly, when executed by hand. A subsequent "make" builds cleanly as well.
# emerge --info Portage 2.2.01.19572-prefix (prefix/sunos/solaris/5.11/x86, gcc-4.2.4, unavailable, 5.11 i86pc) ================================================================= System uname: Solaris-2.11-i86pc-i386-32bit-ELF Timestamp of tree: Sat, 29 Oct 2011 18:39:41 +0000 app-shells/bash: 4.2_p10 dev-lang/python: 2.7.2 dev-util/cmake: 2.8.6-r1 dev-util/pkgconfig: 0.25-r2 sys-devel/autoconf: 2.68 sys-devel/automake: 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.2.4-r01.4 sys-devel/gcc-config: 1.4.1-r00.2 sys-devel/libtool: 2.4-r01.1 sys-devel/make: 3.82 Repositories: gentoo_prefix Installed sets: ACCEPT_KEYWORDS="~x86-solaris" ACCEPT_LICENSE="* -@EULA" CBUILD="i386-pc-solaris2.11" CFLAGS="-O2 -pipe" CHOST="i386-pc-solaris2.11" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/portage /etc/revdep-rebuild /etc/terminfo" CXXFLAGS="-O2 -pipe" DISTDIR="/gentoo/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs collision-protect distlocks ebuild-locks fixlafiles news nostrip parallel-fetch preserve-libs protect-owned sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="" GENTOO_MIRRORS="http://distfiles.gentoo.org" LDFLAGS="" MAKEOPTS="-j3" PKGDIR="/gentoo/usr/portage/packages" PORTAGE_CONFIGROOT="/gentoo/" 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="/gentoo/var/tmp" PORTDIR="/gentoo/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix" USE="aac cracklib cxx flac lame modules ncurses nls ogg prefix readline ssl unicode x86-solaris zlib" 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 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 stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="SunOS" 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" KERNEL="SunOS" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" 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, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
(In reply to comment #0) > ./configure --prefix=/gentoo/usr --build=i386-pc-solaris2.11 > --host=i386-pc-solaris2.11 --mandir=/gentoo/usr/share/man > --infodir=/gentoo/usr/sha > re/info --datadir=/gentoo/usr/share --sysconfdir=/gentoo/etc > --localstatedir=/gentoo/var/lib --disable-dependency-tracking --disable-static I forgot to copy ./config.status config.status: creating Makefile config.status: creating twolame.pc config.status: creating doc/Makefile config.status: creating doc/html/Makefile config.status: creating doc/html/Doxyfile config.status: creating libtwolame/Makefile config.status: creating frontend/Makefile config.status: creating simplefrontend/Makefile config.status: creating tests/Makefile config.status: creating libtwolame/config.h config.status: libtwolame/config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands > > > Which works flawlessly, when executed by hand. A subsequent "make" builds > cleanly as well.
Created attachment 291167 [details] environment
does it work if you export CONFIG_SHELL=$(type -P bash)?
(In reply to comment #4) > does it work if you export CONFIG_SHELL=$(type -P bash)? Yes! It works.
confirmed on Solaris 10 ./config.status: 1354: shift: can't shift that many
Fixed now, sorry for the wait