Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287966 - libifp-module-1.0.0.2 won't build against gentoo-sources-2.6.31-r1
Summary: libifp-module-1.0.0.2 won't build against gentoo-sources-2.6.31-r1
Status: RESOLVED DUPLICATE of bug 286081
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-06 22:06 UTC by James Ausmus
Modified: 2009-10-06 23:17 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Ausmus 2009-10-06 22:06:43 UTC
I get the following when emerging libifp-module with gentoo-sources-2.6.31-r1 installed:

  CC [M]  /var/tmp/portage/media-sound/libifp-module-1.0.0.2/work/libifp-1.0.0.2/kbuild/ifp_os_linux.o     
/var/tmp/portage/media-sound/libifp-module-1.0.0.2/work/libifp-1.0.0.2/kbuild/ifp_os_linux.c: In function 'ifp_locale_to_utf16':
/var/tmp/portage/media-sound/libifp-module-1.0.0.2/work/libifp-1.0.0.2/kbuild/ifp_os_linux.c:23: error: implicit declaration of function 'utf8_mbstowcs'
/var/tmp/portage/media-sound/libifp-module-1.0.0.2/work/libifp-1.0.0.2/kbuild/ifp_os_linux.c: In function 'ifp_utf16_to_locale':                        
/var/tmp/portage/media-sound/libifp-module-1.0.0.2/work/libifp-1.0.0.2/kbuild/ifp_os_linux.c:32: error: implicit declaration of function 'utf8_wcstombs'
make[3]: *** [/var/tmp/portage/media-sound/libifp-module-1.0.0.2/work/libifp-1.0.0.2/kbuild/ifp_os_linux.o] Error 1                                     
make[2]: *** [_module_/var/tmp/portage/media-sound/libifp-module-1.0.0.2/work/libifp-1.0.0.2/kbuild] Error 2                                            


These functions are no longer defined in include/linux/nls.h, as they were in 2.6.30*


Reproducible: Always

Steps to Reproduce:
1. emerge =sys-kernel/gentoo-sources-2.6.31-r1
2. eselect kernel set linux-2.6.31-gentoo-r1
3. emerge =media-sound/libifp-module-1.0.0.2
Comment 1 Arttu Valo 2009-10-06 23:11:23 UTC
Looks like a duplicate of bug #286081 -- it just has a very, very, very misleading title text at the moment.
Comment 2 James Ausmus 2009-10-06 23:17:55 UTC
Ahh - yep, it is. Didn't even check that bug in my search due to the title... :)

Feel free to mark duplicate, I'll move over to the other bug and test the suggested patch.

Thanks!

*** This bug has been marked as a duplicate of bug 286081 ***