[Bug 275058] lang/gcc link failure on raspberry pi only

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 13 Nov 2023 17:56:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275058

            Bug ID: 275058
           Summary: lang/gcc link failure on raspberry pi only
           Product: Ports & Packages
           Version: Latest
          Hardware: arm64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gerald@FreeBSD.org
          Reporter: ecdowney@clearskyinstitute.com
          Assignee: gerald@FreeBSD.org
             Flags: maintainer-feedback?(gerald@FreeBSD.org)

Using 13.2-RELEASE with lang/gcc version 12_5 on Pi model 4, I get the
following error. The same test on an amd desktop pc using the same OS and pkg
works fine.

<CODE>
[freebsd@generic ~]$ cat helloworld.cpp 
#include <stdio.h>
int main (int ac, char *av[])
{
        printf ("hello world\n");
        return (0);
}
[freebsd@generic ~]$ g++ -o helloworld{,.cpp}
[freebsd@generic ~]$ ./helloworld 
ld-elf.so.1: /lib/libgcc_s.so.1: version GCC_4.5.0 required by
/usr/local/lib/gcc12/libstdc++.so.6 not found
</CODE>

-- 
You are receiving this mail because:
You are the assignee for the bug.