Opened 12 years ago
Closed 12 years ago
#35645 closed defect (invalid)
fuse4x-kext @0.9.1 build error: file not found
Reported by: | wuttkej@… | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | pixilla (Bradley Giesbrecht) | |
Port: | fuse4x-kext |
Description
When trying to build on Mountain Lion, the build fails with the following error message:
:debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory
The file the build script is looking for is actually located here:
/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/Scripts/tclIndex
Attachments (1)
Change History (4)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to dports@… |
---|
comment:3 Changed 12 years ago by drkp (Dan Ports)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Looks like you need to accept the Xcode license:
:info:build You have not agreed to the Xcode license agreements, please run 'xcodebuild -license' (for user-level acceptance) or 'sudo xcodebuild -license' (for system-wide acceptance) from within a Terminal window to review and agree to the Xcode license agreements.
Note: See
TracTickets for help on using
tickets.
That is not the reason it failed to build. Please attach the main.log file so that we can see the true reason.