Skip to content

Instantly share code, notes, and snippets.

@stakemori
Created December 15, 2016 12:00
Show Gist options
  • Save stakemori/22ad053a70c398dd4ab2f6a677911a1a to your computer and use it in GitHub Desktop.
Save stakemori/22ad053a70c398dd4ab2f6a677911a1a to your computer and use it in GitHub Desktop.
[dochtml] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f48dee9c830]
[dochtml] python(_start+0x29)[0x400769]
[dochtml] ------------------------------------------------------------------------
[dochtml] Attaching gdb to process id 16575.
[dochtml]
[dochtml] Saved trace to /home/docker/.sage/crash_logs/crash_QXFkJu.log
[dochtml] ------------------------------------------------------------------------
[dochtml] Unhandled SIGSEGV: A segmentation fault occurred.
[dochtml] This probably occurred because a *compiled* module has a bug
[dochtml] in it and is not properly wrapped with sig_on(), sig_off().
[dochtml] Python will now terminate.
[dochtml] ------------------------------------------------------------------------
[dochtml] /home/docker/binary-pkg/source/SageMath/jc4b6yulaujayb9sr94ia88eourzeqip0oidmas391yaj24ng0bmdur5g21g/build/bin/sage-logger: line 83: 16575 Segmentation fault (core dumped) ./sage --docbuild --no-pdf-links all html
Makefile:1063: recipe for target 'doc-html' failed
make[5]: *** [doc-html] Error 139
make[5]: Leaving directory '/home/docker/binary-pkg/source/SageMath/jc4b6yulaujayb9sr94ia88eourzeqip0oidmas391yaj24ng0bmdur5g21g/build/make'
Makefile:886: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/docker/binary-pkg/source/SageMath/jc4b6yulaujayb9sr94ia88eourzeqip0oidmas391yaj24ng0bmdur5g21g/build/make'
real 69m29.671s
user 413m41.876s
sys 40m46.720s
***************************************************************
Error building Sage.
The following package(s) may have failed to build (not necessarily
during this run of 'make all'):
The build directory may contain configuration files and other potentially
helpful information. WARNING: if you now run 'make' again, the build
directory will, by default, be deleted. Set the environment variable
SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.
Makefile:16: recipe for target 'all' failed
make[3]: *** [all] Error 1
make[3]: Leaving directory '/home/docker/binary-pkg/source/SageMath/jc4b6yulaujayb9sr94ia88eourzeqip0oidmas391yaj24ng0bmdur5g21g'
ERROR:root:Script failed:
ERROR:root:export SAGE_FAT_BINARY=yes
export SAGE_PARALLEL_SPKG_BUILD=yes
export MAKE='make -j8'
make || exit 1
git gc --aggressive --prune=now
Traceback (most recent call last):
File "/home/docker/binary-pkg/tools/binary-pkg/lib/python3.4/runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "/home/docker/binary-pkg/tools/binary-pkg/lib/python3.4/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/docker/binary-pkg/binary_pkg/cmdline.py", line 78, in <module>
launch()
File "/home/docker/binary-pkg/binary_pkg/cmdline.py", line 69, in launch
config.build_script.run()
File "/home/docker/binary-pkg/binary_pkg/bash_script.py", line 37, in run
['bash', self._filename], cwd=self._cwd, env=self.env())
File "/home/docker/binary-pkg/tools/binary-pkg/lib/python3.4/subprocess.py", line 561, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['bash', '/home/docker/binary-pkg/tmp/SageMath/tmp095stq4m.sh']' returned non-zero exit status 1
Makefile:16: recipe for target 'build-sage' failed
make[2]: *** [build-sage] Error 1
make[2]: Leaving directory '/home/docker/binary-pkg'
Makefile:26: recipe for target 'package-sage' failed
make[1]: *** [package-sage] Error 2
make[1]: Leaving directory '/home/docker/binary-pkg'
sage.mk:4: recipe for target 'bdist-sage-linux' failed
make: *** [bdist-sage-linux] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment