Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18271 - libextractor-0.2.2 problems
Summary: libextractor-0.2.2 problems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-26 19:04 UTC by Klaus-J. Wolf
Modified: 2003-04-02 16:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
output of "emerge info" (emerge_info_output,1.27 KB, text/plain)
2003-03-27 17:27 UTC, Klaus-J. Wolf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus-J. Wolf 2003-03-26 19:04:18 UTC
After emerging libextractor and its dependencies, running extract gives:

Loading library libextractor_pdf failed (file not found)!
extract: relocation error: /usr/lib/libextractor_rpm.so.0: undefined symbol:
rpmReadPackageHeader

Nearly the same happens when emerging gnunet (which is linked to libextractor)
and doing a gnunet-insert-multi:

$ gnunet-insert-multi -c ~gnunet/.gnunet/gnunet.conf 
Loading library libextractor_pdf failed (file not found)!

Installed dependencies:

app-arch/rpm-4.2
sys-devel/libtool-1.4.1-r10
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-03-27 16:00:12 UTC
this bug isn't exactly a blocker

can you paste the output of emerge info
Comment 2 Klaus-J. Wolf 2003-03-27 17:24:28 UTC
IMHO the package doesn't work and makes other packages fail - this I understand is a "blocker".
Comment 3 Klaus-J. Wolf 2003-03-27 17:27:00 UTC
Created attachment 9917 [details]
output of "emerge info"

Requested information.
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2003-03-28 16:55:55 UTC
this is an issue with libextractor-0.2.2 and rpm-4.2. libextractor works with rpm-4.0.4-r4 but not rpm-4.2. i've contacted the author about this and is currently awaiting a reply.

Comment 5 Klaus-J. Wolf 2003-04-01 04:31:09 UTC
I've tried with rpm-4.0.4-r5 now, but I get some related/similar error message:

$ extract /pile2/ogg/MystereVoix_09.ogg 

Loading library libextractor_pdf failed (file not found)!
extract: relocation error: /usr/lib/libextractor_ogg.so.0: undefined symbol: ov_open_callbacks

I've got no hint where this error is coming from; the whole system is newly installed now, step-by-step from stage1 up.
Comment 6 Klaus-J. Wolf 2003-04-01 04:36:01 UTC
Sorry, I forgot to say the library libextractor_pdf exists, so that I don't even understand where the first line ("Loading library libextractor_pdf failed (file not found)" - seems to be just a warning) is coming from:

# ls -l /usr/lib/libextractor_pdf*
-rwxr-xr-x    1 root     root          749 Apr  1 10:45 /usr/lib/libextractor_pdf.la
lrwxrwxrwx    1 root     root           25 Apr  1 10:45 /usr/lib/libextractor_pdf.so -> libextractor_pdf.so.0.0.0
lrwxrwxrwx    1 root     root           25 Apr  1 10:45 /usr/lib/libextractor_pdf.so.0 -> libextractor_pdf.so.0.0.0
-rwxr-xr-x    1 root     root       530345 Apr  1 10:45 /usr/lib/libextractor_pdf.so.0.0.0
Comment 7 Alastair Tse (RETIRED) gentoo-dev 2003-04-01 16:02:23 UTC
ok, the ogg problem is another problem with the code. i've made patch to fix that in their makefile *grumbles at the devs*.

the pdf problem i really have no idea and no inclination to fix it. it seems to be a bug in their code. they haven't got back to me regarding rpm-4.2 yet.

does it work for you on ogg files now?
Comment 8 Klaus-J. Wolf 2003-04-02 05:41:34 UTC
Please attach the patch(es).
Comment 9 Alastair Tse (RETIRED) gentoo-dev 2003-04-02 07:52:39 UTC
i guess i didn't make it clear, the patch has been committed to the libextractor ebuilds. you need to :

emerge sync
emerge libextractor
Comment 10 Klaus-J. Wolf 2003-04-02 09:59:58 UTC
Hi, yes .ogg works (after today afternoon's repository checkout):

Loading library libextractor_pdf failed (file not found)!
description - Various: The Childless Bride (Le Mystere Des Voix Bulgares)
mimetype - audio/ogg
date - 1988
genre - Folklore
album - Le Mystere Des Voix Bulgares
artist - Various
title - The Childless Bride
publisher - Xiph.Org libVorbis I 20020717
mimetype - application/x-ogg
Comment 11 Alastair Tse (RETIRED) gentoo-dev 2003-04-02 16:43:32 UTC
great. hopefully they'll fix that pdf problem in the next version.