Opened 4 years ago

Closed 4 years ago

#59573 closed defect (invalid)

build ossp-uuid: command execution failed

Reported by: breadncup Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: ossp-uuid

Description (last modified by breadncup)

build ossp-uuid: command execution failed

Log is attached.

Error is here:

:info:build ../uuid.h:39:10: fatal error: 'sys/types.h' file not found
:info:build #include <sys/types.h>
:info:build          ^~~~~~~~~~~~~
:info:build 1 error generated.


Attachments (1)

main.log (34.1 KB) - added by breadncup 4 years ago.
ossp-uuid/main.log

Download all attachments as: .zip

Change History (7)

Changed 4 years ago by breadncup

Attachment: main.log added

ossp-uuid/main.log

comment:1 Changed 4 years ago by breadncup

Description: modified (diff)

comment:2 Changed 4 years ago by breadncup

Description: modified (diff)

comment:3 Changed 4 years ago by breadncup

Actually, the error starts from this warning:

:info:build clang: warning: no such sysroot directory: '/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk' [-Wmissing-sysroot]

Why it does find the path? Shouldn't it be "xcodebuild -version -sdk macosx Path"?

comment:4 Changed 4 years ago by jmroot (Joshua Root)

Port: ossp-uuid added

Do you have the Command Line Tools installed? If not, install them; they are needed as mentioned in the installation instructions.

comment:5 in reply to:  4 Changed 4 years ago by breadncup

Replying to jmroot:

Do you have the Command Line Tools installed? If not, install them; they are needed as mentioned in the installation instructions.

Ah...I thought the Command Line Tool has been installed, but it's not. Looks after installing Catalina and updating Xcode has removed or refreshed it somehow. After installing it, it looks good. Thanks,

comment:6 Changed 4 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.