#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)
Change History (5)
Changed 12 years ago by skymoo (Adam Mercer)
comment:1 follow-up: 2 Changed 12 years ago by raimue (Rainer Müller)
| Status: | new → assigned |
|---|
comment:2 Changed 12 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 12 years ago by skymoo (Adam Mercer)
| Resolution: | → invalid |
|---|---|
| Status: | assigned → closed |
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 12 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.

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