Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#41743 closed defect (invalid)

qemu @1.7.0_0: error: use of undeclared identifier 'LIBUSB_LOG_LEVEL_WARNING'

Reported by: skymoo (Adam Mercer) Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: qemu

Description

Update to qemu 1.7.0_0 fails on ML with Xcode-5.0.2, full build log is attached.

Attachments (1)

main.log (749.2 KB) - added by skymoo (Adam Mercer) 10 years ago.

Download all attachments as: .zip

Change History (5)

Changed 10 years ago by skymoo (Adam Mercer)

Attachment: main.log added

comment:1 Changed 10 years ago by raimue (Rainer Müller)

Status: newassigned

Is libusb active on your system? I think there might be a dependency missing. I'll look into it.

comment:2 in reply to:  1 Changed 10 years ago by skymoo (Adam Mercer)

Replying to raimue@…:

Is libusb active on your system? I think there might be a dependency missing. I'll look into it.

$ port installed libusb
The following ports are currently installed:
  libusb @1.0.17_0 (active)
$

comment:3 Changed 10 years ago by skymoo (Adam Mercer)

Resolution: invalid
Status: assignedclosed

Seems like this problem was between the keyboard and the chair, it looks like my libusb port has got itself into a weird state and was missing a few important files specifically the ones that qemu was looking for during configure. Forcing a reinstall of libusb allowed qemu to be built successfully.

comment:4 Changed 10 years ago by raimue (Rainer Müller)

I am glad you got it resolved! After all this ticket made me take a closer look at the dependencies of the port and resulted in some fixes in r114672.

Note: See TracTickets for help on using tickets.