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)
Wed, Aug 26, 10:48 PM
Unknown Object (File)
Thu, Aug 13, 6:28 PM
Unknown Object (File)
Tue, Aug 11, 8:06 PM
Unknown Object (File)
Sat, Aug 8, 6:07 PM
Unknown Object (File)
Sat, Aug 8, 12:11 PM
Unknown Object (File)
Fri, Aug 7, 8:16 PM
Unknown Object (File)
Thu, Aug 6, 2:04 PM
Unknown Object (File)
Jul 24 2026, 8:20 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