/srv/irclogs.ubuntu.com/2010/06/30/#ubuntu-devel.txt

directhexslangasek, i got the error!00:24
directhexit's "illegal instruction" ^_^00:24
slangasekoh?00:24
slangasekreproduced in what context?00:24
=== jjohansen is now known as jjohansen[afk]
directhexslangasek, building 2.6.3-2 on the debian armel porterbox00:25
directhexhttp://retro.apebox.org/log.txt00:25
slangasekok00:25
=== dendro-afk is now known as dendrobates
slangasekthat may be a Debian-specific failure, then, since the target instruction set on Ubuntu armel is different00:26
directhex(the error is misleading - it says the monolite (bootstrap compiler) install it out of date, as a result of the illegal instruction)00:26
* ogra would suggest doing a testbuild in an armel PPA of that same package 00:27
directhexslangasek, it's debian-specific in that it happens on debian - but it doesn't happen with the upstream 2.6.3 tarball, only once the diff is applied. so it's a regression introduced by the ubuntu patches. plus i can't verify whether it works on ubuntu, since i have no access to ubuntu porter resources00:27
* slangasek nods00:27
directhexogra, i don't have access to an armel ppa, but feel free to copy in the source package from https://launchpad.net/~directhex/+archive/monoxide?field.series_filter=maverick00:28
ogradirecthex, i'm sadl very busy with other stuff, but i guess someone from the linaro team shoudl be able to help you with a ppa upload, alternatively you need to wait until after A200:29
slangasekdirecthex: a test build here gets past that point, failing only later building docs when it runs my box out of memory00:29
RAOFpitti: Sure, I'll drop the changelog.  The recent upload should have helped - that changelog used to be in *all* the xserver packages.00:30
slangasekdirecthex: what's the CPU of the Debian armel porterbox?00:30
directhexslangasek, oh? that's valuable info. sounds like it's the arch detection stuff that's borked then00:31
slangasekyeah00:31
directhexslangasek, looks like arm500:31
directhexdirecthex@agricola:~$ uname -m00:31
directhexarmv5tel00:31
* slangasek nods00:31
ograthats arm'v'5 :)00:31
ogradont forget the v ;)00:32
directhexwhat's the v?00:32
=== bjf is now known as bjf[afk]
ograversion ... arm5 points to a core while v5 points to a spec00:32
directhex/proc/cpuinfo says thumb, i don't know if thumb2 is something else00:32
ograarm5 is significantly older than anything you can use today :)00:32
ograthumb2 is the newer implementation00:33
directhexis it reported differently on hardware where it's available?00:33
slangasekthumb2 is different than thumb, but I don't know that it shows differently in /proc/cpuinfo00:33
slangasekapparently not00:33
ograit does00:33
slangasekogra: how is it different?00:33
RAOFls00:34
RAOF*sad face*00:34
directhexi've looked at this code lately more than i'd like, i know mono parses /proc/cpuinfo to detect cpu abilities, including thumb... but i don't think the ubuntu patch accounts for thumb versus thumb200:34
ograogra@babbage2:~$ cat /proc/cpuinfo |grep Features00:34
ograFeatures: swp half thumb fastmult vfp edsp thumbee vfpv300:34
ograhmm, no, i lied00:35
ograi thought it was exposed00:35
slangasekwhat's 'thumbee'?00:35
ograembedded thumb iirc00:35
ogranot relevant here00:35
directhexit'll take me another age to test the theory, but i guess http://git.debian.org/?p=pkg-mono/packages/mono.git;a=commitdiff;h=c8243c343373c8bfbf10f037eb6ac8a5e1649db3 is the problem commit00:36
ograthe thumb2 instructions are definately available in all v7 cpus so a check against armv7 should suffice to enable thumb200:36
* slangasek nods00:37
* ogra assumes you read https://wiki.ubuntu.com/ARM/Thumb200:38
slangasekdirecthex: does /proc/cpuinfo show 'swp' there?00:38
directhexslangasek, yes00:38
directhexFeatures        : swp half thumb fastmult edsp00:38
slangasekoh, that's in the existing code anyway00:38
ograand also https://wiki.ubuntu.com/ARM/Thumb2PortingHowto00:38
directhexi'm in the wrong timezone to work on this stuff, i think -_-00:40
slangasekdirecthex: I'd be surprised if that commit causded it, the GCC builtins shouldn't be outputting non-armv5 code on Debian00:40
slangasek-d00:40
directhexslangasek, i'll have to try with that branch reverted, then. there are only three ubuntu arm patches, that one looked most suspicious00:40
ograi think that one was supposed to fix the thumb porting issues00:42
ograand i assume it comes from asac00:42
directhexyes00:42
slangasekoh, that commit also includes the changes to tramp-arm.c00:43
directhexi really doubt http://git.debian.org/?p=pkg-mono/packages/mono.git;a=commitdiff;h=b0c83ce0cf237768475d0c683f192ce2b3941af0 is the bad one00:43
slangasekthat's a more likely culprit than the GCC builtins00:43
slangasekdirecthex: don't suppose you have a disassembly of the illegal insn?00:44
directhexslangasek, let me try something...00:45
ograyour first commit is definatley to fix the use of the swp asm instructions in the code00:48
ograyour second commit just enables vfp00:48
ograi'm pretty usre neither will break the code with the right compiler settings00:49
ogra*sure00:49
ogradirecthex, i would try to buiuld with -marm that should disable thumb and should use the old code path00:51
ograand find out what fpu settings debian arm code should use and set that explicitly00:51
ograthat way you should exclude both patches00:52
slangasekthe Debian package passes --with-fpu=NONE00:53
ograso that already disables the second commit that was pasted here00:53
ogra-marm should switch off all thumb usage00:54
directhexwould you believe i just lost access to the debian arm porterbox, at the very moment where i worked out how to get mono to give me the asm instructions it wants to use?00:54
ograand use the former code path that was patched in the first commit00:54
directhexssh: connect to host agricola.debian.org port 22: Network is unreachable00:54
directhexi think $DEITY is telling me to go to bed00:54
* slangasek is logged in still00:54
directhexaha, just came back00:54
=== dendrobates is now known as dendro-afk
directhexProgram received signal SIGILL, Illegal instruction.01:02
directhex0x406b50c0 in ?? ()01:02
directhexsigh, that's not very helpful01:02
directhexi'm going to bed, i should have gone to bed an hour ago01:02
directhextomorrow i can bug the debian arm guys to verify which cpu i'm supposed to be building for precisely01:03
ogradirecthex, did you look at the wikipages i posted above ?01:04
ograthe second one has a nice table01:04
cjwatsonogra: find-live-filesystem lack of special-casing - um, what's this bit then?01:06
cjwatsoncase $ARCH in01:06
cjwatson        *+*)01:06
cjwatson                LIVEPROJECT="$LIVEPROJECT-$SUBARCH"01:06
cjwatson                ;;01:06
cjwatsonesac01:06
slangasekdirecthex: armv4t is the minimum CPU supported in Debian: http://wiki.debian.org/ArmEabiPort#ChoiceofminimumCPU01:06
cjwatsonargh, that's only in the public branch, not in the deployment branch!01:06
ogracjwatson, heh, thats why i didnt find it01:06
cjwatsonogra: it's in a different place now, but it should still work01:08
cjwatson                                echo "$LIVECD/$DIST/$LIVEPROJECT${SUBARCH:+-$SUBARCH}/current/livecd.$LIVEPROJECT.$ITEM"01:08
cjwatsonah, wait, there's no subarch in the basename now01:08
ograright01:08
ograthats been my prob01:08
cjwatsonogra: r1079 in the deployment branch01:08
cjwatsonmessage:01:09
cjwatson  drop the dupliacte reference to  in the url, to match current filenames01:09
cjwatson  on the livefs buildds01:09
ogralivecd.$LIVEPROJECT${SUBARCH:+-$SUBARCH}.$ITEM is what livecd.sh produces01:09
ogracjwatson, the paths are correct, i have issues with the filenames01:10
ograand more so with the sudden change in livecd.sh behavior than with cdimage or debian-cd01:11
ograsince i cant explain why it started doing that01:11
cjwatsonwell, go back to say gutsy, find the relevant code, and then bisect01:12
ograwell, i added a workaround for now to suppress mangling of $PROJECT with teh subarch under armel01:12
ograthe thing is that it didnt behave like that in lucid ... sadly we didnt build images in maverick until now so i cant exactly pinpoint when it changed behavior01:13
ograno need to go back that far01:13
slangaseker, I think that change came from NCommander01:14
ograhe didnt touch anything that could have caused this01:14
* ogra spent his whole evening looking through that01:14
cjwatsonogra: oh, I understand01:14
cjwatsonwait, do I01:15
ograslangasek, FSS="$FS${SUBARCH:+-$SUBARCH}" is the offending code ... and that was added when we started to support powerpc-ps301:16
cjwatsonbut that isn't offending01:16
ograwell, thats what mangles the filename01:16
cjwatsonIMO, cdimage is wrong if it's failing to download subarch-aware names01:16
ograbut apparently it never took effect until now01:16
cjwatsonunmangling it for just one architecture was a distinctly unhelpful workaround01:16
cjwatsonnow we have to special-case an architecture01:16
cjwatsonplease undo that, and let's fix it properly01:17
ograhrm01:17
ograi really see no point in subarch aware names in the first place with the current livecd build structure01:17
cjwatsonchanging it for ONE ARCHITECTURE is unhelpful01:18
ograsince subarches are divided by subdir on the build machine01:18
cjwatsonI don't care what the result is, but it has to be consistent across architectures01:18
ograwell, then we should drop it for all perhaps01:18
ograi didnt have the balls to do that at the dawn of an alpha01:18
slangasekno, what we *should* do is get rid of the subarch name in the directory path01:18
ograwhy ?01:19
slangasekbecause that's gratuitously different01:19
ograthat will make us end up with one huge dir that contains a ton of filesystems and logs01:19
cjwatsonalso, I think the different filenames may actually be necessary01:19
ograon the livefs builder01:19
=== oubiwann is now known as oubiwann-away
cjwatsonlivecd-rootfs builds different subarches in the same directory, on its side - they get copied off to separate places later01:20
ograslangasek, take a look at acorn.buildd01:20
slangasekogra: you mean like we do for all the other archs except for armel and ps3 on http://people.canonical.com/~ubuntu-archive/livefs-build-logs/maverick/ ?01:20
slangasekyes, I'm familiar with the structure01:20
cjwatsonI think that getting rid of the different basenames would introduce bugs in special cases01:20
cjwatsonand I believe I agree with slangasek01:20
cjwatsontacking subarch onto the *project* name is just weird01:20
cjwatsondoing that in the basename is ugly but not that intrusive; having it in the directory name is really, really odd01:21
slangaseklool tried to remedy this once before, but ran into timing constraints; I'm not saying we should make this change before a2 either, just that it's where we should end up01:21
cjwatsonin future, though, please do not introduce architecture-specific naming structures01:21
ograthat will surely require a ton of changes in different places01:21
cjwatsonogra: I will take care of it01:22
ograok01:22
cjwatsondifferent places: two, possibly three01:22
ogramainly find-live-filesystem i guess01:22
cjwatsonslangasek: well, I think it was put in the directory because each subarch is built independently, and so needs separate datestamps01:23
ogracjwatson, i didnt introduce anything, i reverted to old behavior01:23
cjwatsonlivecd-rootfs (1.128) maverick; urgency=low01:23
cjwatson  * do not mangle the project name by attaching the subarch to it on armel,01:23
ograi agree with a bad hack01:23
cjwatson    this results in livefs names that confuse find-live_filesystem01:23
cjwatson -- Oliver Grawert <ogra@ubuntu.com>  Tue, 29 Jun 2010 23:04:10 +020001:23
cjwatson+    case $TARGETARCH in01:23
cjwatson+        armel)01:23
slangasekcjwatson: that's already the case for ports vs. main, which nevertheless share a directory tree :)01:23
cjwatsonslangasek: that's true01:23
cjwatsonogra: now either armel+* is broken, or powerpc+ps301:24
ogracjwatson, right, as i said, i agree it was a hack, but target was to get back the behavior i has through the last 4 releases01:24
cjwatsonbut don't say you didn't introduce something when you did01:24
cjwatsonthat's really annoying01:24
cjwatsonI will see if it's fixable tomorrow before starting CD builds01:25
ograi only tried to make livecd.sh behave as it did three months ago01:25
ograsince *something* changed it's behavior and i still dont know what that was01:26
cjwatsonI don't object to fixing things for alphas by way of hacks; I've done that often enough myself.  My point, which I've made but which I seem not to be making effectively, is that those hacks need to not be architecture-specific like this.01:26
cjwatsonthere is no way that the architecture-specific-ness of this hack could have helped01:26
ograi agree, it was kind of a last resort thing01:26
slangasekcjwatson: do you want me to have a poke at this this evening?01:26
cjwatsonslangasek: if you like; I have to wait for ubiquity in the morning anyway01:27
slangasekwell, one less thing for you to worry about in the morning01:27
ogracjwatson, i muchly would have preferred to find out *why* it changed at all01:27
cjwatsonwhat worries me is that we will build up a pile of these architecture-specific hacks, and then the logic to deal with them on the cdimage side will become completely incomprehensible instead of mostly incomprehensible.01:28
ograbut either i'm blind or dumb, i cant see a code change that causes that change in behavior01:28
ograi wouldnt have done an arch specific hack at all if i could have found the root cause01:28
slangasekogra: yeah, I don't see the change either. :/01:32
cjwatsonnor I, but I also don't see why it was failing to include the subarch in the first place and so as I say I consider the new behaviour better01:37
cjwatsonI wonder if there was a stale version of BuildLiveCD in use01:37
ogra_cmpcit definatley used the subarch var during builds01:37
ogra_cmpcthe armel kernel selection fully depends on it01:37
ogra_cmpccjwatson, you mean it mangled the naming post build for armel ?01:39
cjwatsonI don't know01:40
ogra_cmpcthats a possibility i didnt take into account01:41
cjwatsonI don't think that's what I said though01:42
cjwatsonI wasn't that specific :)01:42
ogra_cmpcno but its a possibility01:42
slangasekdoes BuildLiveCD also get updated on every build?01:44
ogra_cmpcnope01:44
slangasekok01:44
ogra_cmpclamont wanted to have some control over it01:44
ogra_cmpcargh01:46
* ogra_cmpc reverts his change completely 01:46
slangasekogra_cmpc: I already did so and am about to upload... ?01:47
ogra_cmpcoh, ok01:47
slangasekand then will get cdimage sorted01:47
ogra_cmpci just started a testbuild and noticed that TARGETARCH is undefined at the point where i introduced the change :(01:48
ogra_cmpcso it wouldnt have worked anyway01:48
RAOFSpeaking of cdimages - would anyone like to sponsor an xorg-server upload to shave ~1MB off xserver-common by dropping the upstream changelog as per pitti's request?01:48
cjwatsonRAOF: fire me a source package01:49
cjwatsonor a branch01:49
RAOFcooperteam.net/Packages/xorg-server_1.8.1.902-0ubuntu2_source.changes01:49
cjwatsoncan't connect01:50
TheMusome neither.01:50
RAOFFailing that, debcheckout xorg-server and grab the ubuntu branch.01:50
cjwatsonHEAD says 500 Can't connect to cooperteam.net:80 (connect: Connection refused)01:50
* ogra_cmpc wonders if we couldnt drop OO.o in favour of zoho-weboffice at some point and win 100MB01:51
* RAOF is IRCing from cooperteam.net, so I wonder what's wrong.01:51
cjwatsondebcheckout will take a while01:51
TheMusoWeboffice = accessibility pain, at least for me.01:51
ogra_cmpcTheMuso, ah, thats a valid point01:52
* TheMuso is somewhat opposed to a lot of things that are done on the web, that could just as easily be done in client apps running on the desktop.01:52
TheMusoI.e, IMO the web is not the be all and end all.01:53
cjwatsonRAOF: dump it on people.c.c for me?01:53
ogra_cmpcwe're using it on armel quite successfully but i dont think anyone focused on a11y01:53
=== neumann is now known as Lrrr
TheMusoogra_cmpc: Considering lots of those devices are touch screen based anyway, a11y is going to need a lot more work than just web office etc.01:53
ogra_cmpcTheMuso, surely not but there are usecases where it makes sense to put the load on an extrenal server01:54
TheMusoogra_cmpc: I agree to a point.01:54
ogra_cmpcTheMuso, well, there are these arm netbooks that will *come soon*01:54
ogra_cmpcthey wont be touch based01:54
TheMusoogra_cmpc: Ah ok, interesting.01:54
ogra_cmpcthough they come "soon" since two years01:55
ogra_cmpc:)01:55
TheMusoogra_cmpc: heh01:55
TheMusoIn terms of touchscreen based accessibility, currently Apple is the only one who has it done right01:56
RAOFcjwatson: http://cooperteam.net/Packages/xorg-server_1.8.1.902-0ubuntu2_source.changes should work now.01:56
ogra_cmpcwe'll get there01:56
ogra_cmpccurrently ubuntu isnt great on touchscreens anyway, it can only get better01:56
cjwatsonRAOF: uploaded, thanks01:59
TheMusoogra_cmpc: ah ok01:59
=== awolfson is now known as awolfson_afk
MeepHi - is there any way that you can track an RSS feed for PPA builds?05:29
micahgMeep: #launchpad would be a more appropriate place to ask05:30
MeepThanks05:32
ScottKcjwatson: We've now got our first member of kubuntu-dev who wasn't MOTU first, which caused me to notice that kubuntu-dev isn't a member of ubuntu-dev.  I assume this is just an oversight ...05:47
ScottKcjwatson: Nevermind.  It's there, I just can't read late at night.05:48
SpamapSwow.. buildd's on launchpad seem crazy busy... 21+ hours05:50
pittiGood morning06:46
pittiRAOF: right, I saw the Debian changelog for that; but it's another easy MB :)06:47
pittiRAOF: thanks!06:47
dholbachgood morning06:57
* pitti hugs dholbach07:07
* dholbach hugs pitti back :)07:07
dholbachhow's life?07:07
pittipretty good! yay summer07:08
dholbachyeah :-)07:08
dholbachfinally07:08
pitticcheney: is that oo.o armel segfault something new?07:20
pittiogra_cmpc: is the OO.o armel failure blocking armel alpha-2 images, or did we unseed it there?07:20
pitticcheney: (the segfault during build, I mean)07:21
dholbachapachelogger: can you please update https://wiki.ubuntu.com/UbuntuDeveloperWeek/Prep?07:55
dholbachRiddell: ^ or maybe you can write something for apachelogger? I have no clue what widgetcraft is07:56
dholbachand I want to announced UDW today07:56
pitti!regression-alert07:59
ubottucjwatson, jdong, pitti, slangasek, ScottK, mdz, kees, ttx, marjo, seb128: reporting regression in a stable release update; investigate severity, start an incident report, perhaps have the package blacklisted from the archive07:59
pittiyesterday's firefox update fails if firefox-2 is installed, see bug 60002208:00
ubottuLaunchpad bug 600022 in firefox-3.0 (Ubuntu Hardy) "package firefox 3.0.19 nobinonly-0ubuntu0.8.04.1 failed to install/upgrade: trying to overwrite `/usr/share/bug/firefox/presubj', which is also in package firefox-2" [High,In progress] https://launchpad.net/bugs/60002208:00
pittiand due to the newly split out -branding package, it doesn't fail gracefully enough, firefox-3 is rather broken after apt fails over08:00
micahgfirefox (3, the default) not firefox-308:06
pittiok, so discussion in #u-desktop confirms the "high" importance, not "critical"; affected people have firefox-2 as a temporary fallback, and only few people have that installed in the first place08:13
pittiand we can push out a fix in some two hours08:13
cjwatsonpitti: agreed08:23
apacheloggerdholbach: described09:07
dholbachthanks apachelogger09:08
dupondjehttp://ubuntu.dupondje.be/opal.debdiff => does this look ok, would like to get it merged asap, to get newer Ekiga into Maverick :)09:26
geserdupondje: do you have an idea where from that non-Ubuntu changelog entries come from?09:37
geserdupondje: minor note: we use "Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>" as maintainer now for main and universe09:39
geserdupondje: and libcelt-dev and libpt-dev are in universe09:42
geserdupondje: forget the last comment; I just saw that that opal is in universe too, so the other build-dependecies from universe are not a problem and opal could even by synced instead of merged09:46
dupondjehttps://launchpad.net/ubuntu/+source/opal09:47
dupondjehere it says main ? :p09:47
Laneynot for Maverick09:48
geserdupondje: don't look at the "Component" as it set from the last upload but look at the table below. At the point of upload opal was in main but got demoted (moved to universe) later09:48
dupondjeah I see :) didn't notice09:49
dupondjecould you sync it ?09:49
seb128pitti, we should maybe move the sdl discussion there09:54
seb128pitti, I don't know about libsdl1.2debian-udeb09:54
seb128but maybe cjwatson can reply to whether it's required or not nowadays09:55
seb128cjwatson, we were discussing stopping building libsdl with directfb since that's the only thing in maverick bringing directfb on the CD09:56
cjwatsonwe don't need anything to do with directfb in udebs any more09:56
pittinice09:56
pittilooking at that then09:56
cjwatsonlibsdl1.2debian-udeb itself is still in Debian unstable so I guess something is using it09:56
cjwatsonbut anything directfb-ish can go09:57
pittiseb128: I prepare/test that now and upload after alpha-2; for a2 we have to resort to dropping langpacks, I think10:01
pitti(I already dropped some, with that and yesterday's fixes we should be back in size I think)10:02
seb128pitti, ok10:04
lifelessklingon can probably go10:07
lifelessand latin10:07
* lifeless is teasing and knows they aren't on the CD already10:08
pittiunfortunately we had to drop languages which are even more popular than Klingon10:08
lifelesspitti: there are more popular languages? Oh Noes.10:08
pittilifeless: I wonder what "core dump" menas in Latin10:08
pitti"means"10:09
lifelessprobably something about going to the toilet in the forest.10:09
jmlsi haec verba legere potes, tibi nimium eruditio est10:19
bilalakhtar!regression-alert10:21
ubottucjwatson, jdong, pitti, slangasek, ScottK, mdz, kees, ttx, marjo, seb128: reporting regression in a stable release update; investigate severity, start an incident report, perhaps have the package blacklisted from the archive10:21
bilalakhtarbug #59526510:21
ubottuLaunchpad bug 595265 in gwibber (Ubuntu) "Can not add Facebook account as add button not displayed after authorisation." [Critical,Triaged] https://launchpad.net/bugs/59526510:21
pittibilalakhtar: did that happen in a post-lucid upgrade?10:26
bilalakhtarpitti: yes10:26
bilalakhtarpitti: an update pushed on 2010-05-03 to maverick10:26
pittioh, maverick10:26
=== almaisan-away is now known as al-maisan
bilalakhtarpitti: and 2010-05-03 on lucid10:27
pittibilalakhtar: that isn't an update to lucid then, though10:27
pittioh, ok10:27
bilalakhtarpitti: https://code.edge.launchpad.net/~ubuntu-branches/ubuntu/lucid/gwibber/lucid-updates10:27
bilalakhtarrevision 38 ^^10:27
pittibilalakhtar: thanks10:27
pittibilalakhtar: I'll assign it to the appropriate developer and milestone it accordingly; thanks for pointing out!10:28
bilalakhtarpitti: you're welcome. I have always been hearing about you, having the highest karma on lp. talking to you for the first time!10:29
pitti"Don't allow people to click "Add" before we have enough information10:30
pitti      from facebook to add the account"10:30
pittiso this is very likely a regression from that indeed10:30
pittibilalakhtar: nice to get to know you :)10:30
BlackZpitti: could you look at bug #598874 when you have time ? libmpcdec is in main and it would be great to get fixed10:37
ubottuLaunchpad bug 598874 in libmpc (Ubuntu) "Please sync libmpc 2:0.1~r459-1 (universe) from debian unstable (main)" [Wishlist,New] https://launchpad.net/bugs/59887410:37
pittiseb128: new sdl working great here \o/10:38
seb128pitti, nice!10:40
ogra_cmpcpitti, we have weboffice by default on arm images, OOo only needs to be installable by release day10:44
ogra_cmpcpitti, so dont worry10:45
pittiogra_cmpc: ok, thanks; I dropped OO.o from armel10:46
pittihttp://people.canonical.com/~ubuntu-archive/testing/maverick_probs.html looks quite okay now10:46
ogra_cmpcpitti, you dropped ?10:46
ogra_cmpcit shouldnt be pulled in at all10:46
ogra_cmpcsince lucid10:46
pittiogra_cmpc: I dropped it from ubuntu-desktop [armel], yes10:46
pittiogra_cmpc: perhaps you mean netbook?10:46
ogra_cmpcoh, desktop10:46
ogra_cmpcyeah, i dont care for desktop10:47
ogra_cmpcnobody build it10:47
ogra_cmpc*builds10:47
pittiright10:48
ogra_cmpcwe should have a working metapackage on release day that doesnt differ from x86, but .nothing to worry about atm10:48
=== asac__ is now known as asac
=== ikonia_ is now known as ubuntu-ops
pittiRiddell: hm, koreport is uninstallable because koffice-libs Conflicts/Replaces: it (without version); should the binary just go then?11:12
pittiI don't think it breaks actual images, since it's not seeded11:13
Riddellpitti: yes that binary can go11:14
Riddellfiles now in koffice-libs11:14
dholbachcan somebody shove my mail through ubuntu-devel-announce?11:14
pittiRiddell: oh, it's already NBS, great11:14
pittidholbach: will do11:14
dholbachthanks pitti11:14
pittioh, there was more interesting stuff indeed11:16
pittigeser: please prod someone to moderate u-d-a stuff if you send minutes11:16
IraqHow install file.tar.zg but learn me step by step please and thank11:21
tsimpsonIraq: not here11:21
Iraqnot your channel11:21
Iraqleave me11:21
Iraqjealos11:22
pittiogasawara: kernel ddebs> ah, retrieval from crested (amd64 buildd) was disabled since it hanged forever last time I tried it11:28
pittiogasawara: I'm retrieving the last weeks' ddebs and now convert to urllib2 to avoid those hacks in the first place11:28
pittiogasawara: argh, except that python is too old on macquarie, so I can't add a timeout11:56
pittiogasawara: but missing ddebs are trickling in now11:59
=== al-maisan is now known as almaisan-away
Davieyjdong / cjwatson / slangasek: I know you probably have your hands full atm with A2 prep, but at some point today; do you think you could ack the SRU of Bug 566792 ; As i really want to make sure it gets through verfication prior to 10.04.1.12:02
ubottuLaunchpad bug 566792 in eucalyptus (Ubuntu Lucid) "metadata service returns empty data with 200 OK" [High,Confirmed] https://launchpad.net/bugs/56679212:02
cjwatsonI'll look12:02
Davieycjwatson: super, thanks!12:02
* cjwatson has a similarly positioned SRU of his own on its way so needs the karma12:03
cjwatsonin the non-LP sense12:03
Davieyheh.12:03
cjwatsonDaviey: I guess this will trickle into maverick via an upstream merge?12:06
cjwatsonDaviey: accepted12:06
=== almaisan-away is now known as al-maisan
Davieycjwatson: Yeah, that is great thanks12:10
Davieycjwatson: I intentionally *haven't* pushed this to maverick, as the current version in maverick is a stop gap -waiting on upstream to fix there latest devel branch so we can push it into maverick.  The area that has been fixed in this upload, has had a major rewrite in the upstream devel branch - and i don't want to introduce a false sense of fixedness.12:12
DavieyHopefully upstream will have addressed this in their latest devel branch, but i want the issue there until they drop it to us.12:12
* cjwatson nods12:12
=== oubiwann-away is now known as oubiwann
=== MacSlow is now known as MacSlow|lunch
pittismb: I'm about to release the lot of linux packages for lucid, they look ok from here; did you hear any problems?13:24
smbpitti, Not to my knowledge. I haven't heard/or do remember definite feedback on the topic branch packages but I asked twice and anything happening to them is imo their own problem then13:26
pittismb: if you don't fell sure about some of them I can skip them13:27
pittibut I'd like to push out at least the main linux and perhaps ec213:27
smbpitti, No push them all. Even if there is anything broken there (which I do not think) it will educate :-P13:28
pittiok13:28
TimThis might be a silly question but I've Googled and come up with nothing, how do I flush whatever is caching /usr/lib/bonobo/server/ files.13:57
TimOr at least have the bonobo-activation-server reread the configuration13:57
micahgpitti: was the Firefox upgrade stopped on mirrors for all releases or just Hardy?13:58
pittimicahg: we didn't actually stop it; it was expected to land much earlier13:59
micahgpitti: k :)13:59
=== jtechidna is now known as JontheEchidna
chrisccoulsonpitti - i've uploaded the new version to the PPA now13:59
pittiand since affected people have firefox-2 as a fallback, it's not the end of the world perhaps13:59
pittichrisccoulson: yay you!13:59
chrisccoulsoni'm going to plan some test cases whilst it's building to make sure all the possible upgrade paths still work14:00
chrisccoulsonbut, i must eat first :)14:00
=== al-maisan is now known as almaisan-away
=== awolfson_afk is now known as awolfson
=== cyphermox_ is now known as cyphermox
=== MacSlow|lunch is now known as MacSlow
=== sconklin-gone is now known as sconklin
=== bjf[afk] is now known as bjf
=== almaisan-away is now known as al-maisan
=== bjf is now known as bjf[afk]
=== dendro-afk is now known as dendrobates
=== Amto_res is now known as Amto`OFF
ccheneypitti, sorry didn't notice my xchat crashed :(16:22
ccheneypitti, i bet the armel crash is due to the removal doko requested16:23
ccheneypitti, er code removal16:23
* ccheney examining the crash now to see if it looks likely16:24
ccheneypitti, armel build failed because the buildd couldn't install the depends, or the current log is that way16:31
ccheneypitti, if it segfaulted it might be a problem i can fix but the current attempt couldn't install the depends16:32
ograccheney, dont bother i'm pretty sure we need a working openjdk first, the segfaults are during installation fo cacert's16:33
ogras/fo/of/16:33
ccheneyogra: ok16:33
* ccheney goes back to testing server images16:34
ogradoko_, will you take care of openjdk on armel or do i need to poke linaro now ?16:34
doko_ogra: please poke linaro, won't have time for this for a while. and linaro does have a work item to update the linaro armel bits16:39
doko_openjdk I mean16:39
ograok16:39
=== bjf[afk] is now known as bjf
seb128kees, hi, did you ever upstream your gdm patch to use login.defs value for getting the uid limit?17:13
seb128kees, it doesn't apply to the current version, I've disabled it for now, the work in progress for the next upload but if you want to have a go at updating it that would be nice17:15
=== deryck is now known as deryck[lunch]
=== cr3_ is now known as cr3
keesseb128: can't you forward port it?17:53
keesseb128: dropping that patch will cause regressions for people...17:54
seb128kees, I could yes, they just rewrote this code to be async and the structure you used is not available now17:55
keesseb128: which version of gdm are you working on?17:55
seb128kees, right, well right now I've no further time to spend on it so I guess I will let the gdm update sit in the vcs until somebody has time for it17:55
seb128kees, 2.30.4 but they did quite some refactoring in the stable serie17:56
seb128kees, anyway if you have some time and want to do it I would appreciate, otherwise I will see if robert_ancell can do it or delay the update to next week17:56
keesseb128: where in vcs is it?17:56
seb128kees, debcheckout gdm?17:56
seb128lp:~ubuntu-desktop/gdm/ubuntu17:57
kees(main is frozen atm anyway, so a delay should be okay)17:57
seb128kees, right, it's just that we have a zillion patches to gdm and I spent 3 hours on it today now updating those, so right now I'm in a state where I'm grumpy about people doing changes and not sending those upstream ;-)17:58
seb128(not that upstream applied the ones we sent...)17:58
seb128kees, anyway if you want to update it that would be nice otherwise I will do it another day17:58
keesseb128: right, sorry about that.  I'll update the patch and get it sent upstream.17:58
seb128kees, don't feel forced to do it, I just figured I would ask in case ;-)17:59
keesseb128: well, since it affects me, it's easy for me to test.  :)17:59
keesseb128: vcs says "gdm (2.30.2.is.2.30.0-0ubuntu2) lucid-proposed" ?18:00
=== deryck[lunch] is now known as deryck
seb128kees, hum?18:01
seb128kees, https://code.edge.launchpad.net/~ubuntu-desktop/gdm/ubuntu18:02
seb128kees, oh, lucid-proposed is newer than maverick so if you used debcheckout it might have grabbed the lucid serie18:03
keesweird, debcheckout did not pull that repo.  anyway, looks good from lp:~ubuntu-desktop/gdm/ubuntu18:03
keesah- yeah, that's why18:03
keesseb128: er, you said the patch didn't apply any more?18:07
seb128kees, no sorry, it doesn't build anymore rather18:08
seb128kees, gui/simple-greeter/gdm-user-manager.c18:08
seb128kees, the manager variable is not available to do manager->priv->minimal_uid18:09
seb128kees, they changed the code to be async and they don't give the manager to new function now18:09
keesseb128: ah-ha! okay, I will continue poking at it.18:09
seb128thanks18:09
seb128re18:48
seb128kees, thanks for the updating the patch ;-)18:48
keesoh! sure thing.  :)18:48
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
=== al-maisan is now known as almaisan-away
* shadeslayer pokes his head in19:10
shadeslayerhi,im working on bug 26475219:26
ubottuLaunchpad bug 264752 in meanwhile (Ubuntu) "Meanwhile user status detection broken" [Undecided,Confirmed] https://launchpad.net/bugs/26475219:26
shadeslayerneed a small amount of help tho,the packages debian/rules file has dh_* stuff19:26
shadeslayercan i mix it woth cdbs? or is there a simpler way to patch it?19:27
=== tkamppeter_ is now known as tkamppeter
ari-tczewDear developers, as we are after DebianImportFreeze, I appeal to more frequently move syncs from ~ubuntu-archive bug-list.  Thanks.19:58
=== sconklin is now known as sconklin-lunch
cjwatsonwell, syncs certainly ought not to be processed preferentially today, as we're in soft freeze for alpha-2.19:59
cjwatsonwe can perhaps do some universe ones19:59
cjwatsonoldest sync request seems about five days old20:00
SpamapScurious, have many people here had success using mentors.debian.net ?20:01
ari-tczewcjwatson: I'd like to see global use of syncpackage script, which reduce 100% of work archive admins.20:02
cjwatsonI'm not going to get into that again, but in short I want to see LP having a sync operation built-in, which reduces archive admin work in the same way but doesn't have the shortcoming of possible inconsistencies due to work being done on the client size20:06
cjwatson*client side20:06
cjwatson... actually apparently I am going to get into that again.  whatever.20:06
kfogeljcastro: ping20:24
jcastrokfogel: hi20:26
kfogeljcastro: hey!  A rather exciting project I know, the Decapod / Fluid book scanner software (decapod-project.org) is going to need help getting their client-side software packaged for Ubuntu / Debian sometime in the relatively near future.  What's the best way for them to do that?  They don't know much about packaging themselves; they're developers.20:27
shadeslayerkfogel: ask for it to be packaged by debian ? :P20:28
kfogeljcastro: (this may well be an FAQ, but there are so many FAQ sheets out there I couldn't find the right one, at least not quickly)20:28
shadeslayerkfogel: or #ubuntu-motu maybe20:28
jcastrokfogel: ubuntu-motu mailing list might be a good place to start20:28
kfogelshadeslayer: yes, thanks.  I have ascertained that mailing debian-mentors@lists.d.o is the way to start on that, but that doesn't guarantee that an Ubuntu package will be rolled, does it?20:28
kfogeljcastro: thank you20:28
shadeslayerkfogel: it does actually20:29
jcastrokfogel: after it's in debian it gets synced back20:29
shadeslayerkfogel: all ubuntu software is sourced from debian20:29
shadeslayer!sync | kfogel20:29
ubottukfogel: Helpful information for filing a sync request can be found at https://wiki.ubuntu.com/SyncRequestProcess20:29
shadeslayerhas info about syncs as well20:29
jcastrokfogel: long term that's what they'll want to do20:29
kfogelshadeslayer, jcastro: sorry, I should have said "does not guarantee an Ubuntu package will be rolled quickly", but maybe that doesn't matter so much in this case.20:29
kfogelAnyway, above is enough information to get me pointed in the right direction.  Thanks much!20:29
jcastrokfogel: https://wiki.ubuntu.com/Upstream <-look uunder "how to get into ubuntu"20:30
kfogeljcastro: you rock20:30
* shadeslayer is all for sleep right now 20:30
Drakesoncould you please check the package openjdk-6-doc? it is almost empty here (no API documentation unlike what the package description suggests)20:30
=== sconklin-lunch is now known as sconklin
seb128re20:44
seb128cjwatson, do you know if there is any maverick grub bug about unaligned pointer errors after upgrade?20:45
seb128cjwatson, I dist-upgrade a box running maverick but which didn't get updated for some weeks and now I get that error instead of grub20:46
seb128cjwatson, ignore that, I realized that was the error the issues mentioned in your recent blog post were about...21:01
SpamapSeven though its after debian import freeze, we can still request new packages to be synced manually from debian, right?21:33
james_wSpamapS: indeed21:45
cjwatsonseb128: right, was about to point you at my blog :) what was it, wrong device.map or just needed dpkg-reconfigure grub-pc?21:47
seb128cjwatson, dunno yet, the box doesn't start and I'm a rsync alpha2 isos, I figured I would use it as an opportunity to try alpha2 livecd21:49
seb128but I've 2 lucid installs on that box, one that I use regularly and one which is a test install partition21:52
cjwatsonprobably just weren't booting from the grub installation that grub-pc/install_devices thought you were booting from then21:54
IdleOnewhat package handles the auto login?21:54
keesSpamapS: the memcached change looks good.  do you need sponsoring of that package?22:26
pitticcheney: hm, it was very far into the build, but it called some java program which crashed; it's not a dependency failure22:28
pitticcheney: anyway, we worked around the problem for now22:28
SpamapSkees: I do if you don't mind. :)22:45
SpamapSkees: forwarding patch to debian right now btw. :)22:45
keesSpamapS: uploaded!  thanks.  :)22:45
SpamapSkees: ^522:49
kees     522:49
kees    o/22:49
=== bjf is now known as bjf[afk]
ccheneypitti, yea someone mentioned that earlier today, sorry for my slow response to your comment, i was helping my wife, she is very sick at the moment23:07
* ccheney is making up missed time while away from the computer at night23:07
=== dendrobates is now known as dendro-afk
=== sconklin is now known as sconklin-gone
=== dendro-afk is now known as dendrobates

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