Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185764 - uclibc patch introduce an undefined preprocessor symbol to cwchar header
Summary: uclibc patch introduce an undefined preprocessor symbol to cwchar header
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-18 13:08 UTC by Alex Turbov
Modified: 2007-08-24 09:29 UTC (History)
0 users

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 Alex Turbov 2007-07-18 13:08:01 UTC
after applying 90_all_200-uclibc-locale.patch cwchar header contains this snippet:

#if _GLIBCXX_HAVE_WCSFTIME
  using ::wcsftime;
#endif

i.e. it makes conditional using of wcsftime. BUT _GLIBCXX_HAVE_WCSFTIME is never defined! I guess it must be detected at ./configure time, but ucblic patch don't add detection procedure...

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-18 13:15:41 UTC
Which ebuild and version is this about?
Comment 2 Alex Turbov 2007-08-24 09:29:03 UTC
(In reply to comment #1)
> Which ebuild and version is this about?
> 

gcc-4.1.2.ebuild