/srv/irclogs.ubuntu.com/2014/02/14/#ubuntu-devel.txt

psusixnox, doko, since you guys have touched it recently, I thought I would ask you... libboost seems to have a file, /usr/bin/quickbook... it moved from liboost-tools-dev to libboost-dev between liboost 1.53 and 1.54, which makes libboost1.54-dev have an undeclared conflicts with libboost1.53-tools-dev... why did this file move between binary packages?00:42
nvrpunkquick question, is tahr fairly usable?00:45
xnoxpsusi: due to multiarch.01:02
xnoxpsusi: in trusty, we have boost 54 (default) and 55 (available in universe) and they should be all fine.01:02
xnoxpsusi: ditto conflicts / replaces. Where are you spotting 1.53 / 1.54 conflict?01:02
xnoxpsusi: also boost-dev packages are not co-installable per se....01:02
sarnoldif boost-dev packages aren't co-installable, why offer both 54 and 55?01:04
psusixnox, yea...  I see they are set to conflict with each other but due to the change of package, 1.54 needs a Conflicts: libboost1.53-tools-dev... I saw someone asking about it on askubuntu, and there are a few upgrade failure bugs in launchpad01:04
psusisarnold, in case you need the old one to build something.. it's there... you just have to remove the new one01:04
jrwreni've no idea why you would need an older version though. AFAIK boost is great at backward source compat01:07
ScottKIt is better than it used to be.01:24
nvrpunkso my gnome-terminal's transparency is not working, what should I check?01:50
semiosisnvrpunk: use kde01:56
* semiosis ducks01:56
Unit193Use #ubuntu ?01:56
semiosisnvrpunk: but seriously, as much as i love kde, this is probably teh wrong channel for that kind of question.01:57
semiosisas Unit193 points out :)01:57
sarnoldit might be alright if it is busted in trusty...01:57
semiosistruth01:57
Unit193*Generally*, trusty would be in #ubuntu+1 though.01:59
sarnoldheh never seen that one before..01:59
nvrpunkim using Ubuntu Gnome Trusty Tahr02:00
nvrpunkso how is this the wrong channel?02:01
xnoxsarnold: why offer both -> because that's easier then black-listing from debian.02:01
xnoxsarnold: and actualy libboost runtime library packages are co-installable.02:01
sarnoldxnox: that's a good answer :) hehe02:02
sarnoldI haven't looked enough at boost but I'm surprised there's much 'runtime library'02:02
xnoxsarnold: a good chunk of boost are templates, but a whole-load of it are shared libraries that one links against.02:04
=== TheMuso` is now known as TheMuso
TheMuso@pilot in02:13
=== udevbot changed the topic of #ubuntu-devel to: Trusty Tahr Alpha 2 released! | Archive: open | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> saucy | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: TheMuso
TheMusoUnit193: Where can I find a tarball for https://code.launchpad.net/~unit193/xfce4-panel/snapshot/+merge/206173?02:25
Unit193TheMuso: Right, sorry about that.  https://launchpad.net/~unit193/+archive/staging/+sourcepub/3912036/+listing-archive-extra02:27
TheMusoUnit193: Thanks, please put a pointer to the tarball if its a snapshot in the merge proposal in future.02:27
Unit193Sure, not used to bzr merges so wasn't really sure what to do there.02:28
TheMusoUnderstandable.02:28
Unit193(FWIW, xfce4-indicator-plugin is there too.)02:28
TheMusoUnit193: Yeah, I saw it, I'm doing them together.02:29
Unit193TheMuso: Just to be clear, that's preferred over dsc files?02:30
TheMusoUnit193: Yeah, thanks.02:31
=== _salem is now known as salem_
=== salem_ is now known as _salem
Devastatorcan I ping a maintainer or is it considered disrespect?02:57
=== freeflying_away is now known as freeflying
DevastatorI would like to discuss an idea on IRC before going any further, so I thought discussing here would be better than e-mails etc as it is all informal for now02:58
RAOFDevastator: Pinging is generally fine.03:17
DevastatorRAOF do you know which approach Stéphane Graber likes?03:19
RAOFIf he's here I'm sure he'd be fine with a ping. stgraber?03:20
Devastatorhis idle says almost 4:30 hours, so probably not :)03:21
Unit193Devastator: Already been a couple pings, may as well ask now (in a highlight, and he may well see it.03:23
DevastatorUnit193 alright, thanks, I'm assuming pasting links which may be from debian is ok also?!03:24
sarnoldyes03:24
Devastatorthanks!03:24
Devastatorstgraber hi, I've seen that you are ubuntu's ifupdown maintainer and I want to add something that can be perhaps useful. Currently ifupdown exports IF_ environment variables to be used in if-pre-up.d, if-up.d, if-down.d and if-post-down.d, but it doesn't distinguish each parameter per interface, example: everytime one interface goes up it exports IF_ADDRESS, IF_NETMASK and others, what03:31
DevastatorI'm proposing is adding interface logical name to it, like IF_eth0_ADDRESS, IF_eth1_ADDRESS, IF_eth0_NETMASK, IF_eth1_NETMASK and so on as this could be useful for using in shellscripts for advanced configurations. I must say I'm not currently using ubuntu but I'm willing to try it if you think this can be added03:31
sarnoldDevastator: you were cut off at "others, what" in your first message03:32
Devastatorthanks03:33
Devastatorstgraber what I'm proposing is adding interface logical name to it, like IF_eth0_ADDRESS, IF_eth1_ADDRESS, IF_eth0_NETMASK, IF_eth1_NETMASK and so on as this could be useful for using in shellscripts for advanced configurations. I must say I'm not currently using ubuntu but I'm willing to try it if you think this can be added03:33
=== maclin__ is now known as maclin
Devastatorstgraber I give you a pastebin of what ifupdown exports currently: http://codepad.org/pksia5AW and here is the wishlist bug I posted in debian's BTS which contains the piece of code I tried to edit and failed miserably: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=73774903:35
ubottuDebian bug 737749 in ifupdown "Add interface name to IF_ environment variable" [Wishlist,Open]03:35
psusiDevastator, that would make it _less_ usable... if you want to know what iface you are being run for that is what the IFACE variable is for03:36
Devastatorpsusi yes, but how to check if IF_ADDRESS=1.2.3.4 is from IFACE=eth0 for example?03:38
Unit193TheMuso: Thanks muchly!03:38
TheMusoUnit193: You're welcome, please keep in mind the pointers I made both on IRC, and in the comments for the indicator plugin.03:41
Unit193Indeed.03:41
Devastatoralso, if you guys don't mind me asking, are there plans to replace ifupdown altogether?03:42
=== rww_ is now known as rww
Devastatorpsusi also, could you please explain why you think it would make less usable?03:48
=== mwhudson is now known as zz_mwhudson
psusiDevastator, with an if statement of course03:59
psusiDevastator, it would make it less usable because you couldn't write a script without knowing the name of the iface03:59
Devastatorpsusi I'm not trying to replace IFACE with IF_<iface name>_ADDRESS etc, I want to keep IFACE04:00
Devastatorpsusi did you take a look at the pastebin also?04:01
Devastatorpsusi also, I'm not saying you are wrong, just trying to understand04:01
Devastatorif you possible, give me an example of the if04:03
psusiDevastator, if [ $IFACE = eth0]04:07
Devastatorpsusi does it matter if $IFACE is exported after $IF_ADDRESS?04:09
psusino04:09
Devastatorwill do some tests04:10
psusiDevastator, generally speaking, the script shouldn't *care* what interface it is being used with04:15
Devastatorpsusi I'm trying to come up with a multiwan failover solution without having to hardcode things, the if works, now I have to make some kind of array to store $IFACE from each interface, then get each $IF_ADDRESS, but I think it will work04:17
psusiDevastator, I think you're going about it all the wrong way.. I'm pretty sure those scripts aren't called when an interface fails... only when you manually ifdown04:20
Devastatorpsusi I don't think I follow you, are you saying it's not a good idea to use if-up.d scripts?04:24
Devastatorpsusi I really have to get some rest, can we continue this talk at perhaps.. 11:00 UTC?! my TZ is UTC-2 by the way04:40
psusiDevastator, yes, that is not a use case for if-up.d scripts04:46
=== timrc is now known as timrc-afk
TheMuso@pilot out06:04
=== udevbot changed the topic of #ubuntu-devel to: Trusty Tahr Alpha 2 released! | Archive: open | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> saucy | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots:
=== bfiller is now known as bfiller_afk
pittiGood morning06:43
pittimlankhorst: they auto-ran; yay, they all succeed now! https://jenkins.qa.ubuntu.com/view/Upgrade/?06:45
pittimlankhorst: that is, ubuntu-precise-trusty-*-lts-*06:45
dholbachgood morning07:14
YokoZarpitti: Not to poo-poo you for fixing wine1.4, but I'd rather you just delete it07:16
=== Guest25707 is now known as Lutin
pittiYokoZar: ah, I wanted to ask you yesterday, but you weren't online07:16
YokoZarhttps://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/121864507:16
ubottuLaunchpad bug 1218645 in wine1.4 (Ubuntu) "Migrate to wine1.6 and remove old wine things from archive" [Wishlist,Triaged]07:16
pittiYokoZar: I actually already uploaded it yesterday, but the upload somehow wasn't accepted07:17
pittiYokoZar: right, Debian has 1.6, I wondered whether we want to upgrade07:17
YokoZarWe have 1.6 too07:17
YokoZarnow07:17
YokoZarI wanted to upgrade 2 releases ago07:17
pittiYokoZar: I just got the FTBFS when I did the libgphoto transition, and then felt obliged to spend the two hours to fixing the build and finishing the transition07:17
YokoZarIt never got into saucy due to being uploaded like 2 minutes after feature freeze07:18
pittihm, I cant' see wine 1.6 in trusty07:18
YokoZarwait, what07:18
pittinot in https://launchpad.net/ubuntu/trusty/+queue?queue_state=0 either07:19
pittiwine1.6 | 1:1.6.1-0ubuntu4 | trusty-proposed/universe | source, amd64, i38607:19
pittiooh07:19
pittithey just didn't propagate yet07:19
pittiwine1.6/amd64 unsatisfiable Depends: wine1.6-i386 (= 1:1.6.1-0ubuntu4)07:19
pittiyeah, that looks wrong07:20
YokoZaroh right07:20
pittiI thought in the times of multi-arch we wouldn't need those -i386/-amd64 packages at all any more07:21
YokoZardidn't we have to do something manual for wine1.407:21
pittiyou can just apt-get install wine and would get wine:i38607:21
YokoZarThe issue is that wine on amd64 needs BOTH the i386 and amd64 guys07:21
YokoZarand there's no way to do arch-specific depends07:21
YokoZarso instead you have to make a package that's only satisfiable as a foreign depends07:22
pittiah, so wine: is arch: all, depends: wine-bin07:22
pittiand wine-bin is M-A: foreign?07:22
YokoZarYeah07:22
YokoZarTo be more specific, wine is a metapackage depending on wine1.6, which in turn depends on wine1.6-i386 or (both wine1.6-i386 and wine1.6-amd64)07:25
YokoZarand wine1.6 isn't arch-all but is defined for specific arches (cause the dependencies change based on the arch)07:26
YokoZarI seem to remember there being some sort of "ignore wine's unsatisfiable cross-arch depends" thing in the proposed migration for wine1.4.  Or maybe it was just manually approved each time.07:28
pittiYokoZar: ah, indeed skype is similar; skype is amd64, depending on skype-bin which is i386 only and M-A: foreign07:28
pittiIIRC slangasek set that up, so I take that as "official reference to do it right" :)07:29
YokoZarYup.  I'm somewhat proud of it being so coherent (and Wine using just about every edge case of apt there is)07:29
pittiYokoZar: oh, and now the wine1.4 builds got rejected because they are older than the transitional ones in -proposed07:31
pittiso I guess that was in vain07:32
YokoZarhah, so I suppose you would have discovered wine1.6 that way :p07:32
pittiso, TBH I don't know why britney complains about it07:33
pittiinfinity: do you have an idea about "wine1.6/amd64 unsatisfiable Depends: wine1.6-i386 (= 1:1.6.1-0ubuntu4)" in britney?07:33
pittiwine1.6-i386 is already M-A: foreign07:34
infinitypitti: Yeah, we need a fauxpkg setup for it.  britney doesn't do cross-arch deps.07:34
infinitypitti: I'll sort it in the morning when I'm more awake.  Or ask cjwatson, he knows what's up.07:34
* pitti tries to make an halfway intelligent face about "fauxpkg"07:34
infinitypitti: See fauxpkg/FauxPackages in britney1 source.07:35
infinityYokoZar: Bug me about it in the morning if no one's fixed it before.  I'm sleeping in about 3 minutes.07:36
pittiinfinity: I just got a bug report against langpack-locales; do we actually build locales from eglibc now? eglibc has it in it's Binary: list, but our locales still comes from langpack-locales07:37
pittiinfinity: (feel free to answer after you wake up again, not urgent at all)07:37
YokoZarpitti: infinity: thank you both07:40
OdyXtkamppeter_: yay, thanks.08:07
=== freeflying is now known as freeflying_away
=== freeflying_away is now known as freeflying
=== tkamppeter_ is now known as tkamppeter
mlankhorstpitti: not yet, xrandr needs a tes ttoo09:35
mlankhorsttest that ls /usr/bin/xrandr* == /usr/bin/xrandr09:35
mlankhorstI forgot about that diversion09:37
pittimlankhorst: would you mind describing that in https://bugs.launchpad.net/auto-upgrade-testing/+filebug ?09:39
pitti(hunting down two other failures ATM, brain stack is full)09:39
=== doko_ is now known as doko
mlankhorstpitti: upload https://mblankhorst.nl/etc/xorg-lts-transitional_5.tar.gz and then https://bugs.launchpad.net/ubuntu/+source/x11-xserver-utils/+bug/1280155 should be fixed for the packages in ubuntu10:09
ubottuLaunchpad bug 1280155 in xorg-lts-transitional (Ubuntu) "test for /usr/bin/xrandr when upgrading from lts" [Undecided,New]10:09
pittimlankhorst: uploaded, thanks!10:11
zygahey, daily update left my system with this:10:19
zygaapt-get: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory10:19
zygaI didn't reboot but I cannot launch most things10:20
zygadoko: ^^10:20
zygahelp please :-)10:20
zygaara: what a day ;)10:21
arazyga, what happened?10:21
pittiurhg, indeed10:22
dokozyga, I see10:22
zygaara: libgcc_s.so.1: cannot open shared object file10:22
pittithis just caused a gazillion autopkgtset failures, too10:22
zygaara: don't upgrade for a moment10:22
dokoarghh, and it did migrate already ...10:22
pittijibel: hm, given that this broke pretty much every autopkgtest, any idea why this wasn't held back?10:22
zygaara: (earlier I had lots of kernel fc*ups, wired networking didn't work and other funny things)10:22
seb128an we delete the binaries before they get downloaded?10:22
seb128can*10:23
pittioh, I guess they only started failing after the promotion of whatever caused that10:23
dokozyga, quick fix: install the old libgcc110:23
dokoif you have it in the cache10:23
seb128doko, can you get #is to block the download of the buggy binaries?10:24
zygaI only have libgcc1_1%3a4.9-20140213-0ubuntu1_amd64.deb10:24
pittihmm, gcc-4.8 was uploaded two days ago already10:24
dokotrying ...10:24
* zyga checks if apt-cacher-ng has it10:24
pittizyga: you can get older ones from https://launchpad.net/ubuntu/+source/gcc-4.8/<version>10:25
Laneywhy did that only just happen?10:25
pittiis that really libgcc1?10:25
pittiit must have been something which just propagated an hour or so ago10:26
zygapitti: I may have it in apt-cacher-ng10:26
Laneyyeah10:26
dokopitti: now built from gccgo-4.910:26
pittiah10:26
dokobut empty package. messed up the testing10:26
pittiand gccgo-4.9 doesn't trigger any autopkgtests, so it wasn't caught by those until after it promoted10:26
pittiok, that at least explains the mysteries10:27
pittidoko: i. e. is it meant to build from gccgo-4.9, or was that an oversight? In the latter case, we'd need a version downgrade, i. e. update gcc-4.8 to 4.9+really4.8.. or so?10:27
dokopitti, it is meant to10:28
pittidoko: ok, that at least simplifies the versioning problem10:28
dokobut the quick fix is to download the previous version and just dpkg -i it10:28
pittiwget http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.8/libgcc1_4.8.2-15ubuntu3_amd64.deb10:29
pittisudo dpkg -i libgcc1_4.8.2-15ubuntu3_amd64.deb10:29
pittizyga:  ^10:29
zygaok, thank god I had apt-cacher-ng with the older copy :)10:29
zygaalready fixed, I also installed the i386 version for parity10:29
Laneyhmmmmmmm10:30
pittithe teutonic mirror is behind by half a day or so, seems that rescued me10:30
LaneyI ended up with /var/lib/spamassassin being root:root rather than debian-spamd:debian-spamd10:30
cjwatsonAnd of course this means all trusty builds are failing too10:30
Laneywhich broke my upgrade due to the new sa-compile thingy10:30
Laneydoes anybody else have it with these permissions?10:31
cjwatson/usr/bin/apt-cache exit status 3251210:31
pittii. e. including the upcoming gccgo4.9 fix, yay10:32
cjwatsonWe can probably work around that with the bootstrap archive somehow10:32
pitticjwatson: could we temporarily disable the dist-upgrade of the build chroots for that?10:32
pittiI take it the chroots are usually a few days or even weeks old10:33
seb128can we get the binaries blocked from download on the server?10:33
seb128save users and the chroots :p10:33
seb128oh, cjwatson just pinged #is a bit more, thanks10:33
cjwatsonpitti: it's easier to prod it in the bootstrap archive; fiddling with the build chroots will require infinity to wake up10:34
pittiack10:34
tvossdoko, around?10:35
pittitvoss: not now, please : )10:35
pittitvoss: trusty is on fire, nobody disturb doko for a while10:35
tvosspitti, ack10:35
zygawas I the first person affected that came here/10:35
cjwatsonI don't understand why autopkgtest didn't save us from this10:36
cjwatsonI: [Fri Feb 14 09:42:55 2014] - Requested autopkgtest for apt_0.9.15.2ubuntu1 (NEW gccgo-4.9 1:4.9-20140213-0ubuntu1)10:36
cjwatson[lots of more things along the same lines]10:36
cjwatsonfinal: gccgo-4.9,ubuntu-keyboard10:36
pitticjwatson: yeah, we got a bazillion failures10:36
zygacjwatson: this is like backup, the first time we know the backup failed, the second time we check if backups can also restore10:36
cjwatsonzyga: please can I not have the smart commentary just now? :)10:36
zygacjwatson: sorry10:36
* zyga goes away10:36
pitticjwatson: gccgo4.9 doesn't have direct rdepends that have autopkgtests apparently, but it should have caught the libgcc1 binary for sure10:37
cjwatsonjibel: could you have a look at why adt-britney apparently said everything was just fine when we'd just triggered a load of autopkgtests for gccgo-4.9 and they hadn't come back yet?10:37
cjwatsonpitti: the above log entry shows that it definitely felt it necessary to trigger them10:37
pitticjwatson: ok10:37
pittiyeah, I noticed that several times, britney waving through uploads before tests finished10:38
jibelcjwatson, looking10:38
cjwatsonI'm going to disable the publisher while I figure this out; don't tell anyone but I think I might be able to manage to wind this back as an emergency measure10:41
cjwatson10:45 <cjwatson> doko: so, I'm going to remove gccgo-4.9 from trusty, copy gcc-4.8 back over it (which should be permitted, and should restore libgcc1), rerun the publisher, then hopefully we can build the new gccgo-4.910:46
cjwatsonoops, echan, but never mind10:46
cjwatsonDownloads should be disabled where possible10:51
=== _salem is now known as salem_
=== MacSlow is now known as MacSlow|lunch
cjwatsonpitti: I think you can retry those autopkgtest failures now12:22
pitticjwatson: thanks; our internal mirror (tachash) still gives the bad deb, I asked in #ci a while ago about purging it12:30
cjwatsonit should be sufficient to just sync it now12:30
cjwatsoncurrent indices have libgcc 4.8.mumble instead12:30
pittiI'll just try12:30
pittiyay, works now12:33
* pitti gives our machines something to chew on then12:33
pittidoko, cjwatson: many thanks for your swift handling of this!12:34
cjwatsonI'm going to do an automated search for affected failed builds12:34
cjwatson(once I write it)12:34
jibelpitti, autopkgtest in the lab use ftpmaster and should have the right deb12:38
cjwatsonOK, walking through all recent builder history now searching for "/usr/bin/apt-cache exit status", will take a while12:40
cjwatsonof course chances of getting answers quickly out of wildcherry right now ...12:41
cjwatsonwgrant: I guess the POST rule applies with the API too?  so my first retry() -> everything after on wildcherry12:41
wgrantcjwatson: All API requests go straight to the master12:41
cjwatsonah ok12:42
wgrantBut the API is mostly performing OK at the moment.12:42
zbenjamincjwatson: i was reading in the ML and the link you gave me. But where can i find details on where i put the different binaries for the different archs? like the armhf binaries, the x86 binaries and so on12:43
cjwatsonzbenjamin: that's not up to click12:47
cjwatsonzbenjamin: it's for the SDK and tools such as upstart-app-launch to define how packages are laid out internally12:48
cjwatsonzbenjamin: tedg might be able to advise on current standards12:48
zbenjamincjwatson: thx i'll ask him12:48
jibelcjwatson, what I found so far, gccgo triggered an autopkgtest for 54 packages, status has been set to running for these packages and collected by britney but gccgo has not been removed from upgrade_me, it passed the upgrade test and has been copied. What is unclear yet is why gccgo has not been removed while tests of dependant packages were running.12:50
cjwatsonjibel: hopefully that much will clear out soonish, a fixed gccgo-4.9 is building12:58
cjwatsonoh, but you mean for why it didn't block initially12:58
jibelcjwatson, yes, for why it didn't block initially, I'm in britney.py12:59
pittijibel: beer o'clock!13:03
pittihttp://d-jenkins.ubuntu-ci:8080/view/Upgrade/13:03
pittiugh, at least the wrestling this week was useful :)13:03
jibelpitti, 38 profiles, all green \o/ time to add more tests13:05
seb128pitti, hum, are you sure you want to hand beer to jibel while he's working on britney.py? ;-)13:05
pittiseb128: I'll buy him one next week13:06
pittiI pestered him all week with questions about how stuff works13:06
seb128oh, you guys have a team gathering coming13:06
seb128enjoy it!13:06
pittiyeah, Oakland, will fly out tomorrow13:06
pittiseb128: merci !13:06
pittijibel: more tests> for sure, but nice to have a stable base line now13:07
Laneymore Oakland, lucky pitti ;-)13:09
=== timrc-afk is now known as timrc
cjwatsonjibel: hopefully you're about to get it again; accepted the fixed gccgo-4.913:16
cjwatsonthough armhf is still building so maybe it'll block anyway13:17
=== zyga__ is now known as zyga-sick
cjwatsonAll libgcc-affected failed builds retried, I believe13:37
=== MacSlow|lunch is now known as MacSlow
=== PeterSchwaller_ is now known as PeterSchwaller
=== Sweetsha1k is now known as Sweetshark
spineaudoko: hello, to build checkbox-gui for ubuntu we're a bit blocked by two dependencies waiting to be promoted to the main archive: bug 1277408 and bug 1278822, could you please help us?14:25
ubottubug 1277408 in checkbox-ng (Ubuntu) "[MIR] checkbox-ng" [Undecided,Fix committed] https://launchpad.net/bugs/127740814:25
ubottubug 1278822 in plainbox-provider-checkbox (Ubuntu) "[MIR] plainbox-provider-checkbox" [Undecided,Fix committed] https://launchpad.net/bugs/127882214:25
dokospineau, not yet seen in http://people.canonical.com/~ubuntu-archive/component-mismatches.svg14:26
spineaudoko: I think it's because we're still in -proposed14:27
spineauroadmr: ^14:27
dokohttp://people.canonical.com/~ubuntu-archive/component-mismatches-proposed.svg14:27
roadmrspineau, doko: I see, I fixed the stuff that was keeping checkbox in proposed (dep-wait) so it should make it out, will it appear in component-mismatches once this happens?14:30
dokoroadmr, yes, it should14:30
roadmrspineau, doko: OK then, upload coming up in a second14:31
spineauroadmr: doko: perfect, thanks14:31
=== bfiller_afk is now known as bfiller
=== ara is now known as Guest55777
=== WebbyIT is now known as rpadovani
=== freeflying is now known as freeflying_away
shadeslayerev: ping15:03
=== tyhicks` is now known as tyhicks
shadeslayerpitti: can Kubuntu also utilize https://jenkins.qa.ubuntu.com/view/Upgrade/ ?15:34
pittishadeslayer: yes, I don't see why not15:39
shadeslayeryay :)15:41
shadeslayerpitti: I'll have a look at how to write a test case and send MR's15:41
pittishadeslayer: it's primarily about defining a new scenario15:42
pittishadeslayer: i. e. something like s/ubuntu-desktop/kubuntu-desktop/ and enabling universe15:43
shadeslayerI see15:43
jpdsstgraber: Have you seen this? https://bugs.launchpad.net/ubuntu/+source/samba/+bug/128005015:43
ubottuLaunchpad bug 1280050 in samba (Ubuntu) "libsmbd_base.so.0 missing symlink?" [Undecided,New]15:43
pittishadeslayer: the scenarios in lp:auto-upgrade-testing are outdated, we are actually using a branch from jibel, hang on15:43
shadeslayerpitti: I think there are 2 upgrade paths we want to check : regular 13.10 to 14.04 and 13.10 + LTS Stack + Kubuntu backports to 14.0415:43
stgraberjpds: nope, I haven't. Though to be faire, I'm not maintaining samba, I only patched the few bits I needed to get my use case covered (AD domain controller) :)15:45
jpdsAh, right.15:45
stgraberjpds: I believe the server team are the ones actually maintaining our delta, anything else should probably go straight to Debian15:45
rbasakinfinity: do you think it appropriate/could you sync cyrus-sasl2, please? Looks like a host of bugs have been fixed recently there. It's not in testing yet though.15:46
rbasak(and it's a new upstream release, too, which looks minor, but the changelog suggests that it isn't)15:46
jibelshadeslayer, I think I've already a profile for Kubuntu 13.10->14.04.15:47
jibelshadeslayer, What is 13.10 + LTS stack?15:47
pittishadeslayer: this one: https://code.launchpad.net/~jibel/+junk/auto-upgrade-testing_profiles15:47
pittishadeslayer: I think the 12.04+LTS stack scenarios are already well-handled; is there anything Kubuntu specific in them?15:48
shadeslayerjibel: whoops, I meant 12.04 + HWE15:48
pittioh yes, http://bazaar.launchpad.net/~jibel/+junk/auto-upgrade-testing_profiles/files/head:/kubuntu/15:48
Devastatrstgraber good afternoon (or probably evening), did you happen to see the message I leave here?15:48
shadeslayerpitti: well, we backport KDE releases to our PPA, and alot of users add that ppa15:48
shadeslayerso I think it's useful to have that tested15:48
pittiah, yes15:51
jibelshadeslayer, ah okay as pitti said LTS+HWE is already covered, we could do 12.04 + Kubuntu backport15:52
shadeslayersure, fine with me15:52
zbenjamintedg: ping15:53
tedgzbenjamin, Howdy15:54
zbenjaminhey15:54
zbenjamintedg: i got pointed to you by jdstrand i think, because i was asking about how a fat click package should look like internally and how it will work with the desktop files EXEC property15:54
zbenjamini'm working on the qtcreator ubuntu plugin and we would like to integrate fat packaging :)15:55
tedgzbenjamin, Yup, so what we're doing is adding an arch dependent directory to the path.  So that way you can put an executable name in the Exec line and it'll find the arch dependent one.15:55
zbenjamintedg: ok but do i need a own desktop file per architecture in the package then?15:56
tedgzbenjamin, Nope, so the desktop file can have "Exec=foo-bar" and the package would have a $(dir)/lib/$(arch)/bin/foo-bar for each arch.15:57
stgraberDevastatr: I did. I'm not necessarily against extending the script environment though I'm not going to diverge from Debian either, so if Andrew (the Debian maintainer) does those changes, I'll include them in Ubuntu but I don't want Ubuntu to suddenly become incompatible with Debian for those scripts.15:57
zbenjamintedg: ok and the path will be set correctly so it will be found15:57
tedgzbenjamin, Yup, for some examples there are the exec-test* file in the tests directory here: http://bazaar.launchpad.net/~indicator-applet-developers/upstart-app-launch/trunk.14.04/files/head:/tests/15:58
zbenjamintedg: and for things like : Exec=qmlscene $@ -I ./lib/arm-linux-gnueabihf/qt5/qml   share/qml/cmake1/cmake1.qml15:59
Devastatrstgraber I understand that and I agree, when you have some time, can you ping me? I want to discuss if I wanted to design something to replace ifupdown, together with you and Andrew, where to start16:00
tedgzbenjamin, We're also setting the QML2_IMPORT_PATH to be $(dir)/lib/$(arch)16:00
zbenjamintedg: do you have any docs on which directories have to be where?16:02
tedgzbenjamin, Uhm, not really.  Not really sure where that belongs.16:02
zbenjamintedg: ok so lets recap, i put a arch into the manifest , lets say armhf, then click wants to have executables in APP_DIR/bin/armhf  and libs in APP_DIR/lib/armhf16:03
zbenjaminor is it arm-linux-gnueabihf16:04
tedgzbenjamin, It's the triplet, and not /bin, but /lib/$arch/bin16:04
zbenjamintedg: or maybe you could point me to the code that sets up the env16:05
tedgzbenjamin, Sure, I'm not sure that's as helpful as the tests are though.  http://bazaar.launchpad.net/~indicator-applet-developers/upstart-app-launch/trunk.14.04/view/head:/exec-line-exec.c#L6216:08
zbenjamintedg: thanks , if i have more questions i'll come back to you :)16:10
tedgzbenjamin, No problem, good to see this getting into the plugin!16:14
zbenjamintedg: yeah, we have a _lot_ of things to get in there ;)16:16
tedgzbenjamin, BTW, are you guys also adding support for custom URLs (or is that on the TODO list)?16:18
zbenjamincustom urls? that i don't know about, bzoltan is my mentor so he should know more16:18
hallynbdmurray: hi, so regarding bug 1228977.  I was waiting for sdague to post a test case so I could do the SRU justification16:22
ubottubug 1228977 in libvirt (Ubuntu Saucy) "n-cpu seems to crash when running with libvirt 1.1.1 from ubuntu cloud archive" [High,Triaged] https://launchpad.net/bugs/122897716:22
hallynbdmurray: however, the candidate package I pushed is broader, taking the whole upstream "-stable" series for that libvirt version.  I wasn't sure if that should be handled specially16:23
hallyn(it took some time to reconsile the upstream patchset with the individually-applied CVE patches in our tree)16:24
hallynnormally, I would say that if the bug submitter can't be bothered to give a test reproduction s cript, let's just drop the patch and close the bug, but16:24
hallynsince this is a whole -stable patchset I'd prefer to test for new regressions and call it good16:25
bdmurrayhallyn: I hadn't actually looked at the diff yesterday, just the bug.16:32
hallynbdmurray: if my reasoning about the -stable patchset is legitimate i can put that in teh bug comment.  otherwise, i'll ping the bug submitter oen more time for a test case, and we can drop teh set and close the bug next week if we dont' get it16:38
bdmurrayusing the -stable patchset seems more like a micro release to me than a standard SRU16:39
hallynbdmurray: if saucy was going to be around longer i'd pursue that.  unfortunately there is an upstream libvirt -stable tree for saucy, but not (other than the one i maintain :) for precise16:46
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
evshadeslayer: pong17:03
shadeslayerev: Kubuntu has started reporting crashes to errors.ubuntu.com but our backtraces usually end in KCrash ( the KDE Crash handling framework ) , would daisy interpret the crashes as crashes in KCrash or will it be able to parse the stack correctly? ( see ref : https://trello.com/c/u9KpFFxF )17:04
evshadeslayer: what do you mean by "our backtraces usually end in KCrash"?17:08
evoh17:09
shadeslayerev: KDE Software :)17:09
evshadeslayer: that's pretty easy to test. Just kill -SEGV a KDE process and see what's in the executablepath and package fields17:09
evin the resulting crash report17:09
shadeslayerev: but my question is whether daisy will interpret all crashes as crashes in KCrash?17:10
evshadeslayer: right, and I'm saying the way to find out is by looking at the resulting crash report after killing a process with sigsegv17:10
shadeslayerev: and what am I looking for?17:12
evshadeslayer: the Package field and the ExecutablePath field17:12
shadeslayerev: grep doesn't say anything17:14
shadeslayerBunch of jumbled text17:14
evshadeslayer: can you pastebin the resulting .crash file?17:14
shadeslayersure17:14
shadeslayerev: http://paste.ubuntu.com/6932266/17:15
shadeslayerev: really really large file :P17:16
evshadeslayer: looks right to me: ExecutablePath: /usr/bin/kate17:17
Laneyshadeslayer: you do have Package and ExecutablePath in there17:17
evyou wont get Package until you actually run apport-kde over it17:17
everr so you do :)17:17
shadeslayerev: Laney yeah it's weird, grep didn't return anything17:17
* Laney suspects PEBCAK :P17:19
shadeslayerhttp://paste.ubuntu.com/6932302/17:19
shadeslayerev: anyway, so it'll be fine even though backtrace has KCrash in it?17:20
evshadeslayer: ja17:22
shadeslayercool :)17:22
=== zyga-sic1 is now known as zyga-sick
u-fokaHy, I've tryed to install trusty using the latest daily-live image dd-d over an usb key but it refuses to boot :(19:58
u-fokais anyone here?20:10
sarnolda few hundred :) normally IRC works best if you've got something concrete.. an error message or something similar20:11
u-fokasorry I have only the fact that my bios immediatelly returns to the device selection mennu when I select the pendriver and hit enter :/20:12
u-fokaI've tried to dd the iso on the dirst (active) partition and also on the entire device without success20:12
u-fokaalso I can't found the unity alpha2 iso image, there are the images for every other flavor but not for ubuntu-desktop20:13
dobeymain ubuntu doesn't do actual alpha releases any more20:14
dobeythe daily image should be what you use20:14
u-fokaso I should try it with an older daily image?20:15
dobeymaybe, i don't know20:15
dobey"refuses to boot" doesn't really say anything about what's wrong20:15
dobeyyou do have to dd to the main device, not a partition20:15
dobey"dd if=foo.iso of=/dev/sdg bs=4096" for example20:16
u-fokatried that way also, but got only a blank screen20:16
u-fokamy bios has uefi support and it can't be disabled20:16
dobeyi can't really help beyond that info though. sorry20:17
u-fokaokay, thanks anyway20:17
dobeyfwiw though, #ubuntu is the help channel, so you might have better luck asking in there20:18
u-fokaI'll try with the 11th image maybe it will work20:18
dobeykenvandine, mardy: are there docs about what mechanisms/options can be used with the generic_oauth plug-in, when creating a provider file?20:19
u-fokawell I thought this is the right channel for asking about an alpha release :) then I'l try asking there also if it won't boot with the other image20:19
kenvandinedobey, not that i've seen20:24
geoff-Hi, where can I find a kernel that will work with this: cdimage.ubuntu.com/ubuntu-core/daily/current/trusty-core-arm64.tar.gz?20:24
dobeykenvandine: do you know if PLAINTEXT is a valid mechanism?20:24
geoff-I looked around in ports.ubuntu.com, but could'nt find anything for arm6420:25
dobeyah, i guess it is20:29
kenvandinedobey, sorry, don't know20:32
dobeyok20:34
NoskcajIs there anything i can do to speed up bug 127212320:37
ubottubug 1272123 in Precise Backports "Please backport gtk2-engines-xfce 3.0.0-1 (universe) from quantal" [Undecided,New] https://launchpad.net/bugs/127212320:37
u-fokawell, definitely something's wrong with the uefi boot ot the daily images.. it boots into a black screen when selecting the pendrive from the boot menu, but it boots properly when selecting the pendrive as the first boot device from the bios setup20:42
u-fokaanyway it's installing now20:43
dobey kenvandine do you know if there is some way to debug the HTTPS requests there?20:48
dobeyu-foka: that sounds very much like it could be a problem with the BIOS itself20:48
u-fokayeah it was my first impression also but somehow the 13.10 insaller boots without any problems in uefi mode20:49
kenvandinedobey, i don't, but maybe cwayne might20:57
kenvandinehe's done quite a bit of hacking on that stuff lately20:57
dobeyoh20:58
dobeyand not in here, whee20:58
=== salem_ is now known as _salem
Unit193mvo_: Well howdy.  Just a small poke again. :)21:24
chilukwhat tool outputs this kind of information ip-21638 [020] .... 37415.094434: lg_local_unlock <-mntput_no_expire22:22
chilukip-21638 [020] .... 37415.094436: lg_global_lock <-do_umount22:22
chilukip-21638 [020] .N.. 37431.042253: lg_global_unlock <-do_umount22:22
chilukip-21638 [020] .N.. 37431.042265: lg_global_lock <-release_mounts22:22
roadmrchiluk: seems to come straight from the kernel: http://lxr.free-electrons.com/ident?i=lg_global_lock22:30
chilukroadmr some tool is tracing the kernel..22:31
roadmrohh weird then22:31
chilukroadmr, I'm curious what the tool is that is producing the output.22:31
chilukmaybe I'll move to ubuntu-kernel22:31
stgraberchiluk: looks fairly close to ftrace22:31
TJ-chiluk: local-global spinlocks22:32
chilukthanks stgraber22:38
Logan_Noskcaj: hi23:19
Logan_ok23:20
=== bfiller is now known as bfiller_bbiab
=== bfiller_bbiab is now known as bfiller

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