You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by de...@db.apache.org on 2004/09/24 23:37:32 UTC

[jira] Created: (DERBY-2) Can't compile Derby on OS X

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/DERBY-2

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DERBY-2
    Summary: Can't compile Derby on OS X
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Derby

   Assignee: 
   Reporter: Tom Santos

    Created: Fri, 24 Sep 2004 2:36 PM
    Updated: Fri, 24 Sep 2004 2:36 PM
Environment: OS X 10.3.5, Java 1.4.2_05, Dual G5

Description:
I went through all the steps in BUILDING.txt (including downloading all of the jars except osgi.jar) and have tried to build using both the default compiler and jikes.  I've included both outputs in this message.

My ant.properties file:

j14lib=/System/Library/Frameworks/JavaVM.framework/Home/lib
j13lib=/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home/lib
build.compiler=jikes

Output when using Jikes (note:  I get tons of compile errors that all look like the one I've provided, all while compiling compile_iapi_jdbc_jdbc2):
.
.
.
     [echo] Ant environment:
     [echo]   Base Directory: /Users/tom/dev/java/derby
     [echo]   Build output: /Users/tom/dev/java/derby/classes
     [echo]   Compiler: jikes
     [echo]   Sane = true
     [echo]   Proceed = no
.
.
.
compile_iapi_jdbc_jdbc2:
    [javac] Compiling 3 source files to /Users/tom/dev/java/derby/classes

    [javac] Found 2 semantic errors compiling "BrokeredPreparedStatement.java":

    [javac]     24. public class BrokeredPreparedStatement extends BrokeredStatement
    [javac]                      ^-----------------------^
    [javac] *** Semantic Error: The abstract method "void setURL(int $1, java.net.URL $2) throws java.sql.SQLException;", inherited from type "java.sql.PreparedStatement", is not implemented in the non-abstract class "org.apache.derby.iapi.jdbc.BrokeredPreparedStatement".
.
.
.
BUILD FAILED
/Users/tom/dev/java/derby/build.xml:137: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/build.xml:43: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/build.xml:46: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/jdbc/build.xml:64: Compile failed; see the compiler error output for details.


Output when using the default compiler:
.
.
.
     [echo] Ant environment:
     [echo]   Base Directory: /Users/tom/dev/java/derby
     [echo]   Build output: /Users/tom/dev/java/derby/classes
     [echo]   Compiler: modern
     [echo]   Sane = true
     [echo]   Proceed = no
.
.
.
compile_iapi_jdbc_jdbc2:
    [javac] Compiling 3 source files to /Users/tom/dev/java/derby/classes
    [javac] Fatal Error: Unable to locate package java.lang in classpath or bootclasspath

BUILD FAILED
/Users/tom/dev/java/derby/build.xml:137: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/build.xml:43: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/build.xml:46: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/jdbc/build.xml:64: Compile failed; see the compiler error output for details.




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DERBY-2) Can't compile Derby on OS X

Posted by de...@db.apache.org.
The following comment has been added to this issue:

     Author: Daniel John Debrunner
    Created: Fri, 24 Sep 2004 3:48 PM
       Body:
Does this posting to the derby-user list help?

http://nagoya.apache.org/eyebrowse/ReadMsg?listName=derby-user@db.apache.org&msgNo=31
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/DERBY-2?page=comments#action_53404

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/DERBY-2

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DERBY-2
    Summary: Can't compile Derby on OS X
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Derby

   Assignee: 
   Reporter: Tom Santos

    Created: Fri, 24 Sep 2004 2:36 PM
    Updated: Fri, 24 Sep 2004 3:48 PM
Environment: OS X 10.3.5, Java 1.4.2_05, Dual G5

Description:
I went through all the steps in BUILDING.txt (including downloading all of the jars except osgi.jar) and have tried to build using both the default compiler and jikes.  I've included both outputs in this message.

My ant.properties file:

j14lib=/System/Library/Frameworks/JavaVM.framework/Home/lib
j13lib=/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home/lib
build.compiler=jikes

