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

Bug 504844

Summary: net-misc/jwhois should use/depend on virtual/libiconv
Product: Gentoo Linux Reporter: René Rhéaume <rene.rheaume>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: UNCONFIRMED ---    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
URL: http://git.alpinelinux.org/cgit/aports/tree/main/jwhois/jwhois-libiconv.patch
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: jwhois-4.0-r1.ebuild.patch
jwhois-4.0-libiconv.patch

Description René Rhéaume 2014-03-17 01:21:42 UTC
jwhois requires an iconv implementation. On non-glibc systems, GNU libiconv provides it. However, even when libiconv is detected by configure, jwhois fails to build at the linking step with undefined symbols to libiconv_* functions. Alpine Linux has a patch for that and I simply use it.

Reproducible: Always

Steps to Reproduce:
1. Install Lilblue
2. emerge jwhois
Actual Results:  
emake failed

Expected Results:  
jwhois installed on system
Comment 1 René Rhéaume 2014-03-17 01:22:40 UTC
Created attachment 372838 [details, diff]
jwhois-4.0-r1.ebuild.patch
Comment 2 René Rhéaume 2014-03-17 01:23:16 UTC
Created attachment 372840 [details, diff]
jwhois-4.0-libiconv.patch