/srv/irclogs.ubuntu.com/2016/01/21/#launchpad.txt

yingjunhi, is it possible to config the local launchpad to use an external openid provider other than the test one?02:51
yingjunanyone?02:51
yingjunhelp02:51
=== lan3y is now known as Laney
=== Laney is now known as Guest80303
=== Guest80303 is now known as Laney
=== tolecnal_ is now known as tolecnal
nerochiarohi everyone, i need a bit of help with git support in lp. I cloned the repo for a project (which I don't own) and i want to submit a merge proposal to it following the instructions here: https://help.launchpad.net/Code/Git -- when I try to do "git remote add origin lp:~myname/projectname" it tells me "fatal: origin already exists". What does  that mean ?10:21
=== Odd_Blok1 is now known as Odd_Bloke
Odd_Blokecjwatson: https://launchpad.net/~cloudware/+livefs/ubuntu/xenial/cpc/+build/49488 doesn't look like it's getting queued; I thought I had asked #webops to do all the right +admin and +edit things, but I must have missed a step.10:54
Odd_Blokecjwatson: Could you take a look (at your leisure) and let me know what I missed out so I can amend my documentation? :)10:55
Odd_Blokenerochiaro: So git supports multiple remotes, which are remote git repositories that it knows about and will fetch information about.10:56
Odd_Blokenerochiaro: 'origin' is the default remote, and is configured by git when you do the git clone.10:57
Odd_Blokenerochiaro: So at the moment origin will be pointing at the project's repo.10:57
Odd_Blokenerochiaro: You can either edit .git/config in your repository to modify that, or you can run 'git remote rm10:57
Odd_BlokeSorry.10:57
Odd_Blokenerochiaro: 'git remote rm origin' to get to a point with no remotes.10:58
nerochiaroOdd_Bloke: I managed to get things working for now by pushing my branch directly with  git push git+ssh://me@git.launchpad.net/~me/project11:06
Odd_Blokecjwatson: Oh, that build now looks like it is getting queued; did you change anything or was I just being impatient?11:07
Odd_Blokenerochiaro: :)  You could now 'git remote add me git+ssh://me@git.launchpad.net/~me/project', if you wanted.11:07
nerochiaroOdd_Bloke: oh, i see, that makes sense.11:08
nerochiaroOdd_Bloke: thanks11:08
Odd_Bloke:)11:09
cjwatsonOdd_Bloke: I didn't touch anything11:57
cjwatson(late start today)11:57
Odd_Blokecjwatson: Ack; sorry for the false alarm. :)12:00
jonathonHi! I'm having issues building a QT5 package [1] - it appears to be trying to build debug symbols (and failing), no matter the PPA [2] settings. I'm missing something but don't know what... [1]  https://launchpadlibrarian.net/234811300/buildlog_ubuntu-trusty-amd64.qtmultimedia-opensource-src_5.4.1-1ubuntu1~ubuntu14.04.1york3_BUILDING.txt.gz [2] https://launchpad.net/~jonathonf/+archive/ubuntu/qt5test13:06
cjwatsonjonathon: That's unrelated to debug symbols.  The .symbols file is an ABI manifest13:08
cjwatsonjonathon: See dpkg-gensymbols(1), deb-symbols(5)13:08
jonathonAh, now that's interesting: "Furthermore if the difference13:10
jonathon       is too significant, it will even fail (you can customize how much difference you can tolerate, see the -c option)."13:10
cjwatsonjonathon: The added symbols are only a warning (unless you pass a -c<number> option to change it, but you haven't done so here); the bit that's an error is what appears after "dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols file: see diff output below"13:10
cjwatsonjonathon: well, in fact, only the one symbol that's disappeared13:10
cjwatson- _ZTV28QSGVideoNodeFactoryInterface@Base 5.3.0-1ubuntu213:10
cjwatson+#MISSING: 5.4.1-1ubuntu1~ubuntu14.04.1york3# _ZTV28QSGVideoNodeFactoryInterface@Base 5.3.0-1ubuntu213:10
cjwatsonWhich c++filt says is "vtable for QSGVideoNodeFactoryInterface@Base"13:11
cjwatsonYou can do something like this to ignore it if you're absolutely sure that's what you want to do:13:12
cjwatsonoverride_dh_makeshlibs:13:12
cjwatson        dh_makeshlibs -- -c013:12
cjwatsonBut it's usually better to investigate why it's failing, and -c0 would definitely raise eyebrows in a package targeted at the primary archive (which I realise this isn't)13:12
jonathonThank you - that's helpful :)13:15
jonathonI'll try the "-c0" approach, I only need these packages as build-deps at the moment13:15
=== ken is now known as Guest87525
ari-tczewhello17:35
ari-tczewcan anyone point me up, how to fix a bug about failed to upload @ PPA? kraft-dbgsym_0.59-1~ppa01_i386.deb: control file lists name as 'kraft-dbgsym', which isn't in changes file.17:35
maxbIf you're uploading to PPAs, you shouldn't be uploading .deb files at all17:37
ari-tczewmaxb: I didn17:38
ari-tczewhttp://paste.ubuntu.com/14591375/17:38
ari-tczewthere were no .deb files uploaded.17:39
maxbMaybe grep your .changes and .dsc for 'dbgsym' ?17:40
ari-tczewmaxb: there is nothing about dbgsym17:44
maxbthen I have no idea17:44
bdmurrayWhy is changes file url empty for https://api.launchpad.net/devel/ubuntu/+archive/primary/+sourcepub/5018924?17:46
maxbThe version implies it could be a sync from Debian, in which case it seems natural that there would be no changes file?17:48
bdmurrayOh, the build interface says "Will be None if the build was imported by Gina." but doesn't for spph.17:51
dobeyari-tczew: what ppa?17:56
ari-tczewdobey: https://launchpad.net/~ari-tczew/+archive/ubuntu/testing/+packages / kraft17:56
dobeyari-tczew: ok, make a bug against launchpad project in launchpad then i guess17:59
cjwatsonone sec18:03
ari-tczewdobey: done, bug 153674418:04
ubot5bug 1536744 in Launchpad itself "Failed to upload: INFO *.deb: control file lists name as '*-dbgsym', which isn't in changes file." [Undecided,New] https://launchpad.net/bugs/153674418:04
cjwatsonI don't think it's an LP bug, but I guess I'll reply in the bug now18:05
ari-tczewcjwatson: thanks for your time18:08
cjwatsonari-tczew: replied in the bug, but for the record in this channel, that was due to building with a buggy version of debhelper, since fixed; retries succeed18:18
ari-tczewcjwatson: Indeed. debhelper has been merged yesterday. does it mean that we have in xenial enabled autotools-dev as default?18:21
cjwatsonari-tczew: dunno18:21
cjwatsonyou could check :)18:21
ari-tczewcjwatson: there is something in the changelog:18:22
ari-tczew  * dh_update_autotools_config: New helper to update config.sub18:22
ari-tczew    and config.guess.18:22
ari-tczew  * dh: Run dh_update_autotools_config before dh_auto_configure.18:22
ari-tczew    (Closes: #733045)18:23
ari-tczew  * d/control: Add dependency on autotools-dev for the new18:23
ari-tczew    dh_update_autotools_config tool.18:23
cjwatsonari-tczew: I get that, but you now know as much as I do18:24
=== nickoe_ is now known as nickoe

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