Modify ↓
#10735 closed enhancement (fixed)
uclibc locale support enhancement
Reported by: | flux | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | Barrier Breaker 14.07 |
Component: | packages | Version: | Trunk |
Keywords: | Cc: |
Description
the change set /changeset/29633.html introduces an additional flag for the uclibc. So if locale support is globally activated then UCLIBC_HAS_LOCALE will be activated. There are 2 dependency properties: UCLIBC_HAS_XLOCALE and UCLIB_HAS_GLIBC_DIGIT_GROUPING. These 2 properties shall be set to 'no' automatically. If user answers 'y' and activates UCLIB_HAS_XLOCALE then libstdc++ will be missing symbols and won't link with applications that are using (even implicitly) xlocale functions!
Attachments (2)
Change History (6)
comment:1 Changed 6 years ago by jow
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 6 years ago by oliver@…
- Resolution fixed deleted
- Status changed from closed to reopened
Attached patch fixes a typo in r29646.
Changed 6 years ago by oliver@…
Changed 6 years ago by anonymous
comment:3 Changed 5 years ago by jogo
- Resolution set to fixed
- Status changed from reopened to closed
Thanks for reporting, applied in r35709.
comment:4 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted
Note: See
TracTickets for help on using
tickets.
Should be fixed with r29646