Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 559890 - =net-dialup/mingetty-1.08 should depend on virtual/libiconv
Summary: =net-dialup/mingetty-1.08 should depend on virtual/libiconv
Status: UNCONFIRMED
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: PATCH
Depends on:
Blocks:
 
Reported: 2015-09-07 16:18 UTC by René Rhéaume
Modified: 2022-06-29 07:03 UTC (History)
1 user (show)

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


Attachments
mingetty-1.08.ebuild.patch (mingetty-1.08.ebuild.patch,1.18 KB, patch)
2015-09-07 16:22 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 2015-09-07 16:18:40 UTC
mingetty source code calls iconv but does not specify "-liconv" at link time, so linking fails at least on uclibc, which does not include iconv functionnality, but uses GNU libiconv.

Reproducible: Always

Steps to Reproduce:
1. emerge mingetty
2.
3.
Actual Results:  
emake failed

Expected Results:  
mingetty installed on system
Comment 1 René Rhéaume 2015-09-07 16:22:06 UTC
Created attachment 411284 [details, diff]
mingetty-1.08.ebuild.patch

I also updated the ebuild to EAPI=5 in the process.