[Bug 199148] editors/emacs: gcc not required on supported platforms

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 3 16:33:50 UTC 2015


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

            Bug ID: 199148
           Summary: editors/emacs: gcc not required on supported platforms
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ashish at FreeBSD.org
          Reporter: mjl at luckie.org.nz
          Assignee: ashish at FreeBSD.org
             Flags: maintainer-feedback?(ashish at FreeBSD.org)

Created attachment 155162
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155162&action=edit
do not require gcc to build emacs on i386

emacs on i386 currently requires gcc to build because of a bug in older
versions of clang.

https://llvm.org/bugs/show_bug.cgi?id=18171

however, the bug has been fixed in clang versions that ship with 9.3 and 10.1,
the two supported freebsd releases with clang.  8.4 uses gcc.  I confirmed this
with dim@

https://svnweb.freebsd.org/base?view=revision&revision=263312
https://svnweb.freebsd.org/base?view=revision&revision=263765

The attached patch drops gcc requirement.  I have been using emacs for a week
built with clang with no problems.

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


More information about the freebsd-ports-bugs mailing list