[01:54] I've noticed a rash of bug reports lately where grub-efi fails to install because it depends on a version of grub-efi-amd64 that was superseded during raring development, and is newer than the version of grub2-efi that is present in the quantal, which is being installed. anyone have a clue as to how the hell this could be? [02:02] can't install postgresql 9.2 on raring? really? [02:06] Snow-Man: That would suck... [02:06] Hrm? [02:06] It's not in raring at all, is it? How does that "suck"? [02:07] I'm mistaken, I thought 9.2 came out earlier than it appears that it did. [02:07] meh [02:07] the issue is this postgresql-common foolishness. [02:08] Feel free to ask pitti when he intends to transition Ubuntu (and Debian) to 9.2, but 9.1 is what we're shipping right now. [02:08] the problem is that the packages on apt.postgresql.org won't work because he added a 'Breaks' against logrotate >= 3.8 [02:09] presumably because the package doesn't do the right thing w/ it [02:09] * Snow-Man is not impressed [02:09] Snow-Man: I'm inclined to say that apt.postgresql.org is wildly out of scope for this channel. [02:09] infinity: bah, #postgresql-apt was overly quiet. :) [02:10] and pitti, who manages both (along w/ Myon) isn't in #postgresql-apt, so I tend to discuss such things w/ him here. [02:10] apt.psql.org doesn't mention pitti at all under contacts... [02:11] eh, blame magnush [02:11] Anyhow, it also doesn't have builds for >> precise, so I suspect there's a bit of "get to keep both pieces" going on here. [02:12] Or, you can report the issues to them. Not much help to discuss it here. [02:12] yes, I shall discuss it with them and point out this is why we *should* having PG packages for all of the Ubuntu releases, not just LTS. [02:13] Well, it would be nice if experimental and a PPA were kept up-to-date, instead of some strange outside apt repo, but meh. [02:14] they deprecated the PPA in favor of the "official" apt.p.o, actually [02:15] which works for me, tbh, tho I could see how some might prefer it the other way. [02:15] I don't use either, I just wonder why people don't like to leverage existing resources. [02:21] IIRC, pitti has a PPA that he generally keeps up to date. [02:24] ... and that's the one which is supposed to be deprecated by apt.p.o existing. [02:32] Right. [02:33] In pitti's PPA he did provide packages for all releases. Looks like they are just doing the LTS releases. [02:33] That's definitely the place to complain. === Kk2 is now known as kk2 [08:03] kirkland_, roaksoax: you guys can't ignore me forever === sraue_ is now known as sraue [13:06] https://bugs.launchpad.net/ubuntu/+source/lsb/+bug/1035136 [13:06] Launchpad bug 1035136 in lsb (Ubuntu) "install_initd crashed with SyntaxError in __main__: invalid syntax" [Low,Confirmed] [13:09] I find that "/usr/lib/lsb/initdutils.py" is a python 2 script ... [13:09] binary package concerned is lsb-core [13:27] maxiaojun, python2 was still the default in 12.10 so it shouldnt matter [13:29] InterpreterPath: /usr/bin/python3.2mu [13:29] ProcCmdline: /usr/bin/python3 /usr/lib/lsb/install_initd /etc/init.d/logmein-hamachi [13:29] from the bug report [13:31] head install_initd [13:31] gives #! /usr/bin/python3 on raring at least [13:32] and install_initd imports initdutils [13:34] well, feel free to fix it then :)( [13:38] i can run 2to3, but not savvy enough to verify whether the whole lsb stuff is working afterwards [13:39] and i do not have quantal box [13:40] use a cheoor ;) [13:40] *chroot [13:45] dummy question, is it considered better to link a branch rather than submit a patch ? [13:53] infinity, i see some very weird behavior of copy_exec with the ubuntu-touch-generic-initrd package .... comparing https://launchpadlibrarian.net/143820277/buildlog_ubuntu-saucy-armhf.ubuntu-touch-generic-initrd_0.5_UPLOADING.txt.gz with http://paste.ubuntu.com/5813896/ does not seem to take the linked adbd libs into account [14:07] ok, all the files in /usr/lib/lsb is in python2 ... [14:08] but install_initd lsbinstall remove_initd has #! /usr/bin/python3 [14:10] can Matthias Klose make a working change to python 3? [14:28] maxiaojun: so you want /usr/bin/python to point to python3? [14:29] absolutely not [14:29] maybe you can clarify your question then [14:29] i want lsb package be correctly ported to python 3 [14:30] doesn't lsb mandate python2? (not sure here) [14:30] if you don't mind, install "lsb" package and check /usr/lib/lsb [14:31] the interface to lsb scripts is identical no matter whether it's python2 / 3 [14:31] you will find that all scripts under /usr/lib/lsb/ is in Python 2(contains print statement not print function, for example) [14:31] the lsb python modules are considered private, aren't they? [14:31] oh [14:31] but install_initd lsbinstall remove_initd [14:32] all have "#! /usr/bin/python3" at the beginning while initdutils.py doesn't specify [14:32] initdutils.py sounds like a module, not a script [14:32] maxiaojun, is that the quantal binary ? [14:33] * ogra_ is pretty sure slangasek only ported lsb to py3 in saucy [14:33] IIRC we ported it earlier [14:33] i'm on raring but i guess quantal is almost identical in this issue [14:33] it was the thing we ported, to get python3 on the CD [14:33] tumbleweed, well, the changelog disagrees [14:33] http://changelogs.ubuntu.com/changelogs/pool/main/l/lsb/lsb_4.0-0ubuntu27/changelog [14:33] it was ported and reverted at least once [14:33] ah, reaverted [14:34] * Use python3 instead of python2 (again). at version ubuntu22 [14:34] 4.0-0ubuntu13 (oneiric) [14:34] before quantal [14:35] lsb (4.0-0ubuntu22) quantal; urgency=low [14:38] the end result is that scripts in /usr/lib/lsb just won't at all, crash at startup [14:38] just won't work [14:39] right, so they may need to be ported to python3 [14:39] but clearly nobody else is using them [14:40] not even us :) [14:40] so i only noticed this through this bug: https://bugs.launchpad.net/ubuntu/+source/lsb/+bug/1035136 [14:40] Launchpad bug 1035136 in lsb (Ubuntu) "install_initd crashed with SyntaxError in __main__: invalid syntax" [Low,Confirmed] [14:41] i do not use any lsb software, but i guess we shouldn't close the door [14:42] yeah, definitely worth fixing (since lsb-core is in main) but given that nothing in ubuntu is using lsb-core by default thats not really high prio [14:43] can we guarantee that /usr/bin/python points to python 2 in quantal and raring [14:44] definitely in quantal [14:44] * ogra_ forgot about raring [14:44] we're pretty sure that /usr/bin/python isn't going to point to python3 ever [14:45] the thought seems to be that python4 will be around before 2 goes away, or something like that [14:45] by default :-) [14:45] yes, i actually wonder whether raring has python 2 pre-installed [14:46] if we do have python 2, then let the scripts declare themselves as python 2 and problem solved [14:49] "The Ubuntu 13.04 image continues this process, although we will not be able to convert everything to Python 3 for Ubuntu 13.04 final image." === emma is now known as em [15:14] anyone have an idea whether python 2 is pre-installed on raring? [15:24] For clarity: /usr/bin/python will point to python2.7 for the foreseeable future (not python2, although /usr/bin/python2 also exists). === kk2 is now known as Kk2 [15:51] if it is there for raring, then just change the shebang may be sufficent for the bug. for saucy you seem to introduce lsb 4.1, then it is good chance to root fix this issue also [17:53] ogra_: Weird... === francisco is now known as Guest27161 [20:56] hm [20:56] i guess i'll google this myself [20:56] but how do i build -dbgsym packages myself? [20:58] a normal package built with DEB_BUILD_OPTIONS=nostrip will be the same [20:58] you may want to use "nostrip noopt" to disable optimization [20:59] no, i'm benchmarking, not debugging :) [20:59] ah i just install pkg-create-dbgsym and i get ddebs by magic? [21:02] although... [21:03] apache2 appears to be trying to build a -dbg package anyway [21:03] but for some reason it's not appearing [21:08] oh, rules stuff that prevents it from being built === Nisstyre-laptop is now known as Nisstyre