/srv/irclogs.ubuntu.com/2015/07/09/#launchpad.txt

lifelessheh00:19
=== anthonyf is now known as Guest97002
Cerealkillerhello,i need some help16:39
Cerealkillerhttp://pastebin.ubuntu.com/11849659/16:40
Cerealkilleri get some warnings on running apt-get update16:40
tewardCerealkiller: usually that's an indicator those PPAs don't support that release16:40
cjwatsonCerealkiller: You'll need to contact the owners of those PPAs.16:40
Cerealkillercan't i just remove them?16:40
cjwatsonLaunchpad just provides the hosting, not the content.16:40
cjwatsonOr that, if you prefer.16:40
Cerealkillerespecially the last two of them16:40
Cerealkilleri meant the last of them*16:41
tewardCerealkiller: you can, yes.  http://askubuntu.com/questions/307/how-can-ppas-be-removed16:41
Cerealkillerteward, thank you ! :)16:41
tewardCerealkiller: you should remove the two PPAs that're triggering 404s, and/or contact the PPA maintainers16:41
Cerealkillermay i ask how can i get the ppa from a link?16:50
Cerealkilleror how can i get a ppa if it gives me an error,so i can uninstall it?16:50
dobeyhttp://ppa.launchpad.net/jconti/recent-notifications/ubuntu/dists/vivid/main/binary-i386/Packages16:51
dobeythat would be ppa:jconti/recent-notifications16:52
Cerealkillerthank you,i get it now16:52
tytelwgrant: thanks for the help the other day! I'm pretty sure that worked.17:57
tytelWell hopefully it did because I released the beta yesterday: http://tytel.org/helm17:58
tytelI do have some people downloading the package from launchpad and running into a dependency issue17:59
tytel helm depends on libstdc++6 (>= 4.9); however:  Version of libstdc++6:amd64 on system is 4.8.4-2ubuntu1~14.04.17:59
tyteldoes anyone know if there's a way to depend on an older version of libstdc++6?18:00
dobeyfix your code to compile against the older version?18:04
dobeyand fix the deps in debian/control to reflect the correct thing18:04
dobeyoh, it's an lv2?18:05
dobeyah, and you've only built it for vivid18:07
dobeytytel: so the problem is you only have one build for one version of ubuntu, and you try to use that to support all versions of linux systems, it seems18:11
tyteldobey: yea, this is my first real linux packaging. i'm doing bad things huh18:12
dobeywell, you can't support all supported versions of ubuntu with a single build that was built on the latest version. you will end up with issues like the one you just described :)18:14
tyteldobey: how do people normally package something so it works on all linux distros?18:14
tyteldobey: i thought that might be the case. i guess i was in denial18:14
dobeytytel: there is basically no way to provide a single binary package that works everywhere18:14
tyteldobey: :(18:14
dobeytytel: on the other hand, i've got a ppa where i've set up automated builds of various audio tools on linux, so i'll be adding helm builds to that ppa as well. :)18:18
tyteldobey: awesome! :D18:18
tyteldobey: so if i build versions for a bunch of ubuntu versions, i still have to go build it for other distros as well?18:18
tyteldobey: how do people normally manage that? sounds complicated18:19
dobeyyeah. you can't build it on ubuntu and expect it to work on fedora, suse, etc…18:20
tytelsorry if these questions are really uninformed..18:20
dobeymost people don't deal with it. they just build for whatever they use18:20
dobeyand ignore the rest18:20
dobeyor they just build a statically linked binary and just distribute a tarball, or something similar18:21
dobeyor like steam for example, ship their own versions of all the dynamic libs they need, installed in a special location.18:21
tyteldobey: woah, didn't know that about steam18:25
cjwatsonOr they build for something really old and have conservative library dependencies that don't break backward-compatibility a whole lot18:25
cjwatsonBuilding on old and running on new has a better track record than vice versa18:26
dobeyyeah18:27
dobey"target the oldest supported version of whatever you wish to support" is generally the option that gives you the greatest level of support on that target platform18:28
tyteldobey cjwatson: thanks for the input :)18:39
pepeehow come comments in the system don't have anchor tags?20:47
dobeyin which system?20:52
pepeelaunchpad20:52
dobeybugs? merge proposals?20:53
pepeeI haven't found a way of showing a comment in its context20:53
dobeythey have direct links20:53
dobeyit's just the way it was made i guess. i don't know if there is a bug open about it though20:53
pepeeguess I'll ask in -dev20:54

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