Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 619738

Summary: sys-fs/dosfstools Cannot emerge with uclibc-ng
Product: Gentoo Linux Reporter: tinybuilder <b1944770>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED WONTFIX    
Severity: normal CC: blueness, jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 570544    

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.