Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 414907 - media-sound/mp3unicode-1.2.1 - version bump
Summary: media-sound/mp3unicode-1.2.1 - version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2012-05-06 17:44 UTC by Alon Bar-Lev
Modified: 2012-05-07 13:30 UTC (History)
0 users

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


Attachments
mp3unicode-1.2.1.ebuild.diff (mp3unicode-1.2.1.ebuild.diff,448 bytes, patch)
2012-05-06 17:48 UTC, Alon Bar-Lev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alon Bar-Lev 2012-05-06 17:44:32 UTC
Hello,
Released.
Just rename ebuild.
Thanks!
Comment 1 Alon Bar-Lev 2012-05-06 17:48:23 UTC
Created attachment 311013 [details, diff]
mp3unicode-1.2.1.ebuild.diff

Oh... sorry, I moved all to github.
Comment 2 Ben de Groot (RETIRED) gentoo-dev 2012-05-07 11:51:28 UTC
I've committed 1.2.1 to CVS, but hardmasked for now, as it fails to build for me with the following error:

make[2]: Entering directory `/var/tmp/portage/media-sound/mp3unicode-1.2.1/work/mp3unicode-1.2.1'
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I.   -I/usr/include/taglib     -O2 -march=core2 -msse4.1 -mcx16 -msahf -pipe -w -c -o mp3unicode.o mp3unicode.cpp
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I.   -I/usr/include/taglib     -O2 -march=core2 -msse4.1 -mcx16 -msahf -pipe -w -c -o messages.o messages.cpp
mp3unicode.cpp: In member function ‘std::string Converter::ConvertString(void*, std::string)’:
mp3unicode.cpp:239:5: error: invalid conversion from ‘const char**’ to ‘char**’
mp3unicode.cpp:239:5: error:   initializing argument 2 of ‘size_t iconv(void*, char**, size_t*, char**, size_t*)’
make[2]: *** [mp3unicode.o] Error 1
Comment 3 Alon Bar-Lev 2012-05-07 11:58:25 UTC
Thanks for this report!
This was not changed in this version...

Can you please attach the config.log?

Thanks!!
Comment 4 Alon Bar-Lev 2012-05-07 12:02:44 UTC
Nevermind, glibc removed[1] const from input parameter, don't know why.
I will perform the casting anyway.

[1] http://sourceware.org/git/?p=glibc.git;a=commit;f=iconv/iconv.h;h=0efb48a1dfd132138a44c238b6e7f67a185a360e
Comment 5 Alon Bar-Lev 2012-05-07 12:07:21 UTC
Try to fetch now.
Comment 6 Ben de Groot (RETIRED) gentoo-dev 2012-05-07 13:30:07 UTC
Thanks, this works! Unmasked.