Opened 6 years ago
Last modified 4 years ago
#57174 assigned defect
cotvnc wont compile
Reported by: | axet (Alexey Kuznetsov) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | xcode10 mojave catalina bigsur | Cc: | vgrebenschikov |
Port: | cotvnc |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
recent os x mac wont build.
:info:build error: can't exec '/Applications/Xcode.app/Contents/Developer/usr/bin/nasm' (No such file or directory) axet-laptop:~ axet$ ls /Applications/Xcode.app/Contents/Developer/usr/bin/nasm ls: /Applications/Xcode.app/Contents/Developer/usr/bin/nasm: No such file or directory axet-laptop:~ axet$ ls /usr/bin/nasm /usr/bin/nasm
Attachments (1)
Change History (10)
comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
Changed 6 years ago by axet (Alexey Kuznetsov)
comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
As a workaround, try installing the nasm port, then cleaning cotvnc and trying again. If that works, we can add that dependency to the Portfile.
comment:4 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | mojave added |
---|
comment:5 Changed 6 years ago by MaddTheSane (C.W. Betts)
The NASM warning is from Xcode. In order to build this on Xcode 10, you need to use the Legacy build system. It will ignore NASM files (as Xcode seems to think they'll only compile on i386).
comment:6 Changed 6 years ago by mf2k (Frank Schima)
Keywords: | xcode10 added; mojave removed |
---|
Confirmed. This issue is with the new build system in Xcode 10 because it fails to build on High Sierra with Xcode 10.
comment:7 Changed 6 years ago by kencu (Ken)
This one is bugging me. The usual fixes (useoldbuildsystem, set the deriveddata path) don't reliably work. Just to make it tantalizing, it _did_ work once or twice on High Sierra with Xcode10, but it is not reproducible. Frustrating one.
comment:8 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | mojave catalina bigsur added |
---|---|
Owner: | set to vgrebenschikov |
Status: | new → assigned |
Has duplicate #61885.
comment:9 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | vgrebenschikov added |
---|---|
Owner: | vgrebenschikov deleted |
Please attach the main.log file.