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)
Sun, Jul 13, 10:45 PM
Unknown Object (File)
Wed, Jul 2, 2:07 AM
Unknown Object (File)
Wed, Jun 25, 3:07 AM
Unknown Object (File)
Jun 16 2025, 9:37 PM
Unknown Object (File)
Jun 15 2025, 8:27 PM
Unknown Object (File)
Jun 11 2025, 7:16 PM
Unknown Object (File)
May 15 2025, 9:36 PM
Unknown Object (File)
May 4 2025, 11:02 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