=== stub` is now known as stub | ||
=== fabo_ is now known as fabo | ||
jfi | Hi, according to https://code.launchpad.net/~ubuntu-branches/ubuntu/trusty/psensor/trusty, lp:ubuntu/psensor is supposed to be the one used for trusty. BTW the content of the bzr branch does not correspond. It contains psensor 0.6.x while trusty is psensor 0.8.0.3, see http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/psensor/trusty/view/head:/debian/changelog and the same file in: https://launchpad.net/ubuntu/trusty/+source/psensor/0.8.0.3-1ubu | 06:58 |
---|---|---|
jfi | ntu1/+files/psensor_0.8.0.3-1ubuntu1.debian.tar.gz | 06:58 |
jfi | what did I miss? :( | 06:58 |
jfi | I would like to branch the trusty branch to push a ftbfs fix, but I fail finding where it is | 07:01 |
jfi | indeed if I do a bzr branch lp:ubuntu/psensor I get the 0.6.x which does not correspond to what is in trusty | 07:05 |
AndreasR | greetings! | 07:06 |
AndreasR | there seems to be a problem with IPv6 and launchpad - with IPv6 enabled I can not apt-get update (error: (E: Some index files failed to download. They have been ignored, or old ones used instead.)I contacted the owner of the account and he confirms it seems to be related to launchpad's servers | 07:07 |
AndreasR | anyone in the mood to help? :) | 07:07 |
wgrant | AndreasR: Launchpad doesn't have IPv6 connectivity yet. IPv6-only servers are not supported as Launchpad clients today. | 07:07 |
AndreasR | ah ah - that makes sense | 07:08 |
AndreasR | is there a command line flag for apt to use ipv4 only? | 07:08 |
wgrant | AndreasR: apt won't try to use IPv6 to connect to Launchpad, as there's no AAAAs in DNS. What's the full text of the error message from apt-get update? | 07:09 |
AndreasR | W: Failed to fetch http://ppa.launchpad.net/mamarley/quassel/ubuntu/dists/precise/main/source/Sources 404 Not Found [IP: 2001:4d78:500:1::1 80] | 07:10 |
AndreasR | which (oddly) is my own IPv6 address | 07:10 |
wgrant | AndreasR: Your DNS or proxy setup is broken. | 07:10 |
wgrant | ppa.launchpad.net has no AAAA, so it shouldn't get anything | 07:10 |
wgrant | Let alone your own :) | 07:10 |
AndreasR | ?!?!?!?! | 07:11 |
AndreasR | oh my | 07:11 |
AndreasR | thanks - will check what this is | 07:12 |
wgrant | jfi: I've hopefully fixed the psensor bzr import, and I'm watching it bring itself up to date. | 07:25 |
wgrant | It'll be maybe another 20 minutes, though | 07:25 |
wgrant | jfi: You can always use apt-get source instead of bzr, though | 07:25 |
jfi | wgrant, Oo, it was due to my fault? Something wrong that I did in the past? (I have probably provided most of the update of lp:ubuntu/psensor) | 07:26 |
jfi | wgrant, yes, I did the debdiff for the ftbfs with apt-get source, just wanted to do it in bzr to speedup the push | 07:27 |
jfi | btw thanks | 07:27 |
wgrant | jfi: Yeah, your 0.6.2.19 branch back in quantal didn't use bzr merge-upstream, so the history isn't compatible with the importer. | 07:28 |
wgrant | Currently working through raring, so nearly there. | 07:28 |
jfi | ok, I will try to remember to use it in the future, sorry about that | 07:33 |
wgrant | jfi: Should be up to date now. You'll want a fresh branch. | 07:34 |
jfi | wgrant, yes, get it. Thanks. | 07:35 |
wgrant | np | 07:35 |
n00bnoxious | Hi is there someone who can help me with an issue sending a Qt project to Launchpad? | 08:33 |
n00bnoxious | Every time I get "Can't exec "qmake": No such file or directory" | 08:34 |
cjwatson | You're missing a Build-Depends. Where's the build log so that we can advise in detail? | 08:34 |
n00bnoxious | https://launchpadlibrarian.net/172186814/buildlog_ubuntu-precise-amd64.hirocoin_0.8.6.1-2_FAILEDTOBUILD.txt.gz | 08:34 |
n00bnoxious | I have qt4-dev-tools. Do I also need qtchooser? | 08:34 |
cjwatson | You need qt4-qmake | 08:36 |
n00bnoxious | I tried that and it said it could not find the package. I'll try again now. Thanks, I'll let you know how it turns out :) | 08:36 |
cjwatson | This has nothing really to do with Launchpad; you can reproduce exactly the same thing locally with sbuild. | 08:36 |
cjwatson | (Or pbuilder.) | 08:37 |
cjwatson | qt4-qmake is definitely available in precise. | 08:37 |
n00bnoxious | Ok thank you. This is the first time I've used launchpad, so still getting used to the process! | 08:37 |
n00bnoxious | Thank you very much. | 08:37 |
cjwatson | By the way, you really shouldn't be build-depending on lots of run-time libraries | 08:37 |
n00bnoxious | Yeah I guessed I messed up that stage. I followed a guide online. | 08:37 |
cjwatson | Normally Build-Depends contains -dev packages, not runtimes | 08:37 |
n00bnoxious | Aha I thought it should... | 08:37 |
cjwatson | And you probably don't actually need to micromanage the set of X libraries that are installed | 08:38 |
n00bnoxious | I'll start from scratch. | 08:38 |
n00bnoxious | How would I find the pseudo-package for them? | 08:38 |
cjwatson | Usually Build-Depends roughly corresponds to the set of tools you're using at build time, the set of #includes you're using, and the set of libraries you link against | 08:38 |
cjwatson | So start from that | 08:38 |
n00bnoxious | Thank you | 08:38 |
cjwatson | Generally it's good practice to build-depend on exactly the things your source code has a direct dependency on, no more no less | 08:39 |
cjwatson | (Though of course there are occasionally practical reasons to do otherwise) | 08:39 |
n00bnoxious | Yes that makes a lot of sense | 08:39 |
n00bnoxious | Absolutely | 08:39 |
cjwatson | Good luck :) | 08:40 |
n00bnoxious | If I run dpkg-depcheck on make will that show me all the build-depends? | 08:40 |
n00bnoxious | There is no configure file in the project | 08:40 |
cjwatson | dpkg-depcheck is sometimes useful but it's quite a crude tool | 08:40 |
n00bnoxious | Ah ok. Thanks. | 08:40 |
cjwatson | I mean, it's a neat idea, but it'll normally show far too much | 08:41 |
cjwatson | Though -m might help | 08:41 |
n00bnoxious | Ah I see. I'm actually just maintaining the PPA for a dev team, so I'm not 100% sure on what's necessary to include in build-depends. I'll try your suggestions :) | 08:41 |
cjwatson | If it's using qmake then there should be a .pro file or something like that | 08:41 |
n00bnoxious | Yes there is | 08:42 |
n00bnoxious | Ah I see | 08:42 |
n00bnoxious | All the LIBS+= lines | 08:42 |
n00bnoxious | That's very helpful! | 08:42 |
cjwatson | (disclaimer: very much not a qmake expert ...) | 08:43 |
n00bnoxious | @cjwatson: Looks like that's compiling now, and I've stripped the libs down to the bare minimum. Thanks so much for your help! | 10:34 |
cjwatson | You're welcome | 10:35 |
=== kitterma is now known as ScottK | ||
=== dpm is now known as dpm-afk | ||
j0lly | hello * i'm bit confused on how to manage code in launchpad, i hope somebody can point me on the right direction: | 15:09 |
j0lly | i have a launchpad account set up as of ubuntu docs | 15:10 |
j0lly | i would like to "fork" some project of other people.. | 15:11 |
j0lly | i can see the ppa of the user (team in this case) and the "+archive " | 15:12 |
j0lly | how can i copy some of those packages in one of my ppa and start working on it with bzr locally? | 15:13 |
dobey | PPAs are not repositories of source | 15:18 |
dobey | you can't "fork" a PPA or twiddle it with bzr | 15:18 |
n00bnoxious | Yes, you can download all the files that you need to manage a source repo though... | 15:19 |
n00bnoxious | Then push them using dput to your own repo after making changes. | 15:19 |
dobey | no, you can not | 15:19 |
dobey | you can download the source package, make changes, make a new source package, and upload it to a different PPA, sure | 15:20 |
dobey | but that has nothing to do with managing a source repo | 15:20 |
dobey | there is no VCS in that process | 15:20 |
dobey | j0lly: what exactly is it that you want to do? | 15:23 |
j0lly | i know i'm bit confuset, i try to explain more cleanly | 15:25 |
j0lly | what i exactly want to do is start to work on some packages from a particular ppa | 15:26 |
j0lly | on a team on launchpad | 15:26 |
dobey | you want to change the packages, or you want to change the source of what is being packaged? | 15:26 |
j0lly | as i'm new i would like to start forking them on my ppa (if is it correct) and work locally, then push to my ppa.. if all go well i would like to submit to the team where the package is hosted | 15:28 |
dobey | anyway, you should probably talk to the owner of the PPA to ask about how to contribute to the software hosted in that PPA | 15:28 |
j0lly | yes i would like to make some changes (in my fist particular case i would like to update from the upstream source ) | 15:29 |
dobey | we can't really tell you in here how specific people or teams prefer to manage their projects | 15:29 |
j0lly | dobey, surely i have to, but i thought it was a simple way to fork it just in order to practice on patching, updating and committing | 15:29 |
dobey | no. as i said, you do not fork, patch, or commit to PPAs | 15:30 |
dobey | they are PPAs, not branches | 15:30 |
j0lly | OK that sound illumiating :P | 15:30 |
dobey | anyway, i have to go now | 15:31 |
j0lly | so ppa are just "repository" i can download the source, but i cant branch it | 15:31 |
j0lly | ok, well thanks | 15:31 |
=== TRB143_ is now known as TRB13 | ||
brainwash | can launchpad comments be deleted? I accidentally added a comment to the wrong report (too many tabs) | 17:44 |
dobey | they can be hidden | 17:44 |
dobey | i think you should see the "Hide this comment" link at the bottom of your comment, if it's *your* comment | 17:45 |
brainwash | oh, thanks for the hint | 17:46 |
brainwash | last time I've tried that it simply did not work | 17:46 |
brainwash | months ago | 17:46 |
brainwash | now it did work :) | 17:47 |
=== WebbyIT is now known as rpadovani | ||
Z_God | it seems the repositories on the launchpad build servers are not up to date | 20:20 |
Z_God | I'm trying to build a new xorg-server which depends on the saucy enablement stack, but the build fails, because the other packages are not there | 20:20 |
Z_God | https://launchpadlibrarian.net/172272671/buildlog_ubuntu-precise-amd64.xorg-server-lts-saucy_2%3A1.14.5-1ubuntu2~saucy1~precise2ppa1~precise1_MANUALDEPWAIT.txt.gz | 20:21 |
Z_God | the build gets the status "Dependency wait" | 20:21 |
Z_God | could I solve this myself somehow? | 20:21 |
dobey | the builders are using the same archive as the rest of the world | 20:23 |
dobey | test your build locally in sbuild/pbuilder | 20:23 |
Z_God | but it's obviously missing a dependency that's from ubuntu itself | 20:25 |
Z_God | apt-cache show it's in the main repository | 20:25 |
Z_God | shows* | 20:26 |
Z_God | dobey: it works locally | 20:30 |
dobey | under sbuild? | 20:31 |
mordred | wgrant: ping | 20:32 |
Z_God | dobey: ah I think I see it already, these packages are in precise-updates | 20:39 |
Z_God | does that mean I should specify that as the distro to build against? | 20:39 |
dobey | no | 20:41 |
Z_God | you know whether it is possible to build against precise-updates on launchpad? | 20:43 |
dobey | precise-updates is part of precise | 20:43 |
dobey | so it should be looking at -updates too, not sure why it wouldn't be | 20:44 |
dobey | as a workaround, you should be able to copy the packages from -updates to your PPA on launchpad | 20:45 |
zonovroman | Hello everyone. I have one problem. Sometime ago I set as a maintainers my team (I thank) - "zTeam" team. But there is two teams with one name and in fact I gave all permissions to second, not mine, team. How I can chng maintainer? | 20:48 |
zonovroman | *change | 20:48 |
dobey | maintainer on your project? | 20:49 |
zonovroman | Yes. | 20:50 |
zonovroman | dobey, I am author, but set as maintainer not my team. | 20:51 |
dobey | what project? | 20:51 |
dpm | lp:zbird | 20:51 |
zonovroman | Thnk you, dpm. | 20:51 |
zonovroman | In fact, there are 5 projects with that setting...) | 20:52 |
dobey | can you not change the maintainer team to the right one? | 20:52 |
zonovroman | I can't | 20:53 |
zonovroman | I tried to change "Sharing", but Launchpad tell me: "Permission launchpad.Edit required on <security proxied lp.registry.model.product.Product instance at 0x2b82778b7e10>." | 20:54 |
dobey | i think you need to ask a question on https://answers.launchpad.net/launchpad | 20:54 |
zonovroman | Problem in what: this is the last day of Showdown, but in average one ticket to be solved in ~1 week. Too long. | 20:56 |
dpm | zonovroman, when you go to https://launchpad.net/zbird - do you get a small "Edit" icon next to the maintainer's name? | 21:00 |
zonovroman | dpm, no, there is no icon or text. | 21:01 |
dpm | zonovroman, you can try to contact the zTeam to set you as the maintainer for zbird: https://launchpad.net/~zteam/+members#active | 21:04 |
zonovroman | dpm, he did nothing and I'm not sure, that he will answer me today(UTC+4, Saint-Petersburg, 01:00). | 21:05 |
dpm | you can always try | 21:06 |
dpm | otherwise, you'll need to find a Launchpad admin to do that for you (i.e. change maintainer) | 21:07 |
dpm | but in any case, this shouldn't you preventing pushing to your branch as I showed you on #ubuntu-app-devel | 21:07 |
dobey | like i said, you need to ask a question against launchpad | 21:08 |
zonovroman | Thank you for advices. I'll do it. | 21:08 |
Z_God | dobey: seems the packages were for precise-proposed and maybe I got them through backports | 21:09 |
Z_God | I'm uploading another copy to my PPA now, thanks a lot for all the help! | 21:10 |
basketball | Why is my bug #1303230 still undecided | 22:21 |
ubot5 | bug 1303230 in linux (Ubuntu) "hp office jet 100 mobile printer will not show up in printer list and a bunch of errors when i connect printer and run tail -f /var/log/syslog" [Undecided,Confirmed] https://launchpad.net/bugs/1303230 | 22:21 |
wgrant | mordred: Hi | 23:43 |
mordred | wgrant: hey! I was pinging to see what lp's status on SSL was | 23:49 |
mordred | specifically, did you need to update, did you, and if you did, did you cycle cert yet? | 23:49 |
wgrant | mordred: Yes, yes, and the certs are all rekeyed. | 23:50 |
mordred | wgrant: awesome. thank you! | 23:50 |
mordred | wgrant: and thank you for being, you know, on top of things | 23:50 |
* mordred looks askance at other people | 23:50 | |
wgrant | :) | 23:51 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!