Opened 13 years ago
Closed 13 years ago
#31866 closed defect (fixed)
kdepimlibs 4.7.2 failed to build on osx lion 10.7.2
Reported by: | hofione@… | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | lion | Cc: | sharky@…, cjones051073 (Chris Jones), soehn@… |
Port: | kdepimlibs4 |
Description
Attachments (2)
Change History (8)
Changed 13 years ago by hofione@…
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | sharky@… added |
---|---|
Owner: | changed from macports-tickets@… to snc@… |
comment:2 Changed 13 years ago by cjones051073 (Chris Jones)
Changed 13 years ago by cjones051073 (Chris Jones)
Attachment: | main.log.bz2 added |
---|
comment:3 Changed 13 years ago by cjones051073 (Chris Jones)
See wiki:PortfileRecipes#compiler for more details on how to provide work-around for ports that have issues with clang.
comment:6 Changed 13 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Now avoiding clang, r86864
Note: See
TracTickets for help on using
tickets.
I have the same problem with the new kdepimlibs4 4.7.3 version.
I'm using Xcode 4.2 on 10.7. I'll attach my log as well.
The issue appears to be the use of clang by default in this configuration. Forcing the use of llvm-gcc-4.2 the build is OK, i.e.
Chris