/srv/irclogs.ubuntu.com/2015/05/18/#ubuntu-release.txt

=== Riddell_ is now known as Riddell
Mirvcould I get a pre-ack for my qtbase sync from Debian (to wily) that adds a new binary package libqt5libqgtk2 for an existing file? see the first 1/5 of https://ci-train.ubuntu.com/job/ubuntu-landing-019-1-build/lastSuccessfulBuild/artifact/qtbase-opensource-src_packaging_changes.diff11:29
Mirvthat drops GTK2 requirement from Qt 5 which we also want11:30
Mirvso that it's recommended only11:31
=== benedikt_ is now known as Guest64809
mitya57Mirv: unrelated to the NEW package, just FYI: the two patches you disabled can be still useful in case someone compiles an app using gcc5 against a gcc4-compiled Qt.11:43
mitya57was the case in i.e. debian #78312711:43
ubot93Error: Could not parse data returned by Debian: timed out11:44
mitya57Also, it will be really nice to have a list of Ubuntu delta :)11:47
Mirvmitya57: oh, right11:59
doko__mitya57, Mirv, which are these gcc/4/gcc5 patches?12:02
Mirvdoko__: require_fpic_instead_of_fpie.patch + make_qglobal_h_complain_if_you_use_fpie.patch12:03
Mirvin that url above12:03
Mirvmy thinking was to wait for gcc5 to be default in Ubuntu, then enable those, remove that one ubuntu-only patch and add back reduce-relocations to Qt config12:03
mitya57http://code.qt.io/cgit/qt/qtbase.git/commit/?id=36d6eb721e7d5997ade75e289d4088dc48678d0d, http://code.qt.io/cgit/qt/qtbase.git/commit/?id=3eca75de67b3fd2c890715b30c7899cebc096fe912:04
mitya57Those links have some clickable links to bugreports and discussions12:04
doko__ahh, thanks12:05
=== alex-abreu is now known as alex-abreu|off
slangasekwgrant, infinity: so I have XS-Build-Indep-Architecture: amd64 set in the edk2 source, but this happened. https://launchpad.net/ubuntu/+source/edk2/0~20150106.5c2d456b-114:53
slangasekwgrant, infinity: looks like LP isn't honoring it correctly, can we get that fixed?14:54
infinityslangasek: Ahh, that's probably hitting a corner case in the parser, because you have no amd64 binaries.  Seems like it should be fixable.15:36
* infinity files a bug.15:38
=== sturmflut__ is now known as sturmflut
wgrantslangasek: That's because gina doesn't import custom fields like Build-Indep-Architecture. That's a bug, but it'll work fine if you upload directly to anywhere in LP.20:16
slangasekwgrant: ok, thanks20:16
slangasekwgrant: well, now I get https://launchpad.net/ubuntu/+source/edk2/0~20150106.5c2d456b-1build1/+build/7441990 instead :)20:34
wgrantslangasek: Does modern sbuild cope with that case?20:40
slangasekwgrant: good question, I haven't tested that and it wouldn't have gone through sbuild for the Debian upload.  I'll give it a spin21:00
wgrantslangasek: If it works (or if it doesn't, but is easily fixable), the sbuild upgrade is ready from the LP end. Just waiting on scalingstack to be unbroken enough that we can do a test rebuild with it.21:25
slangasekwgrant: yeah looks like current sbuild doesn't cope either23:21
slangasek(wily)23:21
wgrantslangasek: Looking at the code in wily, it looks like -A should make it work.23:23
wgrant        if ($dscarchs ne "any" && !($valid_arch) &&23:24
wgrant            !($dscarchs =~ /\ball\b/ && $self->get_conf('BUILD_ARCH_ALL')) )  {23:24
wgrantSo if -A is set and there's an all token in Architecture it is meant to permit it.23:24
wgrantSeems to work.23:28
wgrantSo we just need the sbuild upgrade.23:28
slangasekoh?  didn't work here with the wily sbuild, not sure what I was doing wrong then23:30
wgrantYou sure you gave it -A?23:31
slangasekyes23:31
slangasekoh it actually didn't fail out with skipping architecture23:31
slangasekso I just have some other problem with my sbuild setup23:32
wgrantYeah23:32
wgrantMine failed for other reasons too.23:32
wgrantSpecifically, that my home directory went away because lol.23:32
wgrantBut it failed after the arch check.23:32

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