/srv/irclogs.ubuntu.com/2010/06/28/#launchpad.txt

=== oubiwann is now known as oubiwann-away
nigelbjml: :( you lost the spot on dev week08:13
geserStevenK: Hi, I tried to upload a package with SFTP to the main archive and got "open failed" (http://paste.ubuntu.com/456269/). Uploading to PPA with sftp worked. Is there an error in my dput config?08:44
wgrantgeser: Shouldn't you be uploading to /ubuntu?08:59
wgrantAh, hmm, upload.ubuntu.com FTP doesn't require it.09:00
wgrantThat's odd.09:00
geserwgrant: I don't know. bigjools told me that it's like the ubuntu stance but with a different method and login09:01
lifelesswhats an upload between friends09:01
=== jelmer_ is now known as Guest71703
StevenKgeser, wgrant: I've not debugged what's going on there, but yes, you need /ubuntu09:20
geserStevenK: still got an "open failed" error with "incoming = /ubuntu"09:25
* StevenK looks at geser's dput config09:26
wgrantStevenK: We really should update the default dput.cf to include /ubuntu.09:27
wgrantBecause that's how it should be done.09:27
StevenKwgrant: Fix it? :-)09:27
StevenKgeser: Just a hunch, try "incoming = ubuntu"09:30
StevenKBut the SFTP server side code ought to strip leading slashes09:31
geserStevenK: yeah, that worked09:31
hrwhi10:30
maxbhi10:31
hrwif upstream keeps project/code in LP and package is in Ubuntu only then is there a way to have package/bugs page linked to code/bugs? to have just one place for reporting bugs10:33
SeySayuxHi. My build failed: http://launchpadlibrarian.net/50999786/buildlog_ubuntu-lucid-amd64.libsylph-class_0.1alpha4-1_FAILEDTOBUILD.txt.gz . However, it compiles fine over here. What could be the problem?11:24
maxb/usr/bin/ld: ../deps/binreloc/libbinreloc.a(binreloc.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC11:26
maxbSeySayux: ^ The error message hints at the issue11:26
SeySayuxmaxb: Yea, I found that line.11:27
bigjoolsbeat me to it11:27
maxbThis sort of error is architecture dependent - e.g. it's not a problem on i38611:27
SeySayuxSo, I should just disable amd64 builds or what?11:27
maxbHowever, if you aim to write portable code, it is always a mistake to link non-PIC code into a shared library11:28
tsimpsonas far as I can see, it is compiled with -fPIC11:28
SeySayuxOkay, so I need to make it PIC. Isn't the build system (cmake) supposed to do that for me? I hate messing with CMake's internals...11:28
maxbtsimpson: The thing not compiled with -fPIC is libbinreloc.a11:29
maxbSeySayux: right, this is a bug in the upstream project11:29
SeySayuxmaxb: I happen to be the developer of the upstream project, so...11:30
maxbGiven the problem is in "deps/binreloc/" I would not be entirely surprised if it was an embedded dependency using a separate buildsystem11:30
tsimpsonah, yes11:30
SeySayuxmaxb: nope, it's just a cmake file invoked with subdir()11:31
maxbI know nothing about cmake, so I can only speak of generalities11:31
maxbGenerally the ideal thing to do is to build the dependent library as a shared one too11:32
maxbOr if that's not a viable approach, compile the static library's objects with -fPIC11:32
SeySayuxbinreloc requires static linking to function11:32
maxbstatic linking to what?11:32
SeySayuxto whatever it's supposed to be linked, in this case the main library11:33
SeySayuxOkay, so I guess the best thing for now is to restrict building to i386 and file a bug report telling that -fPIC should be included. Okay, thank you.11:35
SeySayuxHi. I deleted my ppa. How long does it take before I can recreate it?11:58
bigjoolsyou can't re-create the same PPA after it's deleted, there's a small bug that needs fixing11:59
SeySayuxwtf12:01
SeySayuxI can't reupload a package, I can't recreate a ppa, wtf is this thing?12:01
bigjoolsa free service?12:01
SeySayuxSo, if I get this right, it's 10 times more easier just to get a http host somewhere and put my files on there?12:03
bigjoolsPut it like this, I'm happy to help you and explain how to do stuff, but if you starting complaing then you forfeit your help12:04
bigjoolss/starting/start/12:04
SeySayuxOkay, I'm sorry, I'm just very fustrated....12:04
SeySayuxSo, if I accidentially upload the wrong package, is there any way to delete it?12:05
bigjoolsyes12:05
bigjoolsclick on "delete packages"12:05
SeySayuxokay, that button is nonexistent over here...12:06
bigjoolswhich page are you at?12:06
SeySayuxOkay, never mind, I found it12:07
bigjoolsbear in mind though that you cannot re-upload the same versions of files again12:08
bigjoolsbut it's easy to bump versions12:08
SeySayuxHow do you mean? E.g. there's a mistake in the file, it failed to build, and now the failed version just stays on there?12:09
bigjoolsLP remembers the versions of every file you uploaded and won't allow them to be re-uploaded with different contents than before because it will seriously confuse apt clients12:11
bigjoolsso you upload a higher version that builds12:12
bigjoolsand the previous version is automatically superseded and removed12:12
spivhttps://help.launchpad.net/Packaging/PPA/Deleting has some details.12:12
spiv(Basically what bigjools just said)12:12
bigjoolsyeah, I wrote that page :)12:12
bigjoolswell, a lot of it12:13
SeySayuxSo, I need to modify the version number?12:14
bigjoolsyes12:16
=== oubiwann-away is now known as oubiwann
SeySayuxHeh? Why does it put .so files in the -dev package?12:18
SeySayuxokay, let's try this again... I'll keep you in touch if there are any problems...12:21
=== Guest71703 is now known as jelmer_
=== jelmer_ is now known as Guest58868
=== Guest58868 is now known as jelmer__
hartymHi.12:48
hartymNot sure it's the right place to ask, but trying to install launchpad on an up2date lucid, and after having my "rocketfuel-setup" finished as instructed on the wiki, I did run the database setup script and getting stuck with the "make schema command" which complains about zc.buildout distribution not being found (in fact it's while running the buildout bootstrap.py script). The strange stuff (at least for me) is that I can import zc.buildout w12:50
hartymithout any problem if I run a standalone python shell. Any idea ? the exact error message is "pkg_resources.DistributionNotFound: zc.buildout"12:50
=== matsubara-afk is now known as matsubara
FC34does any people payed with cluster filesystem, san and ubuntu ?13:28
FC34s/payed/played/13:28
jpdsFC34: You might be better off in #ubuntu-server.13:30
FC34jpds thank you13:30
=== lifeless_ is now known as lifeless
=== FC_ is now known as FC34
=== mrevell is now known as mrevell-dinner
jcastroabentley: how's dailies looking? do I need to be ready this week?18:15
=== daker_ is now known as daker
abentleyjcastro, we will probably support dailies on edge in the next release.  I need to confirm this with thumper.18:30
jcastroabentley: target date for that is ... ?18:32
abentleyjcastro, July 618:32
* jcastro nods18:33
abentleyjcastro, we are delaying our release to reduce conflicts with Ubuntu, or it would be this week.18:34
jcastroabentley: no worries, I just want to know how much time I have18:34
=== maco2 is now known as maco
=== asac_ is now known as asac
=== TRB143_ is now known as TRB143
=== matsubara is now known as matsubara-afk
=== matsubara-afk is now known as matsubara-lunch
=== salgado is now known as salgado-lunch
tormodwhat package selection do the buildd chroots for Ubuntu have?19:34
maxbtormod: You can download the chroot tarball to see for yourself with a command like: wget -O - -q https://edge.launchpad.net/api/devel/ubuntu/lucid/i386/chroot_url | xargs wget19:42
tormodmaxb, thanks I would more like to know what's behind that selection, i.e. what seed19:43
maxbtormod: lp:~lamont/launchpad-buildd/chroot-scripts may be semi-informative, but I suspect the canonical answer is "Ask lamont"19:47
aalex_laptophello19:50
aalex_laptopCan I build a package on a PPA that depends on some packages which are only found on that same PPA?19:51
getxsickcan i kill a current build? it's broken19:51
micahgaalex_laptop: yes19:51
maxbaalex_laptop: Yes. It should just work.19:51
maxbgetxsick: Only by getting someone with admin powers to do it for you19:51
getxsickanyone with the power? :)19:52
maxbThe help contacts have been scarce of late.19:52
maxbWhat's broken about it?19:52
getxsicki just forgot to update some stuff in the upstream. and my builds take few hours. so you know19:53
tormodmaxb, thanks, been looking over chroot-scripts but no dice19:56
maxbgetxsick: Since there's no help contact on duty, I guess you should just be content that you tried. There's lots of buildds, after all, it's not a big deal19:56
maxbtormod: Yes, I expect the true answer lives in lamont's head19:56
tormodif lamont is around, what I really wanted to found out is why they have libdrm (plymouth?)19:56
getxsickok19:57
MTecknologyit's 240/yr for a private project, right?20:18
maxbI recall seeing 25020:18
MTecknologyor that20:18
lifelessbac: ^20:20
bacyes, MTecknology it is US$250/year/proj20:21
MTecknologybac: so if I have a private project and a team that owns it - is it possible to have another user that can read from those branches but not push to them?20:24
lifelessMTecknology: yes20:24
MTecknologyhow do you do that?20:24
MTecknologyjust saubscribe that person/team to the branch?20:25
lifelessyes20:25
MTecknologythanks20:26
lifelesswe're working on a an acl system separated from subscriptions20:26
lifelessbut its not here yet20:26
MTecknologymy company is getting tir4ed of running code on internal servers20:26
MTecknologythe down time and usability is fine - but LP offers much much nicer usability - and blueprints20:27
MTecknologyAny ideas how much the bugs and other features will cost when they're no longer part of the private project cost?20:29
bacMTecknology: private bugs and codes have been offered for commercial subscribers for a long time now.  it is guaranteed not to change for the term of the subscription.20:43
bacMTecknology: i see you have created your project.  let me know if you have questions regarding purchasing the subscription voucher, etc.20:44
MTecknologybac: oh- it was just written in a way that made it sound like it could change20:44
MTecknologybac: yup - I was walking through it - I'll be making the money decision today - we're having a meeting over some projects that will involve many sprints20:45
bacMTecknology: ok, great.20:45
MTecknologythanks :)20:45
=== yofel_ is now known as yofel
lamonttormod: while maybe semi-informative, lp:~lamont/launchpad-buildd/chroot-script is definitive, especially with "-d maveric --lp" as arguments21:17
=== matsubara-lunch is now known as matsubara
tormodlamont, hmm IIRC it runs debootstrap but then what? is it defined by debootstrap then?21:22
=== salgado-lunch is now known as salgado
lamontit runs debootstrap and then installs some packages21:23
lamontfrankly, I'd have to walk through the script to be more accurate than that21:24
lamonttormod: it starts with debootstrap --variant=buildd, does some stuff to keep (at least well behaved) daemons from starting, and etc, etc.21:25
tormodlamont, I guess I was hoping for a higher-level answer, not how the script works21:26
tormodI see "minbase" in there...21:26
tormodman debootstrap: 'buildd,  which installs the build-essential packages'21:29
=== _thumper_ is now known as thumper
tormodbut it looks like (from build logs) that more than build-essential is installed21:30
=== soren_ is now known as soren
=== salgado is now known as salgado-afk
=== matsubara is now known as matsubara-afk

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