/srv/irclogs.ubuntu.com/2013/11/12/#ubuntu-release.txt

=== tjaalton_ is now known as tjaalton
didrocksrobru: seems you merged manually https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/page-parentage/+merge/194587. That's why the toolkit has (no message). I wonder why jenkins didn't yell though11:44
ogra_because it was already down perhaps11:47
ogra_(dont forget the power outage on friday)11:48
tjaaltonis anyone looking into the new samba builddeps? ldb, faketime and libparse-yapp-perl would need to be promoted11:49
ogra_tjaalton, traditionally slangasek used to look after samba (not sure he still does)11:50
tjaaltonokay11:52
=== doko_ is now known as doko
xnoxtjaalton: are those needed for the tests? might make sense to move those builddeps to auto-pkg-tests (which don't have main/universe restrictions)12:07
tjaaltonxnox: ldb at least is not related to tests12:13
tjaaltonand sssd needs it too12:13
tjaaltonin main, for bug 90375212:13
ubot2Launchpad bug 903752 in ldb (Ubuntu) "[MIR] sssd" [Undecided,Confirmed] https://launchpad.net/bugs/90375212:13
tseliothi, are there any archive admins available to approve my nvidia packages in trusty? bug #125044915:37
ubot2Launchpad bug 1250449 in nvidia-graphics-drivers-319 (Ubuntu) "Include the 331 driver in Ubuntu" [Medium,In progress] https://launchpad.net/bugs/125044915:37
=== tkamppeter_ is now known as tkamppeter
=== ara_ is now known as ara
robrudidrocks, yes, i was in a hurry to get those landed before jenkins went down, so i merged manually instead of waiting 40 minutes for it to merge the branch. seems it still wasn't fast enough though.16:58
didrocksrobru: no worry, just think about the commit message :)16:59
robrudidrocks, hehe, yeah, sorry. i was thinking of the way it appears in launchpad, saying "merged branch lp:so-and-so"16:59
didrocksno worry!16:59
rtgHow did this make it past britney ?17:06
rtgThe following packages have unmet dependencies:17:06
rtg crossbuild-essential-arm64 : Depends: libc6-dev:arm64 but it is not installable17:06
cjwatsonproposed-migration can't handle multiarch checks17:09
cjwatsonI suggest adding more packages to the apt-get install line until it gives you the real error message though17:11
rtgits just such a a handy meta package17:12
cjwatsonNot disagreeing with that, just pointing out that apt isn't giving you the real reason for the failure here17:13
apwrtg, isn't that saying you don't have arm64 in your alternative arches thing?17:17
rtgapw, I guess I don't know what that is.17:18
apwthe one which you add i386 to on amd6417:18
cjwatsonCould be, or could be something else.  You need to add more packages to the apt-get install line to find out.17:18
cjwatsoni.e. "apt-get install crossbuild-essential-arm64 libc6-dev:arm64" and iterate until you get a more useful error.17:18
rtgcjwatson, the cross compilers install fine if I reference use version specific package17:19
rtgs/reference//17:19
cjwatsonI guess it would help to know the command line you started with.17:19
apwrtg, but those are actually amd64 binaries throughout17:19
cjwatsonAnd in what environment.17:19
infinitycross-b-e depend on multiarch deps, but the compilers themselves don't, do they?17:19
rtgcjone sec...17:19
rtgcjwatson, one sec...17:19
cjwatsoninfinity: Certainly hope not.17:20
cjwatsonThey'd be uninst on buildds if they did.17:20
infinityRight, so it could just be that he's missing a 'dpkg --add-architecture arm64'17:20
infinityAnd then appropriate bits in sources.list.17:20
cjwatsonOr could be multiarch skew somewhere if this is against trusty-proposed.17:20
rtgcjwatson, don't have proposed enabled.17:21
rtg(trusty-amd64)root@salmon:/home/rtg/ubuntu/ubuntu-trusty-unstable# apt-get install crossbuild-essential-arm6417:21
rtgReading package lists... Done17:21
rtgBuilding dependency tree17:21
rtgReading state information... Done17:21
rtgSome packages could not be installed. This may mean that you have17:21
rtgrequested an impossible situation or if you are using the unstable17:21
rtgdistribution that some required packages have not yet been created17:21
rtgor been moved out of Incoming.17:21
rtgThe following information may help to resolve the situation:17:21
rtgThe following packages have unmet dependencies:17:21
rtg crossbuild-essential-arm64 : Depends: libc6-dev:arm64 but it is not installable17:21
rtgE: Unable to correct problems, you have held broken packages.17:21
rtg(trusty-amd64)root@salmon:/home/rtg/ubuntu/ubuntu-trusty-unstable#17:21
infinityEek, paste spam.17:21
infinityrtg: I guarantee you're missing arm64 as a foreign arch.17:22
xnox$ dpkg --print-foreign-architectures17:22
xnoxto check which ones are enabled.17:23
rtginfinity, so I did the --add-architecture thing, but it just messed up the 'apt-get update'17:23
cjwatsonYou should really use a separate chroot just for this.17:23
infinityrtg: Right, cause you also need to mangle sources.list.17:23
cjwatsonmk-sbuild --target=arm64 trusty17:23
cjwatson^- gets it right17:23
rtgit is a schroot17:23
xnoxrtg: specify [arm64] next to ports, and [i386,amd64] next to normal sources.17:23
rtgack17:23
cjwatsonIf you're already using schroot, you should just use mk-sbuild --target=arm64 trusty rather than doing it by hand.17:23
xnoxdeb [arch=amd64,i386] http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse17:24
xnoxdeb [arch=armhf,arm64,powerpc] http://ports.ubuntu.com/ubuntu-ports trusty main restricted universe multiverse17:24
xnoxor some such.17:24
xnoxrtg: but yeah, mk-sbuild gets it right.17:24
cjwatson(Even people who aren't using schroot already probably should, but if you already are then there's really no reason to hand-edit)17:24
infinityMy guess is that he wants one chroot for all his cross-building, but maybe not.17:24
xnoxrtg: and it's the most supported way to do it.17:24
rtgso, why is this pulling native binaries fora cross build ? I don't _want_ to use qemu.17:24
cjwatsonThis won't use qemu.17:24
cjwatsonIt's pulling cross-headers.17:24
rtghmm, ok17:24
infinityrtg: The only arm64 binary it's pulling is libc6-dev17:24
infinity(and libc6, cause the -dev depends on it)17:25
xnoxrtg: --target pulls cross-header, --arch would pull qemu+native17:25
infinityThen again, if you don't use cross-build-essential, you won't get that.17:25
rtginfinity, true, but then I have to updtae gcc version names for each subsequent release17:25
infinityJust pulling the gcc-triplet packages would work fine for the kernel cross case.17:25
infinityrtg: No you don't.17:25
infinityrtg: There's a gcc-triplet package that's not versioned.17:25
infinitygcc-aarch64-linux-gnu17:26
rtgah, well thats what I'm looking for17:26
infinitygcc-arm-linux-gnueabihf17:26
infinityEtc.17:26
slangasektjaalton, ogra_: how are there new samba builddeps?  samba 4 is certainly not ready to merge into trusty yet17:26
slangasekit would probably be a good idea to take 4.x for trusty, but it still has too many bugs being uncovered in unstable17:26
tjaaltonslangasek: it was uploaded yesterday17:27
tjaalton4.0.10-1u117:27
tjaaltonerr, -4u117:27
slangasekogra_: please don't direct people to talk to me about the server team's samba uploads. :P17:29
ogra_slangasek, oh, sorry17:29
ogra_i just heard samba and that turned into slangasek ...17:30
ogra_:)17:30
infinityslangasek: I thought you were away for jury duty?17:30
xnoxslangasek: did your phone ring?! =)17:31
slangasekinfinity: "away"17:31
slangasekstatistically speaking, jury duty consists of sitting in a room keeping oneself occupied while the counsels play chicken17:31
infinityslangasek: Aren't you supposed to be all sequestered and such?  I'm so disillusioned.17:32
slangasekinfinity: only once empanelled17:32
slangasekthere's a lot of time spent waiting to see if you actually will be17:32
slangasekalso, full sequestration is unusual, which is why it's always in the news when it happens ;)17:33
ScottKslangasek: "I think he looks guilty" will get you out of it.17:42
slangasekwhy would I want to get out of it when I could hold my tongue and *actually* send him to prison instead?17:43
ScottKTrue.17:44
slangasekalso, I have a much better way of getting out, "I believe in the principle of jury nullification"17:45
ScottKYou live in such a liberal state, how much is left to nullify anyway?17:46
* slangasek snorts17:46
slangasekwell, there's a sign on the front of the courthouse that says you're not allowed to bring your medical marijuana indoors17:46
ScottKHeh.17:47
mdeslaurhehe17:47
ScottKIf another juror gets so bored they lose the will to live, are you allowed to assist?17:48
slangasekzul: there were bits of delta in the last samba package that aren't mentioned at all in your merge changelog.  What happened to them?17:56
slangasek(priority change for the workgroup debconf prompt; changes to upstart integration in the postinst)17:57
slangasekalso, I think with 4.0 it's time to bring ctdb+tdb in17:57
stgraberdid they sort out the print server regression you mentioned earlier?17:58
slangasekprint server?17:59
slangasekoh, this was with cups support being completely missing - yeah17:59
slangasekthat one's fixed :)17:59
stgrabergood17:59
zulslangasek:  erm...i might have missed them ill re-add them18:01
stgraberslangasek: as discussed last week, releasing shim-signed ahead of the 7 days waiting period.19:01
=== psivaa is now known as psivaa-afk
stgraber^ rejected due to invalid version number (that version is higher than quantal's)19:42
infinityI assume your reject message stated as much.19:43
stgraberyep19:44

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