/srv/irclogs.ubuntu.com/2005/06/10/#ubuntu-toolchain.txt

=== lamont__ [~lamont@15.238.5.156] has joined #ubuntu-toolchain
=== doko [~doko___@dsl-082-082-192-254.arcor-ip.net] has joined #ubuntu-toolchain
infinitydoko : Hrm. That list doesn't really give me a terribly good indication of what to dep-wait on.03:06
fabbionemorning06:13
fabbionejbailey: ping?06:18
fabbioneinfinity: did you get the script done?06:23
infinityfabbione : Have you looked at doko's frozenapps.txt?... It's not particularly evident what one should be dep-waiting on.08:32
infinity(I suppose I could dep-wait on package renames as I hope/expect them to be, but that's kinda icky)08:33
fabbioneinfinity: no i didn't08:34
fabbioneand there is no way to track what pkg needs what08:34
fabbioneso basically i have sparc stalling08:34
fabbioneand i think i did build all the libs08:34
fabbionebut we can't really check if not manually08:34
infinityWell, you can check his list and those should be the only packages that need to be left unbuilt.08:37
infinityBut I can't do proper dep-waits for them without some more input.08:38
infinityI might just not-for-us the mess of them, and have doko tell me when to release them, though.08:38
infinitySince it's pretty simple to toggle a -n.08:38
fabbioneyeah08:46
dokomorning alll08:47
fabbionehere is the guilty boy08:48
dokoinfinity: what do you need?08:50
infinitydoko : An indication of what each of those frozen packages should actually build-dep on? :)09:10
infinitydoko : Erm, dep-wait, I mean.09:10
infinitydoko : Knowing that foo build-deps on libbar0 isn't as helpful as knowing that foo should dep-wait on libbar0c2, but i don't want to make assumptions about package renames.09:11
dokoinfinity: so, you do need the new package names?09:15
dokoinfinity: added a column, let mw knwo what you need as the format09:19
infinitydoko : I'm not so picky on format, I just want to know that "when package (or package_version) is in the archive, this should be built"09:26
infinitydoko : So, if that's "foo dep-wait libbar0c2, libbaz1c2, libquux2", or will need versioned build-deps for some, I need to know.09:27
infinitydoko : So that needs ot take into account c102 libs being names back, libs being names to c2, and god knows what else.  If it's easier for you to just ping me each time you think an app can/should be tried, we can do that instead, but automating it is nice. :)09:28
dokoand foo is the source name?09:34
dokoinfinity: list updated09:36
infinityfoo is the source package, libbar, etc are binary packages.09:36
dokois this the kind of thing you need?09:38
infinityBeautiful.09:39
infinityEven better if it's all correct. :)09:39
dokowait ...09:39
infinityI have to go grocery shopping with my girlfriend, when I get back, whatever the state of that file is, I'll hammer it all into wanna-build and remove the blacklists from the buildds.09:39
danielsinfinity: hoorah for safeway09:40
danielsinfinity: get some Thai for me09:40
dokofor this going to work, I'll have to update the list in the wiki with the new library names ...09:40
infinityHooray indeed.  Those bastards are holding my cow hostage, and I want it back!09:40
danielsinfinity: mmm.  it's thai night for me, tonight.09:40
dokoinfinity, when are you back?09:40
infinitydoko : To make sure the MOTUs upload with the right renames?09:40
infinitydoko : 1.5-2 hours tops.09:41
infinityHowever long it takes to get some steaks and other essentials and head home.09:41
dokook. well I need to give YOU the new names well ...09:41
infinitydoko : I'll ping you as soon as we're back.09:43
\shdoko: what should we do with this ocaml gcc4 issue on i386? i didn't find anything yesterday about a solution...and I'm not this asm hacker ;)09:44
doko\sh, build-dep on GCC 3.409:50
\shdoko: that means all packages depending on ocaml in any way, have to be transistioned to gcc-3.409:52
doko\sh why? do all the packages use this assembler code?10:01
=== chmj [~d3vic3@dumbledore.hbd.com] has joined #ubuntu-toolchain
\shdoko: no, but if i want to compile a g++ app with g++ 4 and it's linking against ocaml it breaks at linker stage10:02
dokohmm, what does break?10:03
\shshit..i'm searching..i need a konqui shortcut for buildlogs ;)10:05
\shforget it...gcc-3.4.gcc-opt: not found...10:07
\shsomething else10:07
doko\sh that looks like a buildd problem10:08
fabbioneno it's not10:08
fabbionedoko: that's a missing b-d on gcc-3.410:08
dokoor that10:08
doko\sh, what are you looking for?10:08
fabbionegcc-3.4.gcc-opt is only a wrapper for gcc-3.410:08
fabbionebut if gcc-3.4 is missing it reports exactly the error as it should be10:09
\shfabbione: it is a missing b-d 10:10
fabbionethat's what i said :)10:10
fabbionei see the same errors in the sparc buildd10:11
doko\sh: add it ;-)10:11
\shok..that means, all ocaml universe apps has to be touched e.g. findlib10:11
\shdoko: on my way ;)10:11
fabbionedoko: it is probably simpler to add a Depends: gcc-3.4 deps to the ocaml-dev thingy10:12
fabbionegiven that's a reasonable solution10:12
dokofabbione: yes, sounds good, and then I can do automatic uploads for the remaining things.10:13
\shfabbione: there is no ocaml-dev10:13
\shBinary: ocaml-interp, ocaml-nox, ocaml-base, ocaml, ocaml-compiler-libs, ocaml-base-nox, ocaml-native-compilers, ocaml-source10:13
\shbut anyways, some packages are b-d on ocaml-base-3.08 (as package name) or ocaml-nox-3.08 (as packagename)10:14
fabbioneafaik it's ocalm calling gcc-3.4 automatically10:14
fabbioneso it is ocalm that has to pull it in10:15
fabbioneand not the 3000 apps10:15
\shfabbione: ocaml has gcc-3.4 as b-d10:15
dokoso, on which package b-d all the 3000 apps?10:16
\shfirst of all, we have to get rid of things like this:10:16
\shDepends: libncurses5-dev, ocaml-base-nox (=${Source-Version}), ocaml-base-nox-3.08.3, ocaml-interp-3.08.310:16
fabbione\sh: ocalm needs to have it as Depends:10:17
fabbioneso that gcc-3.4 is pulled in for apps to build10:17
\shbecause those ocaml-base-nox-3.08.3 is a provides in one of the packages resulting of source ocaml10:17
\shi think to be compatible to debian?10:17
dokoheh, did you have a look at the package maintainer ...10:18
dokosvenl: your ocaml package is b0rked ;-)10:18
fabbioneahahha10:19
fabbionedoko: i am almost done with ppc64 kernels :)10:19
fabbioneif i feel lucky i will upload them today10:19
dokoheh, cool. time to upload GCC 4.0 ;-)10:20
fabbioneit slightly depends on how it builds 10:20
fabbionedoko: go ahead really10:20
fabbionedoko: until all this C++ crap is sorted at buildd level, i am just trashing time in universe10:20
doko\sh, what is a typically build-dep for an ocaml related package?10:20
fabbioneand i need the /lib64 fix for sparc10:20
dokoahh, sure10:20
dokowell, it cannot be built at the moment. lib32z1-dev is missing in main10:22
\shdoko: ocaml-3.08.310:22
fabbionewell that's a dep-wait10:22
fabbionebut why does it need that new lib?10:22
\shdoko: as well for Runtime Depends10:23
dokowell, yes looking at the package description, fabbione is right, just add g++-3.4 as dependency to ocaml10:25
fabbionedoko: and gcc-3.4 please10:25
dokofabbione: building 32bit libgcj on amd6410:25
fabbioneah ok10:25
dokofabbione: not needed10:25
fabbionethis multiarch crap is crap :P10:26
\shdoko: can u do it, cause it's main ;)10:26
dokook10:26
\shthx10:26
dokoahh, it only needs gcc, not g++ ...10:26
\shwhat about the ocaml-3.08.3 package name? we should get rid of it10:26
dokoanyway, can't hurt ...10:26
fabbionedoko: speaking of "can't hurt"10:27
\shok..lets fix some digital tv stuff10:27
fabbionewhat about ncurses for ppc6410:28
fabbione?10:28
fabbionei don't need it as kernel b-d but quite a lot of users that recompiles kernels need it10:28
dokofabbione: do it, I don't need it ;-)10:28
fabbionedoko: me neither.. i don't even a damn ppc at home!10:29
fabbione:)10:29
dokoheh, "our priority are our users" ;)10:29
fabbioneso send me a g5 :)10:29
fabbioneand make me a ppc user10:30
Mithrandirfabbione: this aint multiarch. :P10:54
=== Seveas [~seveas@seveas.demon.nl] has joined #ubuntu-toolchain
fabbioneunknown Debian architecture powerpc64, you must specify GNU system type, too at /usr/bin/dpkg-architecture line 214.11:00
fabbionegrrr11:00
svenldoko: nope.11:04
svenldoko: x86 sucks.11:04
svenldoko: works fine on all other arches but loosy x86 with gcc-4.0.11:04
dokosvenl: fix it ;)11:05
svenlThere is already a bug report upstream though, so will probably be fixed in the next release.11:05
svenldoko: amd64 works fine, so throw away all that loosy legacy x86 hardware you have around and get real stuff instead :)11:05
svenlseriously, mark this upstream, and let some time pass, or write a follow up to the bug report.11:06
svenlhttp://pauillac.inria.fr/bin/caml-bugs/incoming?id=3637;expression=uther;user=guest11:10
infinityBack.11:17
infinitydoko : Is your dep-wait stuff deinifely accurate and ready to go into wanna-build?11:20
dokoI did ...11:20
doko1) get the pairs of oldlib/newlib11:21
doko2) looked, which oldlib's are still in the archive11:21
doko3) looked for packages, which depend on those old libs11:22
infinity4) Match source package to new libs11:22
infinity5) PROFIT11:22
fabbione  Maximum number of CPUs (2-128) (NR_CPUS) [32]  (NEW) 11:23
fabbioneok.. how many CPU should we support for ppc64-smp ?11:23
fabbionei had say 32 is more than enough :)11:24
dokoahh, you do want the source names instead of the new libnames?11:25
infinityEek.  THis looks scary.11:29
infinityUse of uninitialized value in scalar assignment at /usr/bin/dh_shlibdeps line 138, <COMPAT_IN> line 82.11:29
infinity(repeat about 100 times, with different line numbers)11:29
infinitydoko : No, no.  The source packages we're building.11:29
infinitydoko : source apps, binary libs.11:29
infinityfabbione : How much memory do you lose for each CPU?11:30
dokoso why step 4)11:30
doko?11:30
infinityfabbione : I can't imagine people installing Debian on a pcc64 system/partition with 128 CPUs, but such systems exist (with 4096 CPUs, even)11:31
infinitydoko : Oh, I meant "match the source of the apps with the new libs they dep-wait on"11:31
dokoyes, that's done in frozenapps.txt11:33
dokoahh, source ...11:33
dokono, that's already there ...11:34
infinityExcellent.  Kay.  I'll shove it in wanna-build in a few mins.11:34
dokookay, and then, all frozen C++ apps should build?11:38
infinityThey all should build automagically as the libraries they depend on get installed, that's the theory.11:42
fabbioneinfinity: if there only was a help entry......12:00
infinityFor?12:02
fabbionefor the cpu thingy12:03
fabbionenow i remember why i didn't want ppc6412:03
fabbionejust the config part is rather frigging boring12:03
infinityOkay, script looks goodish.12:05
infinitydoko : Would it be bothersome to get those dep-waits comma-separated, so I can be even lazier? :)12:05
dokoyou're eyes are still ok, aren't they? ;-)12:06
infinityLast time I checked...12:08
dokocheck the file, not your eyes ;-P12:09
infinityDude, you just changed that.12:09
infinityYou must have.12:09
doko:)12:09
=== infinity stares.
infinityMY COPY HAS NO COMMAS, DAMNIT!12:09
infinityAlso, thanks.12:09
dokobe honest, you removed the commas ;)12:09
infinity<cartman> Seriously, I hate you guys.. </cartman>12:11
infinityOh, cock.12:12
infinityThose source packages need versions too.12:13
infinityMaybe I can just fudge it.12:13
infinityOn, no I can't.  Whose silly idea was this?  <glances at lamont>12:14
infinityI can't dep-wait stuff that's installed.  Only stuff that needs building (or is building/failed, etc)12:14
dokohmm, so which versions do you need?12:15
infinityOne version higher than the current installed one, I guess. :)12:15
infinityAnd they all need to be in a state other than installed.  Which is ludicrous.  Unless they already are all uploaded but just not building due to the blacklist.12:15
infinity(THis seems unlikely)12:15
infinityMaybe not-for-us on all of them was a better idea. :)12:16
infinityEasy to toggle it on and off at will.12:16
infinityJust requires more human interaction, fewer crap perl scripts.12:16
dokowell, then just take the first column and freeze these again12:17
=== infinity sighs.
infinityIt was such a GOOD crappy perl script too.12:17
=== infinity kicks sand.
dokoyou did it in perl?12:18
infinityI stole the wanna-build interface from buildd-mail, which is in perl.12:19
infinitySo it made sense to just put the glue around that in perl as well.12:19
infinityAnyhow.  Suck.  I'll just Not-for-us the whole bunch.12:19
infinityThat means I can remove the blacklist from buildd.conf, right?...12:19
infinity(Yes, i realise if I admit to using anything other than python I can get fired from Canonical)12:20
infinity(I better not mention that I use SVN and CVS all the time, even in places where I could switch to arch but don't)12:20
doko:)12:20
=== infinity sobs.
infinityfor i in libopenhbci-plugin-ddvcard pingus glcpu qalculate fwbuilder gnomemm xbsql libprinterconf race libaqhbci libaqhbci libccaudio octave-forge ginac trophy gnunet gnucash python-omniorb2 libsdl-ruby valknut clanbomber acovea lablgtkmathview rsplib libaqbanking fwbuilder bakery-gnomeui2.0 qalculate php4-interbase xmule libccscript debtags fwbuilder rezound libbonobouimm1.3 xfe dbbalancer ginac libaqhbci-qt-tools doodle monopd debtags-edit bayo12:35
infinity echo "$i"; for j in i386 amd64 powerpc ia64; do wanna-build -b $j/build-db -n $i; done ;done12:36
infinityAt least it's a more familiar language. :)12:36
infinityNeat, there were duplicates in that list.12:40
infinityfabbione : Do that, but make the final argument "$i"_1 (so you get a package version), and remove the duplicates from the list (or they'll toggle NFU, and then back again in the loop)12:43
infinitydoko : Okay, can I remove the blacklist from the config files completely, then?12:44
infinitydoko : Those were all the apps we care about not building?12:44
dokoinfinity: yes, modulo the bugs that I probably made12:45
infinityMmkay.  The floodgates will open soon, then.  Making config file changes on all the hosts.12:46
fabbioneinfinity: sorry.. i wasn't following...12:58
fabbioneinfinity: what should i do?12:58
fabbione /usr/bin/make -j15 EXTRAVERSION=-1-powerpc64-smp  ARCH=ppc64 \12:59
fabbioneBTW :)12:59
infinityfabbione : Well, you only have one buildd, right?01:02
fabbioneyes01:02
infinityfabbione : You can either not-for-us everything in the list above (which is what I did), or just put that list in no_auto_build.01:02
infinity(I not-for-us'd it cause I have 12 buildds to deal with..)01:02
infinityThe dep-wait thing won't actually work, since all but 2 of those packages are in state "Installed".. Whoever wasn't thinking of that earlier wasn't thinking clearly.01:03
fabbionei already have the apps in no_auto_build01:04
infinityRight, is it just that set?01:05
infinity(it's a lot smaller than the old set)01:05
fabbioneyeps01:05
infinityKay, then you have nothing more to do except wait for people to whine at us each time one needs to be removed. :/01:05
fabbionebut i have still the full list banned becuase we don't have a way to check if all the libs have been built01:05
fabbioneat least not automatically01:05
infinityWe can't do much better than that, unless someone wants to upload updated versions of all of them right now.01:05
infinityThen we can dep-wait them all.01:05
dokoinfinity: I'll uploading things, after I know, what is currently in the queue and builds now01:06
infinitydoko : Right, there were about 30 in the queue when I restarted buildd on the first machine.01:07
fabbioneinteresting...01:11
fabbioneHAS_BIARCH      := $(call cc-option-yn, -m64)01:11
fabbionethis one fails miserably on ppc6401:11
fabbionewell i need food now01:13
infinityI need rest and real life now, I think.01:16
infinityAs soon as I'm done restarting all the buildds.  (sure, buildd re-reads its config, but it doesn't remove things from no_auto on re-read... clever, eh?... Feh)01:17
dokofabbione: do you know about the correct fix to the xbase-clients postinst?01:24
jbaileyfabbione: pong01:25
jbaileyfabbione: You usually start at midnight my time, which is why when you show up I kow it's time to go to bed. =)  (But I went to bed early last night *g*)01:26
\shdoko: looks like now we have a new issue with ocaml ;)01:33
dokowhich one?01:36
fabbionere01:38
fabbionedoko: no, i didn't even look at it.01:38
fabbionedoko: daniels promised a fix asap01:39
fabbionejbailey: ehhe no problem dude01:39
fabbioneelmo: ping?01:39
fabbionedoko, jbailey: at this point in time, is there any difference in build ppc64 in breezy-ppc64 or breezy chroot on davis?01:41
dokoif breezy is up-to-date, no01:42
fabbioneok it is01:42
jbaileyfabbione: I am not aware of the states of the david choots.01:42
jbailey(sorry, the only one I use often is Concordia)01:42
fabbioneVersion: 3.4.4-0ubuntu301:42
fabbioneis this enough to build ppc64?01:42
jbaileyfabbione: Look for libc6-dev-ppc6401:43
fabbionemehhhh01:44
jbaileyI depends on a new enough gcc-3.4, and will also mean that the ppc64 bits have been loaded.01:44
fabbioneif neither thom or elmo are around i am stocked01:46
fabbionebreezy-ppc64 doesn't have kernel-build deps01:46
fabbioneand breezy is not updated01:46
fabbionejbailey: we need to talk about that lustre thing01:46
\shdoko: labltk01:46
fabbionedo you have time now?01:47
jbaileyfabbione: Yup.01:47
fabbioneok01:47
fabbionelet's hook up jdub too01:47
jbaileyFor you, my dear, I always have time.01:47
fabbionelovely :)01:47
dokoshould we other leave the channel for a few minutes?01:48
chmjhahahah 01:48
jbaileydoko: Voyeur.  01:49
jbaileydoko: You would just read the logs anyway.01:50
ajmitchsure, wouldn't you? 01:50
jbaileyOh sure.  =)01:50
jbaileyWell, the first few paragraphs anyway. I like my erotica to be well written.01:51
=== chmj clears the screen
fabbionehey ppc64 guys.. you need to modify dpkg to understand powerpc6402:24
fabbionedpkg-architecture -apowerpc64 -qDEB_BUILD_ARCH02:24
fabbioneunknown Debian architecture powerpc64, you must specify GNU system type, too at /usr/bin/dpkg-architecture line 214.02:24
infinityWhy are you building ppc64 packages?02:25
infinityI thought you were working on biarch 64-bit-on-ppc32 stuff?02:26
dokofabbione, it's ppc6402:26
jbaileyfabbione: Does it do it that way for sparc64 too?02:26
fabbionejbailey checking02:28
fabbionejbailey: yes it does... 02:29
fabbionebah what a fucking mess02:29
chmjdoko, ping 02:29
jbaileyUgh, that's insane.02:29
jbaileyI don't think there should ever be a _powerpc64.deb - nothing would know what to do with it.02:29
fabbionejbailey: dpkg-arch needs to tell me that powerpc64 is built as powerpc02:30
fabbionenothing more than that02:30
jbaileyOh, dpkg-architecture, right.02:30
=== jbailey smokes another one.
fabbionebut i think the overall crap can be worked around from kernel-package02:30
jbaileykeybuk's not online.  hmm.02:31
jbaileyI can just update the package, but I'd hate for the change to be lost if he thinks everything is in some VCS somewhere.02:31
fabbionei might as well doing something wrong02:33
dokoinfinity: why is libgnomemm2.0 2.0.1-2ubuntu2 not in the archives?02:36
infinityBecause it's shy?02:36
infinityOr did you want a better reason?02:36
=== infinity goes to look.
dokobuilt an hour or so before02:37
infinitydoko : It's uploaded by all 4 buildds, if it's not made it past katie, blame elmo.02:39
infinitydoko : katie's been acting up all day :/02:39
dokoinfinity, thanks for looking02:41
infinityI've bugged elmo on your behalf.02:41
infinityHe can rescue the builds, but with any luck he can actually find and fix the problem instead. :)02:41
infinityAnd I think this is now WAY past the end of my work day.02:42
dokolooks like he already did start the party :)02:42
doko1am?02:42
infinity11pm, but I was supposed to quit at 6ish.02:43
infinityMmm, so that's what divorce smells like.02:43
jbailey*lol*02:44
jbaileyI read that as s/bugged/buggered/02:44
infinityI wish.. <whistful sigh>02:45
infinityErm.02:45
fabbioneehehhe02:45
infinityOut loud voice.02:45
infinityLa la la.02:45
jbaileyWell it would've explained the divorce...02:45
infinitySee, and the next sentence was just too rude for a public channel.  Shame.02:46
fabbioneinfinity: how is Xfree86 going on m68k???02:51
infinityAbout to sign and upload.02:51
fabbionecool02:51
infinityAnd up she goes.02:56
jbaileyMithrandir: I meant to be in this channel, sorry, ping. =)03:23
jbaileySo many "#ub..." tabs, all alike.03:23
=== lamont__ [~lamont@15.238.6.116] has joined #ubuntu-toolchain
chmjare there any known problems with dbus ?04:59
Mithrandirjbailey: pong05:24
jbaileyMithrandir: I'd like to start assembling some of the multiarch stuff, starting with getting amd64 building an i386 glibc and putting the files in the right places.05:25
jbaileyIf there's a file in /usr/include and a file in /usr/include/i386-linux, the one in -i386-linux takes prioirty under your setup, right?05:25
MithrandirI don't remember.05:26
Mithrandirlook at the patch :-)05:26
jbaileybah. ;)05:26
jbaileyMithrandir: Do you know off hand if it's been applied yet?  Wondering if the gcc-3.4 I have downloaded would have it in already or if I need to fetch it from you.05:31
Mithrandirjbailey: ask doko.  I don't think so.05:32
jbaileydoko: *poke*05:32
Mithrandirjbailey: but then, asking me when I've been fed champagne might not be wise. :-)05:32
jbaileyAh, is there an occasion?05:33
infinityYeah, elmo and doko's birthdays.  We're all celebrating.05:34
infinityI've been drinking for hours.05:34
infinityWhat's wrong with YOU?  Funspoiler.05:34
jbaileyinfinity: You're pretending to be Australian now.05:34
jbaileyinfinity: You've been drinking for *months*05:34
jbaileyIt's sort of like being in Vancouver.  After you've been there you can always tell a vancouverite by the smell of pot oozing from their pores.05:35
jbaileyIt takes years to go away.05:35
jbailey(It's a theory Angie and I have as to why we only seem to meet people from Vancouver in Toronto)05:35
Mithrandirjbailey: end of studies thing, aka "exmatriculation".05:35
jbailey;)05:35
Mithrandirwhich means I've drunk close to a bottle of champagne.05:35
desrtjbailey; but what about the pot smokers in toronto?05:36
jbaileydesrt: It's not the same.  People here aren't proud of their pot smoking the way folks in Vancouver are.05:36
jbaileydesrt: Here they seem to be more drug addicts.  It's sort of like finding someone who drinks as much as an Australian outside of Australia.05:37
desrthmm.  so the smell-oozing-from-pores thing goes along with pride05:37
desrtheh.05:37
desrtit's funny, though... everyone has a different metric for who drinks a lot05:37
desrtgermans, australians, canadians, ...05:37
infinityVancouverites don't smoke pot, they just live in a constant cloud of burning week.05:37
infinityIt's a whole different ballgame.05:38
jbaileyinfinity: Right. =)05:38
infinityd/week/weed/05:38
Mithrandirjbailey: do australians drink?05:38
infinitys/d/s/05:38
infinityMithrandir : Australians pretend not to be alcoholics, but they seem to drink far more than anyone else I've ever met.05:38
infinityMithrandir : The whole country is in denial.05:38
jbaileyMithrandir: No, it's like how Adam described it for Vancouverites.  They bathe in it.05:38
Mithrandirinfinity: I didn't see much alcohol in sydney.05:38
infinityWe drank on the job at my last job.05:39
infinityFrequently.05:39
infinityAnd copiously.05:39
infinityTO drunkenness.05:39
infinityAnd we dealt with clients in that state.05:39
infinityAnd that was "normal".05:39
Mithrandirinfinity: yes?05:39
jbaileyThe clients were also in that state, probably.05:39
Mithrandiris that special?05:39
infinityMithrandir : Well, it is to us anal-retentive north americans. :)05:40
Mithrandirwe did the same, hot dogs and beer, then back to coding at Opera.05:40
infinityMithrandir : Maybe Australians are just scandinavians of the south.05:40
Mithrandirinfinity: this sounds perfectly normal to me. :-)05:40
Mithrandirinfinity: you coming to debconf?05:40
infinityMostly, it was the complete lack of social activities that didn't involve drinking that got to me.05:40
infinityAnd still does on occasion.  But then I get drunk and forget about it.05:41
infinityAnd no, not coming to debconf.  Can't afford it. :/05:41
Mithrandirbah, you should have proposed a toast^Wtalk and gotten sponsorship05:41
infinityMeh.  Next year.05:42
jbaileyMexico city.05:42
infinityOh.05:42
infinityThe year after, then.05:42
infinityMexico City and I have a longstanding agreement to disagree.05:42
jbaileyScottland, I think?05:42
Mithrandirwhat's mexico city like?05:42
Mithrandiryeah, edinburgh05:42
infinityMithrandir : The world's nastiest city.  Period.05:42
Mithrandirhow so?05:42
jbaileyMithrandir: You're less likely to get mugged than in Sao Paolo...05:42
infinityOver 30 million people, and nowhere near enough of them are employed in the cleaning business.05:43
Mithrandirjbailey: I guess we'll just have Fortress Debconf, then?05:43
jbaileyMithrandir: It worked in Porto Alegre...05:43
Mithrandirjbailey: mpe05:43
infinity(I think it's cause all the cleaners are working illegally in the US, but I'm not sure)05:43
jbaileyOf course, it would've been nice if the guards had been more cautious or more explicit with their guns.05:44
Mithrandireven jonas smedgaard didn't manage to get mugged.05:44
Mithrandirwhich guards?05:44
infinityIf Jonas got hit hard enough to forget about Debian, that might be nice.05:44
infinityBut I didn't say that out loud.05:44
MithrandirI would be happy if he just forgot about bitching on debian-edu about _everything_05:45
=== lamont__ [~lamont@15.238.6.116] has joined #ubuntu-toolchain
fabbionehey lamont06:01
Riddellinfinity: edinburgh is the world's nastiest city?06:19
infinityRiddell : No, Mexico City is.06:22
Riddellphew :)06:22
Riddellwhat's happening in Edinburgh then?06:23
MithrandirRiddell: debconf706:30
RiddellMithrandir: where is that decided?06:30
Mithrandirin porto alegre06:31
Mithrandiriirc06:31
Riddellgoogle knows nothing of it06:31
Mithrandirgoogle doesn't know _everything_06:31
Riddellah, found one reference http://listas.softwarelivre.org/pipermail/debconf4/2004-June/000651.html06:32
elmofabbione: 'sup?09:55
desrtelmo; how's biarch coming?10:58
desrt(or going, i suppose)10:59
elmodesrt: I've no idea11:01
\shhmmm...g77 is not available for the 4.0 toolset?11:02

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!