Ticket #4185 (assigned defect)

Opened 2 months ago

Last modified 2 months ago

[with spkg, needs work] remove GNUisms from spkg-install of the jmol.spkg

Reported by: mabshoff Assigned to: mabshoff (accepted)
Priority: major Milestone: sage-3.2.2
Component: solaris Keywords:
Cc:

Description (Last modified by mabshoff)

It boils down to:

 # Insert localize.in after first line of startup script.
-head -n 1 jmol > "$DIR/jmol"
+head -1 jmol > "$DIR/jmol"
 cat ../patches/localize.in >> "$DIR/jmol"
-tail -n +2 jmol >> "$DIR/jmol"
+tail +2 jmol >> "$DIR/jmol"
 check

The new (but broken) spkg can be found at

http://sage.math.washington.edu/home/mabshoff/jmol-11.6.rc8.p0.spkg

Cheers,

Michael

Change History

09/24/2008 01:27:29 AM changed by mabshoff

  • status changed from new to assigned.

09/24/2008 02:35:57 AM changed by mhansen

I get this:

****************************************************
Copying Jmol libraries...
Copying Jmol scripts...
tail: cannot open `+2' for reading: No such file or directory
Error.

real	0m0.377s
user	0m0.020s
sys	0m0.056s
sage: An error occurred while installing jmol-11.6.rc8.p0
Please email sage-devel http://groups.google.com/group/sage-devel
explaining the problem and send the relevant part of
of /opt/sage/install.log.  Describe your computer, operating system, etc.
If you want to try to fix the problem, yourself *don't* just cd to
/opt/sage/spkg/build/jmol-11.6.rc8.p0 and type 'make'.
Instead type "/opt/sage/sage -sh"
in order to set all environment variables correctly, then cd to
/opt/sage/spkg/build/jmol-11.6.rc8.p0
(When you are done debugging, you can type "exit" to leave the
subshell.)

09/24/2008 02:56:28 AM changed by mabshoff

Ok, I need to think about this an fix the problem. It looks like we cannot get something that works equally well on Solaris and on-Solaris.

Cheers,

Michael

09/24/2008 03:09:11 AM changed by mabshoff

  • summary changed from [with spkg, needs review] remove GNUisms from spkg-install of the jmol.spkg to [with spkg, needs work] remove GNUisms from spkg-install of the jmol.spkg.

Ok, I am taking it back for now and will figure out what to do here.

Cheers,

Michael

09/24/2008 03:25:21 AM changed by mabshoff

  • description changed.

09/30/2008 10:31:38 AM changed by mabshoff

  • milestone changed from sage-3.2 to sage-3.1.3.