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

 
 

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

Submitted by:  David Spies <dspyz>
Submitted on:  Thu 24 Oct 2013 12:35:25 AM UTC  
 
Category: Configuration and Build SystemSeverity: 3 - Normal
Priority: 5 - NormalItem Group: Build Failure
Status: InvalidAssigned to: None
Originator Name: Open/Closed: Closed
Release: devOperating System: GNU/Linux

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

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 File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

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

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only project members can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 2 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Sat 26 Oct 2013 03:49:19 PM UTCrik5StatusNone=>Invalid
      Open/ClosedOpen=>Closed

    Back to the top


    Powered by Savane 3.1-cleanup1