/srv/irclogs.ubuntu.com/2009/12/21/#launchpad-dev.txt

mwhudsonelmo: looks vaguely reasonable; please don't think i know anything about practical email handling01:07
jmlmwhudson, hi01:13
jmlmwhudson, I'm about to head out to lunch...01:13
mwhudsonjml: call when you get back then?01:14
jmlmwhudson, k.01:14
jmlo01:14
mwhudsonsorry i was out for so long, that wasn't really the plan...01:14
jmlmwhudson, no worries. it happens.01:14
mwhudsonjml: hello?03:23
jmlmwhudson, hi04:00
mwhudsonjml: today has been a day of hhgttg-style lunch breaks, it seems04:00
jmlmwhudson, haha04:02
jmlmwhudson, yeah.04:02
jmlmwhudson, still up for a call?04:02
mwhudsonjml: yeah04:03
mwhudsonjml: let's see how the gods of linux audio treat me today04:03
jmlmwhudson, heh heh04:03
mwhudsonjml: assuming skype works for you?04:03
jmlmwhudson, it should.04:04
mwhudsonjml: i can hear you!04:04
mwhudsonno04:05
mwhudsongrr04:06
mwhudsonmind you04:07
mwhudsonhotel internet04:07
mwhudsonprobably shouldn't have expected miracles04:07
lifelessmwhudson: you're in wlg ?04:32
mwhudsonlifeless: yes04:38
jmlhome of the rubber boot.04:49
jmlmwhudson, would it be very hard to show the lines changed on the active merges page?05:19
jmlmwhudson, the same data seems to be rendered synchronously on the merge proposal page05:19
jmlhmm.05:41
jmlmaybe what I should ask is, if I made such a change, how could I test it locally?05:42
wgrantbigjools: Did you end up working out what's wrong with gina?09:19
bigjoolsI didn't09:19
bigjoolswhat exactly is it doing wrong?09:20
wgrantNot importing 3.0 stuff.09:20
wgranteg. dpkg, quilt, ftplib09:20
bigjoolsok09:20
wgrantPlus the other stuff which has been inexplicably ignored for several weeks, even though it was 1.0.09:21
bigjoolsI'll try and get it sorted today09:26
wgrantThanks.09:27
bigjoolsit's my last working day until next year, so I might have to pass the buck^Wbaton09:27
wgrantOtherwise, all looks good.09:27
wgrantAh.09:27
bigjoolsok cool09:27
wgrantI think that whoever wrote _dominateBinary must have had something against encapsulation.09:29
mrevellmorning09:37
james_wE: goobox_2.1.1.orig.tar.bz2 (from goobox) is in the DB but isn't an orig.tar.gz.  (Probably published in an older release)10:05
james_weh?10:06
wgrantThat's not an LP error, is it?10:06
james_wsync-source.py10:07
wgrantOh. Crap.10:07
* wgrant checks the code.10:08
wgrantsync-source.py is not like anything else in the world :(10:08
bigjoolswgrant: gina problem found - /tmp on the machine it runs on has ~32k entries and the filesystem refuses to add more, so I guess it's not cleaning up after itself10:12
wgrantbigjools: Ahh.10:12
wgrantbigjools: ext3 ftw.10:12
wgrantIf you don't care about uploading the orig.tar.* multiple times, the sync-source.py fix is trivial.10:13
wgrantOtherwise it's a bit of work.10:13
bigjoolswgrant: http://pastebin.ubuntu.com/344022/10:14
bigjoolswgrant: you ok fixing that?10:15
wgrantbigjools: Fixing which?10:15
bigjoolswgrant: gina is not cleaning up its temp files10:15
james_w [dpkg-source output:] dpkg-source: warning: -sn is not a valid option for Dpkg::Source::Package::V3::quilt10:15
bigjoolsI can take it if you can't, it just won't get fixed for a few weeks if so10:15
wgrantbigjools: I'll do it.10:16
wgrantjames_w: I noticed that a couple of days ago. It seems harmless, but I can't see why it's even passing that during extraction.10:16
bigjoolswgrant: great, thanks.10:16
* bigjools also notices that gina is not a LaunchpadCronScript ... :/10:17
wgrantgina isn't a LaunchpadAnything.10:17
wgrantIt's not even Zopey.10:17
wgrantBut I guess the problem here is that it doesn't log its actions to scriptactivity?10:18
bigjoolscorrect10:18
wgrant        # We only rmtree if everything worked as expected; otherwise,10:18
wgrant        # leave it around for forensics.10:18
wgrant        shutil.rmtree(tempdir)10:18
bigjoolswe can do it manually10:18
bigjoolsew10:18
wgrantI bet it just tried to import 3.0 packages slightly under 32000 times before we upgraded it.10:19
james_w [dpkg-source output:] dpkg-source: error: File /home/lp_archive/syncs/ttf-sil-scheherazade_1.001.orig.tar.gz has size 126665 instead of expected 12838510:19
wgrantjames_w: Uh...10:19
james_wseems to be a short download or something10:19
wgrantjames_w: Any informative log output before that?10:19
james_wI: ttf-sil-scheherazade [main] -> ttf-sil-scheherazade_1.001-3build1 [main].10:19
james_w * command was 'dpkg-source -sn -x /home/lp_archive/syncs/ttf-sil-scheherazade_1.001-6.dsc'10:19
james_w [dpkg-source output:] dpkg-source: warning: -sn is not a valid option for Dpkg::Source::Package::V3::quilt10:19
james_w [dpkg-source output:] gpgv: Signature made Thu Dec  3 21:14:41 2009 GMT using DSA key ID C0143D2D10:19
james_w [dpkg-source output:] gpgv: Can't check signature: public key not found10:19
james_w [dpkg-source output:] dpkg-source: warning: failed to verify signature on /home/lp_archive/syncs/ttf-sil-scheherazade_1.001-6.dsc10:19
james_w [dpkg-source output:] dpkg-source: error: File /home/lp_archive/syncs/ttf-sil-scheherazade_1.001.orig.tar.gz has size 126665 instead of expected 12838510:19
stubWhich is ok behaviour provided IS knows a /tmp cleaner is needed....10:19
james_wgrabbing the package from the debian server shows that it is fine with the declared size10:20
* wgrant adds that to a list of things to fix tonight.10:20
bigjoolswgrant: so the real problem is that we need it writing to scriptactivity10:20
wgrantBug 449408, that is.10:21
mupBug #449408: Need scriptactivity monitoring of "gina" <Soyuz:Triaged> <https://launchpad.net/bugs/449408>10:21
bigjoolsmthaddon: there's the bug number :)10:22
wgrantHe filed it himself!10:22
mthaddonthx10:23
wgrantjames_w, bigjools: Do you have any objections to sync-source.py reuploading origs unnecessarily?10:23
bigjoolswgrant: the only issue is client bandwidth10:23
james_wI don't really have an opinion10:24
* wgrant sets up gina and sync-source.py.10:25
wgrantbigjools: Is gina running reasonably happily now that /tmp is clean?10:31
bigjoolsmthaddon: --^ ?10:31
mthaddonseems to be, from what I can see10:32
wgrantAha, yes.10:32
wgrantIt has imported stuff.10:32
wgrant3.0 stuff.10:32
bigjoolsyay10:32
wgrantThanks.10:32
bigjoolswgrant: did you say you were going to do that scriptactivity bug?  I'll get it sorted if not.10:33
wgrantbigjools: I've not dealt with that sort of stuff before, so I'd prefer if somebody else did.10:33
bigjoolswgrant: not a problem10:33
james_wE: webkit is trying to override gir1.0-webkit-1.0_0.6.5-3ubuntu2 without -f/--force.10:38
james_wit used to be built by gir-repository, but sync-source.py -a tries to sync then fails10:39
wgrantjames_w: Is that a problem?10:41
wgrantIt looks quite deliberate.10:41
james_wwell, it's autosync10:42
james_wit's not very auto if you have to handhold it because it thinks it can sync something and then changes its mind10:42
wgrantOh, that error kills the whole process?10:43
james_wyes10:44
wgrantAh, that is stupid.10:44
* wgrant fixes that too.10:44
james_wthanks10:46
deryckMorning, all.11:02
wgrantjames_w: Is that size difference anything more than an orig conflict between Debian and Ubuntu?11:47
james_wit's at dpkg unpack time11:47
james_wI assumed it grabbed the whole thing from Debian11:47
james_wbut if it is taking the orig from Ubuntu then that could explain it11:48
wgrantIt'll download the tarball from the librarian if it already exists in Ubuntu.11:48
wgrantBut that should have failed earlier...11:51
wgrantAh, no.11:51
wgrantIf it's downloaded from the librarian, it skips all of the internal size/hash checks.11:52
jtval-maisan: I'm going through HowToUseSoyuzLocally but running into trouble... any idea what I could do when dpkg-buildpackage fails with "unmet build dependencies"?12:46
al-maisanjtv: looking..12:59
al-maisanjtv: won't it say what the missing dependencies are ?13:00
jtval-maisan: it does—it's debhelper >= 413:01
jtvThis is while trying to build buildd13:01
al-maisanjtv: ..and what is the debhelper version on your system?13:01
al-maisanon my box it's: Version: 7.3.15ubuntu313:02
jtval-maisan: hmm... not installed.  Shouldn't that be in our developer dependencies?13:02
al-maisanjtv: don't think so ..13:03
al-maisandephelper is typically needed for packaging etc.13:03
jtval-maisan: in retrospect it should13:04
jtvve been obvious I guess... I blindly assumed I had debhelper installed13:04
al-maisan:)13:05
al-maisanjtv: most things are obvious in retrospect ;)13:05
jtvvery true13:05
jtvyup, working now.  thanks al-maisan!13:06
al-maisanjtv: de nada :)13:06
=== salgado is now known as salgado-afk
deryckI can't get devel to run.  css combine script offers a ton of warnings/errors and then make exits.13:41
deryckis this just me?  (I changed my local setup to use lightweight checkouts and store trees in a different path, so maybe I've just not updated something I should.)13:41
BjornT_deryck: fwiw, i had some problems with css combine as well. i think a make clean solved it for some reason, i think.13:43
deryckBjornT_, ah, ok, I'll try that.13:43
intellectronicaderyck, BjornT_: i'm surprised that css combine works in devmode. isn't this something we want to do on production only? debugging concatenated files is harder because you don't get a good reference to the file where something originated.13:49
deryckmake clean did seem to work.13:51
deryckand yes, intellectronica, I would agree that we shouldn't have this in devmode.  But certainly defer to BjornT_'s judgment about this.13:52
BjornT_intellectronica: well, the combine-css script is called in the build process, which is ok for both production and devel. not sure whether we use the combined css file in dev mode13:52
intellectronicaah ok13:52
mathiazhi - how is https://launchpad.net/+apidoc/ generated?13:58
BjornT_intellectronica: it seems like we're using the combined css in dev mode, though. i'm not sure it's such a big problem. maybe better to wait and see, rather trying to fix something that might not be a problem?14:01
intellectronicaBjornT_: it's not a huge problem. not as much as with executable sources. but it might make it harder to debug css that is being included from lazr-js for example. i sort of agree that there's no point doing anything about it until we find out whether it really is a problem.14:03
=== salgado-afk is now known as salgado
BjornT_flacoste: do you know if someone other than gary knows a lot about builout recipes?14:44
flacosteBjornT_: on this team, i suspect not14:45
BjornT_flacoste: yeah, i thought so. btw, i'm ready for our call whenever you're ready14:47
flacosteBjornT_: i'll call you in 10 minutes14:50
BjornT_ok14:51
=== salgado is now known as salgado-lunch
beunodoes Launchpad stall anyone else's browser when loading a page?14:56
beunoit keeps my CPU through thr roof for about 20 seconds on each page load14:57
bigjoolsit's fine here15:06
jelmer_beuno: I get the impression its slower than usual here as well15:08
beunojelmer_, is it slower to load for you, or does it seem to increase the CPU load?15:09
jelmer_beuno: the page is shown pretty quick but there's an hourglass for longer than usual after that15:12
jelmer_beuno: at least that's my impression15:13
beunojelmer_, that seems to be what happens for me as well15:13
=== ursula_ is now known as Ursinha-lunch
=== danilos changed the topic of #launchpad-dev to: Launchpad Development Channel | Week 0 of 3.1.13 | PQM is open | https://dev.launchpad.net/ | Get the code: https://dev.launchpad.net/Getting | On-call review in #launchpad-reviews | Use http://paste.ubuntu.com/ for pastes
dobeyis there any way to *disable* blueprints on a per-project level?15:46
beunodobey, not at the moment, no15:47
beunoif I get my way, we will eventually be able to disable apps per project15:47
dobeyunfortunate... (the "not at the moment")15:48
=== salgado-lunch is now known as salgado
Pilkybeuno: I've set up a project on lighthouse for the UI16:31
Pilkybeuno: http://launchpad.net/rocketship16:31
al-maisanA branch of mine triggered a failed build of jscheck (2 'Looking up name loginpage_submit_login, failed.' windmill failures in utterly unrelated tests)16:43
al-maisanhttps://lpbuildbot.canonical.com/builders/jscheck/builds/27416:43
al-maisanwhat should I do about this16:43
al-maisan?16:43
=== Ursinha-lunch is now known as Ursinha
sinzuibeuno: flacoste: We now have a css tag for our bugs17:26
flacostesinzui: thanks! mars will also be interested17:27
=== deryck is now known as deryck[lunch]
* bigjools is off until new year, enjoy the break everyone17:50
=== beuno is now known as beuno-lunch
=== deryck[lunch] is now known as deryck
sinzui\o/ I broke his page: https://edge.launchpad.net/~buy-viagra-39-18:53
=== beuno-lunch is now known as beuno
mwhudsongood morning19:46
Pilkyevening ;)19:46
mwhudsonan interesting theory20:01
=== salgado is now known as salgado-afk
* mwhudson afk for a few22:48

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