Opened 6 years ago

Last modified 3 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)

main.log (566.1 KB) - added by axet (Alexey Kuznetsov) 6 years ago.

Download all attachments as: .zip

Change History (10)

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

Please attach the main.log file.

Changed 6 years ago by axet (Alexey Kuznetsov)

Attachment: main.log added

comment:2 Changed 5 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:3 Changed 5 years ago by axet (Alexey Kuznetsov)

Already installed. Not working.

comment:4 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: mojave added

comment:5 Changed 5 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 5 years ago by mf2k (Frank Schima)

Keywords: xcode10 added; mojave removed

Confirmed this issue is Xcode 10 related because it fails to build on High Sierra with Xcode 10.

Version 0, edited 5 years ago by mf2k (Frank Schima) (next)

comment:7 Changed 5 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 3 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: mojave catalina bigsur added
Owner: set to vgrebenschikov
Status: newassigned

Has duplicate #61885.

comment:9 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: vgrebenschikov added
Owner: vgrebenschikov deleted
Note: See TracTickets for help on using tickets.