/srv/irclogs.ubuntu.com/2020/07/08/#ubuntu-devel.txt

mwhudsonwhere did libburnia upstream go?03:01
mwhudsonoh the git bits are still around03:03
iceyis there any way I can re-poke something that's marked ftbfs in proposed (Groovy)? It failed yesterday but I think it's not an issue with my package (Depends: python3 (>= 3.8.3-1~) but 3.8.2-0ubuntu2 is to be installed)06:23
RikMillsicey: what package? If you have upload rights, there will be a retry button on the build06:39
iceyRikMills: I don't have upload rights, https://launchpad.net/ubuntu/+source/python-os-traits/2.4.0-0ubuntu1/ is the package that failed to build06:41
iceyRikMills: I do suppose I'll be working to get upload rights for the OpenStack packages sometime soon06:42
RikMillsicey: ok. that is in main, so I can't do it. so you need a core dev to poke, unless as you say it in another set06:43
RikMillsFYI the reason for that dep wait 'should' be fixed06:44
iceyRikMills: yeah - I can't reproduce the failure locally this morning, and I heard some conversation about it yesterday :)06:45
RikMillsjibel: this is still happening with ubiquity 20.10.8 https://i.imgur.com/4LTUds6.png06:49
RikMillsicey: looks like it got poked ;) thanks LocutusOfBorg06:51
iceythanks LocutusOfBorg06:55
iceyand RikMills: Where are you seeing who poked it?06:55
RikMillsicey: You can't, which is a lack in launchpad. I know because I asked in another chat if someone could poke06:56
jibelRikMills, yeah, I saw the comment on the bug report.06:57
jibellooking at Mate now06:57
RikMillsjibel: thanks. obviously I confirmed in a VM from that screenshot06:58
iceyRikMills: well, now I'm wondering where else I should be :-D06:58
iceyRikMills: any chance you could ask about getting neutron-vpnaas poked as well, seems to be the same failure :)06:59
* icey goes back to hiding in the corner06:59
Unit193It's a pretty fun place to be, lurking the corner in the shadows. :307:00
icey:-D07:00
RikMillsicey: here is just fine. it was a not public telegram thing. there are plenty of core devs in here, but IRC lacks being able to see who is online (or recently so)07:00
iceyRikMills: indeed it does lack that :)07:01
LocutusOfBorgicey, done07:03
iceythanks again LocutusOfBorg07:03
Unit193Closest you have is /wii $name, which shows you idle time.07:04
LocutusOfBorgI'm also mass retrying the last 69 packages in excuses age07:04
=== Wryhder is now known as Lucas_Gray
julianktrying to bisect make but shit this is though11:10
juliankThere's all sorts of weird incarnations you have to do to bootstrap the build environment11:10
julianke.g. po/ is empty11:10
juliankand then it complains about missing .po files11:10
juliankAnd doing this over SSH in a cloud on a different continent is not exactly fun11:11
cjwatsonDoesn't ./bootstrap do the job?11:11
juliankcjwatson: In 4.3, yes, if you have git:// access11:12
juliankcjwatson: It's not there in 4.2, and I'm bisecting between those two11:12
cjwatsonAh11:13
juliankNow it's trying to rsync from translationproject.org - ugh11:13
juliankthis ain't going to work11:13
juliankI can only do http*11:13
juliankIf I do make make, it does nice things but ultimately fails with11:14
juliank/usr/bin/ld: /tmp/make/glob/glob.c:1342: undefined reference to `__alloca'11:14
juliankwhy can't people have decent build systems?11:14
juliankit's done11:42
juliankxnox: So, I finished bisecting make on s390x for the flatpak-builder/s390x issue. The cause of the issue was a change to make it use posix_spawn() instead of fork()/exec().11:43
juliankxnox: I'm not sure if there's an issue with posix_spawn() on s390x, or make's use of it, but I did upload a make 4.3-4ubuntu1 that passes --disable-posix-spawn to configure to make it work again11:44
juliankI also forwarded that change to Debian11:44
juliankThis is the offending commit: https://paste.ubuntu.com/p/tYhbJFKN76/11:45
juliankMaybe there's undefined behavior in there and we compile s390x at -O3, could also be the reason, who knows11:47
juliankdebian doesn't test s390x11:47
juliankdebian bug 96454111:47
ubottuDebian bug 964541 in make-dfsg "make: Regression on s390x, echo EPERM, caused by posix_spawn change" [Serious,Open] http://bugs.debian.org/96454111:47
xnoxjuliank:  we should be compiling s390x at -O2, we only use -O3 for ppc64el by default11:56
juliankxnox: ah ok11:56
xnoxjuliank:  is there a launchpad bug about this too? we could try to escalate it to IBM11:57
juliankxnox: I don't think so11:57
xnoxjuliank:  ok, i can open a new one.11:57
* xnox learns word heisenbug12:00
=== tinwood is now known as tinwood-afk
=== tinwood-afk is now known as tinwood
seb128bah, I don't understand the util-linux build failure in groovy :(14:22
seb128debian/bsdextrautils.install has14:22
seb128+#!/usr/bin/dh-exec --with=install14:23
seb128+usr/bin/write => usr/bin/write.ul14:23
seb128(well, that's the diff, the actual file doesn't have the +)14:23
seb128and the build fails on14:23
seb128dh_install: warning: Cannot find (any matches for) "=>" (tried in ., debian/tmp)14:23
seb128debian/tmp/usr/bin/write does exist14:23
seb128and the same .install / rules work in Debian (unless I overlooked a diff/change)14:24
seb128hum, it's just the error being misleading14:27
Unit193Silly question, but I presume that install file has +x?14:29
ahasenackI haven't seen --with=install in the sheban line before14:31
seb128Unit193, not silly at all, thanks a lot for pointing that out14:33
ahasenackwas that it?14:33
mdeslaurTELL US WHAT IT WAS!!!14:34
mdeslaurWE WANT TO KNOW!!!14:34
seb128lol14:35
Unit193Uh oh, someone appears to have made mdeslaur's coffee too strong.14:35
seb128build is ongoing, ut it was missing a +x yes14:35
Unit193Happy to have been of help.14:35
mdeslaurUnit193: perhaps I didn't put enough rum in it14:36
seb128will teach me to merge by just applying the debdiff :p14:36
Unit193If the diff is generated correctly (eg, git) `patch` can understand to set the correct permissions.14:37
seb128right, well it wasn't in this case because I wrongly assumed it was a simple diff and doing complicated things wasn't needed :p14:38
seb128the error is really unhelpful though14:38
seb128'dh_install: warning: Cannot find (any matches for) "=>" (tried in ., debian/tmp)'14:38
seb128it doesn't even tell you the item it tries to match14:38
Unit193It tried to install, literally, '=>'14:39
seb128not to mention the permission, feels like something could warn about a dh-exec script not being +x14:39
seb128ahasenack, but yeah, that was the issue :/14:46
ahasenackgood to know14:46
seb128indeed14:47
seb128Unit193, thank you again!14:47
Unit193Sure thing.14:47
ahasenackit's in the same category of weird errors when you try to run a shell script what has windows line endings14:47
seb128right, 'fun ones" :)14:49
Unit193Or the error when pkg-config is missingg..14:50
=== Eighth_Doctor is now known as Conan_Kudo
=== Conan_Kudo is now known as Eighth_Doctor
realtime-neilHow does one build the various artifacts listed here? https://releases.ubuntu.com/20.04/17:34
sarnoldrealtime-neil: I think this is the starting point https://code.launchpad.net/ubuntu-cdimage18:58
realtime-neilsarnold: much thanks18:59
mwhudsonit's pretty hard to get going on your own machine unfortunately20:09
ahasenackhi +1 maintenance team, I'm looking over the nginx and python-certbot/python-acme migrations20:23
ahasenackis there a highlight word for this team, btw?20:23
ahasenackI'm noticing a larger than usual delay between a dep8 run disappearing from the /running url, and its result showing up in autopkgtest.u.c, anyone else wondering?21:00
ahasenackso much that earlier today I kicked another run, thinking "didn't I trigger this before?", and an hour later both results came back21:00
ahasenackspecifically, I'm waiting for a result on http://autopkgtest.ubuntu.com/packages/p/python-certbot-apache/groovy/armhf21:01
mwhudsonvorlon: should we seed shim-signed and grub-pc on all bootable amd64 images? some flavours currently end up with grub-efi-amd64 to satisfy shim-signed's alternate dep and then install fails21:16

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