Created
November 16, 2019 16:25
-
-
Save danboid/028627561d3dcc815b9a9cec089dc863 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ISDADS\sgs548@salv13603-ub:~/src/serenity/Ports/dash$ ./package.sh | |
Fetching dash! | |
+ curl http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.10.2.tar.gz -o dash-0.5.10.2.tar.gz (nocd) | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 219k 100 219k 0 0 116k 0 0:00:01 0:00:01 --:--:-- 116k | |
+ tar xf dash-0.5.10.2.tar.gz (nocd) | |
+ patch -p1 | |
patching file src/cd.c | |
+ patch -p1 | |
patching file src/expand.c | |
Configuring dash! | |
+ ./configure --host=i686-pc-serenity | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for i686-pc-serenity-strip... i686-pc-serenity-strip | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking for i686-pc-serenity-gcc... i686-pc-serenity-gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... yes | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether i686-pc-serenity-gcc accepts -g... yes | |
checking for i686-pc-serenity-gcc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of i686-pc-serenity-gcc... gcc3 | |
checking how to run the C preprocessor... i686-pc-serenity-gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for bison... no | |
checking for byacc... no | |
checking for build system compiler... cc | |
checking for __attribute__((__alias__()))... yes | |
checking alloca.h usability... yes | |
checking alloca.h presence... yes | |
checking for alloca.h... yes | |
checking paths.h usability... no | |
checking paths.h presence... no | |
checking for paths.h... no | |
checking whether _PATH_BSHELL is declared... no | |
checking whether _PATH_DEVNULL is declared... no | |
checking whether _PATH_TTY is declared... no | |
checking whether isblank is declared... no | |
checking size of intmax_t... 8 | |
checking size of long long int... 8 | |
checking whether PRIdMAX is declared... no | |
checking for bsearch... yes | |
checking for faccessat... no | |
checking for getpwnam... yes | |
checking for getrlimit... no | |
checking for isalpha... no | |
checking for killpg... yes | |
checking for mempcpy... no | |
checking for sigsetmask... no | |
checking for stpcpy... no | |
checking for strchrnul... no | |
checking for strsignal... yes | |
checking for strtod... yes | |
checking for strtoimax... no | |
checking for strtoumax... no | |
checking for sysconf... no | |
checking for signal... yes | |
checking for stat64... no | |
checking for open64... no | |
checking for stat::st_mtim... no | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
Building dash! | |
+ make -j8 | |
make all-recursive | |
make[1]: Entering directory '/home/local/ISDADS/sgs548/src/serenity/Ports/dash/dash-0.5.10.2' | |
Making all in src | |
make[2]: Entering directory '/home/local/ISDADS/sgs548/src/serenity/Ports/dash/dash-0.5.10.2/src' | |
i686-pc-serenity-gcc -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -g -O2 -E -x c -o builtins.def builtins.def.in | |
i686-pc-serenity-gcc -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -g -O2 -Wall -o mknodes mknodes.c | |
/bin/bash mktokens | |
/bin/bash mktokens | |
/bin/bash mkbuiltins builtins.def | |
i686-pc-serenity-gcc -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -g -O2 -Wall -o mksyntax mksyntax.c | |
./mksyntax | |
./mknodes nodetypes nodes.c.pat | |
Makefile:687: recipe for target 'syntax.h' failed | |
make[2]: *** [syntax.h] Segmentation fault (core dumped) | |
make[2]: *** Waiting for unfinished jobs.... | |
Makefile:684: recipe for target 'nodes.h' failed | |
make[2]: *** [nodes.h] Segmentation fault (core dumped) | |
make[2]: Leaving directory '/home/local/ISDADS/sgs548/src/serenity/Ports/dash/dash-0.5.10.2/src' | |
Makefile:279: recipe for target 'all-recursive' failed | |
make[1]: *** [all-recursive] Error 1 | |
make[1]: Leaving directory '/home/local/ISDADS/sgs548/src/serenity/Ports/dash/dash-0.5.10.2' | |
Makefile:219: recipe for target 'all' failed | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment