Bug#291328: acknowledged by developer (Re: Bug#291328: ktimetrace: libcomedi.so.0 => not found)

2005-04-15 Thread Alban browaeys
Le jeudi 14 avril 2005 à 22:48 -0700, Debian Bug Tracking System a
écrit :
> This is an automatic notification regarding your Bug report
> #291328: ktimetrace: libcomedi.so.0 => not found,
> which was filed against the ktimetrace package.
> 
> Sorry, I should have closed this bug with the upload of
> comedilib-0.7.22-2 a few months ago.  The problem was that
> the library wasn't in the right package.


It looks like the bug in libcomedi0 is fixed though the ktimetrace still
link with the old broken symlink.
libcomedi0 0.7.22-2
/usr/lib/libcomedi-0.7.22.so

$ ldd ktimetrace:
libz.so.1 => /usr/lib/libz.so.1 (0x41a63000)
libcomedi.so.0 => not found
libpthread.so.0 => /lib/libpthread.so.0 (0x40051000)
libkdeui.so.4 => /usr/lib/libkdeui.so.4 (0x400a2000)
(...)

$ ktimetrace
ktimetrace: error while loading shared libraries: libcomedi.so.0: cannot open 
shared object file: No such file or directory


Greetings
Alban




Bug#291328: acknowledged by developer (Re: Bug#291328: ktimetrace: libcomedi.so.0 => not found)

2005-04-18 Thread David Schleef
reopen 291328
thanks

On Fri, Apr 15, 2005 at 10:47:17AM +0200, Alban browaeys wrote:
> It looks like the bug in libcomedi0 is fixed though the ktimetrace still
> link with the old broken symlink.

Odd.  I'll have to look at this more closely.



dave...

-- 
David Schleef
Big Kitten LLC (http://www.bigkitten.com/) -- data acquisition on Linux


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#291328: acknowledged by developer (Re: Bug#291328: ktimetrace: libcomedi.so.0 => not found)

2005-04-18 Thread Alban browaeys
Le lundi 18 avril 2005 à 12:39 -0700, David Schleef a écrit :
> On Fri, Apr 15, 2005 at 10:47:17AM +0200, Alban browaeys wrote:
> > It looks like the bug in libcomedi0 is fixed though the ktimetrace still
> > link with the old broken symlink.
> 
> Odd.  I'll have to look at this more closely.

I have rebuild it localy and the problem is fixed. It seems it just need
to be recompiled with the fixed comedi version.

Greetings
Alban