hggdh | wxl: perhaps this bug is not for Ubuntu? | 00:45 |
---|---|---|
hggdh | I will try to hav a look | 00:45 |
hggdh | wxl: I cannot even find this bug on LP | 00:47 |
tsimonq2 | hggdh: We had a conversation over at #phillw. This bug is for Lubuntu. It was filed by Phill Whiteside | 00:47 |
tsimonq2 | hggdh: Maybe it wasn't filed right on Phill's part | 00:47 |
hggdh | or, indeed, it was not filled as an Ubuntu bug. If it is not Ubuntu, or if it is a security bug, we will not be able to deal with it | 00:48 |
tsimonq2 | ok | 00:48 |
tsimonq2 | wxl: Have a look | 00:48 |
sbeattie | wxl, tsimonq2: it's not a private security bug for ubuntu. | 00:50 |
sbeattie | hggdh: ^^ | 00:50 |
hggdh | sbeattie: ack | 00:51 |
hggdh | sbeattie: and hi, long time :-) | 00:51 |
sbeattie | hggdh: hey, how are you? | 00:51 |
hggdh | life is good... but sometimes - sometimes - I miss the fun | 00:51 |
=== G_ is now known as G | ||
=== G is now known as 32NAAFIPE | ||
=== 32NAAFIPE is now known as G | ||
=== meetingology` is now known as meetingology | ||
hotarun | is libzip2 not in the repo or is it just my system? | 18:30 |
hotarun | in 15.10 | 18:30 |
wxl | !info libzip2 | 18:32 |
ubot5 | libzip2 (source: libzip): library for reading, creating, and modifying zip archives (runtime). In component universe, is optional. Version 0.11.2-1.2 (vivid), package size 37 kB, installed size 116 kB | 18:32 |
wxl | !info libzip2 wily | hotarun | 18:32 |
ubot5 | hotarun: Package libzip2 does not exist in wily | 18:32 |
hotarun | it's a dependency for an application I need | 18:33 |
hotarun | can I use another package | 18:33 |
wxl | you could compile it yourself | 18:33 |
wxl | you can also see it's in vivid | 18:34 |
wxl | (and trusty for that matter) | 18:34 |
wxl | it's possible it may be out come release of wily, but you'd have to check with the maintainer | 18:34 |
hotarun | can I install it from the vivid repo | 18:34 |
wxl | not without risking some breakage | 18:34 |
hotarun | ok | 18:35 |
hjd | Looks like it should be in Wily though https://launchpad.net/ubuntu/+source/libzip/1.0.1-0ubuntu1 *scratches head* | 18:35 |
hotarun | yeah it's weirdf | 18:35 |
* hjd is booting a wily vm | 18:36 | |
wxl | hm actually that is strange | 18:36 |
wxl | ah ha! | 18:36 |
wxl | it is | 18:36 |
wxl | !info libzip4 wily | 18:36 |
ubot5 | libzip4 (source: libzip): library for reading, creating, and modifying zip archives (runtime). In component universe, is optional. Version 1.0.1-0ubuntu1 (wily), package size 44 kB, installed size 118 kB | 18:37 |
wxl | it's just not libzip2 anymore | 18:37 |
hotarun | oh ok | 18:37 |
hotarun | but it's the same thing | 18:37 |
wxl | yep should work | 18:38 |
hjd | Hm... check the changelog on the page I linked to. One of the things mentioned is this "libzip soname change (libzip2 -> libzip4)." | 18:38 |
hjd | So I guess that might be it? | 18:38 |
wxl | +1 hjd | 18:38 |
hotarun | ok so I got this so I could install the a .deb, and it still asks for libzip2 | 18:39 |
hotarun | should I change the depends to libzip4 | 18:39 |
wxl | i'm frankly totally unclear why it's called libzipđť‘› at allconsidering the version is 1-something | 18:40 |
hotarun | thanks for the help guys | 18:40 |
hotarun | gonna talk to some mgba people | 18:41 |
hjd | possibly the dependency should be "libzip4 | libzip2" so that it will work on all releases. | 18:41 |
hjd | I do share wxl's confusing regarding the package name, but I don't really know this at all so there might be a logical explanation... | 18:42 |
hjd | *confusion | 18:42 |
wxl | the soname SHOULD track the version | 18:42 |
* wxl shrugs | 18:43 | |
wxl | i mean it usually does at least | 18:43 |
njin | hallo friends, what have I to install to have the trace for this libraries ? | 19:15 |
njin | #4 0x00007f3483200096 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 | 19:16 |
njin | No symbol table info available. | 19:16 |
njin | #5 0x00007f3483e13093 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 | 19:16 |
njin | No symbol table info available. | 19:16 |
njin | meaning the dgb or dbgsym packages | 19:17 |
hjd | njin: Hello. Which package is the crashing one? Might be easiest to find it through the dependencies. | 19:24 |
njin | hjd Hello, is unity-panel-service | 19:29 |
njin | hjd opr better, unity-services | 19:30 |
njin | https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1499502 | 19:31 |
ubot5 | Ubuntu bug 1499502 in unity (Ubuntu) "unity-panel-service crashed with SIGABRT in g_assertion_message()" [Undecided,New] | 19:31 |
hjd | njin: I'm guessing libgtk-3.so.0 is https://launchpad.net/ubuntu/+source/gtk+3.0, so that would probably be libgtk-3-0-dbg | 19:32 |
njin | hjd: yes, thanks for the help, now i try to find libgio-2 | 19:35 |
hjd | When I think about it, if you run `dpkg -S /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0` it will tell you which package the file belongs to. This one pointed to libglib2.0-0, which I looked up in the package search (http://packages.ubuntu.com/wily/libglib2.0-0), and the corresponding debug package would be libglib2.0-0-dbg (https://launchpad.net/ubuntu/+source/glib2.0) | 19:36 |
njin | hjd...no luck with libgiio, any hint ? | 19:36 |
njin | libgio-2 | 19:37 |
njin | hjd:^^ | 19:37 |
njin | I read just now above.. | 19:38 |
njin | hjd: thanks again, i copied down your hint. Best regards | 19:39 |
hjd | You're welcome :) | 19:40 |
tsimonq2 | does anybody know of a really easy bug that I can fix? something like a typo? I am working with wxl to get used to the tools and it would be great if I could have a simple one to test it on | 23:02 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!