[Bug 217567] editors/emacs temacs dumps core during build on base/head amd64 using system compiler clang 4.0.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 5 16:45:21 UTC 2017


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

            Bug ID: 217567
           Summary: editors/emacs temacs dumps core during build on
                    base/head amd64 using system compiler clang 4.0.0
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ashish at FreeBSD.org
          Reporter: Trond.Endrestol at ximalas.info
          Assignee: ashish at FreeBSD.org
             Flags: maintainer-feedback?(ashish at FreeBSD.org)

The following happens when building editors/emacs (and child ports such as
editors/emacs-nox11) on base/head amd64 after r314564, clang 4.0.0 as the
system compiler:

gmake[4]: Entering directory
'/usr/ports/workdirs/usr/ports/editors/emacs/work/emacs-25.1/lisp'
for file in . ./calc ./calendar ./emacs-lisp ./emulation ./erc ./eshell ./gnus
./international ./language ./mail ./mh-e ./net ./nxml ./obsolete ./org ./play
./progmodes ./term ./textmodes ./url ./vc; do \
   ./../build-aux/update-subdirs $file; \
done;
gmake[4]: Leaving directory
'/usr/ports/workdirs/usr/ports/editors/emacs/work/emacs-25.1/lisp'
./temacs --batch --load loadup bootstrap
Fatal error 'Can't allocate initial thread' at line 338 in file
/usr/src/lib/libthr/thread/thr_init.c (errno = 22)
gmake[3]: *** [Makefile:737: bootstrap-emacs] Abort trap (core dumped)
gmake[3]: Leaving directory
'/usr/ports/workdirs/usr/ports/editors/emacs/work/emacs-25.1/src'
gmake[2]: *** [Makefile:398: src] Error 2
gmake[2]: Leaving directory
'/usr/ports/workdirs/usr/ports/editors/emacs/work/emacs-25.1'

The port builds successfully with clang 3.9.1, i.e. pre-r314564.

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


More information about the freebsd-ports-bugs mailing list