Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186693 - net-libs/libfwbuilder: Add libresolv support
Summary: net-libs/libfwbuilder: Add libresolv support
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Carlos Silva (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-26 15:19 UTC by Tiziano Müller (RETIRED)
Modified: 2007-07-30 21:44 UTC (History)
0 users

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 Tiziano Müller (RETIRED) gentoo-dev 2007-07-26 15:19:53 UTC
I get the following while compiling:

dns.cpp:138:3: warning: #warning "getHostByAddr will use default system timeout because bind library was not found on the system "
dns.cpp:260:3: warning: #warning "No gethostbyaddr_r(); all DNS calls will be serialized (slow!)"
dns.cpp:345:3: warning: #warning "No gethostbyname_r() all DNS calls will be serialized (slow!)"

Checking configure.in it seems that we should add "--with-advanced-dns=dns" to use libresolv (which is provided by glibc).

And further: what would be the benefit of using stlport? If it works, why not add another stlport USE flag?
Comment 1 Carlos Silva (RETIRED) gentoo-dev 2007-07-30 21:44:21 UTC
Hummm... after making some tests I discovered that libfwbuilder doesn't compile on amd64 with --with-advanced-dns set because it makes some weird linking that it's not correct to do (http://www.redhat.com/archives/fedora-devel-list/2005-December/msg00800.html). This being said, I won't add support to this unless upstream fixes the mess.