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

Bug 143306

Summary: sys-devel/gettext-0.15 installs Windows DLL
Product: Gentoo Linux Reporter: Jakub Moc (RETIRED) <jakub>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: VERIFIED NEEDINFO    
Severity: trivial    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge gettext &> emerge.log

Description Jakub Moc (RETIRED) gentoo-dev 2006-08-09 02:04:21 UTC
# equery f gettext | grep dll
/usr/lib/GNU.Gettext.dll

# file GNU.Gettext.dll 
GNU.Gettext.dll: MS-DOS executable PE  for MS Windows (DLL) (console) Intel 80386 32-bit

[ebuild   R   ] sys-devel/gettext-0.15  USE="-doc -emacs nls -nocxx" 0 kB

Hmmm? (BTW, 0.14.5 also seems to install this)
Comment 1 SpanKY gentoo-dev 2006-08-09 09:29:12 UTC
what a wealth of information

works fine for me
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-08-09 09:55:16 UTC
Created attachment 93853 [details]
emerge gettext &> emerge.log

Looks like it's some .NET junk from gettext-runtime/intl.csharp...
Comment 3 SpanKY gentoo-dev 2006-08-09 16:33:22 UTC
if it's .net cruft, then there should be a .dll shouldnt there ?
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-08-10 02:24:12 UTC
(In reply to comment #3)
> if it's .net cruft, then there should be a .dll shouldnt there ?

Seems it only gets installed when you have mono installed as well (kinda automagic), looks like the same happens for some java stuff there. 

As I don't think you'd like to introduce mono use flag, lets say it's a feature. ;)

Thanks.