Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 229125 - net-misc/rsync uses iconv, but doesn't depend on virtual/libiconv
Summary: net-misc/rsync uses iconv, but doesn't depend on virtual/libiconv
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-23 20:39 UTC by Fabian Groffen
Modified: 2008-06-24 03:47 UTC (History)
1 user (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 Fabian Groffen gentoo-dev 2008-06-23 20:39:49 UTC
net-misc/rsync-3.0.2 uses iconv when automagically detected.  This 1) should probably be --disable/enable-iconv in the ebuild, and 2) as I think iconv is useful for rsync, it should depend on virtual/libiconv.

I suggest virtual/libiconv in DEPEND and --enable-iconv in econf call.
Comment 1 SpanKY gentoo-dev 2008-06-24 03:47:44 UTC
we're not hardcoding dependencies on iconv ... we have USE=iconv; leverage it

http://sources.gentoo.org/net-misc/rsync/rsync-3.0.2.ebuild?r1=1.5&r2=1.6