Output when using Jikes (note:  I get tons of compile errors that all look like the one I've provided, all while compiling compile_iapi_jdbc_jdbc2):
.
.
.
     [echo] Ant environment:
     [echo]   Base Directory: /Users/tom/dev/java/derby
     [echo]   Build output: /Users/tom/dev/java/derby/classes
     [echo]   Compiler: jikes
     [echo]   Sane = true
     [echo]   Proceed = no
.
.
.
compile_iapi_jdbc_jdbc2:
    [javac] Compiling 3 source files to /Users/tom/dev/java/derby/classes

    [javac] Found 2 semantic errors compiling "BrokeredPreparedStatement.java":

    [javac]     24. public class BrokeredPreparedStatement extends BrokeredStatement
    [javac]                      ^-----------------------^
    [javac] *** Semantic Error: The abstract method "void setURL(int $1, java.net.URL $2) throws java.sql.SQLException;", inherited from type "java.sql.PreparedStatement", is not implemented in the non-abstract class "org.apache.derby.iapi.jdbc.BrokeredPreparedStatement".
.
.
.
BUILD FAILED
/Users/tom/dev/java/derby/build.xml:137: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/build.xml:43: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/build.xml:46: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/jdbc/build.xml:64: Compile failed; see the compiler error output for details.


Output when using the default compiler:
.
.
.
     [echo] Ant environment:
     [echo]   Base Directory: /Users/tom/dev/java/derby
     [echo]   Build output: /Users/tom/dev/java/derby/classes
     [echo]   Compiler: modern
     [echo]   Sane = true
     [echo]   Proceed = no
.
.
.
compile_iapi_jdbc_jdbc2:
    [javac] Compiling 3 source files to /Users/tom/dev/java/derby/classes
    [javac] Fatal Error: Unable to locate package java.lang in classpath or bootclasspath

BUILD FAILED
/Users/tom/dev/java/derby/build.xml:137: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/build.xml:43: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/build.xml:46: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/jdbc/build.xml:64: Compile failed; see the compiler error output for details.




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DERBY-2) Can't compile Derby on OS X

Posted by "Rick Hillegas (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-2?page=all ]

Rick Hillegas updated DERBY-2:
------------------------------

    Component: Build tools

Assigning to Build Tools component.

> Can't compile Derby on OS X
> ---------------------------
>
>          Key: DERBY-2
>          URL: http://issues.apache.org/jira/browse/DERBY-2
>      Project: Derby
>         Type: Bug

>   Components: Build tools
>  Environment: OS X 10.3.5, Java 1.4.2_05, Dual G5
>     Reporter: Tom Santos
>      Fix For: 10.0.2.0

