=== matsubara-afk is now known as matsubara | ||
=== matsubara is now known as matsubara-afk | ||
Telordya | hi? | 02:54 |
---|---|---|
Telordya | is there some kind of Launchpad admins here, I have a question? | 02:55 |
thumper | Telordya: if you really need an admin, best thing to do is to ask a question on the launchpad project in launchpad itself | 03:02 |
thumper | Telordya: what question do you have? | 03:02 |
Telordya | ok | 03:02 |
Telordya | I subsribed to a a bug about 1 year ago, but it doesn't affect me anymore, and I still receive email notifications, and I can't see in my settings how to stop it | 03:03 |
Telordya | my subscribed bugs list is empty | 03:05 |
Telordya | ho, I think I found some solution, from "I reported a bug, and now I'm getting spammed with emails. Why? How can I stop it?" in the FAQ | 03:06 |
Telordya | I think I fixed it | 03:11 |
Telordya | thanks anyway | 03:12 |
thumper | :) | 03:12 |
jeblair | Does launchpad run in Lucid? (https://dev.launchpad.net/Getting mentions only up to Karmic) | 03:13 |
spiv | I think most of the developers run it on Lucid now. | 03:14 |
jeblair | thanks | 03:16 |
ddecator | anyone else running into trouble with loggerhead again? | 04:55 |
poolie | ddecator, are you getting 'please try again'? | 04:55 |
ddecator | poolie: yup | 04:56 |
* thumper slumps in his chair | 04:57 | |
ddecator | now it's working | 05:10 |
thumper | it was somewhat overloaded | 05:13 |
poolie | thumper, do you want to catch up sometime | 06:43 |
poolie | if you're not flat out otday | 06:43 |
lifeless | poolie: he's cooking dinner | 06:48 |
poolie | mm i just realized it's late there | 06:48 |
poolie | maybe another day | 06:48 |
lifeless | he'll be back | 06:50 |
lifeless | there are .eu folk to talk to too | 06:50 |
=== jamalta_ is now known as jamalta | ||
dutchie | hi, I'm trying to download a bzr branch off launchpad onto my debian lenny server, but I can't since lenny only has bzr 1.5. is there a way round this without installing a newer bzr? | 09:37 |
=== mrevell changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: mrevell - | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ | ||
mrevell | Hey dutchie. I'm not sure. jelmer_, do you know the answer to dutchie's question? ^^^^^ | 09:44 |
jelmer_ | dutchie: if the branch is in the 2a format you'll have to upgrade | 09:59 |
jelmer_ | dutchie: there are newer versions of bzr available in backports | 09:59 |
lvh | Hey! I'm having a bit of an lp problem with a particular branch and I'm not sure if I should file a bug or not. | 10:20 |
lvh | https://code.launchpad.net/~lvh/twisted/positioning-statistics | 10:20 |
lvh | "Upgrade this branch" doesn't work like on other branches (warning goes away, but branch doesn't actually get upgraded) | 10:20 |
lvh | Also, "View the branch content" doesn't actually work | 10:21 |
lvh | see: http://bazaar.launchpad.net/~lvh/twisted/positioning-statistics/files | 10:21 |
lvh | Link just in case I'm the only person who gets Internal Server Error there. | 10:21 |
lifeless | has your branch pushed successfully? | 10:22 |
lvh | Maybe. It's been a long time. How do I check/repair? | 10:22 |
lifeless | if not, please ask a question on https://answers.launchpad.net/launchpad about it | 10:22 |
lifeless | lvh: bzr push :P | 10:22 |
lvh | Well, obviously, but I don't have a checkout anymore. | 10:22 |
lifeless | oh sorry | 10:22 |
lifeless | I see the issue | 10:22 |
lvh | Some people reported "it doesn't work" but told me that was because of the branch version | 10:23 |
lifeless | uhm definitely ask a question, we probably need a losa to poke at it | 10:23 |
lvh | I think it might just not work because the branch is in a really bad state | 10:23 |
lifeless | humour me :) | 10:23 |
lvh | I'll try a checkout myself first | 10:23 |
lvh | Yeah, checkout doesn't work. bzr: ERROR: CHKInventoryRepository('http://bazaar.launchpad.net/~twisted-dev/twisted/trunk/.bzr/repository/') is not compatible with KnitPackRepository('http://bazaar.launchpad.net/~lvh/twisted/positioning/.bzr/repository/') different serializers | 10:28 |
lvh | 10:28 | |
lvh | lifeless: Hi! https://answers.launchpad.net/launchpad/+question/112183 | 10:32 |
wgrant | lvh: Interesting -- I just checked it out fine. | 10:41 |
wgrant | Although it was into an existing repo seeded with lp:twisted, so maybe it didn't have to use the stacked-on branch. | 10:42 |
wgrant | Indeed, attempting to branch somewhere without a repo downloads about the right volume of data, then dies with that error message. | 10:46 |
lvh | wgrant: I thought I was checking it out with a repo | 10:52 |
wgrant | lvh: I just created a clean repo, branched lp:twisted, then was able to branch both of your branches without trouble. | 10:57 |
lvh | strange, that's what I thought I had done. Hang on. | 10:58 |
lvh | Wait, should I try that first, or do bzr upgrade lp:... ? | 10:58 |
lvh | I've been told bzr ought to do remote upgrades too. Inefficiently and slowly, but it should work. | 10:58 |
wgrant | I suspect that an upgrade will fail, but I'm not sure. | 10:58 |
wgrant | lifeless: Do you know? | 10:58 |
lifeless | know what ? | 11:01 |
wgrant | If an upgrade on a branch in this state will succeed. | 11:01 |
lifeless | oh | 11:01 |
lifeless | in theory it will work | 11:01 |
wgrant | Or if one must first obtain a 2a copy then clobber. | 11:01 |
lifeless | but in theory the button on the branch page would work too | 11:01 |
lifeless | I'd get a local copy in 2a | 11:01 |
lifeless | lftp in and delete the .bzr dir | 11:01 |
lifeless | then push --use-existing-dir back to where it came from | 11:01 |
lvh | Doing on-the-fly conversion from RemoteRepositoryFormat(_network_name='Bazaar RepositoryFormatKnitPack6RichRoot (bzr 1.9)\n') to RepositoryFormat2a(). | 11:02 |
lvh | Now it (appears to) work. | 11:02 |
wgrant | This is a checkout into a pre-populated repo? | 11:03 |
lvh | lvh@lagavulin:~/Development/twisted/positioning$ bzr upgrade . | 11:06 |
lvh | bzr: ERROR: The branch format Meta directory format 1 is already at the most recent format. | 11:06 |
lvh | wgrant: Nope, shiny new. | 11:06 |
lvh | I take it that error is actually a good thing. But first, lunch! | 11:06 |
lvh | lifeless: <lifeless> lftp in and delete the .bzr dir <lifeless> then push --use-existing-dir back to where it came from # sorry, do not grok | 11:42 |
lvh | lifeless: Any pointers to relevant documentation? | 11:42 |
lvh | I have both branches locally in 2a now. | 11:42 |
lvh | I'm trying the remote upgrade now, fingers crossed, I guess :-) | 11:45 |
fta | wgrant, bigjools: any update on the status of the ppa stat bug? i need to figure out if i still have enough users for some of my dailies.. so i can drop some of them to spare build resources | 11:56 |
wgrant | Uni is killing me at the moment. It just needs someone to work out a quick hack to limit the script's resource usage until it has completed the log backlog. | 11:57 |
bigjools | fta: there was a problem with resource usage on the backend; wgrant was going to sort out a temporary patch to make it do an initial run, and then we have more work to do to expose the data externally. | 11:58 |
bigjools | ah so no he's not :) | 11:58 |
wgrant | It's already exposed over the API, but UI is more difficult. | 11:58 |
bigjools | oh you did that already? | 11:58 |
wgrant | Yes. | 11:58 |
bigjools | cool | 11:58 |
wgrant | The API has been there for a couple of releases. | 11:58 |
bigjools | I missed that for some reason then | 11:59 |
fta | hm, any pointer where i should start? | 11:59 |
wgrant | The easiest is to just hack lp.services.apachelogparser.base.parse_file to return early after parsing some number of lines. | 12:03 |
wgrant | When rerun it will resume where it left off. | 12:03 |
wgrant | I don't know what that number of lines should be. | 12:04 |
wgrant | Nor do I have the resources at the moment to QA it. | 12:04 |
* abogani waves | 12:08 | |
abogani | Are there some special tricks for build kernels on LP through PPA? | 12:08 |
dutchie | jelmer_: backports for debian? | 12:09 |
jelmer_ | dutchie: yep | 12:09 |
* dutchie googles | 12:09 | |
lvh | wgrant, lifeless: Great news everyone! The two branches have been fixed. | 12:10 |
persia | abogani: Does seem strange that uploading essentially the same source with a different name ends up with http://paste.ubuntu.com/439296/ | 12:10 |
bigjools | abogani: no, just upload the package and wait for it to builder. However please make sure it builds locally first (e.g. with pbuilder) before uploading | 12:10 |
bigjools | s/builder/build/ | 12:10 |
abogani | bigjools: I have already did it. If you recall me where pbuilder store log I can show it to you! :-) | 12:12 |
wgrant | abogani: There is a slight trick: the Ubuntu kernel build system always tries to grab the latest ABI data to confirm that an ABI version bump isn't required. | 12:13 |
wgrant | This causes problems if it can't find the latest package. | 12:13 |
persia | So one needs to hack around that to bootstrap a new kernel source package? | 12:13 |
wgrant | I believe the build system has a 'PPA mode', however. This uses the git revision ID as the ABI, eliminating that check that often breaks for PPA builds. | 12:13 |
wgrant | At least that's how it was 18 months ago; I've not built a custom kernel on Launchpad since then. | 12:14 |
wgrant | Hm, but that log (which I just noticed now) suggests something different. | 12:14 |
abogani | wgrant: I skip ABI check at all. | 12:15 |
abogani | wgrant: Could I put an "set -x" at top of copy-modules file (which in turn is executed by kernel-wedge) to avoid than it will be killed? | 12:31 |
wgrant | abogani: You should prevent it from taking that long. | 12:33 |
abogani | wgrant: Sorry I can't do more than which I have already did. I'm already provide the minimum of requirements. | 12:34 |
abogani | wgrant: Sorry if I bother you: Do you have some other suggestions? | 12:44 |
=== mrevell is now known as mrevell-lunch | ||
=== mrevell-lunch is now known as mrevell | ||
jetienne | https://help.launchpad.net/Packaging/PPA/Uploading <- say "Simply follow the instructions in the Uploading packages to this PPA section of your PPA overview page." but where is this page ? | 14:08 |
bilalakhtar | mrevell: Hi there! I thought that you were going to send me interview-style questions related to gnome-media-player. Thats what you said here a month ago. | 14:13 |
mrevell | jetienne, If you've activated your PPA, there's a link to it on your Launchpad profile page, which you can find at https://launchpad.net/people/+me | 14:14 |
mrevell | bilalakhtar, I'll re-send them now | 14:15 |
jetienne | mrevell: do you know this link ? | 14:15 |
jetienne | mrevell: or any hint on how to find it ? | 14:15 |
bilalakhtar | mrevell: FYI, my e-mail address is bilalakhtar96@yahoo.com | 14:16 |
mrevell | jetienne, If you've activated your PPA, follow the link I posted above and scroll down to the section of the page headed "Personal package archives". It's on the left of the page. Do you see it? | 14:18 |
jetienne | mrevell: yep but no doc there. only "activating new ppa" and the ppa i activated | 14:19 |
jetienne | i think i got it tho | 14:20 |
jetienne | dput ppa:jerome-etienne/neoip neoip-get_0.0.1_source.changes <- the doc likely refere to this syntax | 14:20 |
jetienne | aka no need to do a .dput.cf | 14:20 |
mrevell | jetienne, So, you need to follow the link to the PPA you activated and on that page should be the info you need. | 14:21 |
jetienne | mrevell: ok | 14:22 |
jetienne | q. with ppa, how to disable building for lpia and amd64? | 14:59 |
maxb | Does it really matter to you? | 15:04 |
jetienne | maxb: i guess. so should i deduce this is not possible ? | 15:05 |
maxb | Are you asking because you actually want to avoid those architectures specifically, or because your package is architecture-independent and so should only be built once for all architectures? | 15:05 |
jetienne | maxb: im asking because compilation will fail on those arch | 15:06 |
maxb | Interesting package you've got there! OK, in that case you probably want to declare "Architecture: i386" in your debian/control first stanza | 15:07 |
jetienne | ok thanks | 15:08 |
shtylman | any news on when launchpad build from branch will hit? | 15:08 |
maxb | jetienne: oh, apologies I think I am misremembering. It actually goes in the binary stanzas, not the first stanza | 15:08 |
jetienne | maxb: stanza = ? | 15:09 |
maxb | jetienne: group of lines separated by a blank line | 15:09 |
jetienne | maxb: ok thanks | 15:09 |
bigjools | shtylman: Real Soon Now | 15:10 |
shtylman | bigjools: :) | 15:10 |
shtylman | I can't wait... very exciting | 15:10 |
bigjools | shtylman: we need to get some firewall changes done etc and then we can let it loose | 15:10 |
bigjools | abentley: did that i386-builder-only-thing land? | 15:10 |
bigjools | and CP'ed even | 15:11 |
jetienne | is there a way to do rsync with dput ? when uploading my package which is 22mbyte... this is long :) | 15:11 |
bigjools | shtylman: yes, it's pretty exciting for us too, we've been working on it since last November | 15:11 |
abentley | bigjools, I believe so. rockstar was doing that. | 15:11 |
bigjools | jetienne: no, we only have ftp right now. sftp is coming soon but that won't help you either :) | 15:11 |
jetienne | bigjools: ok :) | 15:12 |
maxb | If the big part is the upstream source, then make sure you are using an .orig.tar.gz correctly | 15:12 |
abentley | bigjools, see: "Launchpad Production Cherry Pick r9345" in canonical-launchpad | 15:13 |
minjoo | Hello, | 15:13 |
bigjools | abentley: roger, thanks | 15:14 |
minjoo | Can I recover my PPA in Launchpad that I removed before? | 15:14 |
bigjools | minjoo: no, the warning on the deletion page makes that very clear. | 15:15 |
minjoo | but the PPA NAME in ppa list has been gray color | 15:16 |
jetienne | q. should i change the version number at each upload ? | 15:17 |
bigjools | minjoo: that's because it retains the history, but the files are all delete | 15:18 |
bigjools | d | 15:18 |
bigjools | jetienne: yes, that's mandatory | 15:18 |
jetienne | File neoip-get_0.0.1.tar.gz already exists in neoip, but uploaded version has different contents. <- this is the msg i receive by email | 15:18 |
minjoo | can i delete that history? bigjools ? | 15:18 |
jetienne | bigjools: ok | 15:18 |
bigjools | minjoo: no that's not possible yet | 15:18 |
minjoo | bigjools: OMG, thanks. | 15:19 |
jetienne | bigjools: can i delete an uploaded pacakge ? | 15:19 |
jetienne | got it | 15:20 |
bigjools | jetienne: yes | 15:20 |
bigjools | jetienne: you should consider using an orig tarball instead of native tarballs, so you can avoid uploading as much data for each version | 15:20 |
jetienne | bigjools: i dont understand what you mean. can you elaborate | 15:21 |
maxb | jetienne: Also, even if you delete a package, you still can't/shouldn't upload the same version number again. | 15:21 |
bigjools | jetienne: you should consult a packaging guide | 15:21 |
jetienne | doing a modification to add the build date in the version number | 15:22 |
bigjools | matsubara: woohoo, OOPS frequencies! | 15:23 |
matsubara | bigjools, :-) | 15:23 |
jetienne | the version is taken from changelog ? | 15:23 |
bilalakhtar | mrevell: I have rent you the reply | 15:25 |
mrevell | Thanks bilalakhtar | 15:26 |
jetienne | dch -v 0.0.1build`date +%Y%m%d%H%m` -m | 15:33 |
rockstar | bigjools, yes, it landed and was CP'ed as well. | 15:43 |
bigjools | rockstar: coolio | 15:43 |
rockstar | bigjools, this guy? http://goodjobbb.files.wordpress.com/2009/03/coolio_large.jpg | 15:44 |
bigjools | rockstar: aieee | 15:46 |
bilalakhtar | mrevell: Did you get the mail? | 15:47 |
mrevell | Yes thanks bilalakhtar | 15:47 |
bilalakhtar | I was concerned whether it went to spam or something | 15:47 |
jetienne | for ppa, one can not use pkg-config in my build makefile ? how can i know the proper options ? hardcoded by hand ? | 15:53 |
bilalakhtar | jetienne: You should add a build-dependency for pkg-config in your debian/control file | 15:55 |
jetienne | bilalakhtar: oh ok | 15:55 |
jetienne | q. is there a ccache on the building machines ? | 16:11 |
=== salgado is now known as salgado-lunch | ||
jpds | jetienne: I don't think so. | 16:22 |
=== matsubara is now known as matsubara-lunch | ||
Vixor | Hello, anyone around? | 17:08 |
jetienne | q. i added a Build-Depends: in control.... but it doesnt seems to be honored by ppa... is it supposed to be? | 17:10 |
jetienne | gpgv: Signature made Tue May 25 15:48:08 2010 UTC using DSA key ID 5877E4E4 gpgv: Can't check signature: public key not found..... but http://keyserver.ubuntu.com:11371/pks/lookup?search=0xE1698EF696AB4EC9CB312DFFDFAEB2805877E4E4&op=index shows it is available ... how come ? | 17:19 |
Vixor | Can anyone help me?? | 17:21 |
=== Ursinha is now known as Ursinha-lunch | ||
jetienne | Vixor: there is a old saying. "dont ask to ask, just ask" | 17:26 |
jetienne | Vixor: aka ask a question, and dont ask for help | 17:26 |
jetienne | Vixor: not that i will answer the questions you may have :) | 17:26 |
Vixor | hrhr | 17:28 |
Vixor | hehe* | 17:28 |
Vixor | can I pm you? | 17:28 |
Vixor | I am new to Sikuli, and I am trying to make a macro | 17:30 |
Vixor | that will observe a window | 17:30 |
Vixor | wait till a particulare "text" pops up | 17:30 |
Vixor | and when it does | 17:30 |
Vixor | it pastes the "text" onto another window | 17:30 |
Vixor | with a text prefixed to it | 17:30 |
Vixor | for ex: source text is "going home" | 17:30 |
Vixor | i prefix "i am " while pasting it on the target window | 17:31 |
Vixor | output on target window: "i am going home" | 17:31 |
jetienne | Vixor: another saying is "put a clear well explained message in single line", it improve the chance to get answer | 17:31 |
Vixor | :| | 17:32 |
Vixor | k lemme put it this way: | 17:32 |
jetienne | q. apparently previous versions of my packages got deleted from my ppa, is this normal ? | 17:32 |
Vixor | I want a macro that waits for specific text to show on 1 window, n it pastes that text to another window with something prefixed to it | 17:33 |
bigjools | jetienne: yes they are automatically superseded | 17:33 |
Vixor | are there more functions that the one listed on the left side bar? | 17:35 |
jetienne | bigjools: is there a way i could reproduce the way building machine are building my package. i still got errors, and each iteration÷attempts costs me 20min.... due to upload time and delay.... rather painfull... if i could test on my local box it would be more efficient | 17:36 |
jetienne | ok booting a vm with a fresh install :) | 17:38 |
Vixor | ahh F made me type | 17:40 |
Vixor | n now quits | 17:40 |
=== mrevell changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: - | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ | ||
=== salgado-lunch is now known as salgado | ||
alkisg | Hi, I'm not sure if it's a packaging problem or a launchpad problem, but I'm getting the following build error on a package (LTSP) which was previously building OK: | 17:48 |
alkisg | dpkg-shlibdeps: error: couldn't find library libpopt.so.0 needed by debian/ltsp-client-core/usr/bin/getltscfg (ELF format: 'elf32-i386'; RPATH: ''). | 17:48 |
alkisg | It only errored in the amd64 build, while the i386 build was fine. Here's the full log: | 17:48 |
alkisg | http://launchpadlibrarian.net/49075644/buildlog_ubuntu-lucid-amd64.ltsp_5.2.1-0ubuntu10~ppa0-bzr1745_FAILEDTOBUILD.txt.gz | 17:48 |
geser | alkisg: /usr/bin/getltscfg is a 32bit binary while the build is for amd64. why doesn't this binary get rebuild for 64bit? | 17:53 |
alkisg | I've no idea why. It was building fine the last years up to my last upload 2 weeks ago | 17:54 |
alkisg | There hasn't been any change in the rules or the makefiles since the last upload, so I'm puzzled | 17:55 |
geser | also no upstream changes not cleaning the file correctly (so it gets rebuild properly)? | 17:58 |
alkisg | geser: No, the only changes were 10 lines I changed in a bash script which is unrelated to the build process | 17:59 |
geser | hmm | 17:59 |
alkisg | Here's the build log of the previous, successful build (2010-05-12): http://launchpadlibrarian.net/48350229/buildlog_ubuntu-lucid-amd64.ltsp_5.2.1-0ubuntu10~ppa0-bzr1743_FULLYBUILT.txt.gz | 18:03 |
geser | alkisg: when you look at client/getltscfg/ in the .tar.gz for bzr1745 you see that it's not cleaned | 18:11 |
alkisg | Ugh, then it would be a problem in the cleaning script | 18:11 |
geser | and therefore make thinks the binary is still uptodate and doesn't rebuild it (make[1]: `getltscfg' is up to date.) | 18:11 |
alkisg | geser: thank you, I'll have a look | 18:11 |
alkisg | Sorry for the noise :) | 18:12 |
=== Ursinha-lunch is now known as Ursinha | ||
jetienne | houray i got a begining of compilation on ppa :) | 18:29 |
shtylman | is there a guide on creating source package recipies? | 18:57 |
jetienne | shtylman: search for "ubuntu packaging guide" | 19:52 |
geser | !packaging guide | 19:55 |
ubot5 | The packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports | 19:55 |
geser | shtylman: ^^ there | 19:55 |
shtylman | geser: jetienne: I was actually looking for: https://wiki.ubuntu.com/DailyBuilds/BzrBuilder but thanks | 19:57 |
cjohnston | james_w: are you available for a PM? | 20:40 |
james_w | yep | 20:41 |
alkisg | What happens if I uploaded a newer package version before an older one starts building? Does the new version "cancel" the building of the older one? Is there any way to cancel a build if I saw something wrong in my code? | 21:45 |
BlackZ | alkisg: are you referring to PPA? | 21:47 |
geser | alkisg: if the old version didn't start yet the new upload will supersede it, but once it got started it will go on (and the result discarded (IIRC)) | 21:48 |
geser | there is no way to cancel a currently running build | 21:49 |
alkisg | BlackZ: yes, sorry I wasn't clear | 21:49 |
alkisg | geser: that's perfect, thank you | 21:49 |
maxb | The superseded builds only get marked as such when they reach the head of the queue, by the way, so don't expect them to be removed from the build queue before that | 21:53 |
=== ajmitch_ is now known as ajmitch | ||
=== kiko is now known as kiko-afk | ||
fta | anyone for a quick ppa quota boost? https://edge.launchpad.net/~chromium-daily/+archive/stable/+packages or should i file a question? | 22:02 |
=== matsubara is now known as matsubara-afk | ||
=== salgado is now known as salgado-afk | ||
thumper | fta: file a question | 23:25 |
fta | thumper, https://answers.edge.launchpad.net/launchpad/+question/112255 | 23:26 |
mthaddon | fta: so 10G? | 23:26 |
mthaddon | that's been done | 23:27 |
fta | thanks | 23:28 |
=== kiko-afk is now known as kiko |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!