Bug 233110 - make buildworld fails: libelf.so.2: undefined reference to <some _libelf*mips64* symbols>
Summary: make buildworld fails: libelf.so.2: undefined reference to <some _libelf*mips...
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 11.2-STABLE
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-10 13:43 UTC by Philippe Michel
Modified: 2018-11-10 20:53 UTC (History)
0 users

See Also:


Attachments
End of "make buildworld" log (2.79 KB, text/plain)
2018-11-10 13:43 UTC, Philippe Michel
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Michel 2018-11-10 13:43:27 UTC
Created attachment 199110 [details]
End of "make buildworld" log

11.2-STABLE, amd64, trying to build r340316 on a r339426 system, "make buildworld" fails as reported in the attached log.

I have the following flags in src.conf :
WITHOUT_LLVM_TARGET_AARCH64=true
WITHOUT_LLVM_TARGET_ARM=true
WITHOUT_LLVM_TARGET_MIPS=true
WITHOUT_LLVM_TARGET_POWERPC=true
WITHOUT_LLVM_TARGET_SPARC=true

I didn't try to go back to an earlier source revision, but looking at the recent commits, it is probably triggered by r340309, possibly in combination with WITHOUT_LLVM_TARGET_MIPS=true
Comment 1 Philippe Michel 2018-11-10 20:53:41 UTC
Latest commit (r340320) fixes the issue.