Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 342437 - net-dns/dnsmasq missing dependency on dev-util/pkgconfig
Summary: net-dns/dnsmasq missing dependency on dev-util/pkgconfig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-24 09:33 UTC by Maxim Koltsov (RETIRED)
Modified: 2010-10-25 07:53 UTC (History)
0 users

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


Attachments
Build log of dnsmasq with missing pkg-config (build.log,5.03 KB, text/plain)
2010-10-24 09:34 UTC, Maxim Koltsov (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Koltsov (RETIRED) gentoo-dev 2010-10-24 09:33:53 UTC
net-dns/dnsmasq fails to build (see attached log) on clear stage-3 system because of missing pkg-config. Emerging it fixes error.

Reproducible: Always

Steps to Reproduce:
1.install stage3 system
2.emerge dnsmasq
3.

Actual Results:  
fail:
util.o: In function `canonicalise':
util.c:(.text+0xeb2): undefined reference to `idna_to_ascii_lz'
collect2: ld returned 1 exit status

Expected Results:  
normal compilation
Comment 1 Maxim Koltsov (RETIRED) gentoo-dev 2010-10-24 09:34:54 UTC
Created attachment 251777 [details]
Build log of dnsmasq with missing pkg-config
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-10-25 07:53:06 UTC
Fixed latest. It will go stable when it's ready.

+  25 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> dnsmasq-2.55.ebuild:
+  Missing dev-util/pkgconfig DEPEND wrt #342437 by "Maxim".