=== jayne_ is now known as jayne === nolsen is now known as GabeN === GabeN is now known as nolsen [09:30] Good morning. [10:32] i dont remember who said in here, that from 16.04 on the unity launcher could be moved to the bottom: https://code.launchpad.net/~feng-kylin/unity/unityshell-rotated-kylin/+merge/281182 the patch is still pending and needs review. so i dont think its done yet. and i dont think it will be done === Fritigern is now known as Fritigern_AFK === ChibaPet is now known as TwistedFruit [17:28] Need Help. How shd this be solved [17:28] root@Ubuntu1604:/home/nitesh/libvirt# apt-get install glibtoolize libtoolize [17:28] Reading package lists... Done [17:28] Building dependency tree [17:28] Reading state information... Done [17:28] E: Unable to locate package glibtoolize [17:28] E: Unable to locate package libtoolize [17:29] nitesh`: do "sudo apt update" and it should fix it [17:29] apt-get update first? check actual repository content either directly [17:29] or with aptitude or something? [17:29] !info glibtoolize [17:29] Package glibtoolize does not exist in xenial [17:29] !info libtoolize [17:29] Package libtoolize does not exist in xenial [17:29] Ooh, that's going to be convenient. [17:29] nitesh`: well nevermind, I guess they aren't in Xenial [17:29] !info zfs-initramfs [17:29] zfs-initramfs (source: zfs-linux): Native OpenZFS root filesystem capabilities for Linux. In component universe, is extra. Version 0.6.5.3-0ubuntu5 (xenial), package size 3 kB, installed size 19 kB [17:30] TwistedFruit: ;) [17:33] tsimonq2, TwistedFruit : I did apt-get update , but it seems nothing has changed. Same error [17:35] tsimonq2: So If I need glibtoolize and libtoolize. How do i get them in xenial? [17:38] nitesh`: You might apt-get source glibtoolize and see if it'll build for you on xenial. [17:39] nitesh`: That is, apt-get source foo on a box where it's shipped, and then move the result over. [17:39] okay [17:39] You might also see what apt-get build-deps on the supported system says is required to build it, and then install those on xenial. [17:40] anyway, bbl! [17:40] bbl? [17:40] "be back later" [17:40] cool [17:43] !info glibtoolize wily [17:43] Package glibtoolize does not exist in wily [17:43] !info glibtoolize trusty [17:43] Package glibtoolize does not exist in trusty [17:49] !info glibtoolize wily [17:49] Package glibtoolize does not exist in wily [17:50] tsimonq2: ubottu returns result as if we hv executed command on wily? [17:51] nitesh`: if it doesn't show up, it does not exist in wily [17:51] !info glibtoolize vivid [17:51] Package glibtoolize does not exist in vivid [17:51] !info glibtoolize precise [17:51] Package glibtoolize does not exist in precise [17:51] nitesh`: those packages probably don't exist then' [17:51] tsimonq2: Nice! didnt know abt it :-) [17:53] nitesh`: you might also want to check packages.ubuntu.com [17:55] tsimonq2,: So if glibtoolize is not here http://packages.ubuntu.com/xenial/allpackages , it means its not available for xenial right? [17:59] nitesh`: yes :) [17:59] nitesh`: I would also check the Debian packages [18:00] nitesh`: https://www.debian.org/distrib/packages [18:00] nitesh`: if it's in Debian, it just needs to be synced [18:00] nitesh`: and if it isn't, you are SOL [18:01] nitesh`: unless you can find the source on GitHub or something [18:03] nitesh`: either way, good luck :)\ [18:10] tsimonq2: Thnx [18:10] Is it possible that package glibtoolize has a different name in Ubuntu1604 [18:11] !info libtool [18:11] libtool (source: libtool): Generic library support script. In component main, is optional. Version 2.4.2-1.11 (xenial), package size 176 kB, installed size 807 kB [18:11] that's it! [18:11] as per http://stackoverflow.com/questions/15062667/neither-libtoolize-nor-glibtoolize-could-be-found [18:12] nitesh`: ^ [18:12] Yup [18:12] I hv already read that link [18:12] and done that [18:13] nitesh`: what is the output? does it install correctly? [18:13] tsimonq2: Yes [18:13] nitesh`: well what are you trying to do? [18:14] I m trying to run ./autogen.sh in Ubuntu 1604, which is giving me dependency issues [18:15] nitesh`: which package? [18:15] nitesh`: and have you tried sudo apt -f install ? [18:16] nitesh`: as in, what are you trying to compile? [18:16] I m trying to complie an open source project which I had git cloned. On doing ./autogen I am getting these errors [18:17] running bootstrap... [18:17] ./bootstrap: 424: ./bootstrap: autoconf: not found [18:17] ./bootstrap: Error: 'autoconf' not found [18:17] ./bootstrap: 424: ./bootstrap: automake: not found [18:17] ./bootstrap: Error: 'automake' not found [18:17] ./bootstrap: 221: ./bootstrap: autopoint: not found [18:17] ./bootstrap: Error: 'autopoint' not found [18:17] ./bootstrap: Error: perl module 'XML::XPath' not found [18:17] ./bootstrap: 221: ./bootstrap: pkg-config: not found [18:17] ./bootstrap: Error: 'pkg-config' not found [18:17] ./bootstrap: 221: ./bootstrap: xsltproc: not found [18:17] ./bootstrap: Error: 'xsltproc' not found [18:17] ./bootstrap: Please install the prerequisite programs [18:17] !info autoconf [18:17] autoconf (source: autoconf): automatic configure script builder. In component main, is optional. Version 2.69-9 (xenial), package size 313 kB, installed size 1861 kB [18:17] !info automake [18:17] automake (source: automake-1.15): Tool for generating GNU Standards-compliant Makefiles. In component main, is optional. Version 1:1.15-1ubuntu1 (xenial), package size 499 kB, installed size 1484 kB [18:17] !info autopoint [18:17] autopoint (source: gettext): The autopoint program from GNU gettext. In component main, is optional. Version 0.19.6-1ubuntu1 (xenial), package size 394 kB, installed size 452 kB [18:17] So i m installing them one by one now [18:17] yeah [18:20] nitesh`: did it work? [18:21] tsimonq2: Trying apt-get install one by one [18:21] tsimonq2: running bootstrap... [18:21] ./bootstrap: Error: perl module 'XML::XPath' not found [18:21] ./bootstrap: Please install the prerequisite programs [18:21] Failed to bootstrap, please investigate. [18:21] !info XML::XPath [18:21] Package XMLXPath does not exist in xenial [18:23] tsimonq2: Btw the soln to my original query was to install libtool instead of libtoolize or glibtoolize, as both are provided by libtool. Right? [18:41] Any1? [18:45] Update: apt-get install libxml-xpath-perl worked [18:46] nitesh`: yay :) [18:46] tsimonq2: :-) [18:46] nitesh`: so is it fixed? [18:53] tsimonq2: yes :-) [18:58] yay, cool :D [19:04] !info glib-compile-schemas [19:04] Package glib-compile-schemas does not exist in xenial [19:10] !info glib-compile-schemas wily [19:10] Package glib-compile-schemas does not exist in wily === truexfan81_ is now known as truexfan81