[00:15] wgrant: \o/ - Is it possible we've seen the last of queue page timeouts? [00:21] ScottK: Hopefully. It's all cjwatson's good work, not mine, but I think all the accept timeouts should be fixed. [00:22] Yes, but you've battled with it enough over the years. [00:22] Indeed. [08:08] i'm trying to create a PPA of scribus with indic support... [08:08] i've taken the PPA for 1.5 and changed to match the new name (scribus-git-indic) [08:08] now, i have to add the dependency to libicu... [08:08] i've tried but i think i've failed... [08:09] this is the error log [08:09] absolute [08:09] mm... [08:10] https://launchpadlibrarian.net/117684839/buildlog_ubuntu-precise-i386.scribus-git-indic_1.5.0svn.indic201209281900_FAILEDTOBUILD.txt.gz [08:10] which suggests that libicu is not find... [08:13] this is the control file as i have changed... [08:13] http://pastebin.com/6zr4KN5u [08:21] a-l-e: you should run make with VERBOSE=1 to see what it's actually doing [08:22] and how can i set the verbose option? [08:22] make VERBOSE=1 [08:22] mmm... [08:22] the error happens when i upload the sources to launchpad [08:23] yes, but it's not showing the command (and more importantly the arguments) it's running, so it's hard to diagnose [08:23] so: how can i change the options for make on launchpad? [08:23] in your debian/rules [08:23] ah :-) [08:25] should i just add [08:25] VERBOSE=1 [08:25] after [08:25] DEBUG_FLAG=1 [08:25] ? [08:28] maybe, try it and see ;) [08:29] not sure if you have to export variables from debian/rules for make to get them [08:29] #ubuntu-packaging can probably help you out [08:29] ok [08:29] but, basically, the question is how to correctly add a dependency to libicu... [08:30] no, you don't know the question until you know why it failed [08:30] or simply how can i find another package that depends on libicu and check how it's included there [08:30] which is why you want a verbose make, so you can see what it's trying, an failing, to do [08:30] it's failing because it does not find libicu... [08:30] you don't know that [08:31] all you know is that, "upon linking there are undefined symbols" [08:31] it's in the buildlog... [08:31] you don't yet know if it's even trying to link to icu [08:31] /build/buildd/scribus-git-indic-1.5.0svn.indic201209281900/scribus/fonts/schbfunctions.cpp:94: undefined reference to `u_getIntPropertyValue_48' [08:32] where's the linker command? [08:32] where does it say what it's trying to link to? [08:32] where does it say where it's searching for libraries? [08:32] it's in the CMakeFiles [08:33] you can't see the command it's actually trying to run, so you can't see why it's failing [08:33] well, it's failing because it can't find libicu. [08:33] prove it [08:34] and i agree with you that i don't know why it's not finding it. [08:34] show me where it's trying to link [08:34] I see no "-licu" [08:34] because libicu is defining `u_getIntPropertyValue_48 [08:34] you don't have enough information to to even say it's attempting to link to icu [08:34] that's why you need the verbose mode [08:35] no problem with trying the verbose mode... [08:35] then you can actually see what's failing, and what the real question is [08:35] but if somebody could tell me how to correctly add a dependency, i already could check that [08:36] you do have build dependency on libicu-dev, that's already done [08:36] ok [08:36] finally, also the local build failed again at the same place... [08:36] so i can test it locally [08:37] then just run "make VERBOSE=1" locally and you can get more information [08:37] (it works on my debian system, so i have to suppose that generally speaking the code works) [08:43] http://pastebin.com/AAijZdfE [08:43] this is the result of make -VERBOSE [08:44] i retry a fresh compile on debian... [08:57] ok, i have to leave for a couple of hours... [08:57] i will retry it later in the afternoon === JanC_ is now known as JanC [13:44] something strange is going on with my ppa [13:44] germinate can't download Packages.bz2 [13:44] while from the browser it works fine [13:45] could it be a user-agent-based block or something? (germinate uses urllib2) === Quintasan_ is now known as Quintasan [15:09] scratch that report, it was probably something local here [15:38] the stupid thing refuses my public key, which works fine for a different bzr branch.... [15:39] Permission denied (publickey). [15:39] bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. [15:39] are there some known server problems, or is this once again a bug [15:39] ? [19:09] RobinJ1995: authentication happens before any branch info is examined, so if you key works for one LP branch it will work for them all. [19:09] RobinJ1995: yu may have the username in url on the working branch, or something like that [19:10] RobinJ1995: or it may be coincidence that it works for one and not the other, I see a report of intermittent issues, which I'll escalate [19:28] RobinJ1995: you could try again