#43729 closed defect (fixed)
ld64 @236.3_1: build failure on 10.8 and earlier
Reported by: | dbevans (David B. Evans) | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | jwhowse4, hapaguy (Brian Kurt Fujikawa), cjones051073 (Chris Jones) | |
Port: | ld64 |
Description
When building on OS X 10.8 and earlier build fails as follows:
/usr/bin/clang++ -Os -Os -stdlib=libstdc++ -arch x86_64 -I/opt/local/libexec/llvm-3.3/include -DLTO_SUPPORT -Isrc/abstraction -Isrc/ld -Isrc/ld/parsers -I/opt/local/include -c -o src/other/dyldinfo.o src/other/dyldinfo.cpp In file included from src/other/ObjectDump.cpp:35: In file included from src/ld/parsers/macho_relocatable_file.h:28: src/ld/ld.hpp:35:10: fatal error: 'unordered_set' file not found #include <unordered_set> ^ In file included from src/ld/parsers/macho_relocatable_file.cpp:50: src/ld/ld.hpp:35:10: fatal error: 'unordered_set' file not found #include <unordered_set> ^ In file included from src/ld/parsers/lto_file.cpp:42: src/ld/ld.hpp:35:10: fatal error: 'unordered_set' file not found #include <unordered_set> ^ 1 error generated. make: *** [src/other/ObjectDump.o] Error 1
Observed locally and on buildbots. Build log (10.8) attached.
Attachments (1)
Change History (7)
Changed 10 years ago by dbevans (David B. Evans)
comment:2 Changed 10 years ago by jwhowse4
I get the same error on OS X 10.8 building with llvm-3.4.
comment:5 Changed 10 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 10 years ago by RJVB (René Bertin)
The portfile would need to blacklist gcc-4.2 on OS X 10.6 ..
Note: See
TracTickets for help on using
tickets.
ML log showing build error