Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 619738 - sys-fs/dosfstools Cannot emerge with uclibc-ng
Summary: sys-fs/dosfstools Cannot emerge with uclibc-ng
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: uclibc-porting
  Show dependency tree
 
Reported: 2017-05-26 11:31 UTC by tinybuilder
Modified: 2022-01-02 10:29 UTC (History)
2 users (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 tinybuilder 2017-05-26 11:31:10 UTC
Using the latest stage3 of uclibc hardened, it's impossible to emerge dosfstools as it complains of undefined references:

charconv.o: In function `iconv_init_codepage':
charconv.c:(.text+0x50): undefined reference to `libiconv_open'
charconv.o: In function `dos_char_to_printable':
charconv.c:(.text+0x250): undefined reference to `libiconv'
collect2: error: ld returned 1 exit status


One way to work around it is to use the LDFLAGS of -liconv. 

To reproduce:
1. emerge dosfstools
Comment 1 David Seifert gentoo-dev 2022-01-02 10:29:16 UTC
uclibc support in Gentoo has been removed.