Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2016 14:09:47 +0700
From:      Olivier <Olivier.Nicole@cs.ait.ac.th>
To:        questions@freebsd.org
Subject:   Building bash cores dump
Message-ID:  <wu71sz1osp0.fsf@banyan.cs.ait.ac.th>

next in thread | raw e-mail | index | archive | help

Hi,

I am trying to build /sheel/bash on FreeBSD 10.3 RELEASE, i386 and it
cores dump at:

cc -fPIC -DHAVE_CONFIG_H -DSHELL  -O2 -pipe  -Wl,-export-dynamic -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wno-parentheses -Wno-format-security -I. -I.. -I../.. -I../../lib -I../../builtins -I.  -I../../include -I/usr/ports/shells/bash/work/bash-4.4 -I/usr/ports/shells/bash/work/bash-4.4/lib  -I/usr/ports/shells/bash/work/bash-4.4/builtins  -c -o setpgid.o setpgid.c
cc: warning: -Wl,-export-dynamic: 'linker' input unused
cc -shared -Wl,-soname,setpgid  -fstack-protector  -o setpgid setpgid.o 
Segmentation fault (core dumped)
mkdir /usr/ports/shells/bash/work/stage/usr/local/lib/bash
Segmentation fault (core dumped)
*** Error code 139

Stop.
make[3]: stopped in /usr/ports/shells/bash/work/bash-4.4/examples/loadables
*** Error code 1 (ignored)
/bin/ln -sf bash /usr/ports/shells/bash/work/stage/usr/local/bin/rbash
install  -m 0644 /usr/ports/shells/bash/work/bash-4.4/doc/FAQ  /usr/ports/shells/bash/work/bash-4.4/doc/INTRO /usr/ports/shells/bash/work/stage/usr/local/share/doc/bash
for d in CHANGES COMPAT NEWS POSIX RBASH README; do  install  -m 0644 /usr/ports/shells/bash/work/bash-4.4/${d} /usr/ports/shells/bash/work/stage/usr/local/share/doc/bash;  done
====> Compressing man pages (compress-man)

Do you have any idea what the problem could be?

Thatnk you,

Olivier
-- 



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