On 07/24/2006 11:37 PM, djhack wrote:
Results of perl script below:
--- begin ---
/lib/libgimpwidgets-2.0.so.0
Use dlocate to find out what package
/lib/libgimpwidgets-2.0.so.0 is in. Then execute "aptitude
show | grep Version", e.g.
$ dlocate /lib/libgimpwidgets-2.0.so.0
libgimp2.0: /usr
On 07/24/2006 05:12 PM, djhack wrote:
Florian Kulzer wrote:
I am starting to suspect that the libcairo2 dependency comes
indirectly
from some other library that you have installed. Can you check your
system for non-Debian(-sarge) libraries?
aptitude search '~i~slibs!~Odebian'
Result:
ilib
On 07/24/2006 05:12 PM, djhack wrote:
[...]
aptitude search '~i~slibs!~A(sarge|stable)'
Result: - returns nothing.
Run this Perl program and post the output:
#!/usr/bin/perl
use strict;
use warnings;
for (`ldd /usr/bin/gimp-2.2`) {
my ($file) = (split ' ')[2];
print $file, "\n";
On Mon, Jul 24, 2006 at 03:39:46 +, djhack wrote:
> Mumia W. wrote:
> >I just started reading this thread, so I hope I'm not asking
> >anyone to rehash a lot of the discussion.
> >
> >I'm using Sarge, and I recently upgraded my gimp to
> >2.2.6-1sarge1 per the security recommendation. I used
>
On Sun, Jul 23, 2006 at 16:26:31 -0500, Mumia W. wrote:
> On 07/23/2006 02:50 PM, Florian Kulzer wrote:
> >[...]
> >Maybe we should do a sanity check first. Can you tell me what the md5sum
> >is for your /usr/bin/gimp-2.2? Here is what I get for the file which I
> >extracted from the -1sarge1 packa
On 07/23/2006 02:50 PM, Florian Kulzer wrote:
[...]
Maybe we should do a sanity check first. Can you tell me what the md5sum
is for your /usr/bin/gimp-2.2? Here is what I get for the file which I
extracted from the -1sarge1 package:
$ md5sum -b /home/florian/tmp/gimp/usr/bin/gimp-2.2
0caee141d51
On Sun, Jul 23, 2006 at 13:16:07 -0500, Mumia W. wrote:
> On 07/23/2006 08:01 AM, Florian Kulzer wrote:
> >
> >Regarding the libcairo2 problem: You are right, it is not
> >available in Sarge. (I did not really check before.) It is
> >also not possible to just install the version from testing
> >sin
On 07/23/2006 08:01 AM, Florian Kulzer wrote:
Regarding the libcairo2 problem: You are right, it is not
available in Sarge. (I did not really check before.) It is
also not possible to just install the version from testing
since they require a different version of libc6. I
downloaded gimp 2.2.6-1
On Sun, Jul 23, 2006 at 03:17:29 +, djhack wrote:
[...]
> >> apt-cash results:gimp:
> >> Installed: 2.2.6-1
> >> Candidate: 2.2.6-1
> >> Version Table:
> >> *** 2.2.6-1 0
> >> 500 http://ftp.debian.org stable/main Packages
> >> 100 /var/lib/dpkg/status
> >>
> >> ldd res
On Fri, Jul 21, 2006 at 22:18:29 +, djhack wrote:
> I am confused too. I got gimp from debian.org too. Each time I have
> updated gimp without any problems until now. Here are my results.
>
> apt-cash results:gimp:
> Installed: 2.2.6-1
> Candidate: 2.2.6-1
> Version Table:
> *** 2.2
10 matches
Mail list logo