=== tonyyserver [n=anthony@ubuntu/member/tonyyarusso] has joined #ubuntu-toolchain === acacs [n=acacs@201.32.148.63] has joined #ubuntu-toolchain === doko [n=doko@dslb-088-073-109-248.pools.arcor-ip.net] has joined #ubuntu-toolchain [07:11] configure: error: [07:11] *** These critical programs are missing or too old: as ld [07:11] *** Check the INSTALL file for required versions. [07:11] make: *** [/build/buildd/glibc-2.5/stamp-dir/configure_libc] Error 1 [07:11] doko: what have you done? :) [07:12] checking for as... as [07:12] checking version of as... v. ?.??, bad [07:12] checking for ld... ld [07:12] checking version of ld... v. ?.??, bad [07:33] doko: the version in ld/as did change from X.Y.Z to XYZ [07:33] is that change permanent? [07:33] or just a build error our side? [08:48] fabbione: it's an unmodified snapshot build. apparently the glibc version detection goes wrong [09:23] doko: glibc expects a release.. not a cvs snapshot [09:24] doko: do you want to fix the binutils version or should i get crazy to fix the glibc detection? [09:25] yes, seeing that now. wondering how this did work with previous snapshots ... I'll fake a version 2.17.50.something [09:25] ok [09:27] # Accept binutils 2.13 or newer. [09:27] AC_CHECK_PROG_VER(AS, $AS, --version, [09:27] [GNU assembler.* \([0-9] *\.[0-9.] *\)] , [09:27] [2.1[3-9] *] , AS=: critic_missing="$critic_missing as") [09:27] AC_CHECK_PROG_VER(LD, $LD, --version, [09:27] [GNU ld.* \([0-9] [0-9] *\.[0-9.] *\)] , [09:27] [2.1[3-9] *] , LD=: critic_missing="$critic_missing ld") [09:27] doko: that's the reason why i think we should fake the version in binutils [09:27] parsing cvs snapshots date will make that check way too compilcated [09:29] the strange thing is that the cvs checkout has 2.17.50, while the tarball produced by upstream has the date ... [10:16] $ ld --version [10:16] GNU ld version 2.17.50 20070103 Debian GNU/Linux [10:16] $ as --version [10:16] GNU assembler 2.17.50 20070103 Debian GNU/Linux [10:16] ok, now changing that to Ubuntu ... [10:24] don't change Debian to ubuntu [10:24] IIRC we did carry Debian all over and pkgs might rely on that [10:40] the autotools tests rely only on the two first numbers, everything else is a string [10:46] yeps === Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-toolchain === jbailey [n=jbailey@modemcable173.9-56-74.mc.videotron.ca] has joined #ubuntu-toolchain === Keybuk [n=scott@wing-commander.netsplit.com] has joined #ubuntu-toolchain === jbailey [n=jbailey@modemcable173.9-56-74.mc.videotron.ca] has joined #ubuntu-toolchain === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-toolchain