>
> I went through all the steps in BUILDING.txt (including downloading all of the jars except osgi.jar) and have tried to build using both the default compiler and jikes.  I've included both outputs in this message.
> My ant.properties file:
> j14lib=/System/Library/Frameworks/JavaVM.framework/Home/lib
> j13lib=/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home/lib
> build.compiler=jikes
> Output when using Jikes (note:  I get tons of compile errors that all look like the one I've provided, all while compiling compile_iapi_jdbc_jdbc2):
> .
> .
> .
>      [echo] Ant environment:
>      [echo]   Base Directory: /Users/tom/dev/java/derby
>      [echo]   Build output: /Users/tom/dev/java/derby/classes
>      [echo]   Compiler: jikes
>      [echo]   Sane = true
>      [echo]   Proceed = no
> .
> .
> .
> compile_iapi_jdbc_jdbc2:
>     [javac] Compiling 3 source files to /Users/tom/dev/java/derby/classes
>     [javac] Found 2 semantic errors compiling "BrokeredPreparedStatement.java":
>     [javac]     24. public class BrokeredPreparedStatement extends BrokeredStatement
>     [javac]                      ^-----------------------^
>     [javac] *** Semantic Error: The abstract method "void setURL(int $1, java.net.URL $2) throws java.sql.SQLException;", inherited from type "java.sql.PreparedStatement", is not implemented in the non-abstract class "org.apache.derby.iapi.jdbc.BrokeredPreparedStatement".
> .
> .
> .
> BUILD FAILED
> /Users/tom/dev/java/derby/build.xml:137: The following error occurred while executing this line:
> /Users/tom/dev/java/derby/java/engine/build.xml:43: The following error occurred while executing this line:
> /Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/build.xml:46: The following error occurred while executing this line:
> /Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/jdbc/build.xml:64: Compile failed; see the compiler error output for details.
> Output when using the default compiler:
> .
> .
> .
>      [echo] Ant environment:
>      [echo]   Base Directory: /Users/tom/dev/java/derby
>      [echo]   Build output: /Users/tom/dev/java/derby/classes
>      [echo]   Compiler: modern
>      [echo]   Sane = true
>      [echo]   Proceed = no
> .
> .
> .
> compile_iapi_jdbc_jdbc2:
>     [javac] Compiling 3 source files to /Users/tom/dev/java/derby/classes
>     [javac] Fatal Error: Unable to locate package java.lang in classpath or bootclasspath
> BUILD FAILED
> /Users/tom/dev/java/derby/build.xml:137: The following error occurred while executing this line:
> /Users/tom/dev/java/derby/java/engine/build.xml:43: The following error occurred while executing this line:
> /Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/build.xml:46: The following error occurred while executing this line:
> /Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/jdbc/build.xml:64: Compile failed; see the compiler error output for details.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DERBY-2) Can't compile Derby on OS X

Posted by de...@db.apache.org.
The following comment has been added to this issue:

     Author: Tom Santos
    Created: Sat, 25 Sep 2004 4:14 PM
       Body:
Yes, that worked.  Thank you.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/DERBY-2?page=comments#action_53410

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/DERBY-2

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DERBY-2
    Summary: Can't compile Derby on OS X
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Derby

   Assignee: 
   Reporter: Tom Santos

    Created: Fri, 24 Sep 2004 2:36 PM
    Updated: Sat, 25 Sep 2004 4:14 PM
Environment: OS X 10.3.5, Java 1.4.2_05, Dual G5

Description:
I went through all the steps in BUILDING.txt (including downloading all of the jars except osgi.jar) and have tried to build using both the default compiler and jikes.  I've included both outputs in this message.

My ant.properties file:

j14lib=/System/Library/Frameworks/JavaVM.framework/Home/lib
j13lib=/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home/lib
build.compiler=jikes

Output when using Jikes (note:  I get tons of compile errors that all look like the one I've provided, all while compiling compile_iapi_jdbc_jdbc2):
.
.
.
     [echo] Ant environment:
     [echo]   Base Directory: /Users/tom/dev/java/derby
     [echo]   Build output: /Users/tom/dev/java/derby/classes
     [echo]   Compiler: jikes
     [echo]   Sane = true
     [echo]   Proceed = no
.
.
.
compile_iapi_jdbc_jdbc2:
    [javac] Compiling 3 source files to /Users/tom/dev/java/derby/classes

    [javac] Found 2 semantic errors compiling "BrokeredPreparedStatement.java":

    [javac]     24. public class BrokeredPreparedStatement extends BrokeredStatement
    [javac]                      ^-----------------------^
    [javac] *** Semantic Error: The abstract method "void setURL(int $1, java.net.URL $2) throws java.sql.SQLException;", inherited from type "java.sql.PreparedStatement", is not implemented in the non-abstract class "org.apache.derby.iapi.jdbc.BrokeredPreparedStatement".
.
.
.
BUILD FAILED
/Users/tom/dev/java/derby/build.xml:137: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/build.xml:43: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/build.xml:46: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/jdbc/build.xml:64: Compile failed; see the compiler error output for details.


Output when using the default compiler:
.
.
.
     [echo] Ant environment:
     [echo]   Base Directory: /Users/tom/dev/java/derby
     [echo]   Build output: /Users/tom/dev/java/derby/classes
     [echo]   Compiler: modern
     [echo]   Sane = true
     [echo]   Proceed = no
.
.
.
compile_iapi_jdbc_jdbc2:
    [javac] Compiling 3 source files to /Users/tom/dev/java/derby/classes
    [javac] Fatal Error: Unable to locate package java.lang in classpath or bootclasspath

BUILD FAILED
/Users/tom/dev/java/derby/build.xml:137: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/build.xml:43: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/build.xml:46: The following error occurred while executing this line:
/Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/jdbc/build.xml:64: Compile failed; see the compiler error output for details.




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DERBY-2) Can't compile Derby on OS X

