bugGNU Octave - Bugs: bug #40358, Octave Java classes missing on...

 
 

bug #40358: Octave Java classes missing on 64-bit Ubuntu 12.04

Submitter:  David Spies <dspyz>
Submitted:  Thu 24 Oct 2013 12:35:25 AM UTC
   
 
Category:  Configuration and Build System Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 24 Oct 2013 09:46:17 PM UTC, comment #1: 

Oops,

This isn't a bug.  It happened because the sysadmin added stuff to CLASSPATH that didn't include the current directory. I added

export CLASSPATH=.:$CLASSPATH

to my .bashrc file and that fixed it

Sorry

David Spies <dspyz>
Thu 24 Oct 2013 12:35:25 AM UTC, original submission:  

Trying to compile Octave on a 64-bit Ubuntu 12.04 machine, I get the following error:

make[2]: Entering directory `/cshome/dspies/octave/scripts'
/bin/mkdir -p plot/util
: > plot/util/.dirstamp
making plot/util/gnuplot_binary.m from plot/util/gnuplot_binary.in
if [ "x." != "x." ]; then \
  /bin/mkdir -p java/org/octave/images; \
  cp ./java/org/octave/images/question.png ./java/org/octave/images/error.png ./java/org/octave/images/warning.png ./java/org/octave/images/information.png ./java/org/octave/images/octave.png java/org/octave/images; \
fi
touch java/images.stamp
/bin/mkdir -p java/org/octave
( cd ./java; "/usr/lib/jvm/default-java/bin/javac" -source 1.3 -target 1.3 -d /cshome/dspies/octave/scripts/java org/octave/ClassHelper.java )
org/octave/ClassHelper.java:29: cannot find symbol
symbol  : class OctClassLoader
location: class org.octave.ClassHelper
  private static OctClassLoader loader;
                 ^
org/octave/ClassHelper.java:34: cannot find symbol
symbol  : class OctClassLoader
location: class org.octave.ClassHelper
    loader = (l instanceof OctClassLoader ? (OctClassLoader) l :
                           ^
org/octave/ClassHelper.java:34: cannot find symbol
symbol  : class OctClassLoader
location: class org.octave.ClassHelper
    loader = (l instanceof OctClassLoader ? (OctClassLoader) l :
                                             ^
org/octave/ClassHelper.java:35: cannot find symbol
symbol  : class OctClassLoader
location: class org.octave.ClassHelper
              new OctClassLoader (l));
                  ^
org/octave/ClassHelper.java:77: cannot find symbol
symbol  : class OctClassLoader
location: class org.octave.ClassHelper
    loader = (l instanceof OctClassLoader ? (OctClassLoader) l :
                           ^
org/octave/ClassHelper.java:77: cannot find symbol
symbol  : class OctClassLoader
location: class org.octave.ClassHelper
    loader = (l instanceof OctClassLoader ? (OctClassLoader) l :
                                             ^
org/octave/ClassHelper.java:78: cannot find symbol
symbol  : class OctClassLoader
location: class org.octave.ClassHelper
              new OctClassLoader (l));
                  ^
7 errors
make[2]: * [java/org/octave/ClassHelper.class] Error 1
make[2]: Leaving directory `/cshome/dspies/octave/scripts'
make[1]: * [all-recursive] Error 1
make[1]: Leaving directory `/cshome/dspies/octave'
make: * [all] Error 2

David Spies <dspyz>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Updated the item)
  • -email is unavailable- added by dspyz (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-10-26 rik5 StatusNone Invalid / Not an Octave Bug
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code