FS#35183 - [libvirt] Unable to find dnsmasq binary

Attached to Project: Community Packages
Opened by Conker (oconkero) - Friday, 10 May 2013, 19:47 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 03 June 2013, 13:25 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
libvirt doesn't seem to be using the standard Arch location of the dnsmasq binary (/usr/bin/dnsmasq). This is something it locates when built.

Additional info:
* package version(s)
libvirt 1.0.5-1
dnsmasq 2.66-1

* config and/or log files etc.
libvirtd[28588]: Cannot check dnsmasq binary dnsmasq: No such file or directory

Steps to reproduce:
Install libvirt and dnsmasq from the official repos
This task depends upon

Closed by  Sergej Pupykin (sergej)
Monday, 03 June 2013, 13:25 GMT
Reason for closing:  Fixed
Comment by Conker (oconkero) - Monday, 27 May 2013, 22:32 GMT
  • Field changed: Percent Complete (100% → 0%)
still occurring in 1.0.5-4
Comment by Evan Callicoat (Apsu) - Tuesday, 28 May 2013, 00:56 GMT
This seems to be the same issue as #35443. libvirt successfully built for me with --with-dnsmasq-path=/usr/bin/dnsmasq, similarly to --with-iptables-path=/usr/bin/iptables as in #35443. Accordingly, I no longer get the "Cannot check dnsmasq binary dnsmasq: No such file or directory" error in the logs.
Comment by Conker (oconkero) - Friday, 31 May 2013, 19:34 GMT
  • Field changed: Percent Complete (100% → 0%)
It will still build with "--with-dnsmasq-path=/usr/bin/dnsmasq" but that switch does nothing. "configure: WARNING: unrecognized options: --with-dnsmasq-path" and the current rev of dnsmasq 1.0.5-7 still doesn't use the correct path for the dnsmasq binary
Comment by Dave Reisner (falconindy) - Friday, 31 May 2013, 19:35 GMT
dnsmasq really just needs to be added to the makedepends here and the configure script will do the right thing....
Comment by Conker (oconkero) - Friday, 31 May 2013, 20:44 GMT
Aye, that should do nicely.

Loading...