=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-classroom === AMD- [n=thami@82.13.245.224] has joined #ubuntu-classroom [12:27] AMD-: hi [12:27] synaptic is a package manager [12:27] hi jrib: [12:27] thats what i used to install it [12:28] AMD-: package managers install things in places other than /usr/local. Anything in /usr/local was installed manually by yourself [12:28] AMD-: so, you have pkg-config installed through the package manager, and that gives you /usr/bin/pkg-config [12:28] ohh i truly dont remember [12:28] AMD-: But, notice that you also have /usr/local/bin/pkg-config. And that was *not* installed by the pacakge manager [12:29] ohh ok [12:29] any easy way to remove it [12:29] sudo remove mabe ? [12:30] I don't know how it was installed. Things that are installed with 'make install' aren't straight forward to remove really. Usually you can try 'sudo make uninstall' in the same directory that 'sudo make install' was issued, or you can just rm all the files manually [12:30] be careful [12:31] jrib: what is the synopsis of the problem? [12:31] AMD-: you can probably add the directories where /usr/bin/pkg-config looks to your PKG_CONFIG_PATH and then the /usr/local/bin/pkg-config will also look there, but I think it's better if you just remove this custom stuff you have in /usr/local [12:31] nalioth: AMD- is compiling http://pastebin.ca/372208 but pkg-config can't find stuff because it's /usr/local/bin/pkg-config instead of the repo pkg-config [12:32] so im now going to cd to /usr/local/bin/ and try and run sudo make unistall [12:32] AMD-: no [12:32] AMD-: that won't work [12:32] ahhhhhh [12:32] AMD-: how much stuff have you compiled on your own? [12:34] when i was trying to get this dependency issue sorted... i want looking for them on google i installed some thing like 7 packages [12:34] by them meaning the Package requirements (gtkmm-2.4 >= 2.8.0 libglademm-2.4 >= 2.6.0 libxml-2.0 >= 2.6.0 ) [12:35] AMD-: ls /usr/local/bin on pastebin please [12:36] nothing wrong with compiling your own stuff..... BUT it should be done with the right tools [12:36] !checkinstall [12:36] checkinstall is a wrapper to "make install", useful for installing programs you compiled. It will create a .deb package, which will be listed in the APT database and can be uninstalled like other packages. See https://help.ubuntu.com/community/CheckInstall - Read the warnings at the top and bottom of that web page, and DO NOT interrupt CheckInstall while it's running! [12:37] i also installed atk-1.0.0 glib-2.0.0 gtk+-2.0.0 [12:37] cairo-clock-0.3.2 glib-2.12.0 pango-1.0.0 [12:37] cairo-clock-0.3.2.tar.bz2 glib-2.12.0.tar.bz2 pkgconfig-0.14.0 [12:37] oooh === nalioth covers eyes [12:37] that was before tho to do with some thing El's [12:37] many where not susecfully [12:37] only the clock was [12:38] i think* [12:38] :) [12:39] AMD-: the only reason you would get 'dependency errors' in the first place would be if you were using non ubuntu packages [12:39] i see [12:39] http://pastebin.ca/372331 [12:40] what you asked for ^ [12:40] i see non ubuntu packages in your /usr/local/bin that are critical to the system [12:40] joking [12:40] right? [12:40] lucky i saved a back up of my OS :) [12:41] shoud i restore ? [12:41] restore? [12:41] have you upgraded your Ubuntu lately? [12:41] i don't thnik it's upgradable at this point [12:41] its all in a tar file [12:42] i don't think that's gonna work to well [12:42] but to each their own [12:42] http://www.ubuntuforums.org/showthread.php?t=35087 [12:42] using non ubuntu debs brings in packages that have no update candidate (because they're not Ubuntu packages) [12:43] leaving the system half-way working and non-upgradable [12:43] i see i will be very carefull next time [12:43] when you compile your own libs and such, you are doing the same thing . . . [12:44] i compile and develop stuff all the time, all the depends are available in the Ubuntu repos [12:44] so will the backup work i dont see why it wont ? [12:44] i've never heard of backing up Ubuntu [12:44] i'd back up your /home/amd-/ [12:45] mabe you can the help me to install what i was try to install in the first place [12:45] yeh i will [12:45] yes, we can help [12:45] jrib knows everything :D [12:45] i know [12:46] hese helping so many people on #ubuntu [12:46] its amazing [12:47] I don't think you need to reinstall, can't he just wipe /usr/local nalioth ? [12:47] jrib: if his system is using those glibs, what do you think will happen? [12:48] i just done a tar cvpzf backup.tgz /home [12:48] nalioth: I think it will be fine, it'll just fall back to the stuff in /usr. But he won't lose anything by trying before he does the reinstall [12:49] AMD-: you can rename /usr/local/bin, and restart [12:49] good idea [12:49] fingers crossed === nalioth doesn't like deleting stuff right away [12:49] rename /usr/local then [12:50] rename /usr/local/bin or /usr/local/ === jrib votes for sudo mv /usr/local /usr/local.backup [12:51] i could have dont that my self [12:51] :( [12:51] AMD-: what do you mean? [12:52] i wanted to rename it myself [12:52] i have done sudo mv /usr/local /usr/local.backup [12:52] k [12:52] try to compile your program now [12:52] system still working just going for a reboot [12:53] reboot or ? [12:53] jrib: one would reboot to clear any usage of the programs in /usr/local [12:53] AMD-: reboot, please [12:53] k [12:53] ok great [12:54] ls === nalioth waits [12:55] ok the backup is done [12:55] brb === kupesoft [n=dave@CPE004010100002-CM00122583a50a.cpe.net.cable.rogers.com] has joined #ubuntu-classroom === kupesoft [n=dave@CPE004010100002-CM00122583a50a.cpe.net.cable.rogers.com] has left #ubuntu-classroom ["Leaving"] === AMD- [n=thami@82.13.245.224] has joined #ubuntu-classroom [01:03] hey [01:03] hi [01:03] im back [01:03] workd [01:03] i mean i can log on [01:03] k, what happens when you try ./configure now? [01:04] my beryl dose not work thou due to the scrips [01:04] ok one sec [01:05] checking for pkg-config... no [01:05] checking for DEPS... configure: error: The pkg-config script could not be found or is too old. Make sure it [01:05] AMD-: sudo aptitude install pkg-config [01:05] you removed it before, remember? [01:05] right [01:07] checking for pkg-config... /usr/bin/pkg-config [01:07] checking pkg-config is at least version 0.9.0... yes [01:07] checking for DEPS... configure: error: Package requirements (gtkmm-2.4 >= 2.8.0 libglademm-2.4 >= 2.6.0 libxml-2.0 >= 2.6.0 ) were not met: [01:07] No package 'gtkmm-2.4' found [01:07] No package 'libglademm-2.4' found [01:08] AMD-: when it whines, search in apt for waht it wants, install the pkgs ending in -dev [01:08] i have just found gtkmm-2 dev in sypnatic [01:10] i did it [01:10] it worked [01:11] i didnt know of this place classrom [01:25] thank you guys === xeruno [n=xeruno@cable201-233-49-165.epm.net.co] has joined #ubuntu-classroom === AMD- [n=thami@82.13.245.224] has joined #ubuntu-classroom === hexidigital [n=root@unaffiliated/hexidigital] has left #ubuntu-classroom [] === ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === Pricey [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === tonyyarusso [n=anthony@ubuntu/member/tonyyarusso] has joined #ubuntu-classroom === PWill [n=paul@cpe-24-208-190-43.columbus.res.rr.com] has joined #ubuntu-classroom === croppa [n=stuart@135.27.233.220.exetel.com.au] has joined #ubuntu-classroom === n2diy [n=darryl@ppp-42d42806.wlks.losch.net] has joined #ubuntu-classroom === macconline [n=macconli@190.37.39.203] has joined #ubuntu-classroom === DerXero [n=patrick@dslb-082-083-132-017.pools.arcor-ip.net] has joined #ubuntu-classroom === Crusher [n=You@ppp143-38.lns7.adl2.internode.on.net] has joined #ubuntu-classroom === hedix [i=usr642@c1.edrana.lt] has joined #ubuntu-classroom === elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-classroom === hedix [i=usr2529@c1.edrana.lt] has joined #ubuntu-classroom === emonkey-p [n=emonkey@adsl-84-227-182-173.adslplus.ch] has joined #ubuntu-classroom === DerXero [n=patrick@dslb-082-083-129-171.pools.arcor-ip.net] has joined #ubuntu-classroom === finalbeta [n=finalbet@d54C68D0D.access.telenet.be] has joined #ubuntu-classroom === Pricey [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === emonkey--p [n=emonkey@adsl-84-227-168-15.adslplus.ch] has joined #ubuntu-classroom === EDVINAS_ [i=usr3025@c1.edrana.lt] has joined #ubuntu-classroom === jrib [n=jasonr@upstream/dev/jrib] has joined #ubuntu-classroom === |Crusher| [n=You@ppp137-43.lns6.adl2.internode.on.net] has joined #ubuntu-classroom === jrib [n=jasonr@upstream/dev/jrib] has joined #ubuntu-classroom === elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-classroom === macconline [n=macconli@190.37.39.203] has joined #ubuntu-classroom === n2diy [n=darryl@ppp-42d42806.wlks.losch.net] has joined #ubuntu-classroom === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-classroom === neuratix [n=lorents@84.16.204.46.netcrew.no] has joined #ubuntu-classroom === merriam [n=merriam@84-12-152-141.dyn.gotadsl.co.uk] has joined #ubuntu-classroom === cpk1 [n=cpk1@sjs-130-65-211-115.sjsu.edu] has joined #ubuntu-classroom === hybrid [n=x@easyubuntu/supporter/hybrid] has joined #ubuntu-classroom === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-classroom === rhkfin [n=rhk@a88-114-123-46.elisa-laajakaista.fi] has joined #ubuntu-classroom === dougsko [n=doug@unaffiliated/dougsko] has joined #ubuntu-classroom === jaba [n=jaba@jaba.mbnet.fi] has joined #ubuntu-classroom === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-classroom === nalioth [i=nalioth@freenode/staff/ubuntu.member.nalioth] has joined #ubuntu-classroom === hedix [i=usr3250@c1.edrana.lt] has joined #ubuntu-classroom === n2diy_ [n=darryl@66.212.43.142] has joined #ubuntu-classroom === nalioth_ [i=nalioth@freenode/staff/ubuntu.member.nalioth] has joined #ubuntu-classroom === ChanServ [ChanServ@services.] has joined #ubuntu-classroom === nalioth_ [i=nalioth@freenode/staff/ubuntu.member.nalioth] has joined #ubuntu-classroom === hedix [i=usr3250@c1.edrana.lt] has joined #ubuntu-classroom === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-classroom === emonkey--p [n=emonkey@adsl-84-227-168-15.adslplus.ch] has joined #ubuntu-classroom === Pricey [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === DerXero [n=patrick@dslb-082-083-129-171.pools.arcor-ip.net] has joined #ubuntu-classroom === PWill [n=paul@cpe-24-208-190-43.columbus.res.rr.com] has joined #ubuntu-classroom === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-classroom === EDVINAS_ [i=usr3486@c1.edrana.lt] has joined #ubuntu-classroom === n2diy [n=darryl@66.212.43.142] has joined #ubuntu-classroom === popey [n=alan@ubuntu/member/popey] has joined #ubuntu-classroom === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-classroom === Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #ubuntu-classroom === jrib [n=jasonr@upstream/dev/jrib] has joined #ubuntu-classroom === elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-classroom === neuratix [n=lorents@84.16.204.46.netcrew.no] has joined #ubuntu-classroom === merriam [n=merriam@84-12-152-141.dyn.gotadsl.co.uk] has joined #ubuntu-classroom === cpk1 [n=cpk1@sjs-130-65-211-115.sjsu.edu] has joined #ubuntu-classroom === hybrid [n=x@easyubuntu/supporter/hybrid] has joined #ubuntu-classroom === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-classroom === rhkfin [n=rhk@a88-114-123-46.elisa-laajakaista.fi] has joined #ubuntu-classroom === dougsko [n=doug@unaffiliated/dougsko] has joined #ubuntu-classroom === jaba [n=jaba@jaba.mbnet.fi] has joined #ubuntu-classroom === ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-classroom === xeruno [n=xeruno@cable201-233-49-165.epm.net.co] has joined #ubuntu-classroom === pipedream [n=pipedrea@kingklip.aims.ac.za] has joined #ubuntu-classroom === EDVINAS__ [i=usr3490@c1.edrana.lt] has joined #ubuntu-classroom === pradeep [n=pradeep@59.92.86.243] has joined #ubuntu-classroom === AMD- [n=thami@82.13.245.224] has joined #ubuntu-classroom === jikanter [n=jordan@c-24-12-220-77.hsd1.il.comcast.net] has joined #ubuntu-classroom === Largka [n=cyril@cable-195-162-211-223.upc.chello.be] has joined #ubuntu-classroom === finalbeta [n=finalbet@d54C68D0D.access.telenet.be] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === finalbeta [n=finalbet@d54C68D0D.access.telenet.be] has joined #ubuntu-classroom === neuratix [n=lorents@84.16.204.156.netcrew.no] has joined #ubuntu-classroom === Turgon [n=Turgon@unaffiliated/turgon] has joined #ubuntu-classroom === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-classroom === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has left #ubuntu-classroom ["Ex-Chat"] === emonkey-p [n=emonkey@static-pro-212-101-27-121.adsl.solnet.ch] has joined #ubuntu-classroom === nalioth [i=nalioth@freenode/staff/ubuntu.member.nalioth] has joined #ubuntu-classroom === neuratix_ [n=lorents@84.16.204.156.netcrew.no] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === cpk1 [n=cpk1@sjs-130-65-211-115.sjsu.edu] has joined #ubuntu-classroom === lukketto [n=lukketto@87.7.26.7] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === lukketto [n=lukketto@87.7.26.7] has left #ubuntu-classroom [] === TwoPints [n=frank@AC8D509F.ipt.aol.com] has joined #ubuntu-classroom === tonyyarusso [n=anthony@ubuntu/member/tonyyarusso] has joined #ubuntu-classroom === ash211 [n=andrew@user-11214rn.dsl.mindspring.com] has joined #ubuntu-classroom === finalbeta [n=finalbet@d54C68D0D.access.telenet.be] has joined #ubuntu-classroom === ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-classroom === ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-classroom === ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-classroom === ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-classroom === macconline [n=macconli@190.37.62.233] has joined #ubuntu-classroom === ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-classroom === darich [n=trickyki@host86-142-224-50.range86-142.btcentralplus.com] has joined #ubuntu-classroom === hybrid [n=x@easyubuntu/supporter/hybrid] has joined #ubuntu-classroom === ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-classroom === Crusher [n=You@ppp71-176.lns3.adl2.internode.on.net] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-classroom