Opened 4 years ago
Closed 4 years ago
#60494 closed defect (duplicate)
qemu @5.0.0_0+cocoa+target_i386+target_ppc+target_x86_64+usb Undefined symbols _clock_gettime
Reported by: | franckbonin | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | qemu |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
compilation error look like #60211 (@4.2.0) but quite different as for @5.0.0
and compilation of qemu @4.2.0 used to succeed on this systems.
:info:build no symbols :info:build Undefined symbols for architecture x86_64: :info:build "_clock_gettime", referenced from: :info:build _qsp_mutex_lock in libqemuutil.a(qsp.o) :info:build _qsp_mutex_trylock in libqemuutil.a(qsp.o) :info:build _qsp_bql_mutex_lock in libqemuutil.a(qsp.o) :info:build _qsp_rec_mutex_lock in libqemuutil.a(qsp.o) :info:build _qsp_rec_mutex_trylock in libqemuutil.a(qsp.o) :info:build _qsp_cond_wait in libqemuutil.a(qsp.o) :info:build _qsp_cond_timedwait in libqemuutil.a(qsp.o) :info:build ... :info:build ld: symbol(s) not found for architecture x86_64
Attachments (1)
Change History (3)
Changed 4 years ago by franckbonin
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | set to raimue |
Port: | @5.0.0 removed |
Status: | new → assigned |
Summary: | qemu @5.0.0_0+cocoa+target_i386+target_ppc+target_x86_64+usb Undefined symbols → qemu @5.0.0_0+cocoa+target_i386+target_ppc+target_x86_64+usb Undefined symbols _clock_gettime |
comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This looks like a straight-up duplicate of #60211. It's still the same problem.