Opened 14 years ago

Closed 4 years ago

#23017 closed defect (fixed)

[nice] File "TokenMgrError.java" does not exist. Will create one.

Reported by: krischik@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc:
Port: nice

Description

nice does not build on SnowLeopard;

>sudo port install nice           
--->  Computing dependencies for nice
--->  Fetching nice
--->  Verifying checksum(s) for nice
--->  Extracting nice
--->  Configuring nice
--->  Building nice
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_nice/work/nice-0.9.13.orig" && /usr/bin/make -j5 all " returned error 2
Command output: rm -f src/bossa/syntax/dispatch.java
find . \( -name "*.class" -o -name "*.nicei" -o -name "*~" \) -exec rm {} \;
Building the testsuite engine...
javac: directory not found: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_nice/work/nice-0.9.13.orig/classes
Usage: javac <options> <source files>
use -help for a list of possible options
javac: directory not found: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_nice/work/nice-0.9.13.orig/classes
Usage: javac <options> <source files>
use -help for a list of possible options
javac: directory not found: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_nice/work/nice-0.9.13.orig/classes
Usage: javac <options> <source files>
use -help for a list of possible options
javac: directory not found: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_nice/work/nice-0.9.13.orig/classes
Usage: javac <options> <source files>
use -help for a list of possible options
make[1]: *** [core-bootstrap] Error 2
make[1]: *** Waiting for unfinished jobs....
Java Compiler Compiler Version 5.0 (Parser Generator)
(type "javacc" with no arguments for help)
Compilation of the testsuite engine failed.
make: *** [setDate] Error 2
make: *** Waiting for unfinished jobs....
make[1]: *** [setDate] Error 2
Reading from file Parser.jj . . .
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "JavaCharStream.java" does not exist.  Will create one.
Parser generated successfully.
make: *** [src/nice/tools/compiler/console.jar] Error 2

Error: Status 1 encountered during processing.

Change History (3)

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to mvitocruz@…

comment:2 Changed 9 years ago by mf2k (Frank Schima)

Owner: changed from mvitocruz@… to macports-tickets@…

This port no longer has a maintainer. See #45275.

comment:3 Changed 4 years ago by chrstphrchvz (Christopher Chavez)

Resolution: fixed
Status: newclosed

In c53703474f5e35691db4bcfa9868688f7de67749/macports-ports (master):

nice: delete port

Upstream project has been dormant since last release in 2007.
Currently depends on deprecated port kaffe.
Build errors were previously reported.

Closes: #23017
Closes: #50363

Note: See TracTickets for help on using tickets.