If I clone https://github.com/sagemath/binary-pkg.git, edit sage.yaml to 
change the branch from develop to master, and run:

$ export PACKAGE="Runtime binaries only"
$ make bdist-sage-linux

then I get the errors:

make stage-sage
make[2]: Entering directory '/home/mike/Downloads/binary-pkg'
.../binary-pkg/activate python -m binary_pkg.cmdline --config sage.yaml 
--stage --package "Runtime binaries only"
Namespace(build=False, checkout=False, config='sage.yaml', debug=False, 
dist=False, info=False, log=None, option_help=False, package='Runtime 
binaries only', stage=True)
WARNING:root:Suspicious text terminators [b':'] in 
.../binary-pkg/source/SageMath/.../local/bin/gp-2.9
WARNING:root:Contains zero-terminated strings but marker is not: 
.../binary-pkg/source/SageMath/.../local/bin/gp-2.9
ERROR:root:At 
b'.../binary-pkg/source/SageMath/.../local/share/doc/sage/html/en/reference/calculus/sage/calculus/ode.htmlX\x1e'
ERROR:root:path terminator b'\x1e' not allowed in 
.../binary-pkg/source/SageMath/.../local/share/doc/sage/doctrees/ca/intro/environment.pickle
invalid string terminator
Makefile:19: recipe for target 'stage-sage' failed
make[2]: *** [stage-sage] Error 1

All the files in the directory 
.../binary-pkg/source/SageMath/.../local/share/doc/sage/html/en/reference/calculus/sage/calculus
 
end in html .

Without the "export package" line, the compile succeeds, but I want to 
shrink the size as much as possible.

Should I file a bug report about this?

Thanks,

Mike

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to