=== yeager_ is now known as yeager [00:46] Do all Launchpad Blog entries get aggregated on Ubuntu Planet... can I remove Launchpad Blog from my reader? [00:55] * Fujitsu wonders if it is a coincidence that most of the projects properly using Launchpad (jokosher, inkscape) are run by Canonical employees. [00:55] schooltool... [00:57] Fujitsu: What do you mean by "properly"? Zope and Zope 3 use Launchpad, which are projects not run by Canonical employees. [00:57] Hm, I guess. [00:59] Fujitsu: When you say most, did you survey? Or is it just a random figure? [00:59] I'd add paramiko to the list of non-canonical using-launchpad, offhand. [01:00] lifeless: I did not survey, but the ones I know of largely seem to be (I didn't know that paramiko did) [01:00] * Fujitsu looks further. [01:01] you can check the 'uses launchpad for XXX' settings [01:01] eg. translations or bugs or packaging [01:01] You can't actually search by them, though, can you? [01:01] google probably can :) [01:01] Haha. [01:02] Fujitsu: Inkscape will be using Launchpad for bug tracking soon. Does that count as properly? [01:03] oops. that's by a canonical employee :) [01:03] jamesh: Bryce Harringotn. [01:03] Yes. [01:03] Er, spelt properly. [01:04] Fujitsu: one of the other larger ones is the Silva CMS [01:04] (yet another CMS built on top of Zope) [01:05] Fujitsu: the schooltool people are not Canonical employees [01:05] elmo: True, but they're quite related. [01:06] Fujitsu: no, they're really not. Mark's involved in schooltool, but that's a different thing [01:06] (maybe not pertinent to your point/argument, but it's an important distinction outside of that) [01:08] Fujitsu: https://launchpad.net/moblin is another [01:08] jamesh: A Google shows quite a number, but I've never heard of most of them. [01:08] * Fujitsu returns to his cave. [01:08] and Intel is most definitely a separate company :) [02:09] I think something might be wrong with PPAs buildds: http://launchpadlibrarian.net/10505500/buildlog_ubuntu-feisty-i386.landscape-client_0.16.0-feisty1-michel2_FAILEDTOBUILD.txt.gz [02:09] dh_testdir and lsb_release should definitely be available. And, prior builds with no significant changes to packaging files were successful. === mthaddon changed the topic of #launchpad to: Launchpad is going down for maintenance from 02:00 UTC to approx 06:00 UTC - Next developer meeting: Thu 29 Nov 2007, 1400UTC | List: launchpad-users@lists.canonical.com | Support: https://answers.launchpad.net/launchpad | Help: https://help.launchpad.net | Channel logs: http://irclogs.ubuntu.com/ | Join the beta team: https://help.launchpad.net/JoiningLaunchpadBetaTesters [02:34] jkakar: you're not build-depending on debhelper. [02:35] jkakar: you're also not build-depending on lsb-release [02:35] jkakar: therefore, your build will fail. they're not in build-essential. [02:35] jkakar: so, it's not the buildd that has the problem - i'm afraid it's your package [02:35] morning cprov [02:36] Hobbsee: hey [02:39] well, the night will be very boring w/o LP, let me have some sleep, g'night folks === cprov is now known as cprov-ZzZ [02:39] cprov-ZzZ: oops, you broke it :) [02:55] grah!!!! forgot about the upgrade. [02:57] Hobbsee: Upgrade Extra Long Edition, too. [02:57] yup [03:01] Hobbsee: Hmm. I wonder if someone changed something; those Build-Depends are in the code I'm looking at. :) [03:02] jkakar: they're not in the version that got uploaded to launchpad. mind pastign your debian/control file somewhere? [03:04] Hobbsee: Uh. Crap. Somethings going wrong somewhere. This thing is b0rked. [03:04] Hobbsee: Thanks for looking and mentioning that. :) [03:05] jkakar: no problem. i thought it was. [03:05] jkakar: it'd be *awful* odd to get an error like that on a buildd. [03:05] jkakar: btw, some crazy people do do their packaging entirely without debhelper, so it's not quite mandatory. [03:06] Hobbsee: Right. We use AutoPPA which I wrote to make the developer-side of PPA mostly a single-command deal. [03:06] jkakar: also, the buildds build for multiple releases - so depending on the lsb-release on the system wouldn't be ahelp [03:06] Hobbsee: It uses a template file to generate the control file; I'm wondering if there's a bug there. [03:06] ahhh, so that's where you're nick is familiar from [03:06] Yeah, I guess. [03:07] ....why would you need it to write your control file? [03:07] differing build depends on various ubuntu releases [03:07] Hobbsee: We need to produce packages for dapper->hardy. [03:08] So yeah. [03:08] ajmitch: anything that does build-depends on the fly makes me shudder. [03:08] AutoPPA detects files that end in .autoppa and processes them to generate the final output; so, a debian/control.autoppa will generate debian/control. [03:08] jkakar: right, yes, different build-depends. i see. [03:08] Hobbsee: I know, I'm not a big fan either :) [03:08] ajmitch: it sounds *awfully* like checkinstall, by another name. [03:09] it's not, thankfully [03:09] I wish it wasn't necessary. [03:09] since it's only selecting from a predefined set, not generating them magically [03:09] (afaik) [03:09] oh godo [03:09] I hope that's the case, I can't remember the details :) [03:09] morning guys [03:09] hi fabbione [03:10] how is the upgrade coming along? [03:10] hiya fabbione [03:10] fabbione: we're mere people, not LP deities. [03:11] Hobbsee: i didn't expect an answer from mere mortals.. i talk to Gods only [03:11] LOL [03:11] hahha [03:11] excuse us for responding, then :P [03:11] Hobbsee: you did ask for it :P [03:12] hehe [03:12] Hobbsee, ajmitch: It's not magical. It's very explicit. Lines in the .autoppa file that start with AUTOPPA_INCLUDE(): are conditionally included, depending on the release AutoPPA is building for. [03:12] * Hobbsee dumps a containers-worth of spiders down fabbione's back [03:13] jkakar: that's what I thought, from when you were working on it for storm [03:13] ajmitch: Yep. [03:13] jkakar: oh right, so it picks the build deps based on what is in each release, and waht's in that file. [03:14] * fabbione eats the spiders as they come out of the container [03:14] Hobbsee: Right. You specify the build deps you want for each release and put them in that file. Then AutoPPA generates the right output as it iterates through releases to build. [03:14] ah, okay. that doesnt sound quite so fragile. [03:14] told you it wasn't as bad as checkinstall :) [03:14] that evne sounds snae :P [03:15] ajmitch: i was thinking where you put the general build-deps in, and then it guessed which was in the release, or something [03:15] ajmitch: i mean, that's not quite as bad as checkinstall either - but still highly fragile. [03:15] or guess build dependencies by analysing debian/rules or configure.* [03:16] or that [03:16] sheesh, you trying to send me away by saying all this crack or something? :P [03:16] Hobbsee: I'm pretty happy with AutoPPA from a user perspective. I basically generate uploads for 5 Ubuntu releases in 2 minutes now and it mostly works. Obviously something bad has happened here which I will work out, but other than that it's a great improvement over trying to do all that stuff by hand. [03:16] * Hobbsee nods [03:16] Hobbsee: If you decide to try it out and have questions feel free to ping. [03:17] jkakar: i'd be interested in seeing an .autoppa file, i fyou have one handy [03:18] Hobbsee: Here's the debian/control.autoppa for Storm: http://rafb.net/p/CsJNjc69.html [03:19] Hobbsee: With the following snippet in my ~/.autoppa.conf: http://rafb.net/p/eEP3NS34.html [03:20] The 'ppa = jkakar-ppa' is a reference to a PPA configured in ~/.dput.cf [03:21] There's one more magical symbol that can be used (anywhere, not just .autoppa files) which is the AUTOPPA_VERSION() symbol. It replaces with whatever the current build version is. [03:23] Oh. Phew. Yay. [03:24] I forgot to add "hardy" to the AUTOPPA_INCLUDE() symbols. :) [03:26] hehe [03:27] The bug is usually between the keyboard and the chair. It's nice when that's a Good Thing(tm). ;) [03:28] yay for simple bugs === LongPointyStick is now known as LongPointyPony === Ubulette_ is now known as Ubulette [04:48] cprov-ZzZ: Oddly, and I haven't investigated this too closely, the autoppa package (from ppa.launchpad.net/autoppa) does not install (package not found) on gutsy. I haven't tried on any other release. [04:49] cprov-ZzZ: I have looked and verified that the relevant .deb files are present. Any ideas? === kompress1r is now known as kompressor [05:18] jkakar: when did you try to install ti? [05:28] can you guys just ping me to let me know when launchpad is up and running again? thanks [05:29] DShepherd: read ubuntu-devel@l.u.c [05:29] DShepherd: oh, /topic's good too [05:30] Hobbsee, ok [05:31] DShepherd: this rollout is taking a bit longer than usual due to a redesign of some of the tables used by translations.launchpad.net [05:31] (which should improve performance/reduce timeouts) [05:34] Can anyone update maintenance time here: http://news.launchpad.net/maintenance [05:35] jamesh, ok.. oh well. I guess I can wait.. or just google.. I have a gdm crashing here =) [05:35] * baijum just checked that page and came here to ask why Launchpad is not yet up...then found the IRC topic [05:37] guys please let the developers work in quietness instead of asking all the time. it's distracting for them [05:38] baijum: I'm just checking if anyone is around who can update the page. [05:38] fabbione, sorry man. didn't mean not to help [05:38] * DShepherd keeps quiet [05:40] sorry guys...please continue your work === mpt changed the topic of #launchpad to: Launchpad is down for maintenance, perhaps another hour or two - Next developer meeting: Thu 29 Nov 2007, 1400UTC | List: launchpad-users@lists.canonical.com | Support: https://answers.launchpad.net/launchpad | Help: https://help.launchpad.net | Channel logs: http://irclogs.ubuntu.com/ | Join the beta team: https://help.launchpad.net/JoiningLaunchpadBetaTesters [05:44] baijum, thx, have updated that page [05:45] mthaddon, np === nand`_ is now known as nand` === mthaddon changed the topic of #launchpad to: Next developer meeting: Thu 29 Nov 2007, 1400UTC | List: launchpad-users@lists.canonical.com | Support: https://answers.launchpad.net/launchpad | Help: https://help.launchpad.net | Channel logs: http://irclogs.ubuntu.com/ | Join the beta team: https://help.launchpad.net/JoiningLaunchpadBetaTesters [07:08] yay [07:17] yay? === LaserJock is now known as LaserRock [07:39] yay, as in, Launchpad is back === fabbione is now known as padrino === padrino is now known as fabbione === mtaylor is now known as mtaylor|zzz === \sh_away is now known as \sh [08:51] morning === doko_ is now known as doko === cprov-ZzZ is now known as cprov === mrevell is now known as mrevell-lunch [12:39] dear kde, why must you be a ruddy pain to build. === neversfelde_ is now known as neversfelde [13:12] mpt: ping [13:14] mpt: thanks for hte +editemails link. when would it be worth filing bugs on the way that page is working (or breaking)? [13:18] * carlos -> lunch === mrevell-lunch is now known as mrevell [13:25] lamont: damn you, why do we need hppa? [13:30] Hobbsee: look on the bright side. At least we don't have an amiga port [13:30] jamesh: *snort* [13:30] jamesh: yeah well. there is that [13:30] New bug: #164499 in launchpad "+karma page is confusing when all karma has expired" [Undecided,New] https://launchpad.net/bugs/164499 [13:34] I requested my ppa be cleared a little ago so i could upload a different source archive. I was told I had to wait for a cron at 03:00 but several days later it still hasn't been cleared and there's no response :/ https://edge.launchpad.net/~pricechild/+archive [13:35] whoops, https://answers.edge.launchpad.net/launchpad/+question/17826 [13:43] Hobbsee, I thought you had already :-) [13:43] mpt: oh, i still need to file those bugs. but i found another couple of bugs. [13:44] mpt: was thinking i'd wait till after the rollout, although i guess i'm using edge, so it should be recent [14:00] carlos: you? [14:00] yes, me! [14:00] :-P [14:00] carlos: a shame, no meeting today :) [14:00] danilos: there is no meeting this week [14:00] danilos: X-) === cprov is now known as cprov-lunch [14:50] * Hobbsee ponders an email filter to automatically delete anything assigned to ubuntu-core-dev [14:50] before you black hole it [14:53] right, done. [14:53] saves myself a bit of spam. [14:54] Hobbsee: hppa? huh? [14:54] lamont: it's behind :) [14:54] it's catching up [14:54] lamont: walking kde4 thru [14:54] indeed. [14:54] because i want it in a couple of days, not next week :P [14:55] oh. so you're giving back kde packages, and you want me to bump priority on them?? [14:56] hrm.. gaining about 1%/day on graph2 --> 4 weeks we should be current. :)) [14:56] lamont: nah. i can do both givebacks and reprio's now. [14:56] oh. Hobbsee powerful. [14:56] * lamont bows [14:56] yup [14:56] /nick QueenHobbsee [14:56] :P [14:58] and hppa is down to < 2500 packages. [14:58] we're gonna have a party when it cracks 2000 [14:58] lamont: oh, classy. it's segfaulting on build, too === matsubara is now known as matsubara-lunch [15:01] yeah. [15:01] sigsegv or sigbus? [15:02] sigbus is unaligned load/store, which either means you're being bad, or there's a bug somewhere [15:02] which could just be previously compiled stuff [15:02] doesn't say [15:02] sure it does. [15:02] log? [15:02] kdelibs, hardy archive, if you wanted to see [15:02] don't have hte URL on me [15:03] kdelibs in hardy built on hppa [15:03] or do you mean kubuntu-members PPA? [15:03] oh, hardy *main* archive, sorry [15:03] which wouldn't be built on hppa. doh [15:03] it's main archive, unless i specify otherwise :) [15:03] 4:3.5.8-3ubuntu3 built successfully on hppa... [15:04] kde4libs, sorry. [15:04] this numbers-in-packages thing keeps throwing me. [15:04] ah [15:04] esp since it delivers kdelibs5-dev. [15:05] Segmentation fault [15:05] that's SIGSEGV [15:05] SIGBUS == 'Bus Error' :-) [15:05] ah [15:05] yeah, exactly [15:05] lamont: any great objection if i shove all the kde stuff thru, now that it should all build? [15:06] that way hopefully it'llb e done when i wake up, and i can ignore it again.] [15:06] * lamont looks at the _other_ log, assuming it's still there [15:06] shove away [15:06] just don't get in the way of main building promptly. :-) [15:06] heh, of course :) [15:07] Nov 22 14:29:41 kohnen kernel: [260212.304000] do_page_fault() pid=5322 command='kde4automoc' type=6 address=0x00000003 [15:07] please refrain from branching to NULL function pointers. [15:07] Nov 22 13:59:03 kohnen kernel: [258374.660000] qmake(32487): unaligned access to 0x003ef284 at ip=0x002f6a7b [15:07] Nov 22 13:59:03 kohnen kernel: [258374.660000] qmake(32487): unaligned access to 0x003ef264 at ip=0x002f6a2b [15:07] Nov 22 13:59:03 kohnen kernel: [258374.660000] qmake(32487): unaligned access to 0x003ef264 at ip=0x002f6a2b [15:07] Nov 22 13:59:03 kohnen kernel: [258374.668000] qmake(32487): unaligned access to 0x003ef284 at ip=0x002f6a7b [15:07] bad qmake [15:08] hrm. [15:09] ubuntu is building on hppa with unaligned loads supported. [15:09] that's gonna make a mess out of Camm's packages [15:10] make[1]: Entering directory `/build/buildd/acl2-3.2/books' [15:10] Mon Nov 19 21:32:18 UTC 2007 [15:10] /bin/sh: time: not found [15:10] make[1]: *** [all] Error 127 [15:10] yeah for bashisms! [15:10] * lamont takes that discussion to #-motu [15:11] heh [15:11] #u-motu went away? [15:11] no, it's that you've been drinking too much [15:11] works better with a # in front of it. [15:20] indeed. [15:20] some clients just work when you dont have a # in front of it. [15:20] much simpler [15:20] and yet so wrong. [15:21] doko: I take it back. ubuntu does build hppa with unaligned traps enabled [15:21] even on the security builds. :-) === matsubara-lunch is now known as matsubara === cprov-lunch is now known as cprov [15:58] mrevell: could you admit me into the launchpad-beta-testers team? [15:59] towolf_: Sure, what's your LP username? [15:59] mrevell: it's towolf [15:59] towolf_: I'll look at it ASAP. I'm in the middle of something at the moment. [16:00] mrevell: alright, gracie mille. === \sh is now known as \sh_away [16:10] New bug: #164530 in rosetta "Translation import queue showing broken links" [Undecided,New] https://launchpad.net/bugs/164530 === LaserRock is now known as LaserJock [16:44] hi mrevell [16:55] hi LaserJock, sorry, was on a phone call [17:01] mrevell: when time are you thinking for a PPA101? [17:01] *what [17:02] LaserJock: Late afternoon/early evening UTC I imagine, but obviously your availability would have a great affect on that. [17:05] mrevell: looks like Hobbsee's good from 12:00-16:00UTC [17:06] LaserJock: 15.00 UTC would be 10.00 local time for you, right? [17:06] no [17:06] 08.00 [17:06] that might work ok for me [17:06] I could do it before going to work [17:07] I would say 15:00 UTC would be the earliest I could go [17:08] I can try getting up earlier but the odds of me accidentally sleeping in and missing it increase ;-) [17:08] What's the latest you could do? [17:12] well [17:12] it'd be nice if it wasn't during my work hours [17:13] as at any moment I might need to be AFK [17:13] 19:00UTC would be my "lunch break" [17:13] and then I'm available from 23:00 UTC on [17:14] oh, wait, not 23:00, but 01:00UTC [17:14] it's bad when I run into the next day [17:14] So, would you prefer 15.00 UTC? [17:15] I think that might be the best for everybody [17:16] it's during the day for Europe and eastern US, not as great for Australian time zones though [17:16] New bug: #164543 in launchpad "Shouldn't be possible to register two mirrors with two identical URLs by swapping the case in one of them" [Medium,Confirmed] https://launchpad.net/bugs/164543 [17:16] mrevell: do you remember when it was last time? [17:16] LaserJock: I'll check [17:17] it'd be good if we rotated some [17:20] Ideally I'd like to do a few of these. If next Wednesday is no good for you, we can put it back. [17:20] Wednesday isn't bad actually [17:20] but you shouldn't depend on me much either [17:21] :-) [17:22] LaserJock: I expect cprov will lead the session but it'd be handy to have you around for some of the questions that might come up, if you're able. [17:22] sure [17:23] 15:00 UTC sounds good to me [17:25] woo [17:25] :) [17:37] mrevell: may i annoy you again with wanting to become a beta-testers member? [17:37] towolf_: Of course. I can check your membership now. [17:40] towolf_: Welcome to the team :) [17:41] mrevell: thanks much :) [17:41] towolf_: np :) === mrevell changed the topic of #launchpad to: Launchpad unavailable 03.00 - 11.00 UTC 25th Nov for 1.1.11 roll-out | Next developer meeting: Thu 29 Nov 2007, 1400UTC | List: launchpad-users@lists.canonical.com | Support: https://answers.launchpad.net/launchpad | Help: https://help.launchpad.net | Channel logs: http://irclogs.ubuntu.com/ | Join the beta team: https://help.launchpad.net/JoiningLaunchpadBetaTesters [18:25] New bug: #164555 in launchpad "Search for Firstname Lastname does not find FirnameLastname" [Undecided,New] https://launchpad.net/bugs/164555 [18:32] Hi [18:32] Do I have to change bug 141516 from "Fix released" before the SRU nomination appears on the radars? [18:32] Launchpad bug 141516 in gparted "[MASTER] Gparted crashes when refreshing devices" [Medium,Fix released] https://launchpad.net/bugs/141516 [18:33] This is _the_ top crasher in gparted, but nobody seems to care (I've pinged #ubuntu-devel twice already) [18:34] blueyed: only when it hits the archive [18:34] blueyed: yes, if you reopen it then it will appear in searches and +bugs lists [18:35] archive i mean.. buildd [18:35] otherwise it won't, even if a gutsy task is created [18:35] pochu: no, if the gutsy task would be there, it appears in the relevant lists, e.g. the ubuntu-sru subscription list. [18:36] But as long as the gutsy task is not approved, it gets hidden all around. [18:36] I've just pinged pitti, but feel free to confirm it yourself, if you are allowed to. [18:37] I meant it would be hidden in ubuntu/+source/gparted/+bugs, not sure about the rest... [18:37] blueyed: I'd do it if I could... [18:39] It's getting really frustrating: patches/fixes tend to hang around for a month and nothing happens (this is my experience from the OOo top crasher, where I've also provided/packaged the patch). [18:41] I don't know why, since creating the gutsy task doesn't mean approving it... so that should be really easy... [18:42] yes, _should_. I'm getting bitter, sorry. [18:43] blueyed: you might try emailing ubuntu-devel{-discuss} if nothing seems to get done [18:44] things seem to easily get lost/overlooked [18:44] LaserJock: ok, thanks for the hint. This particular bug is "only" two days around with the patch. But the OOo top crasher is already there for ~1 month. [18:45] blueyed: as long as you write with a positive (i.e. Can somebody please have a look at this bug? not You guys suck, wtf?) [18:46] I think the devs generally appreciate problems being broght up up [18:46] LaserJock: sure.. :) Therefor I won't write it now.. [18:46] The main reason why I'm ranting about this here in #launchpad is, that the whole SRU workflow needs to get improved IMHO. [18:47] blueyed: how so? [18:48] e.g. that nominations don't get lost. There might be a view with pending nominations for example. [18:49] does it matter much? [18:49] I'm not sure how that exactly is a problem. the nomination should get done in a reasonable time for sure [18:50] but I don't see how it would be a real workflow problem [18:50] LaserJock: that's not my experience. IMHO I should not have to poke #ubuntu-devel, pitti or ubuntu-devel ML. [18:51] well sure [18:51] it takes an Ubuntu Driver to accept the nomination === salgado is now known as salgado-brb [18:51] and there aren't that many Ubuntu Drivers [18:53] that's why perhaps an email might be helpful [18:53] although I see where having the nomination done *before* the Ubuntu SRU team has a look at it would be helpful [18:54] Sure, but my whole point is that there should be a view for it in LP / it should appear on the radars of ubuntu-sru, even if it's "Fix released" for hardy. [18:55] LaserJock: I've done the nomination right away. But ubuntu-sru won't see it anymore, because it's fix released. [18:55] well, I'm not sure how they do it [18:55] but I suppose so yeah [18:55] but in general I've always been in contact with Ubuntu SRU anyway to discuss the SRU [18:58] pitti just approved the nomination, so all is well regarding this - for the moment.. ;) [18:59] well, so your basic complaint is that it takes human interaction to get the SRU nominated? [19:02] LaserJock: the problem is that until a driver creates the gutsy/feisty... bug task, the bug won't be shown in the ubuntu-sru bug list, so they don't check/approve it (providing the main task is already closed) [19:02] pochu: well, but that seems sane [19:02] as an escalation [19:03] but if it's hard to get a bug nomination accepted then that would be a workflow problem [19:03] but the problem is that it gets lost unless you poke a driver... [19:04] right, but it's not that there actually a nomination process that is the problem === salgado-brb is now known as salgado [19:05] but that it's difficult to get the nominations accepted if there is not queue to look at or something [19:07] LaserJock: right [19:08] ok, so I asked in -devel (if you didn't see it) and there is https://bugs.launchpad.net/ubuntu/hardy/+nominations [19:08] so there is a queue === cprov is now known as cprov-away [19:56] Any PPA hackers around? [19:57] I can't install a package that appears to be in my archive. apt-get reports it as being missing or obsoleted. [19:57] LaserJock: yes, that's the view I've asked about. cjwatson has added links to wiki.ubuntu.com/SRU - hopefully this will improve the SRU workflow [19:57] jkakar: have you updated the cache? apt-get update [19:57] jkakar: have you tried "apt-cache madison "? [19:58] pochu: Yep. [19:58] or "apt-cache policy "? [19:58] blueyed: What does 'madison' do? I've tried 'apt-cache search '. [19:58] blueyed: 'apt-cache madison ' yield nothing useful. [19:59] but apt-cache search displays your package? [19:59] Have you added your ppa to your sources.list? [20:00] Looks like I have the correct deb lines in my sources.list, too. [20:00] blueyed: apt-cache doesn't display the package, no. But I see the .deb file sitting in my PPA archive. [20:01] jkakar: what's the package? [20:01] https://edge.launchpad.net/~jkakar/+archive - right? [20:01] blueyed: autoppa from https://edge.launchpad.net/~autoppa/+archive. [20:04] jkakar: after adding it to my sources.list it does not appear there, too. [20:04] neither with "apt-cache search" nor "apt-cache madison/policy" [20:04] blueyed: Cool. Thanks for checking. [20:05] wait.. [20:05] blueyed: And it's weird that the package is here: http://ppa.launchpad.net/autoppa/ubuntu/pool/universe/a/autoppa/ [20:05] I've added the "hardy" line, but it's released for gutsy.. [20:05] I'm testing on a gutsy machine. I haven't produced hardy builds yet. [20:05] Hmm. [20:06] jkakar: use "deb http://ppa.launchpad.net/jkakar/ubuntu gutsy main", then it should work. [20:06] I wonder if that's related. [20:06] blueyed: well, s/jkakar/autoppa/ in that URL, but yes, that's what I'm using and it doesn't work. [20:06] yes, it is.. :) [20:06] Well, why do you think that? I'm not running hardy nor using a hardy URL. [20:07] * jkakar files a bug [20:07] jkakar: sorry, I've been using jkakar from the beginning, but now have "deb http://ppa.launchpad.net/autoppa/ubuntu gutsy main" and it shows up. [20:08] jkakar: "apt-cache policy autoppa" outputs nothing? [20:08] blueyed: Huh, interesting. [20:09] blueyed: I've been using universe not main. [20:09] from the control file: Section: universe/devel [20:09] The weird thing is that I see the same set of packages in both the main and universe parts of the archive. [20:09] * jkakar tries main [20:10] blueyed: Thanks, that was it. s/universe/main/ on that URL in my sources.list and it shows up. [20:10] * jkakar files the *right* bug [20:11] jkakar: ok :) === bluekuja_ is now known as bluekuja === bluekuja is now known as bluekuja_ === bluekuja_ is now known as bluekuja [20:19] Filed: bug #164571 [20:19] Launchpad bug 164571 in soyuz "Packages are not published to the right section" [Undecided,New] https://launchpad.net/bugs/164571 [20:23] I guess my report is a dupe of #157561. [20:23] It seems strangely magical that packages are being auto-moved to main. [20:24] jkakar, it's a feature, not a bug. [20:24] components are irrelevant for PPAs. [20:24] WONTFIX [20:26] New bug: #164571 in soyuz "Packages are not published to the right section" [Undecided,New] https://launchpad.net/bugs/164571 [20:26] kiko: Fair enough. Seems like weird behaviour, but whatever. [20:28] jkakar, the alternative causes problems that are very hard to detect and debug, which raises the barrier to new users. I wished there was a way to make this clearer [20:28] kiko: It would be nice if the universe URL worked as well. ie: publish to whatever the package specifies AND main. [20:28] kiko: Though, that's pretty sucky too. Having one way to get at things is a Good Thing(tm). [20:28] that would be weird. :) [21:15] kiko: It would be nice if packages were not published to the wrong section in the archive. That would make the "I see it in the universe section of the archive, why can't I install it?" line of thought less plausible. :) [21:16] Though I know that will break my apt-mirror script, and likely others, too. [21:19] Hi. I want to delete a branch that has been assigned to a blueprint (until 2 minutes ago) but I can't [21:20] The blueprint doesn't exist anymore, but the branch still claims it is assigned to it and therefore (i think) I cannot delete it [21:20] Any ideas? [21:32] dennda, file a request as per /topic [22:03] Goooooooooooooooooood morning Launchpadders! === Andre_Gondim_ is now known as Andre_Gondim === WebMaven_ is now known as WebMaven [23:31] morning mpt