Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jan 2006 00:22:58 GMT
From:      Joao Francisco Alves Borges <joao_francisco_borges@yahoo.com.br>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/91244: Bad instruction on making process of jdk14
Message-ID:  <200601030022.k030Mw6q003016@www.freebsd.org>
Resent-Message-ID: <200601030030.k030U8Fq085004@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91244
>Category:       ports
>Synopsis:       Bad instruction on making process of jdk14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 03 00:30:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Joao Francisco Alves Borges
>Release:        FreeBSD-5.4
>Organization:
UFMG
>Environment:
FreeBSD .Casa 5.4-RELEASE FreeBSD 5.4-RELEASE #1: Thu Dec  8 21:50:51 BRST 2005     root@.Casa:/usr/src/sys/i386/compile/MYKERNEL  i386
>Description:
jar expansion instruction wrong in jdk14 port.
it seems that the directory ($I DON'T KNOW WHERE)/sun/security/jgss/spi haven't been made by the script forcing the jar program to exit with IOException. 

cd  /usr/ports/java/jdk14/work/control/build/bsd-i586/classes; /usr/local/linux-sun-jdk1.4.2/bin/jar xf jgss_kerberos.jar  sun/security/jgss/spi
java.io.IOException: sun/security/jgss/spi : could not create directory
        at sun.tools.jar.Main.extractFile(Main.java:709)
        at sun.tools.jar.Main.extract(Main.java:684)
        at sun.tools.jar.Main.run(Main.java:190)
        at sun.tools.jar.Main.main(Main.java:904)
gmake[4]: *** [/usr/ports/java/jdk14/work/control/build/bsd-i586/classes/sun/security/jgss/spi] Error 1
gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/redist'
gmake[3]: *** [optimized] Error 2
gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/redist'
gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make'
gmake: *** [j2se-build] Error 2
*** Error code 2

Stop in /usr/ports/java/jdk14.


>How-To-Repeat:
after placing the Sun files in /usr/ports/distfiles

cd /usr/ports/java/linux-sun-jdk1.4.2
make all install clean
cd /usr/ports/java/jdk14
make all install clean


>Fix:
It is probably a bad path.
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601030022.k030Mw6q003016>