[02:51] hi, is it possible to config the local launchpad to use an external openid provider other than the test one? [02:51] anyone? [02:51] help === lan3y is now known as Laney === Laney is now known as Guest80303 === Guest80303 is now known as Laney === tolecnal_ is now known as tolecnal [10:21] hi 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 ? === Odd_Blok1 is now known as Odd_Bloke [10:54] cjwatson: 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:55] cjwatson: Could you take a look (at your leisure) and let me know what I missed out so I can amend my documentation? :) [10:56] nerochiaro: So git supports multiple remotes, which are remote git repositories that it knows about and will fetch information about. [10:57] nerochiaro: 'origin' is the default remote, and is configured by git when you do the git clone. [10:57] nerochiaro: So at the moment origin will be pointing at the project's repo. [10:57] nerochiaro: You can either edit .git/config in your repository to modify that, or you can run 'git remote rm [10:57] Sorry. [10:58] nerochiaro: 'git remote rm origin' to get to a point with no remotes. [11:06] Odd_Bloke: I managed to get things working for now by pushing my branch directly with git push git+ssh://me@git.launchpad.net/~me/project [11:07] cjwatson: Oh, that build now looks like it is getting queued; did you change anything or was I just being impatient? [11:07] nerochiaro: :) You could now 'git remote add me git+ssh://me@git.launchpad.net/~me/project', if you wanted. [11:08] Odd_Bloke: oh, i see, that makes sense. [11:08] Odd_Bloke: thanks [11:09] :) [11:57] Odd_Bloke: I didn't touch anything [11:57] (late start today) [12:00] cjwatson: Ack; sorry for the false alarm. :) [13:06] Hi! 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/qt5test [13:08] jonathon: That's unrelated to debug symbols. The .symbols file is an ABI manifest [13:08] jonathon: See dpkg-gensymbols(1), deb-symbols(5) [13:10] Ah, now that's interesting: "Furthermore if the difference [13:10] is too significant, it will even fail (you can customize how much difference you can tolerate, see the -c option)." [13:10] jonathon: The added symbols are only a warning (unless you pass a -c 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] jonathon: well, in fact, only the one symbol that's disappeared [13:10] - _ZTV28QSGVideoNodeFactoryInterface@Base 5.3.0-1ubuntu2 [13:10] +#MISSING: 5.4.1-1ubuntu1~ubuntu14.04.1york3# _ZTV28QSGVideoNodeFactoryInterface@Base 5.3.0-1ubuntu2 [13:11] Which c++filt says is "vtable for QSGVideoNodeFactoryInterface@Base" [13:12] You can do something like this to ignore it if you're absolutely sure that's what you want to do: [13:12] override_dh_makeshlibs: [13:12] dh_makeshlibs -- -c0 [13:12] But 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:15] Thank you - that's helpful :) [13:15] I'll try the "-c0" approach, I only need these packages as build-deps at the moment === ken is now known as Guest87525 [17:35] hello [17:35] can 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:37] If you're uploading to PPAs, you shouldn't be uploading .deb files at all [17:38] maxb: I didn [17:38] http://paste.ubuntu.com/14591375/ [17:39] there were no .deb files uploaded. [17:40] Maybe grep your .changes and .dsc for 'dbgsym' ? [17:44] maxb: there is nothing about dbgsym [17:44] then I have no idea [17:46] Why is changes file url empty for https://api.launchpad.net/devel/ubuntu/+archive/primary/+sourcepub/5018924? [17:48] The version implies it could be a sync from Debian, in which case it seems natural that there would be no changes file? [17:51] Oh, the build interface says "Will be None if the build was imported by Gina." but doesn't for spph. [17:56] ari-tczew: what ppa? [17:56] dobey: https://launchpad.net/~ari-tczew/+archive/ubuntu/testing/+packages / kraft [17:59] ari-tczew: ok, make a bug against launchpad project in launchpad then i guess [18:03] one sec [18:04] dobey: done, bug 1536744 [18:04] bug 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/1536744 [18:05] I don't think it's an LP bug, but I guess I'll reply in the bug now [18:08] cjwatson: thanks for your time [18:18] ari-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 succeed [18:21] cjwatson: Indeed. debhelper has been merged yesterday. does it mean that we have in xenial enabled autotools-dev as default? [18:21] ari-tczew: dunno [18:21] you could check :) [18:22] cjwatson: there is something in the changelog: [18:22] * dh_update_autotools_config: New helper to update config.sub [18:22] and config.guess. [18:22] * dh: Run dh_update_autotools_config before dh_auto_configure. [18:23] (Closes: #733045) [18:23] * d/control: Add dependency on autotools-dev for the new [18:23] dh_update_autotools_config tool. [18:24] ari-tczew: I get that, but you now know as much as I do === nickoe_ is now known as nickoe