Opened 6 years ago
Closed 6 years ago
#57745 closed defect (fixed)
owncloud-client @2.5.1: clang: error: unknown argument: '-fstack-protector-strong'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | yan12125 (Chih-Hsuan Yen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | mavericks | Cc: | |
Port: | owncloud-client |
Description
owncloud-client fails to build on Mavericks
clang: error: unknown argument: '-fstack-protector-strong'
Change History (4)
comment:1 Changed 6 years ago by yan12125 (Chih-Hsuan Yen)
comment:2 Changed 6 years ago by yan12125 (Chih-Hsuan Yen)
I believe 7a079e46c74601cd3363e436915d4eefa5fed9d2/macports-ports with 04684f6a820300a284c4262dde51647bf4b7a531/macports-ports fix the issue, but the second commit does not trigger buildbots. Could you have a look?
comment:3 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
I resent the GitHub web hook and it built successfully on 10.9; thanks!
comment:4 Changed 6 years ago by yan12125 (Chih-Hsuan Yen)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I've also fixed the build on 10.8 in 100385d1d1975dd2f57924e1f7ad3fbbe35d8b59/macports-ports. For 10.7, the build fails as the systray uses NSUserNotificationCenter
, which is available on 10.8+ only. I guess it's possible to patch out that feature, but the patch might be more than a few lines, so I'll mark the issue on 10.7 as WONTFIX until another user asks for it.
Note: See
TracTickets for help on using
tickets.
In 7a079e46c74601cd3363e436915d4eefa5fed9d2/macports-ports (master):