/srv/irclogs.ubuntu.com/2016/01/16/#ubuntu+1.txt

=== jayne_ is now known as jayne
=== nolsen is now known as GabeN
=== GabeN is now known as nolsen
lordievaderGood morning.09:30
k1l_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 done10:32
=== Fritigern is now known as Fritigern_AFK
=== ChibaPet is now known as TwistedFruit
nitesh`Need Help. How shd this be solved17:28
nitesh`root@Ubuntu1604:/home/nitesh/libvirt# apt-get install glibtoolize libtoolize17:28
nitesh`Reading package lists... Done17:28
nitesh`Building dependency tree17:28
nitesh`Reading state information... Done17:28
nitesh`E: Unable to locate package glibtoolize17:28
nitesh`E: Unable to locate package libtoolize17:28
tsimonq2nitesh`: do "sudo apt update" and it should fix it17:29
TwistedFruitapt-get update first? check actual repository content either directly17:29
TwistedFruitor with aptitude or something?17:29
tsimonq2!info glibtoolize17:29
ubottuPackage glibtoolize does not exist in xenial17:29
tsimonq2!info libtoolize17:29
ubottuPackage libtoolize does not exist in xenial17:29
TwistedFruitOoh, that's going to be convenient.17:29
tsimonq2nitesh`: well nevermind, I guess they aren't in Xenial17:29
TwistedFruit!info zfs-initramfs17:29
ubottuzfs-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 kB17:29
tsimonq2TwistedFruit: ;)17:30
nitesh`tsimonq2, TwistedFruit : I did apt-get update , but it seems nothing has changed. Same error17:33
nitesh`tsimonq2:  So If I need glibtoolize and libtoolize. How do i get them in xenial?17:35
TwistedFruitnitesh`: You might apt-get source glibtoolize and see if it'll build for you on xenial.17:38
TwistedFruitnitesh`: That is, apt-get source foo on a box where it's shipped, and then move the result over.17:39
nitesh`okay17:39
TwistedFruitYou 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:39
TwistedFruitanyway, bbl!17:40
nitesh`bbl?17:40
TwistedFruit"be back later"17:40
nitesh`cool17:40
tsimonq2!info glibtoolize wily17:43
ubottuPackage glibtoolize does not exist in wily17:43
tsimonq2!info glibtoolize trusty17:43
ubottuPackage glibtoolize does not exist in trusty17:43
nitesh`!info glibtoolize wily17:49
ubottuPackage glibtoolize does not exist in wily17:49
nitesh`tsimonq2: ubottu returns result as if we hv executed command on wily?17:50
tsimonq2nitesh`: if it doesn't show up, it does not exist in wily17:51
tsimonq2!info glibtoolize vivid17:51
ubottuPackage glibtoolize does not exist in vivid17:51
tsimonq2!info glibtoolize precise17:51
ubottuPackage glibtoolize does not exist in precise17:51
tsimonq2nitesh`: those packages probably don't exist then'17:51
nitesh`tsimonq2: Nice! didnt know abt it :-)17:51
tsimonq2nitesh`: you might also want to check packages.ubuntu.com17:53
nitesh`tsimonq2,: So if   glibtoolize is not here http://packages.ubuntu.com/xenial/allpackages  , it means its not available for xenial right?17:55
tsimonq2nitesh`: yes :)17:59
tsimonq2nitesh`: I would also check the Debian packages17:59
tsimonq2nitesh`: https://www.debian.org/distrib/packages18:00
tsimonq2nitesh`: if it's in Debian, it just needs to be synced18:00
tsimonq2nitesh`: and if it isn't, you are SOL18:00
tsimonq2nitesh`: unless you can find the source on GitHub or something18:01
tsimonq2nitesh`: either way, good luck :)\18:03
nitesh`tsimonq2: Thnx18:10
nitesh`Is it possible that package glibtoolize has a different name in Ubuntu160418:10
tsimonq2!info libtool18:11
ubottulibtool (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 kB18:11
tsimonq2that's it!18:11
tsimonq2as per http://stackoverflow.com/questions/15062667/neither-libtoolize-nor-glibtoolize-could-be-found18:11
tsimonq2nitesh`: ^18:12
nitesh`Yup18:12
nitesh`I hv already read that link18:12
nitesh`and done that18:12
tsimonq2nitesh`: what is the output? does it install correctly?18:13
nitesh`tsimonq2: Yes18:13
tsimonq2nitesh`: well what are you trying to do?18:13
nitesh`I m trying to run ./autogen.sh in Ubuntu 1604, which is giving me dependency issues18:14
tsimonq2nitesh`: which package?18:15
tsimonq2nitesh`: and have you tried sudo apt -f install ?18:15
tsimonq2nitesh`: as in, what are you trying to compile?18:16
nitesh`I m trying to complie an open source project which I had git cloned. On doing ./autogen I am getting these errors18:16
nitesh`running bootstrap...18:17
nitesh`./bootstrap: 424: ./bootstrap: autoconf: not found18:17
nitesh`./bootstrap: Error: 'autoconf' not found18:17
nitesh`./bootstrap: 424: ./bootstrap: automake: not found18:17
nitesh`./bootstrap: Error: 'automake' not found18:17
nitesh`./bootstrap: 221: ./bootstrap: autopoint: not found18:17
nitesh`./bootstrap: Error: 'autopoint' not found18:17
nitesh`./bootstrap: Error: perl module 'XML::XPath' not found18:17
nitesh`./bootstrap: 221: ./bootstrap: pkg-config: not found18:17
nitesh`./bootstrap: Error: 'pkg-config' not found18:17
nitesh`./bootstrap: 221: ./bootstrap: xsltproc: not found18:17
nitesh`./bootstrap: Error: 'xsltproc' not found18:17
nitesh`./bootstrap: Please install the prerequisite programs18:17
tsimonq2!info autoconf18:17
ubottuautoconf (source: autoconf): automatic configure script builder. In component main, is optional. Version 2.69-9 (xenial), package size 313 kB, installed size 1861 kB18:17
tsimonq2!info automake18:17
ubottuautomake (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 kB18:17
tsimonq2!info autopoint18:17
ubottuautopoint (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 kB18:17
nitesh`So i m installing them one by one now18:17
tsimonq2yeah18:17
tsimonq2nitesh`: did it work?18:20
nitesh`tsimonq2: Trying apt-get install one by one18:21
nitesh`tsimonq2: running bootstrap...18:21
nitesh`./bootstrap: Error: perl module 'XML::XPath' not found18:21
nitesh`./bootstrap: Please install the prerequisite programs18:21
nitesh`Failed to bootstrap, please investigate.18:21
nitesh`!info XML::XPath18:21
ubottuPackage XMLXPath does not exist in xenial18:21
nitesh`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:23
nitesh`Any1?18:41
nitesh`Update: apt-get install libxml-xpath-perl worked18:45
tsimonq2nitesh`: yay :)18:46
nitesh`tsimonq2: :-)18:46
tsimonq2nitesh`: so is it fixed?18:46
nitesh`tsimonq2: yes :-)18:53
tsimonq2yay, cool :D18:58
nitesh`!info glib-compile-schemas19:04
ubottuPackage glib-compile-schemas does not exist in xenial19:04
nitesh`!info glib-compile-schemas wily19:10
ubottuPackage glib-compile-schemas does not exist in wily19:10
=== truexfan81_ is now known as truexfan81

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