Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Mar 2017 16:45:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217567] editors/emacs temacs dumps core during build on base/head amd64 using system compiler clang 4.0.0
Message-ID:  <bug-217567-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: Trond.Endrestol@ximalas.info
          Assignee: ashish@FreeBSD.org
             Flags: maintainer-feedback?(ashish@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 ./g=
nus
./international ./language ./mail ./mh-e ./net ./nxml ./obsolete ./org ./pl=
ay
./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 =3D 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.

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



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