Ticket #1539 (closed defect: fixed)

Opened 1 year ago

Last modified 3 months ago

[with patch; positive review] bdist of sage should include devel/doc

Reported by: was Assigned to: mabshoff
Priority: blocker Milestone: sage-3.1.2
Component: distribution Keywords:
Cc:

Description

wstein: note-to-self devel/doc is missing from the bdist.
[08:33am] wstein: maybe it shouldn't be.
[08:33am] wstein: I don't know.
[08:33am] wstein: I think bdist should have it...
[08:33am] wstein: trac ticket

Attachments

scripts-1539.patch (0.9 kB) - added by was on 08/26/2008 02:16:19 AM.

Change History

02/12/2008 08:16:24 AM changed by was

  • priority changed from major to blocker.

#1708 duplicated this

Also, here is a comment from Kate Minola, which is the same problem. I've thus promoted this to a blocker:

For sage-2.10.1, if I compile from source and run
'make check' - all is fine.  If I then build a binary
distribution (using -bdist), and then inside the binary
distribution run 'make check' I get the following errors.

Kate

Testing SAGE tutorial
/home/kate/sage/sage-2.10.1-x86_64-Linux/dist/sage-2.10.1-x86_64-Linux/
local/bin/sage-maketest: line 18: cd: /home/kate/sage/sage-2.10.1-
x86_64-Linux/dist/sage-2.10.1-x86_64-Linux/devel/doc/tut: No such file
or directory
ERROR: File ./tut.tex is missing
exit code: 1

----------------------------------------------------------------------
The following tests failed:


       ./tut.tex
Total time for all tests: 0.0 seconds
Testing SAGE programming guide
/home/kate/sage/sage-2.10.1-x86_64-Linux/dist/sage-2.10.1-x86_64-Linux/
local/bin/sage-maketest: line 22: cd: /home/kate/sage/sage-2.10.1-
x86_64-Linux/dist/sage-2.10.1-x86_64-Linux/devel/doc/prog: No such
file or directory
ERROR: File ./prog.tex is missing
exit code: 1

----------------------------------------------------------------------
The following tests failed:


       ./prog.tex
Total time for all tests: 0.0 seconds
Testing SAGE constructions guide
/home/kate/sage/sage-2.10.1-x86_64-Linux/dist/sage-2.10.1-x86_64-Linux/
local/bin/sage-maketest: line 26: cd: /home/kate/sage/sage-2.10.1-
x86_64-Linux/dist/sage-2.10.1-x86_64-Linux/devel/doc/const: No such
file or directory
ERROR: File ./const.tex is missing
exit code: 1

----------------------------------------------------------------------
The following tests failed:


       ./const.tex
Total time for all tests: 0.0 seconds

08/26/2008 02:16:19 AM changed by was

  • attachment scripts-1539.patch added.

08/26/2008 02:16:32 AM changed by was

  • summary changed from bdist of sage should include devel/doc to [with patch; needs review] bdist of sage should include devel/doc.

08/26/2008 02:27:30 AM changed by mabshoff

  • summary changed from [with patch; needs review] bdist of sage should include devel/doc to [with patch; positive review] bdist of sage should include devel/doc.

Patch is good. Positive review.

Cheers,

Michael

08/26/2008 02:31:33 AM changed by mabshoff

  • status changed from new to closed.
  • resolution set to fixed.

Merged in Sage 3.1.2.alpha1