[Bug 1435622] Re: missing dependency libdb-5

2015-03-26 Thread Elimar Riesebieter
It seems that the OP's system is not a clean trusty. Bug closed by the advice of the OP. Elimar ** Changed in: moc (Ubuntu) Status: New => Invalid ** Changed in: moc (Ubuntu) Assignee: (unassigned) => Elimar Riesebieter (riesebie) -- You received this bug notification because you a

[Bug 1435622] Re: missing dependency libdb-5

2015-03-26 Thread Moses Moore
I already did a dist-upgrade before I started. You can see the effects of it in comment #8 when I did the autoremove. Please close this ticket, mark it 'wrong package' or 'notabug'. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

Re: [Bug 1435622] Re: missing dependency libdb-5

2015-03-26 Thread Elimar Riesebieter
* Moses Moore [2015-03-26 04:11 -]: > It's librcc. > mocp -> librcc.so -> libdb5.1.so $ apt-cache show librcc0 | grep libdb Depends: librcd0, libenca0, libaspell15 (>= 0.60.7~20110707), libc6 (>= 2.15), libdb5.3, libxml2 (>= 2.7.4) It seems that you have to run a: $ sudo apt-get update &

[Bug 1435622] Re: missing dependency libdb-5

2015-03-25 Thread Moses Moore
It's librcc. mocp -> librcc.so -> libdb5.1.so Close this ticket. "wrong package" or "notabug" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435622 Title: missing dependency libdb-5 To manage no

[Bug 1435622] Re: missing dependency libdb-5

2015-03-25 Thread Moses Moore
> and I know many, many characters of bug posters Is that supposed to be an insult? Please don't do that. I see that your amd64 build of moc doesn't depend on libdb5.1. And yet I've grabbed the latest i386 build of moc (2.5.0-1) from the Ubuntu repository, and this does depend on libdb5.1 I

Re: [Bug 1435622] Re: missing dependency libdb-5

2015-03-25 Thread Elimar Riesebieter
* Moses Moore [2015-03-24 23:59 -]: > I already said before: the fresh install you have probably brought in > libdb5.1 from another package. Nope. My system: Description:Ubuntu 14.04.2 LTS $ dpkg -l | grep libdb5 ii libdb5.3:amd645.3.28-3ubuntu3 $ dpkg -l | grep moc ii

[Bug 1435622] Re: missing dependency libdb-5

2015-03-24 Thread Moses Moore
I went to check in the repository for other versions of moc, and in http://ca.archive.ubuntu.com/ubuntu/pool/universe/m/moc/ I found moc_2.5.0~beta1+svn20131120-1_i386.deb (27-Nov-2013) , which is what apt-get installs (see comment #9 above where I do a full purge, clean, and re-get), but in the sa

[Bug 1435622] Re: missing dependency libdb-5

2015-03-24 Thread Moses Moore
I already said before: the fresh install you have probably brought in libdb5.1 from another package. The problem isn't whether libdb-5.1.so exists -- the problem is that mocp needs it, but it isn't one of the package dependencies. On your "new Ubuntu 14.04 stick", I'd like you to try this: $ ld

Re: [Bug 1435622] Re: missing dependency libdb-5

2015-03-24 Thread Elimar Riesebieter
* Moses Moore [2015-03-24 22:50 -]: > $ sudo ldconfig ; mocp > mocp: error while loading shared libraries: libdb-5.1.so: cannot open shared > object file: No such file or directory Sorry, but I can't reproduce this on a fresh 14.04.2 install on amd64 :-( Maybe the Ubuntu packages for i386 h

[Bug 1435622] Re: missing dependency libdb-5

2015-03-24 Thread Moses Moore
$ sudo ldconfig ; mocp mocp: error while loading shared libraries: libdb-5.1.so: cannot open shared object file: No such file or directory -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435622 Title:

Re: [Bug 1435622] Re: missing dependency libdb-5

