Page MenuHomeFreeBSD

devel/xtensa-esp32-elf: unbreak build/run when lang/gcc48 is installed
ClosedPublic

Authored by leres on Jul 28 2018, 12:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 10, 7:13 AM
Unknown Object (File)
Aug 26 2026, 10:48 PM
Unknown Object (File)
Aug 13 2026, 6:28 PM
Unknown Object (File)
Aug 11 2026, 8:06 PM
Unknown Object (File)
Aug 8 2026, 6:07 PM
Unknown Object (File)
Aug 8 2026, 12:11 PM
Unknown Object (File)
Aug 7 2026, 8:16 PM
Unknown Object (File)
Aug 6 2026, 2:04 PM
Subscribers

Details

Summary

Proposed commit message:

A user reported a build failure with portmaster. I was able
to deduce he had lang/gcc48 installed and reproduce the
build error in a poudriere jail:
 
    /usr/local/lib/gcc48/libstdc++.so.6: version CXXABI_1.3.9 required by /usr/local/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc not found
 
He also reported that the binaries from FreeBSD built package
produced this error.
 
The fix is explicitly set LD_RUN_PATH to the gcc lib
directory.
 
Reported by: danny@cs.huji.ac.il
Reviewed by: ? (mentor)
Approved by: ? (mentor)
Differential Revision: ?

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable