/srv/irclogs.ubuntu.com/2012/09/29/#launchpad.txt

ScottKwgrant: \o/ - Is it possible we've seen the last of queue page timeouts?00:15
wgrantScottK: Hopefully. It's all cjwatson's good work, not mine, but I think all the accept timeouts should be fixed.00:21
ScottKYes, but you've battled with it enough over the years.00:22
wgrantIndeed.00:22
a-l-ei'm trying to create a PPA of scribus with indic support...08:08
a-l-ei've taken the PPA for 1.5 and changed to match the new name (scribus-git-indic)08:08
a-l-enow, i have to add the dependency to libicu...08:08
a-l-ei've tried but i think i've failed...08:08
a-l-ethis is the error log08:09
a-l-eabsolute08:09
a-l-emm...08:09
a-l-e--https://launchpadlibrarian.net/117684839/buildlog_ubuntu-precise-i386.scribus-git-indic_1.5.0svn.indic201209281900_FAILEDTOBUILD.txt.gz08:10
a-l-ewhich suggests that libicu is not find...08:10
a-l-e--this is the control file as i have changed...08:13
a-l-e--http://pastebin.com/6zr4KN5u08:13
tsimpsona-l-e: you should run make with VERBOSE=1 to see what it's actually doing08:21
a-l-eand how can i set the verbose option?08:22
tsimpsonmake VERBOSE=108:22
a-l-emmm...08:22
a-l-ethe error happens when i upload the sources to launchpad08:22
tsimpsonyes, but it's not showing the command (and more importantly the arguments) it's running, so it's hard to diagnose08:23
a-l-eso: how can i change the options for make on launchpad?08:23
tsimpsonin your debian/rules08:23
a-l-eah :-)08:23
a-l-eshould i just add08:25
a-l-eVERBOSE=108:25
a-l-eafter08:25
a-l-eDEBUG_FLAG=108:25
a-l-e?08:25
tsimpsonmaybe, try it and see ;)08:28
tsimpsonnot sure if you have to export variables from debian/rules for make to get them08:29
tsimpson#ubuntu-packaging can probably help you out08:29
a-l-eok08:29
a-l-ebut, basically, the question is how to correctly add a dependency to libicu...08:29
tsimpsonno, you don't know the question until you know why it failed08:30
a-l-eor simply how can i find another package that depends on libicu and check  how it's included there08:30
tsimpsonwhich is why you want a verbose make, so you can see what it's trying, an failing, to do08:30
a-l-eit's failing because it does not find libicu...08:30
tsimpsonyou don't know that08:30
tsimpsonall you know is that, "upon linking there are undefined symbols"08:31
a-l-eit's in the buildlog...08:31
tsimpsonyou don't yet know if it's even trying to link to icu08:31
a-l-e--/build/buildd/scribus-git-indic-1.5.0svn.indic201209281900/scribus/fonts/schbfunctions.cpp:94: undefined reference to `u_getIntPropertyValue_48'08:31
tsimpsonwhere's the linker command?08:32
tsimpsonwhere does it say what it's trying to link to?08:32
tsimpsonwhere does it say where it's searching for libraries?08:32
a-l-eit's in the CMakeFiles08:32
tsimpsonyou can't see the command it's actually trying to run, so you can't see why it's failing08:33
a-l-ewell, it's failing because it can't find libicu.08:33
tsimpsonprove it08:33
a-l-eand i agree with you that i don't know why it's not finding it.08:34
tsimpsonshow me where it's trying to link08:34
tsimpsonI see no "-licu"08:34
a-l-ebecause libicu is defining `u_getIntPropertyValue_4808:34
tsimpsonyou don't have enough information to to even say it's attempting to link to icu08:34
tsimpsonthat's why you need the verbose mode08:34
a-l-eno problem with trying the verbose mode...08:35
tsimpsonthen you can actually see what's failing, and what the real question is08:35
a-l-ebut if somebody could tell me how to correctly add a dependency, i already could check that08:35
tsimpsonyou do have build dependency on libicu-dev, that's already done08:36
a-l-eok08:36
a-l-efinally, also the local build failed again at the same place...08:36
a-l-eso i can test it locally08:36
tsimpsonthen just run "make VERBOSE=1" locally and you can get more information08:37
a-l-e(it works on my debian system, so i have to suppose that generally speaking the code works)08:37
a-l-e--http://pastebin.com/AAijZdfE08:43
a-l-ethis is the result of make -VERBOSE08:43
a-l-ei retry a fresh compile on debian...08:44
a-l-eok, i have to leave for a couple of hours...08:57
a-l-ei will retry it later in the afternoon08:57
=== JanC_ is now known as JanC
pkt__something strange is going on with my ppa13:44
pkt__germinate can't download Packages.bz213:44
pkt__while from the browser it works fine13:44
pkt__could it be a user-agent-based block or something? (germinate uses urllib2)13:45
=== Quintasan_ is now known as Quintasan
pkt__scratch that report, it was probably something local here15:09
RobinJthe stupid thing refuses my public key, which works fine for a different bzr branch....15:38
RobinJPermission denied (publickey).15:39
RobinJbzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist.15:39
RobinJare there some known server problems, or is this once again a bug15:39
RobinJ?15:39
lifelessRobinJ1995: 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
lifelessRobinJ1995: yu may have the username in url on the working branch, or something like that19:09
lifelessRobinJ1995: or it may be coincidence that it works for one and not the other, I see a report of intermittent issues, which I'll escalate19:10
lifelessRobinJ1995: you could try again19:28

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