Opened 12 years ago
Closed 12 years ago
#42052 closed defect (fixed)
pulseaudio @4.0_3: libatomic-ops headers not found
| Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | dbevans (David B. Evans) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.2.1 |
| Keywords: | Cc: | neverpanic (Clemens Lang), cooljeanius (Eric Gallager) | |
| Port: | pulseaudio |
Description
Configuring pulseaudio fails on Tiger PowerPC, saying:
checking whether we need libatomic_ops... yes checking atomic_ops.h usability... no checking atomic_ops.h presence... no checking for atomic_ops.h... no configure: error: *** libatomic-ops headers not found
Attachments (1)
Change History (6)
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
comment:1 Changed 12 years ago by neverpanic (Clemens Lang)
| Cc: | cal@… added |
|---|
comment:2 Changed 12 years ago by dbevans (David B. Evans)
| Status: | new → assigned |
|---|
Upon inspection, configure falls back to libatomic_ops only if it can't compile a specific (intel) bit of inline asm. So that's why it's a Tiger issue.
Ryan, I don't have a Tiger machine anymore so can you verify that adding a dependency on libatomic_ops fixes the problem for you? Probably an issue for Leopard as well. Not needed for SL on.
comment:4 Changed 12 years ago by dbevans (David B. Evans)
Possible fix committed in r115728. Let me know if this works for you.
comment:5 Changed 12 years ago by dbevans (David B. Evans)
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Since no one has replied further, I'm assuming the problem is fixed.
Note: See
TracTickets for help on using
tickets.

Do you have the libatomic_ops port installed? I doubt pulseaudio depends on it, since I only recently added it, but maybe it should?