This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/27823] New: Found a problem with the JNI methods declared and implemented
- From: "william-paul dot philibert at telus dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 May 2006 13:00:50 -0000
- Subject: [Bug java/27823] New: Found a problem with the JNI methods declared and implemented
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
When I do make a gmake bootstrap of GCC 4.1.1 I have the following output:
gmake[9]: Entering directory
`/opt/local/src/gcc-obj/sparc-sun-solaris2.9/sparcv9/libjava/classpath/native/jni'
cd /opt/local/src/gcc-4.1.1/libjava/classpath && /bin/ksh
./scripts/check_jni_methods.sh
Found a problem with the JNI methods declared and implemented.
(-) missing in implementation, (+) missing in header files
-Java_gnu_javax_sound_midi_alsa_AlsaMidiSequencerDevice_close_1
-Java_gnu_javax_sound_midi_alsa_AlsaMidiSequencerDevice_open_1
gmake[9]: *** [all-local] Error 1
gmake[9]: Leaving directory
`/opt/local/src/gcc-obj/sparc-sun-solaris2.9/sparcv9/libjava/classpath/native/jni'
gmake[8]: *** [all-recursive] Error 1
gmake[8]: Leaving directory
`/opt/local/src/gcc-obj/sparc-sun-solaris2.9/sparcv9/libjava/classpath/native/jni'
gmake[7]: *** [all-recursive] Error 1
gmake[7]: Leaving directory
`/opt/local/src/gcc-obj/sparc-sun-solaris2.9/sparcv9/libjava/classpath/native'
gmake[6]: *** [all-recursive] Error 1
gmake[6]: Leaving directory
`/opt/local/src/gcc-obj/sparc-sun-solaris2.9/sparcv9/libjava/classpath'
gmake[5]: *** [all-recursive] Error 1
gmake[5]: Leaving directory
`/opt/local/src/gcc-obj/sparc-sun-solaris2.9/sparcv9/libjava'
gmake[4]: *** [multi-do] Error 1
gmake[4]: Leaving directory
`/opt/local/src/gcc-obj/sparc-sun-solaris2.9/libjava'
gmake[3]: *** [all-multi] Error 2
gmake[3]: Leaving directory
`/opt/local/src/gcc-obj/sparc-sun-solaris2.9/libjava'
gmake[2]: *** [all-target-libjava] Error 2
gmake[2]: Leaving directory `/opt/local/src/gcc-obj'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/opt/local/src/gcc-obj'
gmake: *** [bootstrap] Error 2
I have the same problem whether I am use /usr/bin/ccs/ld&as of gnu component.
The CONFIG_SHELL is /bin/ksh
Compiling on a SunFire V240 with Solaris 9
I am in gcc-obj directory wich is no the source dir.
Thanks
William
--
Summary: Found a problem with the JNI methods declared and
implemented
Product: gcc
Version: 4.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: william-paul dot philibert at telus dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27823