I tried to build the package myself on my laptop but did not succeed. I
thought then that perhaps it was due to some of the optimizations in
/etc/makepkg.conf, so I commented out LDFLAGS, CFLAGS, and CXXFLAGS in
that file. No success. Output is found below. Looks like this octave
version is not playing nicely with my laptop at all! :(
Cheers,
Yngve
$ makepkg
...
if /bin/sh
/home/ylevinse/chakra-packages/octave/src/octave-3.6.3/build-aux/missing
--run makeinfo -I . \
-o
octave.info octave.texi; \
then \
rc=0; \
CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
rc=$?; \
CDPATH="${ZSH_VERSION+.}:" && cd . && \
$restore $backupdir/* `echo "./
octave.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
../../run-octave -f -q -H ./mk_doc_cache.m doc-cache
../../scripts/DOCSTRINGS ../../src/DOCSTRINGS || { rm -f doc-cache; exit
1; }
panic: Segmentation fault -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
/bin/sh: line 1: 24320 Segmentation fault (core dumped)
../../run-octave -f -q -H ./mk_doc_cache.m doc-cache
../../scripts/DOCSTRINGS ../../src/DOCSTRINGS
make[3]: *** [doc-cache] Error 1
make[3]: Leaving directory
`/home/ylevinse/chakra-packages/octave/src/octave-3.6.3/doc/interpreter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/ylevinse/chakra-packages/octave/src/octave-3.6.3/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/ylevinse/chakra-packages/octave/src/octave-3.6.3'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...