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

Bug 211566

Summary: sys-auth/nss-mdns should be added to app-emulation/emul-linux-x86-baselibs
Product: Gentoo Linux Reporter: Christopher Smith <x>
Component: [OLD] LibraryAssignee: AMD64 Project <amd64>
Status: RESOLVED FIXED    
Severity: normal CC: gentoo, jeffrey, pacho
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 165270    

Description Christopher Smith 2008-02-26 21:31:04 UTC
Currently, mdns ignores the "multilib" use flag and doesn't seem to build 32-bit versions of its libraries. This results in 32-bit apps failing name resolution in the event that your /etc/nsswitch.conf includes mdns4 or mdns4_minimal prior to "dns", which just happens to be the case in the default configuration.

My guess is the correct way to solve this is to pay attention to the "multilib" flag, and when it appears build a 32-bit version of the mdns libraries as well.

Reproducible: Always

Steps to Reproduce:
1. emerge nss-mdns.
2. emerge mozilla-firefox-bin (32-bit binary).
3. Launch mozilla.
4. Browse web using an IP (it works!)
5. Browse web using a hostname (i.e. "http://gentoo.org/")
Actual Results:  
Firefox will report that the host could not be found.

Expected Results:  
Firefox successfully finds the host and browses the web page.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-02-26 21:46:56 UTC
Yah, maybe when Bug 145737 is fixed... :)
Comment 2 Matthias Vill 2008-04-10 18:55:49 UTC
Yes, I would also like to see this.
Actually it kept me almost a year from browsing the web with 32bit applications.
Comment 3 Olivier Crete (RETIRED) gentoo-dev 2008-06-17 16:49:51 UTC
Actually, we should add mdns to the multilib package
Comment 4 Pacho Ramos gentoo-dev 2009-01-20 19:26:06 UTC
As I dubt bug 145737 would be fixed soon, maybe this should be added to a emul-* package, as this also can affect to wine:
http://wiki.winehq.org/FAQ#head-933a92a965553f3ef2ab7ff40488b58f0983fdc6

but I am unsure about wich one could include it :-/, app-emulation/emul-linux-x86-baselibs ?

Thanks :-)
Comment 5 Pacho Ramos gentoo-dev 2010-02-20 23:11:39 UTC
Fixed