Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208095 - dev-libs/confuse-2.6 fails to build
Summary: dev-libs/confuse-2.6 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-29 20:25 UTC by Markus Ullmann (RETIRED)
Modified: 2008-04-15 16:22 UTC (History)
1 user (show)

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


Attachments
merge.log (merge.log,9.02 KB, text/plain)
2008-01-29 20:26 UTC, Markus Ullmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Ullmann (RETIRED) gentoo-dev 2008-01-29 20:25:45 UTC
Looks like some missing dependency
Comment 1 Markus Ullmann (RETIRED) gentoo-dev 2008-01-29 20:26:16 UTC
Created attachment 142148 [details]
merge.log

Build output
Comment 2 Markus Ullmann (RETIRED) gentoo-dev 2008-03-04 20:51:35 UTC
Monthly ping
Comment 3 MATSUU Takuto (RETIRED) gentoo-dev 2008-03-05 16:21:16 UTC
ITWORKSFORME.

> confuse.c:1112: warning: implicit declaration of function 'setlocale'
> confuse.c:1112: error: 'LC_MESSAGES' undeclared (first use in this function)
> confuse.c:1112: error: (Each undeclared identifier is reported only once
> confuse.c:1112: error: for each function it appears in.)
> confuse.c:1113: error: 'LC_CTYPE' undeclared (first use in this function)

LC_MESSAGES and LC_CTYPE are defined in /usr/include/locale.h and it belongs to glibc. do you use glibc or anything else? please put your emerge --info.


Comment 4 Ryan Hill (RETIRED) gentoo-dev 2008-03-05 22:48:55 UTC
try with USE=nls.  can you drop -Werror from confuse's build flags?  different compiler versions and flags will create different warnings.  for example, it fails for gcc 4.3 because of another warning.
Comment 5 Markus Ullmann (RETIRED) gentoo-dev 2008-03-18 21:56:22 UTC
yup, works fine with USE="nls", thankies
Comment 6 MATSUU Takuto (RETIRED) gentoo-dev 2008-04-15 16:22:26 UTC
2.6-r1 in cvs.