[Bug 248561] lang/perl5.32: fix build on powerpc head

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Aug 9 19:10:21 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248561

            Bug ID: 248561
           Summary: lang/perl5.32: fix build on powerpc head
           Product: Ports & Packages
           Version: Latest
          Hardware: powerpc
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mat at FreeBSD.org
          Reporter: pkubaj at FreeBSD.org
                CC: powerpc at FreeBSD.org
          Assignee: mat at FreeBSD.org
                CC: powerpc at FreeBSD.org
             Flags: maintainer-feedback?(mat at FreeBSD.org)

Created attachment 217118
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=217118&action=edit
patch

When building on powerpc (powerpc64 is fine) on head (which uses Clang), the
following command causes a build crash when compiled with -O2:
LD_LIBRARY_PATH=/wrkdirs/usr/ports/lang/perl5.32/work/perl-5.32.0 ./miniperl
-Ilib make_ext.pl lib/auto/DB_File/DB_File.so  MAKE="/usr/bin/make"
LIBPERL_A=libperl.so.5.32.0 LINKTYPE=dynamic

Compiling with -O1 is fine. Base GCC on stable/12 is fine, so only Clang needs
this workaround.

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


More information about the freebsd-ports-bugs mailing list