2015-03-24 Thread Elimar Riesebieter
* Moses Moore [2015-03-24 21:55 -]: > $ dpkg -l | grep libdb5 > ii libdb5.3:i3865.3.28-3ubuntu3 > i386 Berkeley v5.3 Database Libraries > [runtime] > > $ sudo ldconfig > ( no output; successful exit code [ $? ==

[Bug 1435622] Re: missing dependency libdb-5

2015-03-24 Thread Moses Moore
$ dpkg -l | grep libdb5 ii libdb5.3:i3865.3.28-3ubuntu3 i386 Berkeley v5.3 Database Libraries [runtime] $ sudo ldconfig ( no output; successful exit code [ $? == 0 ] ) -- You received this bug notification because yo

Re: [Bug 1435622] Re: missing dependency libdb-5

2015-03-24 Thread Elimar Riesebieter
* Moses Moore [2015-03-24 20:06 -]: > $ lsb_release -a > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 14.04.2 LTS > Release: 14.04 > Codename: trusty [...] > $ mocp > mocp: error while loading shared libraries: libdb-5.1.so: cannot open shared

[Bug 1435622] Re: missing dependency libdb-5

2015-03-24 Thread Moses Moore
wait hangon that might've been *.deb files from my local cache, since I've been installing and uninstalling the package for the past few days. I should've run `apt-get clean` first to make sure I download fresh *.deb files from the repositories. $ sudo apt-get autoclean $ sudo apt-get clean $ sudo

[Bug 1435622] Re: missing dependency libdb-5

2015-03-24 Thread Moses Moore
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.04.2 LTS Release:14.04 Codename: trusty $ sudo apt-get remove --purge moc The following packages will be REMOVED: moc* moc-ffmpeg-plugin* 0 upgraded, 0 newly installed, 2 to remove and 0

Re: [Bug 1435622] Re: missing dependency libdb-5

2015-03-24 Thread Elimar Riesebieter
* Moses Moore [2015-03-24 19:12 -]: > I'm already at LTS 2 > > $ cat /etc/issue > Ubuntu 14.04.2 LTS \n \l $ lsb_release -a would be the correct way to grep your Ubuntu version. Anyway > > And checking apt-cache show moc I see > Depends: libasound2 (>= 1.0.16), libc6 (>= 2.15), libcurl3-g

[Bug 1435622] Re: missing dependency libdb-5

2015-03-24 Thread Moses Moore
I'm already at LTS 2 $ cat /etc/issue Ubuntu 14.04.2 LTS \n \l And checking apt-cache show moc I see Depends: libasound2 (>= 1.0.16), libc6 (>= 2.15), libcurl3-gnutls (>= 7.16.2), libdb5.3, But: $ ldd `which mocp` |grep libdb libdb-5.3.so => /usr/lib/i386-linux-gnu/libdb-5.3.so (0xb716f

Re: [Bug 1435622] Re: missing dependency libdb-5

2015-03-24 Thread Elimar Riesebieter
* Moses Moore [2015-03-24 14:34 -]: > The stick you used probably has libdb5.1 installed because it's a > dependency of some other packaage. > > The point is, it's not a dependency of *this* package. And it should > be, because the software won't run without it. Check out: $ apt-cache sho

Re: [Bug 1435622] Re: missing dependency libdb-5

2015-03-24 Thread Elimar Riesebieter
* Moses Moore [2015-03-24 14:34 -]: > The stick you used probably has libdb5.1 installed because it's a > dependency of some other packaage. > > The point is, it's not a dependency of *this* package. And it should > be, because the software won't run without it. > > And I do have 2.5.0 ins

[Bug 1435622] Re: missing dependency libdb-5

2015-03-24 Thread Moses Moore
The stick you used probably has libdb5.1 installed because it's a dependency of some other packaage. The point is, it's not a dependency of *this* package. And it should be, because the software won't run without it. And I do have 2.5.0 installed, which you'd see if you read the original bug rep

[Bug 1435622] Re: missing dependency libdb-5

2015-03-24 Thread Elimar Riesebieter
I've startet 14.04.2 live stick and can't reproduce? $ ldd `which mocp` | grep libdb libdb-5.3.so => /usr/lib/x86_64-linux-gnu/libdb-5.3.so (0x7f6fa5ddc000) The package is always build against libdb-dev which makes sure the binary loads the realted lib. BTW there is 2.5.0 available. --