Posted by "Samuel Andrew McIntyre (JIRA)" <de...@db.apache.org>.
     [ http://nagoya.apache.org/jira/browse/DERBY-2?page=history ]
     
Samuel Andrew McIntyre closed DERBY-2:
--------------------------------------

     Resolution: Fixed
    Fix Version: 10.0.2.0

Closing, as the problem appears to be resolved.

> Can't compile Derby on OS X
> ---------------------------
>
>          Key: DERBY-2
>          URL: http://nagoya.apache.org/jira/browse/DERBY-2
>      Project: Derby
>         Type: Bug
>  Environment: OS X 10.3.5, Java 1.4.2_05, Dual G5
>     Reporter: Tom Santos
>      Fix For: 10.0.2.0

>
> I went through all the steps in BUILDING.txt (including downloading all of the jars except osgi.jar) and have tried to build using both the default compiler and jikes.  I've included both outputs in this message.
> My ant.properties file:
> j14lib=/System/Library/Frameworks/JavaVM.framework/Home/lib
> j13lib=/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home/lib
> build.compiler=jikes
> Output when using Jikes (note:  I get tons of compile errors that all look like the one I've provided, all while compiling compile_iapi_jdbc_jdbc2):
> .
> .
> .
>      [echo] Ant environment:
>      [echo]   Base Directory: /Users/tom/dev/java/derby
>      [echo]   Build output: /Users/tom/dev/java/derby/classes
>      [echo]   Compiler: jikes
>      [echo]   Sane = true
>      [echo]   Proceed = no
> .
> .
> .
> compile_iapi_jdbc_jdbc2:
>     [javac] Compiling 3 source files to /Users/tom/dev/java/derby/classes
>     [javac] Found 2 semantic errors compiling "BrokeredPreparedStatement.java":
>     [javac]     24. public class BrokeredPreparedStatement extends BrokeredStatement
>     [javac]                      ^-----------------------^
>     [javac] *** Semantic Error: The abstract method "void setURL(int $1, java.net.URL $2) throws java.sql.SQLException;", inherited from type "java.sql.PreparedStatement", is not implemented in the non-abstract class "org.apache.derby.iapi.jdbc.BrokeredPreparedStatement".
> .
> .
> .
> BUILD FAILED
> /Users/tom/dev/java/derby/build.xml:137: The following error occurred while executing this line:
> /Users/tom/dev/java/derby/java/engine/build.xml:43: The following error occurred while executing this line:
> /Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/build.xml:46: The following error occurred while executing this line:
> /Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/jdbc/build.xml:64: Compile failed; see the compiler error output for details.
> Output when using the default compiler:
> .
> .
> .
>      [echo] Ant environment:
>      [echo]   Base Directory: /Users/tom/dev/java/derby
>      [echo]   Build output: /Users/tom/dev/java/derby/classes
>      [echo]   Compiler: modern
>      [echo]   Sane = true
>      [echo]   Proceed = no
> .
> .
> .
> compile_iapi_jdbc_jdbc2:
>     [javac] Compiling 3 source files to /Users/tom/dev/java/derby/classes
>     [javac] Fatal Error: Unable to locate package java.lang in classpath or bootclasspath
> BUILD FAILED
> /Users/tom/dev/java/derby/build.xml:137: The following error occurred while executing this line:
> /Users/tom/dev/java/derby/java/engine/build.xml:43: The following error occurred while executing this line:
> /Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/build.xml:46: The following error occurred while executing this line:
> /Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/jdbc/build.xml:64: Compile failed; see the compiler error output for details.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira