=== jayne_ is now known as jayne | ||
=== nolsen is now known as GabeN | ||
=== GabeN is now known as nolsen | ||
lordievader | Good 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 done | 10:32 |
=== Fritigern is now known as Fritigern_AFK | ||
=== ChibaPet is now known as TwistedFruit | ||
nitesh` | Need Help. How shd this be solved | 17:28 |
nitesh` | root@Ubuntu1604:/home/nitesh/libvirt# apt-get install glibtoolize libtoolize | 17:28 |
nitesh` | Reading package lists... Done | 17:28 |
nitesh` | Building dependency tree | 17:28 |
nitesh` | Reading state information... Done | 17:28 |
nitesh` | E: Unable to locate package glibtoolize | 17:28 |
nitesh` | E: Unable to locate package libtoolize | 17:28 |
tsimonq2 | nitesh`: do "sudo apt update" and it should fix it | 17:29 |
TwistedFruit | apt-get update first? check actual repository content either directly | 17:29 |
TwistedFruit | or with aptitude or something? | 17:29 |
tsimonq2 | !info glibtoolize | 17:29 |
ubottu | Package glibtoolize does not exist in xenial | 17:29 |
tsimonq2 | !info libtoolize | 17:29 |
ubottu | Package libtoolize does not exist in xenial | 17:29 |
TwistedFruit | Ooh, that's going to be convenient. | 17:29 |
tsimonq2 | nitesh`: well nevermind, I guess they aren't in Xenial | 17:29 |
TwistedFruit | !info zfs-initramfs | 17:29 |
ubottu | 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:29 |
tsimonq2 | TwistedFruit: ;) | 17:30 |
nitesh` | tsimonq2, TwistedFruit : I did apt-get update , but it seems nothing has changed. Same error | 17:33 |
nitesh` | tsimonq2: So If I need glibtoolize and libtoolize. How do i get them in xenial? | 17:35 |
TwistedFruit | nitesh`: You might apt-get source glibtoolize and see if it'll build for you on xenial. | 17:38 |
TwistedFruit | nitesh`: That is, apt-get source foo on a box where it's shipped, and then move the result over. | 17:39 |
nitesh` | okay | 17:39 |
TwistedFruit | 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:39 |
TwistedFruit | anyway, bbl! | 17:40 |
nitesh` | bbl? | 17:40 |
TwistedFruit | "be back later" | 17:40 |
nitesh` | cool | 17:40 |
tsimonq2 | !info glibtoolize wily | 17:43 |
ubottu | Package glibtoolize does not exist in wily | 17:43 |
tsimonq2 | !info glibtoolize trusty | 17:43 |
ubottu | Package glibtoolize does not exist in trusty | 17:43 |
nitesh` | !info glibtoolize wily | 17:49 |
ubottu | Package glibtoolize does not exist in wily | 17:49 |
nitesh` | tsimonq2: ubottu returns result as if we hv executed command on wily? | 17:50 |
tsimonq2 | nitesh`: if it doesn't show up, it does not exist in wily | 17:51 |
tsimonq2 | !info glibtoolize vivid | 17:51 |
ubottu | Package glibtoolize does not exist in vivid | 17:51 |
tsimonq2 | !info glibtoolize precise | 17:51 |
ubottu | Package glibtoolize does not exist in precise | 17:51 |
tsimonq2 | nitesh`: those packages probably don't exist then' | 17:51 |
nitesh` | tsimonq2: Nice! didnt know abt it :-) | 17:51 |
tsimonq2 | nitesh`: you might also want to check packages.ubuntu.com | 17: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 |
tsimonq2 | nitesh`: yes :) | 17:59 |
tsimonq2 | nitesh`: I would also check the Debian packages | 17:59 |
tsimonq2 | nitesh`: https://www.debian.org/distrib/packages | 18:00 |
tsimonq2 | nitesh`: if it's in Debian, it just needs to be synced | 18:00 |
tsimonq2 | nitesh`: and if it isn't, you are SOL | 18:00 |
tsimonq2 | nitesh`: unless you can find the source on GitHub or something | 18:01 |
tsimonq2 | nitesh`: either way, good luck :)\ | 18:03 |
nitesh` | tsimonq2: Thnx | 18:10 |
nitesh` | Is it possible that package glibtoolize has a different name in Ubuntu1604 | 18:10 |
tsimonq2 | !info libtool | 18:11 |
ubottu | 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 |
tsimonq2 | that's it! | 18:11 |
tsimonq2 | as per http://stackoverflow.com/questions/15062667/neither-libtoolize-nor-glibtoolize-could-be-found | 18:11 |
tsimonq2 | nitesh`: ^ | 18:12 |
nitesh` | Yup | 18:12 |
nitesh` | I hv already read that link | 18:12 |
nitesh` | and done that | 18:12 |
tsimonq2 | nitesh`: what is the output? does it install correctly? | 18:13 |
nitesh` | tsimonq2: Yes | 18:13 |
tsimonq2 | nitesh`: 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 issues | 18:14 |
tsimonq2 | nitesh`: which package? | 18:15 |
tsimonq2 | nitesh`: and have you tried sudo apt -f install ? | 18:15 |
tsimonq2 | nitesh`: 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 errors | 18:16 |
nitesh` | running bootstrap... | 18:17 |
nitesh` | ./bootstrap: 424: ./bootstrap: autoconf: not found | 18:17 |
nitesh` | ./bootstrap: Error: 'autoconf' not found | 18:17 |
nitesh` | ./bootstrap: 424: ./bootstrap: automake: not found | 18:17 |
nitesh` | ./bootstrap: Error: 'automake' not found | 18:17 |
nitesh` | ./bootstrap: 221: ./bootstrap: autopoint: not found | 18:17 |
nitesh` | ./bootstrap: Error: 'autopoint' not found | 18:17 |
nitesh` | ./bootstrap: Error: perl module 'XML::XPath' not found | 18:17 |
nitesh` | ./bootstrap: 221: ./bootstrap: pkg-config: not found | 18:17 |
nitesh` | ./bootstrap: Error: 'pkg-config' not found | 18:17 |
nitesh` | ./bootstrap: 221: ./bootstrap: xsltproc: not found | 18:17 |
nitesh` | ./bootstrap: Error: 'xsltproc' not found | 18:17 |
nitesh` | ./bootstrap: Please install the prerequisite programs | 18:17 |
tsimonq2 | !info autoconf | 18:17 |
ubottu | 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 |
tsimonq2 | !info automake | 18:17 |
ubottu | 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 |
tsimonq2 | !info autopoint | 18:17 |
ubottu | 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 |
nitesh` | So i m installing them one by one now | 18:17 |
tsimonq2 | yeah | 18:17 |
tsimonq2 | nitesh`: did it work? | 18:20 |
nitesh` | tsimonq2: Trying apt-get install one by one | 18:21 |
nitesh` | tsimonq2: running bootstrap... | 18:21 |
nitesh` | ./bootstrap: Error: perl module 'XML::XPath' not found | 18:21 |
nitesh` | ./bootstrap: Please install the prerequisite programs | 18:21 |
nitesh` | Failed to bootstrap, please investigate. | 18:21 |
nitesh` | !info XML::XPath | 18:21 |
ubottu | Package XMLXPath does not exist in xenial | 18: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 worked | 18:45 |
tsimonq2 | nitesh`: yay :) | 18:46 |
nitesh` | tsimonq2: :-) | 18:46 |
tsimonq2 | nitesh`: so is it fixed? | 18:46 |
nitesh` | tsimonq2: yes :-) | 18:53 |
tsimonq2 | yay, cool :D | 18:58 |
nitesh` | !info glib-compile-schemas | 19:04 |
ubottu | Package glib-compile-schemas does not exist in xenial | 19:04 |
nitesh` | !info glib-compile-schemas wily | 19:10 |
ubottu | Package glib-compile-schemas does not exist in wily | 19:10 |
=== truexfan81_ is now known as truexfan81 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!