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

* cjwatson switches proposed-migration's no-break-architecture-all architecture over to amd64. Hopefully a non-event ...11:19
cjwatsonIt'll cause amd64 to show up first in architecture lists, though11:20
cjwatsonseems to have behaved roughly as expected11:22
infinitycjwatson: Not like anyone knows what the arch list means anyway, with 3 As. :P11:23
cjwatsonIt does have an "Arch order is:" line up top :)11:24
infinitycjwatson: We just need to rename i386, ppc, and ppc64el to something starting with R, G, and H.11:25
=== Trevinho_ is now known as Trevinho
=== adam_g` is now known as adam_g
=== oSoMoN is now known as oSoMoN|afk
xnoxcan I do sftp uploads to ubuntu archive?14:55
xnoxor is there a dput that has proxy support?14:55
cjwatsonYou can upload over SFTP14:55
cjwatson[ubuntu-sftp]14:55
cjwatsonfqdn                    = upload.ubuntu.com14:55
cjwatsonmethod                  = sftp14:55
cjwatsonincoming                = ubuntu14:55
xnoxcool thanks.14:55
* xnox notes to upload dput with that extra stanza14:56
cjwatsonhttps://bugs.launchpad.net/ubuntu/+source/dput/+bug/63204114:56
ubot2Launchpad bug 632041 in dput (Ubuntu) "Provide commented-out method of using SFTP to upload to Ubuntu + PPAs" [Undecided,Confirmed]14:56
cjwatsondifferent name is probably better than commented-out14:57
cjwatsonoh, there's the awkward thing with the login stanza if you don't have local user == LP user or .ssh/config configuration14:57
xnoxcjwatson: yeah, noticed. and .ssh/config username didn't get accepted either. meh, fixed it with ~/.dput.cf14:58
xnoxanyway at least i can upload packages from work now.14:58
xnoxcjwatson: would you like to review https://code.launchpad.net/~xnox/launchpadlib/proxy/+merge/241176 such that all ubuntu-dev-tools gain proxy support when talking to launchpad?14:59
xnox(including like add-apt-repository)15:00
cjwatsonxnox: hm, right, possibly not right away but queued up15:01
cjwatsoncurrently cleaning up after a proposed-migration mistake I made earlier today :-/15:02
xnoxonce that is reviewed, i'm thinking to cut the launchpadlib point release and upload it to experimental & vivid. It will have python3 support and proxy support.15:02
xnoxcjwatson: hehe, those are fun =)15:02
cjwatsonxnox: thanks for dealing with ubiquity vte15:03
xnoxno problem.15:03
xnoxit needed a vivid opening upload anyway.15:03
Laneyoh cool, yes, thanks xnox :-)15:05
infinitycjwatson: proposed-migration mistake> would this relate to my seeing glibc copied to the release pocket twice?15:08
cjwatsoninfinity: I shouldn't have thought so15:22
infinitycjwatson: Okay, so that was just a random oddity, no big deal.15:23
cjwatsonThis was me trying to fix a bug with miscalculation of when it's OK for things to become arch: all, and accidentally ending up ignoring several out-of-date build excuses as a result15:24
cjwatsonNothing terribly important but I need to clean up15:24
infinitycjwatson: Oh, like blobby...15:25
cjwatsonRight15:27
cjwatsonWell, that was a secondary mistake, I removed the wrong architecture and had to re-copy :P15:27
infinitycjwatson: Still looks wrong to me...15:32
cjwatsonHow so?15:33
infinitycjwatson: Wrong version in the release pocket.15:33
infinitycjwatson: 1.0-1 should never have migrated.15:33
cjwatsoninfinity: I didn't try to undo that15:33
infinityIck.15:34
infinityHow many more arch regressions migrated?15:34
cjwatsonIt has no reverse-dependencies, and it's like a silly game or something, I reckoned it was OK to just drop the binary15:34
cjwatsonSomewhere between 15 and 20 total.  I'm working my way through them15:35
infinityThe blobby thing is probably an -O3 failure anyway, easily fixable.15:35
cjwatsoncurrent list I haven't checked: aces3 aspectc++ asymptote dsc-statistics eclipse eclipse-cdt gamera luminance-hdr nauty qgis15:35
infinityMaybe I'll look after I sleep.15:35
cjwatsonBut I'm really not going to put lots of effort into the cases where they're non-trivial and unimportant15:36
infinityHrm, or not, fails with -O2 in Debian.15:36
cjwatsonI think that vector bool thing is a deeper problem somewhere.15:37
cjwatsonWe ran into it in several Haskell packages15:37
infinityThough bool being in play could be a hint.  Maybe an endian or signedness oops.15:37
cjwatsonNo, I think it relates to altivec15:37
cjwatsonPretty sure I've failed to work it out before :)15:37
cjwatsonIn Haskell we passed -Ubool and suchlike in a few places to work around it15:37
infinityOh, that's sounding sort of familiar.15:38
infinityYeah, interest piqued enough for me to look later.15:38
infinityJust cause.15:38
=== oSoMoN|afk is now known as oSoMoN
infinitySo, the big change between rc3 and final was *drum roll* -std=c++1115:40
infinityThat's now sounding very familiar.15:40
infinityI vaguely recall a header defining bool-related things goofily on PPC depending on std.15:41
cjwatsoninfinity: How's your TeX?  The asymptote/powerpc failure is perplexing, and it built fine in Debian last time round.15:57
cjwatson22 days ago, so I suppose it could be some underlying change ...15:57
infinitycjwatson: Haven't touched LaTeX (or any free variant) since high school.15:58
infinitycjwatson: So, about that good.15:58
cjwatsonYeah, mine dates from university.15:58
cjwatsonAnd was a bit copy-paste even then.15:58
cjwatsonIt does have one reverse build-dep which has built in the past, unfortunately ("music").15:59
* infinity goes to bed.16:03
loolstgraber, slangasek: Heads up: I've changed devel and ubuntu-touch/devel aliases to point to vivid instead of utopic: pub.change_channel_alias('devel', 'ubuntu-touch/vivid') and pub.change_channel_alias('ubuntu-touch/devel', 'ubuntu-touch/vivid') in si-shell17:17
ogra_lool, erm17:18
ogra_lool, you cant point devel to vivid until there is some image in the channel17:18
ogra_or did you promote an image17:18
stgraberlool: you just did something very very wrong :) don't ever change the /devel alias, it's not an actual alias but a redirect to ubuntu-touch/devel...17:20
loologra_: good point; can we copy the last utopic image there?17:22
loolstgraber: is there some doc about it? could we prevent this from the API?17:22
ogra_lool, did that get QA signoff ?17:23
stgraberlool: why would you copy the last utopic image into the vivid channel?17:23
loologra_: I dont see why it needs QA signoff; the images in utopic already did?17:23
stgraberlool: just keep devel pointing to utopic until we have something in vivid, THEN change the alias17:23
loolstgraber: to have one there17:23
stgraberthere's no point forcing everyone to do a full update now and then again once we actually have a vivid image17:24
* stgraber reverts the alias change17:24
ogra_lool, dunno, thats our general rule for promotion ... testing on all arches before signoff ... not sure we need to keep that for vivid though17:24
stgraberchanges reverted17:25
loolwell here's my issue: "devel" is used by people for development, but doens't reflect the right contents17:25
ogra_lool, then we need someone to check the promotion readiness or change the current rules17:25
cjwatsonMessing about with the pointers without actually doing a vivid promotion doesn't do anything to change that, though17:25
stgraberwell, the problem is that we don't have a vivid image, let's fix that, then change the alias :)17:25
loolcjwatson: it does not; I assumed we had images there17:25
ogra_i dont really mind either way17:26
stgraberright, it actually makes things worse because people will think they're running vivid when really, they're not17:26
loolstgraber: question stands on redirects17:26
cjwatsonI think it would be a good idea to check carefully *before* making this kind of change, in future17:26
cjwatsonI triple-checked before making the custom tarball changes a while back ...17:26
stgraberlool: yeah, I'm checking whether I did mention that stuff in the doc, but the wiki is freakishly slow17:26
stgraberlool: https://wiki.ubuntu.com/ImageBasedUpgrades/ServerOperation does explain the difference between aliases and redirects17:28
stgraberbut yeah, the code fails to notice that what you're doing is wrong because the redirect target is an alias channel17:28
loolstgraber: it does, but I cant list redirects17:28
stgraberI'll add a test for that in the code17:28
stgraber>>> pub.change_channel_alias("devel", "ubuntu-touch/vivid")17:31
stgraberTraceback (most recent call last):17:31
stgraber  File "<console>", line 1, in <module>17:31
stgraber  File "/srv/system-image.ubuntu.com/bin/../lib/systemimage/tree.py", line 225, in change_channel_alias17:31
stgraber    raise KeyError("Channel is a redirect: %s" % channel_name)17:31
stgraberKeyError: 'Channel is a redirect: devel'17:31
stgraberlool: ^17:31
loolstgraber: I didn't get this though17:32
stgraberno, that's because I just added it now so you can't possibly do the same mistake again :)17:32
loolstgraber: so I take it you've just added that17:32
loolstgraber: me or anyone else, but thanks17:32
brainwasharges: please move thunar from utopic-proposed to -updates19:30
brainwashbug 138297719:30
ubot2bug 1382977 in thunar (Ubuntu Utopic) "[SRU] Thunar open default not respecting mimetype" [Undecided,Fix committed] https://launchpad.net/bugs/138297719:30
argesbrainwash: ok looks good releasing19:31
brainwasharges: thank you :)19:37

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