/srv/irclogs.ubuntu.com/2013/04/11/#ubuntu-motu.txt

=== sjw_ is now known as sjw
=== freeflyi1g is now known as freeflying
lfaraoneIf we upload a package with a target of precise-updates, will Launchpad DTRT?03:41
ScottKlfaraone: No.03:41
ScottKYou need to reupload it.  What package (I'll reject the -updates one for you)03:41
dtchen-proposed should be the target, no?03:41
ScottKYes03:41
ScottKAlso just precise will work now.03:41
dtchenyes, as I discovered to my chagrin :)03:42
lfaraoneScottK: please reject pithos from precise-updates03:42
ScottK(due to the change made for the development release to have everything land in -prposed)03:42
ScottKlfaraone: Done.03:42
ScottKGood night all.03:43
dtchennight!03:43
lfaraoneScottK: reuploaded to -proposed, thanks.03:43
=== geser_ is now known as geser
dholbachgood morning06:48
ESphynxgood morning dholbach :)06:54
dholbachhey ESphynx07:00
Laneyjtaylor: you asked sylvestre to file https://bugs.launchpad.net/ubuntu/+source/morse-simulator/+bug/1167229 ?11:30
ubottuLaunchpad bug 1167229 in morse-simulator (Ubuntu) "FeatureFreeze for Morse new upstream release " [Undecided,New]11:30
DamienCassouI would need some mentoring for making a great package out of a working one. I'm currently building a package for the Pharo IDE13:23
DamienCassousome people told me that ${shlibs: Depends} should find all the depencies but that does not work. So I'm looking for someone to help me fix that (and other problems)13:24
DamienCassouPPA is at https://launchpad.net/~cassou/+archive/pharo/ and packaging files and scripts  are at https://github.com/pharo-project/pharo-vm-ubuntu13:25
mitya57DamienCassou: there shouldn't be a space before "Depends" word13:26
DamienCassoumitya57: I know, but without a space I get a smiley ${shlibs:Depends}13:27
DamienCassou:-)13:27
mitya57:D13:28
* mitya57 looks at source in github13:28
DamienCassoumitya57: thank you13:28
mitya57DamienCassou: shlibs:Depends=libc6 (>= 2.3), libc6 (>= 2.3.6-6~), libfreetype6 (>= 2.2.1), libssl1.0.0 (>= 1.0.0) ← anything missing here13:47
mitya57?13:47
DamienCassouthe compilation should generate a vm-display-X11 file that depends on libGL1.so and libX11-6.so13:48
DamienCassoucan I remove the "libssl1.0.0" part of my 'Depends:' line?13:49
mitya57DamienCassou: you can, but it should work...13:50
mitya57DamienCassou: also, http://paste.ubuntu.com/5698510/13:51
mitya57maybe that's the reason13:51
DamienCassoumitya57: is there anything I can do about those?13:52
mitya57DamienCassou: which file is linked against libGL or libX11?13:56
DamienCassouthe generated vm-display-X1113:57
DamienCassoubuilt in the results/ directory13:57
mitya57DamienCassou: that file should be executable13:59
mitya57when I chmod +x it, I get13:59
mitya57shlibs:Depends=libc6 (>= 2.3), libc6 (>= 2.3.6-6~), libfreetype6 (>= 2.2.1), libgl1-mesa-glx | libgl1, libice6 (>= 1:1.0.0), libsm6, libssl1.0.0 (>= 1.0.0), libx11-614:00
DamienCassoumitya57: this file should not be executed by itself, it is just a .so14:00
DamienCassoumitya57: should I still set the execute bit?14:00
mitya57DamienCassou: I think yes, some other .so's in results dir are also executable14:01
DamienCassoumitya57: what is the best place to set this bit? override_dh_install?14:02
mitya57DamienCassou: well, dpkg-shlibdeps has this check:14:02
mitya57$obj->is_executable() or $obj->is_public_library()14:02
mitya57in your case the latter should be true, but for some reason isn't14:03
mitya57let me investigate14:03
DamienCassoumitya57: could it be because the extension .so is not there?14:03
mitya57DamienCassou: ah of course14:04
mitya57yes, so please either add an extension or set executable bit14:04
mitya57the *best* place to do that is upstream14:05
DamienCassouI will see if the project still works when the extension if present14:05
DamienCassous/if present/is present/14:05
mitya57but otherwise you can do that in override_dh_auto_install or as a patch for upstream buildsystem14:05
DamienCassouI have a maintainer of the upstream project next door, I will send him a list of bug reports as soon as I found them14:06
mitya57by the way, did you see a list of lintian warnings?14:06
mitya57let me paste here some (these are actually errors, not warnings)14:07
mitya57E: pharo-vm source: ancient-autotools-helper-file platforms/unix/config/config.sub 2002-09-0514:07
mitya57^ x414:08
mitya57E: pharo-vm: embedded-library usr/lib/pharo-vm/pharo: pcre314:08
mitya57E: pharo-vm: embedded-library usr/lib/pharo-vm/pharo: libjpeg14:08
mitya57E: pharo-vm: possible-gpl-code-linked-with-openssl14:08
DamienCassoumitya57: fixing them is on my todo list and they are also part of the reasons why I need a mentor14:08
DamienCassoumitya57: do you volunteer in keeping on helping me?14:09
mitya57DamienCassou: no, sorry (lack of time), but feel free to ask questions when I'm here14:09
DamienCassouthank you anyway14:10
mitya57when I am not, there are other people here who can help14:10
DamienCassouI made progress14:10
gotwighey14:20
gotwigwhat about linux 3.9 and nvidia-319 in Ubuntu 13.04. Is it possible, out of the box?14:21
gotwigshadeslayer: hey there14:24
shadeslayerhi gotwig14:26
gotwigshadeslayer: do you know if nvidia-319 is going to come to ubuntu 13.04?14:26
shadeslayernope14:26
shadeslayerprobably #ubuntu-x knows14:27
jtaylorLaney: re morse, well I saw a jump from 0.6alpha to 1.0.1 and said that probably needs a ffe14:28
jtaylorI don't know the software14:28
Laney 678 files changed, 28058 insertions(+), 20124 deletions(-)14:35
LaneyI wonder ...14:36
=== almaisan-away is now known as al-maisan
=== al-maisan is now known as almaisan-away
=== chilicuil is now known as chilicuil_away
=== highvolt1ge is now known as highvoltage
=== almaisan-away is now known as al-maisan
=== al-maisan is now known as almaisan-away
=== 77CAAVMF2 is now known as TheDrums
lfaraoneRAOF: I finally uploaded a minimal SRU to precise-proposed for pithos for LP 988395, apologies for the delay20:46
ubottuLaunchpad bug 988395 in pithos (Ubuntu Precise) "Pandora v34 API Update Required" [High,In progress] https://launchpad.net/bugs/98839520:46
=== chilicuil_away is now known as chilicuil

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