Opened 13 years ago
Closed 9 years ago
#32340 closed defect (fixed)
xmms2 clang conf error with clang
Reported by: | 0xPr0xy@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | clang | Cc: | |
Port: | xmms2 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
xmms2 port not configuring properly with clang
configure.compiler should be changed to llvm-gcc-4.2
also, this build error after fixing that:
Change History (9)
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | xmms2 compiler removed |
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
Summary: | xmms2 clang conf error → xmms2 clang conf error with clang |
Please use WikiFormatting.
comment:3 follow-up: 5 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to 0xPr0xy@…:
xmms2 port not configuring properly with clang
configure.compiler should be changed to llvm-gcc-4.2
Why? What happens? When I force clang on Snow Leopard with Xcode 3.2.6 I get:
/opt/local/var/macports/build/_Users_rschmidt_macports_dports_audio_xmms2/xmms2/work/xmms2-0.6DrMattDestruction/wscript:257: error: gcc was not found, see the result of gcc --version
Is that what you see on your system as well?
also, this build error after fixing that:
http://pastebin.com/vUBTE2Ru
Duplicate of #31243.
comment:4 Changed 13 years ago by neverpanic (Clemens Lang)
He was on IRC, and yes, this was the problem.
comment:5 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to ryandesign@…:
/opt/local/var/macports/build/_Users_rschmidt_macports_dports_audio_xmms2/xmms2/work/xmms2-0.6DrMattDestruction/wscript:257: error: gcc was not found, see the result of gcc --version
I no longer see this with version 0.8DrO_o, to which I just updated the port in r87663; does it build for you now as well?
comment:6 Changed 13 years ago by 0xPr0xy@…
the 0.8 version didn't work for me. the xmms2d failed to start properly. I installed the 0.6 version from the older revision which works fine but still had to set the compiler to gcc4.2 will try to build 0.8 again this weekend and report the result here.
comment:8 Changed 13 years ago by dsvensson@…
FYI clang support is available in the development branch and will be in the next release.
comment:9 Changed 9 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This does indeed seem to be a duplicate of #31243. The problem was apparently fixed by the update to current version (xmms2 @0.8DrO_o).