On 08/28/2016 06:25 PM, Bruce Dubbs wrote:
Paul Hentschel wrote:
I haven't been able to build this package. I keep getting the same error.
/bin/mkdir -p ../etc
:
test "no" = "yes" || \
test "X" = X || -r temacs
test "no" = "yes" || test -z "setfattr" || \
setfattr -n user.pax.flags -v er temacs
cd ../lisp; make -w update-subdirs
make[2]: Entering directory '/sources/extra/emacs-24.5/lisp'
for file in `find . -type d -print`; do case $file in .*/cedet* |
.*/leim*
) ;; *) wins="$wins${wins:+ }$file" ;; esac; done; \
for file in $wins; do \
./../build-aux/update-subdirs $file; \
done;
make[2]: Leaving directory '/sources/extra/emacs-24.5/lisp'
if test "no" = "yes"; then \
rm -f bootstrap-emacs; \
ln temacs bootstrap-emacs; \
else \
./temacs --batch --load loadup bootstrap || exit 1; \
test "X" = X || -zex emacs; \
mv -f emacs bootstrap-emacs; \
fi
/bin/sh: line 7: 18100 Segmentation fault (core dumped) ./temacs
--batch --load loadup bootstrap
make[1]: *** [Makefile:816: bootstrap-emacs] Error 1
make[1]: Leaving directory '/sources/extra/emacs-24.5/src'
make: *** [Makefile:387: src] Error 2
Anyone else have a problem building this package? Any ideas on what is
wrong?
I just tried a configure && make and got the same problem. Probably
gcc6. We'll have to investigate a fix.
-- Bruce
Thanks Bruce. Good to know it's not just my system.
Paul
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page