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

Bug 342437

Summary: net-dns/dnsmasq missing dependency on dev-util/pkgconfig
Product: Gentoo Linux Reporter: Maxim Koltsov (RETIRED) <maksbotan>
Component: New packagesAssignee: Patrick McLean <chutzpah>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log of dnsmasq with missing pkg-config

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".