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, Oct 9, 2:06 PM
Unknown Object (File)
Sat, Oct 4, 9:11 AM
Unknown Object (File)
Mon, Sep 15, 11:11 AM
Unknown Object (File)
Mon, Sep 15, 10:02 AM
Unknown Object (File)
Sep 13 2025, 3:35 AM
Unknown Object (File)
Sep 12 2025, 9:06 AM
Unknown Object (File)
Aug 30 2025, 4:11 PM
Unknown Object (File)
Aug 18 2025, 5:40 AM
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