=== wedtm is now known as wedtm|away === wedtm|away is now known as wedtm === wedtm is now known as wedtm|away === wedtm|away is now known as wedtm [08:12] morning chaps === zyga is now known as zyga-afk === zyga-afk is now known as zyga [10:06] Is launchpad down? [10:07] vibhavp: We just did a fastdowntime to update the database, we're now back. [10:08] vibhavp: You noticed in the 70 seconds we were down. :-) [10:10] nice :) [11:03] hi, LP needs very long to pick up Debian uploads! [11:04] there was one upload two days ago: http://packages.qa.debian.org/s/shunit2/news/20120325T211646Z.html [11:04] but LP didn't picked it up yet: https://launchpad.net/debian/+source/shunit2 === mrevell changed the topic of #launchpad to: https://launchpad.net/ | Help contact: - | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad | For packaging help: join #ubuntu-packaging === matsubara-afk is now known as matsubara === zyga is now known as zyga-afk [14:52] how come there are fragments of long-superceded packages in my PPA repository? i count 48 stray files, measuring 50M === zyga-afk is now known as zyga [15:53] hey - i've been given access to a private ppa - i can upload to it, etc, but the sources.list entries under "technical details" lack credentials. any idea what might be wrong? === deryck is now known as deryck[lunch] [15:57] hello.. I've got a problem to connect my private sources on my ftp server, which is using a different port [15:57] dannf, look at your personal launchpad page, and look for the link: View your private PPA subscriptions [15:57] dannf, then follow "view" links from that page for info on how to add it to sources.lit [15:57] bzr tries 3 times to reconnect and aborts [15:57] * deryck[lunch] really lunchs now [15:57] deryck[lunch]: yep, see it there. thanks! [15:57] np! [15:58] * deryck[lunch] really really lunches now [15:58] bzr: ERROR: Übertragungsfehler: FTP control connection closed during GET ftp://@:///.bzr/branch-format. [15:59] * I meant before @ ;) [16:02] hi. i uploaded a new version to launchpad, but it failed building. how can i upload a fix? it says "File git-ftp_0.2.tar.gz already exists in git-ftp, but uploaded version has different contents." [16:04] NiklasFiekas: you'll need to update the version number for it I believe. [16:05] rick_h: mhh ... can i avoid that? i wouldn't like the gap [16:06] NiklasFiekas: if you uploaded, failed, and then changed the contents it wants a new versionto represent the changed contents. They're not the same any longer. [16:06] rick_h: ok :/ [16:06] rick_h: thank you [16:10] make test [16:11] rick_h: was that for me? it's make install that failed in my case [16:12] https://launchpadlibrarian.net/98451749/buildlog_ubuntu-oneiric-i386.git-ftp_0.2_FAILEDTOBUILD.txt.gz [16:12] NiklasFiekas: no, typo on my end sorry [16:13] NiklasFiekas: too much window hopping for me today [16:13] ;) === matsubara is now known as matsubara-lunch === deryck[lunch] is now known as deryck === yofel_ is now known as yofel [17:44] NiklasFiekas: version number != upstream version number [17:45] dobey: so skipping one is totally fine? [17:45] NiklasFiekas: you need to make an update to debian/changelog and bump the ~ppa1 to be ~ppa2 for example, in the version string [17:45] NiklasFiekas: not sure what you mean by "skipping one" [17:46] dobey: like 0.1 build was sucessful, 0.2 not, but 0.3 [17:47] NiklasFiekas: i think maybe you're using version numbers wrong here [17:47] dobey: how should i do it? [17:48] this is my first ppa, so i have no idea ;) [17:48] in a ppa the version number should be something like $upstreamversion-$distroversion~$series$NUMBER [17:48] so like 1.0-0ubuntu1~oneiric1 for example [17:48] you should probably join #ubuntu-packaging to learn a bit more about packaging things [17:50] dobey: alright. thank you. [17:50] sure [19:03] Hi [19:04] could somebody guess why this package isn't building? https://launchpadlibrarian.net/98473932/buildlog_ubuntu-oneiric-amd64.stateval_0.1-0~201203270111~oneiric1_FAILEDTOBUILD.txt.gz [19:04] I see ../../src/lib/.libs/libstateval.so: undefined reference to `pthread_* error message in the log but above "checking whether pthreads work with -pthread... yes" and on my local oneric system it builds too [19:05] I've no more ideas [19:18] audifahrer: try building your package with pbuilder or sbuild, rather than debuild [19:19] hm, it was working until I did a little change but I've to check which one [19:21] seems a good build isn't longer available, so I've no chance to check since when it's not working [19:22] dobey: and how do I change to building your package with pbuilder or sbuild? Is there a docu? I just configured my build from some tutorial. [19:23] ln -s /usr/bin/pbuilder-dist pbuilder-precise [19:24] ./pbuilder-precise create && ./pbuilder-precise update && ./pbuilder-precise package_0.2-0ubuntu1.dsc [19:24] for example [19:26] ah, and for launchpad config? [19:45] Hey there. I'm trying to import code from my git repository. It works perfectly the first time, but when I change something on git, it doesn't get updated in launchpad. am I missing something or is this not supposed to be updated? [19:51] audifahrer: what do you mean for launchpad config? [20:35] Hey there. I imported code from my git repsository to launchpad. The initial import worked perfectly, but the scheduled import doesn't seem to work. My code doesn't get updated. Am I missing something? [20:56] dobey: I mean how should I do a "ln -s /usr/bin/pbuilder-dist pbuilder-precise" on launchpad. There've only the control/rules/etc. files [20:57] eh? you don't do it on launchpad [20:57] are you using a recipe? or what? [20:58] audifahrer: pbuilder is a tool to build the package locally, in a clean environment, in the same way that it is building on the PPA [20:58] dobey: yes, I use a receipe. I don't use pbuilder localy until now. [21:01] audifahrer: ok, you can use bzr dailydeb to get a source package for a recipe, and then you would use pbuilder to build that source package in a local chroot [21:01] audifahrer: and you can debug it there, instead of constantly trying to rebuild it on launchpad [21:02] dobey: ah, ok. You suggest to local debug it. Sure, good idea. For sure. I just hoped someone sees the problem I'm blind for. But I'll do so... [21:03] audifahrer: the immediate problem to me for your build looks like libtool is not passing the -pthread to the real g++ call for some reason [21:03] but i can't tell you why [21:15] ok, thanks anyway for the hint [21:22] bye === JanC_ is now known as JanC [23:00] I am trying to propose a merge at https://code.launchpad.net/~psusi/ubuntu/precise/dmraid/fix-initramfs-hook/+register-merge, and when I click propose merge, the spinner just spins forever... [23:05] psusi: do you have 3 other code.launchpad.net pages open ? [23:08] lifeless, no [23:10] hmm, twitch then [23:14] eh? [23:15] hrm.... it worked now that I didn't add the merge dependency === rsalveti` is now known as rsalveti