[05:33] doko: i get the same error on gcc/pcc with WITHOUT_LANG=biarch debuild -uc -us -b [07:11] fabbione: don't have a G4 to check ... [07:11] doko: ok. [07:20] doko: i am about to start the rebootstrap on sparc. do you want to receive the build logs or not? === anibal_ [n=anibal@debian/developer/anibal] has joined #ubuntu-toolchain [08:03] fabbione: just the failed ones please [08:13] doko: i can't filter from here [08:14] i will need to forward it manually [08:28] fabbione: we should get these filter scripts from lucas (the guy who did make the cluster build) [08:30] doko: sbuild doesn't filter.. it just sends [08:32] It's trivial to filter is with procmail. [08:32] Given the uniform subject lines. === Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-toolchain === rodarvus [n=rodarvus@ubuntu/member/rodarvus] has joined #ubuntu-toolchain [12:42] do we have a toolchain for feisty yet? [12:42] no [12:43] it should be by the end of the week [12:45] We have several, and some of them almost work, we don't have one in the archive yet. === ..[topic/#ubuntu-toolchain:fabbione] : STATUS: glibc: ppc busted if kernel != .19 and headers != .19 | gcc: sparc busted (under testing) | hppa: bootstrapping needed (test in progress) === jbailey [n=jbailey@modemcable139.249-203-24.mc.videotron.ca] has joined #ubuntu-toolchain [02:24] doko: g'day! [02:24] jbailey: good morning! [02:24] doko: I put the binutils stuff in bzr based on the current packaging. One patch merged upstream (i386/amd64 biarch). [02:24] Build of glibc shows no regressions. [02:25] (ppc) [02:25] and ppc64. [02:25] I have the .orig.tar.gz in my homedir on chinstrap if you're interested. [02:25] glibc correctly detects the hashing stuff and enables it. [02:25] jbailey: ok, will have a look [02:41] jbailey: hashing is detected fine on sparc too [02:42] fabbione: Luvly. [02:43] I have a feeling i'mgoing to need to dust off my G4 for some build tests. [02:43] the ppc64 glibc has no significant errors. [02:43] the ppc32 one does. I suspect it's all compat bugs, though. [02:43] I still want to look over the i486 one. [02:43] i686 and amd64 looked fine. [02:44] I'd be surprised if ia64 were anything other than fine, but I should build that too. [02:44] fabbione: I haven't committed my patch stuff yet. [02:44] I'll try to get it done by end of today, I think I was too aggressive in my pruning and want to review it again. [02:45] jbailey: what patch? glibc or binutils? [02:46] glibc. [02:46] binutils is probably final subject to a review from doko. [02:46] jbailey: this binutils can build hppa right? [02:47] fabbione: Right. glibc itself is missing a patch, but the binutils is fine. [02:47] jbailey: ok. i am going trough a bootstrap sequence.. i will stop before glibc and wait for you [02:47] fabbione: on hppa? [02:48] yes [02:48] I nudged adam a bit about the hppa kernel last night. Dunno if he found time for it or not. [02:48] i am building a kernel from git now. just to get the headers and get to binutils -> glibc -> gcc [02:49] i am pretty sure the kernel does build [02:49] but it might not run.. tough [05:31] jbailey: binutils looks ok on sparc.. builded glibc on top and gcc on top of glibc... no errors up till now [05:31] it would have fallen apart a while ago [05:31] anyway i am off for a bit [05:31] up until now, like you just got an error, or like no errors so far? =) [05:31] time to enjoy wife :) [05:31] doko: ^^ [05:31] We were in -kernel, instead of -toolchain, sorry. [05:31] he is in kernel too === fabbione bounces [05:32] *lol* [05:32] ok i am off now [06:05] jbailey: libc6-dev in dapper Depends: linux-kernel-headers [06:05] and linux-libc-dev doesn't provide it afaict [06:06] so once we build hppa kernel, we can't build glibc [06:06] i guess we will need to force that one in [06:07] actually no [06:08] binutils doesn't need new linux-libc-dev to build [06:08] but glibc does.. [06:08] just postponing the issue.. [06:09] fabbione: did see it, nice. [06:09] doko: gcc build seems to going fine now on sparc [06:09] even on Niagara [06:09] doko: once gcc is done i will rebuild glibc and open the gates for testing [06:09] NOTE that i will not be using the rebuilt debs [06:10] we are only going to test pkg foo built on edgy+feisty toolchain [06:10] and not feisty rebuilt on feisty [06:10] that will happen automatically while we import stuff [06:10] jbailey: i need the glibc patch for hppa somewhere.. even offbandwith so i can test build and test [06:11] fabbione, jbailey: for long double 64->128 change: we'll need to rebuild all packages (at least on powerpc and sparc) which uses long double to be safe; it's not that easy to detect thoese packages easily [06:11] doko: well i will try to rebuild all of main BEFORE we open the gate [06:11] not sure, if we want to open the gates for libraries and binary-indep stuff first, then for other packages [06:11] do you expect just plain FTBFS or runtime errors? [06:12] we can't really filter manually.. it would be hell of a work to let one package at a time in [06:12] fabbione: runtime: libc and libstdc++ dohave support for both 64 and 128 bit long double, but other libraries don't have it. [06:13] oh christ [06:13] doko: we do have a local mirror on people.. what about a nice apt-get source $allofmain and a lot of grep magic? [06:13] that would help me to prioritize pkgs that use that 128bit thingy [06:13] and test them [06:14] fabbione: you would have to unpack tarballs inside packages, scan for typedefs and defines, and probably still miss some [06:15] doko: well that's doable.. [06:15] missing some can happen [06:15] but we can still catch a few for testing-?= [06:15] yes, probably [06:17] doko: well want to start a script now so i can actually get to test by tomorrow or something? [06:18] yes, probably write one tonight. but you can start testing as well [06:18] doko: I think in general it would be nice to go through and look at any package that hasn't changed ina release and rebuilt it for good measure anyway. [06:19] doko: i can't start testing without rebuilding first [06:19] jbailey: statically i haven't see ONE release in which all packages in main have been the same [06:19] only one _all.deb in one release IIRC === jbailey [n=jbailey@montreal.canonical.com] has joined #ubuntu-toolchain === anibal_ [n=anibal@debian/developer/anibal] has joined #ubuntu-toolchain [10:48] doko: awake? === doko_ [n=doko@dslb-088-073-066-095.pools.arcor-ip.net] has joined #ubuntu-toolchain