Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2020 12:17:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        powerpc@FreeBSD.org
Subject:   [Bug 248561] lang/perl5.32: fix build on powerpc head
Message-ID:  <bug-248561-25139-Mt6i74ueKs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248561-25139@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248561-25139@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248561

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: pkubaj
Date: Mon Aug 10 12:17:38 UTC 2020
New revision: 544611
URL: https://svnweb.freebsd.org/changeset/ports/544611

Log:
  lang/perl5.32: fix build on powerpc head

  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=3D/wrkdirs/usr/ports/lang/perl5.32/work/perl-5.32.0 ./min=
iperl
-Ilib make_ext.pl lib/auto/DB_File/DB_File.so  MAKE=3D"/usr/bin/make"
LIBPERL_A=3Dlibperl.so.5.32.0 LINKTYPE=3Ddynamic

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

  PR:           248561
  Approved by:  mat (maintainer)

Changes:
  head/lang/perl5.32/Makefile

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248561-25139-Mt6i74ueKs>