Open
Bug 1404840
Opened 7 years ago
Updated 2 years ago
OSX build fails with: ld: unexpected token: !tapi-tbd-v2 file '/System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd' for architecture x86_64
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: jseward, Unassigned)
Details
Attachments
(2 files)
This machine was able to build Firefox until very recently (four days ago).
Config is
Darwin Kernel Version 16.7.0 -- Sierra
XCode 8.2.1
MacPorts 2.4.1
I (foolishly, it turns out) allowed the software updater to update the XCode
command line tools to version 9.0.0. Now the build fails per the attached
logfile. I tried uninstalling and reinstalling both XCode and MacPorts, but
that does not help.
This is blocking bug 1400754, which is P2 for '57.
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Have you tried following https://stackoverflow.com/questions/17980759/xcode-select-active-developer-directory-error/17980786#17980786 ?
Reporter | ||
Comment 4•7 years ago
|
||
Curiously, with a completely empty mozconfig, it builds fine. Thanks
to Nathan for the hint. So there's something ungood in the comment 2
mozconfig, but I'm not sure what.
Comment 5•7 years ago
|
||
My money is on this:
export LLVM_CONFIG=/opt/local/bin/llvm-config-mp-4.0
export CC=/opt/local/bin/clang-mp-4.0
export CXX=/opt/local/bin/clang++-mp-4.0
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•