[05:15] hi === murii is now known as Murii [09:23] Yes [20:28] I'm finding dependencies on Lubuntu 17.04 are broken or wrong version against package repository, and I can't repair and can't builld (even with ignore) [20:29] specifics are usually helpful [20:31] Trying to install webscreensaver which requires gtk3 and feeds back and error on dependancies saying it needs another dependency. When I got to install the dependancy it requires me to repair it but when you repair it it says there is a version conflict [20:31] *feeds back an error [20:31] libpng12-dev is one example of the problem [20:32] candidate version from package lbpng12-dev has no candidate [20:32] !info webscreensaver [20:32] Package webscreensaver does not exist in artful [20:32] but thats the package I need for webkit to be installed for webscreensaver [20:32] oh wait, you said 17.04. you're on zesty [20:32] yes [20:32] !zesty [20:32] Ubuntu 17.04 (Zesty Zapus) was the 26th release of Ubuntu. Support ended on January 13th, 2018. See !eol and https://lists.ubuntu.com/archives/ubuntu-announce/2018-January/000228.html [20:32] ^^^ note it's not supported [20:32] not too long ago [20:32] !info webscreensaver zesty [20:32] Package webscreensaver does not exist in zesty [20:33] ^^^ and also note webscreensaver isn't in the repos [20:33] so where did you get it? [20:33] webscreensaver is a git repository [20:33] it uses Python [20:33] python calls for gtk3 [20:33] gtk3 dependancies call for libpng12-dev [20:34] where are you installing python and gtk3 from? [20:34] but libpng12-dev requires a repair because of version issues [20:34] also i'm pretty sure python itself does not require gtk3 [20:34] default [20:34] so how are you installing this? [20:35] webscreensaver requires gtk3 [20:35] apt-get [20:35] maybe a link to webscreensaver's installation instructions might be useful [20:35] https://github.com/lmartinking/webscreensaver [20:36] i will say the short answer is that you're asking for support with an unsupported version on a piece of software that is also unsupported. in general, you'd probably get better help via the people thta created the software [20:36] wxl: it seems I don't have a paddle [20:36] I was just trying to get over this repair conflict issue [20:37] yeesh they don't even provide actual instructions [20:37] yea [20:37] so tell me all of the commands you typed to resolve these dependencies [20:37] I'll note that the Zesty repos have been moved away already too. [20:37] apt-get --fix-missing [library] [20:38] apt-get download [20:38] so to install python you used that? [20:38] apt-get build -dep [20:38] apt-get install [20:38] apt-get -f install [20:38] to install python i used apt-get install python [20:39] python is installed correctly [20:39] 2.7 is current version [20:39] ok [20:39] what about the 3 other dependencies? [20:39] The gtk3 gives a not found [20:40] gi.require_version('Gtk', '3.0') not found [20:40] !info libgtk-3-0 zesty [20:40] libgtk-3-0 (source: gtk+3.0): GTK+ graphical user interface library. In component main, is optional. Version 3.22.11-0ubuntu3 (zesty), package size 2614 kB, installed size 10110 kB [20:40] although if your'e compiling you probably want: [20:40] !info libgtk3-dev [20:40] Package libgtk3-dev does not exist in artful [20:40] oopsie [20:40] !info libgtk3-dev zesty [20:40] Package libgtk3-dev does not exist in zesty [20:40] oh heh [20:41] !info libgtk-3-dev zesty [20:41] libgtk-3-dev (source: gtk+3.0): development files for the GTK+ library. In component main, is optional. Version 3.22.11-0ubuntu3 (zesty), package size 873 kB, installed size 10875 kB [20:41] running it against itself gives a version conflict. 1 sec [20:41] but it does seem according to krytarik, that the repos are gone [20:41] so ymmv [20:41] again, unsupported release [20:42] http://archive.ubuntu.com/ubuntu/dists/ [20:42] see no zesty there [20:42] so you're probably not going to be able to do much [20:42] when installed it returns 3.22.25-ubuntu.1 [20:42] ok [20:43] ty [20:43] it is in old releases http://old-releases.ubuntu.com/ubuntu/dists/ [20:44] ok thanks. I will try to upgrade to supported version