Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 416253 - media-sound/mp3splt-2.4.1 - /usr/lib64/libmp3splt.so: undefined reference to `splt_fr_parse_from_state'
Summary: media-sound/mp3splt-2.4.1 - /usr/lib64/libmp3splt.so: undefined reference to ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-16 11:10 UTC by Vladimir
Modified: 2012-05-17 18:41 UTC (History)
1 user (show)

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


Attachments
build.log (mp3splt-2.4.1-build.log,8.06 KB, text/plain)
2012-05-16 11:11 UTC, Vladimir
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir 2012-05-16 11:10:22 UTC
media-sound/mp3splt-2.4.1 does not build giving this error message:


x86_64-pc-linux-gnu-gcc  -march=k8 -O2 -pipe  -Wl,-O1 -Wl,--as-needed -o mp3splt options_parsers.o options_manager.o print_utils.o utils.o options_checker.o data_manager.o windows_utils.o freedb.o mp3splt.o -L/usr/lib64 -lmp3splt   
/usr/lib64/libmp3splt.so: undefined reference to `splt_fr_parse_from_state'
collect2: ld returned 1 exit status
make[2]: *** [mp3splt] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-sound/mp3splt-2.4.1/work/mp3splt-2.4.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-sound/mp3splt-2.4.1/work/mp3splt-2.4.1'
make: *** [all] Error 2
emake failed


Reproducible: Always
Comment 1 Vladimir 2012-05-16 11:11:29 UTC
Created attachment 311999 [details]
build.log
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-05-16 14:07:58 UTC
Because of -L/usr/lib64 -lmp3splt it's linking against the installed library.
Comment 3 Sebastian Pipping gentoo-dev 2012-05-16 18:34:58 UTC
Which version of libmp3splt are you building against? 0.7? 0.7.1?

With 0.7.1 it builds fine on my amd64 box:

+  16 May 2012; Sebastian Pipping <sping@gentoo.org> mp3splt-2.4.1.ebuild:
+  Bump dependency on libmp3splt from 0.7 to 0.7.1 as former fails and latter
+  works on amd64. Could be related to bug #416253
+
Comment 4 Sebastian Pipping gentoo-dev 2012-05-16 19:19:36 UTC
FYI:

+*libmp3splt-0.7.2 (16 May 2012)
+
+  16 May 2012; Sebastian Pipping <sping@gentoo.org> +libmp3splt-0.7.2.ebuild:
+  Bump to 0.7.2
+

+*mp3splt-2.4.2 (16 May 2012)
+
+  16 May 2012; Sebastian Pipping <sping@gentoo.org> +mp3splt-2.4.2.ebuild:
+  Bump to 2.4.2
+
Comment 5 Vladimir 2012-05-17 06:19:40 UTC
  Hello!

(In reply to comment #3)
> Which version of libmp3splt are you building against? 0.7? 0.7.1?
> 
> With 0.7.1 it builds fine on my amd64 box:
> 
  I have media-libs/libmp3splt-0.7.1 installed, but mp3splt does not build against it. I'll try mp3splt-2.4.2 and libmp3splt-0.7.2 today.
Comment 6 Vladimir 2012-05-17 17:39:36 UTC
Now media-sound/mp3splt-2.4.2 and media-libs/libmp3splt-0.7.2 build fine.
Thanks!
Comment 7 Sebastian Pipping gentoo-dev 2012-05-17 18:41:19 UTC
(In reply to comment #6)
> Now media-sound/mp3splt-2.4.2 and media-libs/libmp3splt-0.7.2 build fine.
> Thanks!

Cool!  Closing...