Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pike pike
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 121
    • Issues 121
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pikelang
  • pikepike
  • Issues
  • #955
Closed
Open
Created Dec 27, 2000 by Peter Bortas@zinoOwner

"checking if the JVM really works..." hangs

Imported from http://bugzilla.roxen.com/bugzilla/show_bug.cgi?id=955

Reported by Mirar , Idonex Heavy Industries mirar@roxen.com

The "checking if the JVM really works..." configure test hangs and never finishes. ^C doesn't work - ^Z does.

configuring in Java running /bin/sh /export/scsi/home/home/mirar/pike/src/modules/Java/configure --prefix=/home/mirar/pike-bin --with-double-precision --without-debug --without-perl --cache-file=../.././config.cache --srcdir=/export/scsi/home/home/mirar/pike/src/modules/Java loading cache ../.././config.cache checking for gcc... (cached) /export/scsi/home/home/mirar/pike/elfwood/smartlink gcc checking whether the C compiler (/export/scsi/home/home/mirar/pike/elfwood/smartlink gcc -R/usr/local/lib -L/usr/local/lib -R/usr/X11R6/lib -L/usr/X11R6/lib) works... (cached) yes checking whether we are using GNU C... (cached) yes checking whether /export/scsi/home/home/mirar/pike/elfwood/smartlink gcc accepts -g... (cached) yes checking if we are using TCC... (cached) no checking for the Pike module base directory... found checking which operating system we're using... linux checking which architecture we're using... /export/scsi/home/home/mirar/pike/src/modules/Java/configure: /usr/bin/uname: No such file or directory i386 checking what kind of threads to use... native_threads checking for JAVA_HOME... /usr/local/jdk1.2.2/jre checking for Java libraries... /usr/local/jdk1.2.2/jre/lib/i386/native_threads /usr/local/jdk1.2.2/jre/lib/i386/classic /usr/local/jdk1.2.2/jre/lib/i386 Adding /usr/local/jdk1.2.2/jre/lib/i386/native_threads /usr/local/jdk1.2.2/jre/lib/i386/classic /usr/local/jdk1.2.2/jre/lib/i386 to the library search path. checking for the Java include directory... /usr/local/jdk1.2.2/jre/../include Adding /usr/local/jdk1.2.2/jre/../include to the include search path. Adding /usr/local/jdk1.2.2/jre/../include/linux to the include search path. checking for JavaVM (MacOS X)... no checking how to run the C preprocessor... (cached) gcc -E checking for jni.h... yes checking for winbase.h... (cached) no checking for setjmp.h... (cached) yes checking for sysOpen in -lhpi... yes checking for JNI_CreateJavaVM in -ljvm... yes checking for Java_java_lang_Class_isInstance in -ljava... yes checking for Java_java_util_zip_Inflater_inflateBytes in -lzip... yes checking for thr_create in -lthread... no checking if the JVM really works... [1]+ Stopped ../src/configure --prefix=/home/mirar/pike-bin --with-double-precision --without-debug


[mirar@elfwood Java]$ grep '$Id' *
Makefile.in:# $Id: Makefile.in,v 1.4 1999/11/18 07:59:37 hubbe Exp $
acconfig.h: * $Id: acconfig.h,v 1.2 2000/10/20 00:14:10 marcus Exp $
config.h.in: * $Id: acconfig.h,v 1.2 2000/10/20 00:14:10 marcus Exp $
configure:# $Id: aclocal.m4,v 1.22 2000/08/21 13:04:13 grubba Exp $
jvm.c: * $Id: jvm.c,v 1.31 2000/12/05 21:08:28 per Exp $
jvm.c:RCSID("$Id: jvm.c,v 1.31 2000/12/05 21:08:28 per Exp $");
testsuite.in:// $Id: testsuite.in,v 1.3 2000/07/08 01:36:04 marcus Exp $
[mirar@elfwood Java]$ head /usr/local/jdk1.2.2/CHANGES
                     CHANGES
       Java(TM) 2 SDK, Standard Edition
Java(TM) 2 Runtime Environment, Standard Edition,
            v 1.2.2 for Linux

                 1/21/00

This file summarizes differences in the 1.2.2 Linux port of the Java 2 SDK as compared with the original Java 2 SDK [mirar@elfwood Java]$ gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) [mirar@elfwood Java]$

Assignee
Assign to
Time tracking