Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2020 10:48:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        powerpc@FreeBSD.org
Subject:   [Bug 243484] editors/emacs: fix build of dependent libraries on powerpc64 elf2
Message-ID:  <bug-243484-25139-pBHRCkohRo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243484-25139@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243484-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=3D243484

--- Comment #8 from commit-hook@freebsd.org ---
A commit references this bug:

Author: pkubaj
Date: Wed Jan 22 10:47:24 UTC 2020
New revision: 523801
URL: https://svnweb.freebsd.org/changeset/ports/523801

Log:
  editors/emacs: fix miscompilation on powerpc64 elfv2

  Clang currently miscompiles emacs, resulting in broken builds for
dependencies:
  =3D=3D=3D>  Building for treepy.el-emacs26-0.1.1_3
  (cd /wrkdirs/usr/ports/devel/treepy.el/work-full/treepy.el-0.1.1 ;
/usr/local/bin/emacs-26.3 -batch -q -f batch-byte-compile treepy.el)
  *** Signal 6

  Use GCC to workaround it.

  PR:           243484
  Approved by:  jrm (maintainer)

Changes:
  head/editors/emacs/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-243484-25139-pBHRCkohRo>