Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504844 - net-misc/jwhois should use/depend on virtual/libiconv
Summary: net-misc/jwhois should use/depend on virtual/libiconv
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL: http://git.alpinelinux.org/cgit/aport...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-03-17 01:21 UTC by René Rhéaume
Modified: 2014-03-17 01:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
jwhois-4.0-r1.ebuild.patch (jwhois-4.0-r1.ebuild.patch,1.02 KB, patch)
2014-03-17 01:22 UTC, René Rhéaume
Details | Diff
jwhois-4.0-libiconv.patch (jwhois-4.0-libiconv.patch,302 bytes, patch)
2014-03-17 01:23 UTC, René Rhéaume
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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