sablevm-bugs Mailing List for SableVM (Page 9)
Brought to you by:
egagnon
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(4) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(7) |
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(16) |
Sep
(10) |
Oct
|
Nov
(2) |
Dec
(7) |
2003 |
Jan
(14) |
Feb
(11) |
Mar
(59) |
Apr
(3) |
May
(1) |
Jun
(7) |
Jul
(8) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
(26) |
Apr
|
May
|
Jun
(1) |
Jul
(12) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <no...@so...> - 2000-11-25 19:25:43
|
Bug #117315, was updated on 2000-Oct-19 20:40 Here is a current snapshot of the bug. Project: SableVM Category: Library Dependencies Status: Closed Resolution: Fixed Bug Group: Help Request Priority: 5 Summary: I don't know where to get libgmp2 Details: checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions ... yes checking if gcc static flag -static works... -static checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/bin/ld option to reload object files... -r checking dynamic linker characteristics... Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs checking for dlopen in -ldl... yes checking for dlfcn.h... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no creating libtool updating cache ./config.cache loading cache ./config.cache checking for mpz_init in -lgmp2... no ***ERROR: libgmp2 is missing Follow-Ups: Date: 2000-Oct-19 20:41 By: Nobody Comment: sorry e mail is nt...@ki... ------------------------------------------------------- Date: 2000-Oct-20 08:32 By: egagnon Comment: Here are some ways to get libgmp2: 1- On Debian GNU/Linux (woody), you can execute (as root): apt-get install libgmp2 2- Get the sources for the debian package from: http://ftp.debian.org/debian/dists/woody/main/source/libs/libgmp2_2.0.2-8.dsc http://ftp.debian.org/debian/dists/woody/main/source/libs/libgmp2_2.0.2.orig.tar.gz http://ftp.debian.org/debian/dists/woody/main/source/libs/libgmp2_2.0.2-8.diff.gz As you can see, the debian package has a patch file that you must apply before compiling the sources. You will probably need to rename the generated library file and links from libgmp.so* to libgmp2.so* 3- If this does not work for you, you can get the sources from the ftp.gnu.org, and compile it on your system. Make sure to rename the compiled library file and links from libgmp.so.* to libgmp2.so* ------------------------------------------------------- Date: 2000-Oct-20 08:40 By: Nobody Comment: I do not have a debian system sorry I have Linux-Mandrake 7.0-2. ftp.gnu.org has no such file there, please specify the correct address details. nt...@ki... ------------------------------------------------------- Date: 2000-Oct-20 08:48 By: egagnon Comment: Here's the official GMP web page: http://www.swox.com/gmp/ There, you should find all the appropriate information and links. ------------------------------------------------------- Date: 2000-Oct-20 08:56 By: Nobody Comment: checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs checking for dlfcn.h... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no creating libtool loading cache ./config.cache checking for mpz_init in -lgmp2... no ***ERROR: libgmp2 is missing Still getting the same error with when trying to compile sablepath, could not find any such file as "libgmp.so" or whatever it is caled it was not in the package. The reason I am attempting to install this software is so I can use http://www.dialpad.com because they require that java virtual machine be installed, so I thought that this is what it was. ------------------------------------------------------- Date: 2000-Oct-20 09:17 By: egagnon Comment: Try installing the following 2 Madrake rpms: http://rpmfind.net/linux/Mandrake/Mandrake/7.1/Mandrake/RPMS/gmp-2.0.2-13mdk.i586.rpm http://rpmfind.net/linux/Mandrake/Mandrake/7.1/Mandrake/RPMS/gmp-devel-2.0.2-13mdk.i586.rpm But, SableVM is ALPHA quality software; it is NOT yet ready for use as a jvm to run java applications! If this is what you are looking for, you should instead get Kaffe from www.kaffe.org. ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=117315&group_id=5523 |
From: <no...@so...> - 2000-11-25 19:07:52
|
Bug #117315, was updated on 2000-Oct-19 20:40 Here is a current snapshot of the bug. Project: SableVM Category: Library Dependencies Status: Closed Resolution: Fixed Bug Group: Help Request Priority: 1 Summary: I don't know where to get libgmp2 Details: checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions ... yes checking if gcc static flag -static works... -static checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/bin/ld option to reload object files... -r checking dynamic linker characteristics... Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs checking for dlopen in -ldl... yes checking for dlfcn.h... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no creating libtool updating cache ./config.cache loading cache ./config.cache checking for mpz_init in -lgmp2... no ***ERROR: libgmp2 is missing Follow-Ups: Date: 2000-Oct-19 20:41 By: Nobody Comment: sorry e mail is nt...@ki... ------------------------------------------------------- Date: 2000-Oct-20 08:32 By: egagnon Comment: Here are some ways to get libgmp2: 1- On Debian GNU/Linux (woody), you can execute (as root): apt-get install libgmp2 2- Get the sources for the debian package from: http://ftp.debian.org/debian/dists/woody/main/source/libs/libgmp2_2.0.2-8.dsc http://ftp.debian.org/debian/dists/woody/main/source/libs/libgmp2_2.0.2.orig.tar.gz http://ftp.debian.org/debian/dists/woody/main/source/libs/libgmp2_2.0.2-8.diff.gz As you can see, the debian package has a patch file that you must apply before compiling the sources. You will probably need to rename the generated library file and links from libgmp.so* to libgmp2.so* 3- If this does not work for you, you can get the sources from the ftp.gnu.org, and compile it on your system. Make sure to rename the compiled library file and links from libgmp.so.* to libgmp2.so* ------------------------------------------------------- Date: 2000-Oct-20 08:40 By: Nobody Comment: I do not have a debian system sorry I have Linux-Mandrake 7.0-2. ftp.gnu.org has no such file there, please specify the correct address details. nt...@ki... ------------------------------------------------------- Date: 2000-Oct-20 08:48 By: egagnon Comment: Here's the official GMP web page: http://www.swox.com/gmp/ There, you should find all the appropriate information and links. ------------------------------------------------------- Date: 2000-Oct-20 08:56 By: Nobody Comment: checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs checking for dlfcn.h... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no creating libtool loading cache ./config.cache checking for mpz_init in -lgmp2... no ***ERROR: libgmp2 is missing Still getting the same error with when trying to compile sablepath, could not find any such file as "libgmp.so" or whatever it is caled it was not in the package. The reason I am attempting to install this software is so I can use http://www.dialpad.com because they require that java virtual machine be installed, so I thought that this is what it was. ------------------------------------------------------- Date: 2000-Oct-20 09:17 By: egagnon Comment: Try installing the following 2 Madrake rpms: http://rpmfind.net/linux/Mandrake/Mandrake/7.1/Mandrake/RPMS/gmp-2.0.2-13mdk.i586.rpm http://rpmfind.net/linux/Mandrake/Mandrake/7.1/Mandrake/RPMS/gmp-devel-2.0.2-13mdk.i586.rpm But, SableVM is ALPHA quality software; it is NOT yet ready for use as a jvm to run java applications! If this is what you are looking for, you should instead get Kaffe from www.kaffe.org. ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=117315&group_id=5523 |
From: <no...@so...> - 2000-11-25 19:07:04
|
Bug #117315, was updated on 2000-Oct-19 20:40 Here is a current snapshot of the bug. Project: SableVM Category: Library Dependencies Status: Closed Resolution: Fixed Bug Group: Help Request Priority: 2 Summary: I don't know where to get libgmp2 Details: checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions ... yes checking if gcc static flag -static works... -static checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/bin/ld option to reload object files... -r checking dynamic linker characteristics... Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs checking for dlopen in -ldl... yes checking for dlfcn.h... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no creating libtool updating cache ./config.cache loading cache ./config.cache checking for mpz_init in -lgmp2... no ***ERROR: libgmp2 is missing Follow-Ups: Date: 2000-Oct-19 20:41 By: Nobody Comment: sorry e mail is nt...@ki... ------------------------------------------------------- Date: 2000-Oct-20 08:32 By: egagnon Comment: Here are some ways to get libgmp2: 1- On Debian GNU/Linux (woody), you can execute (as root): apt-get install libgmp2 2- Get the sources for the debian package from: http://ftp.debian.org/debian/dists/woody/main/source/libs/libgmp2_2.0.2-8.dsc http://ftp.debian.org/debian/dists/woody/main/source/libs/libgmp2_2.0.2.orig.tar.gz http://ftp.debian.org/debian/dists/woody/main/source/libs/libgmp2_2.0.2-8.diff.gz As you can see, the debian package has a patch file that you must apply before compiling the sources. You will probably need to rename the generated library file and links from libgmp.so* to libgmp2.so* 3- If this does not work for you, you can get the sources from the ftp.gnu.org, and compile it on your system. Make sure to rename the compiled library file and links from libgmp.so.* to libgmp2.so* ------------------------------------------------------- Date: 2000-Oct-20 08:40 By: Nobody Comment: I do not have a debian system sorry I have Linux-Mandrake 7.0-2. ftp.gnu.org has no such file there, please specify the correct address details. nt...@ki... ------------------------------------------------------- Date: 2000-Oct-20 08:48 By: egagnon Comment: Here's the official GMP web page: http://www.swox.com/gmp/ There, you should find all the appropriate information and links. ------------------------------------------------------- Date: 2000-Oct-20 08:56 By: Nobody Comment: checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs checking for dlfcn.h... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no creating libtool loading cache ./config.cache checking for mpz_init in -lgmp2... no ***ERROR: libgmp2 is missing Still getting the same error with when trying to compile sablepath, could not find any such file as "libgmp.so" or whatever it is caled it was not in the package. The reason I am attempting to install this software is so I can use http://www.dialpad.com because they require that java virtual machine be installed, so I thought that this is what it was. ------------------------------------------------------- Date: 2000-Oct-20 09:17 By: egagnon Comment: Try installing the following 2 Madrake rpms: http://rpmfind.net/linux/Mandrake/Mandrake/7.1/Mandrake/RPMS/gmp-2.0.2-13mdk.i586.rpm http://rpmfind.net/linux/Mandrake/Mandrake/7.1/Mandrake/RPMS/gmp-devel-2.0.2-13mdk.i586.rpm But, SableVM is ALPHA quality software; it is NOT yet ready for use as a jvm to run java applications! If this is what you are looking for, you should instead get Kaffe from www.kaffe.org. ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=117315&group_id=5523 |
From: Etienne M. G. <eg...@j-...> - 2000-11-19 21:15:40
|
This is a test |
From: <no...@so...> - 2000-10-20 03:41:24
|
Bug #117315, was updated on 2000-Oct-19 20:40 Here is a current snapshot of the bug. Project: SableVM Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Summary: I don't know where to get libgmp2 Details: checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions ... yes checking if gcc static flag -static works... -static checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/bin/ld option to reload object files... -r checking dynamic linker characteristics... Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs checking for dlopen in -ldl... yes checking for dlfcn.h... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no creating libtool updating cache ./config.cache loading cache ./config.cache checking for mpz_init in -lgmp2... no ***ERROR: libgmp2 is missing Follow-Ups: Date: 2000-Oct-19 20:41 By: none Comment: sorry e mail is nt...@ki... ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=117315&group_id=5523 |
From: <no...@so...> - 2000-10-20 03:40:43
|
Bug #117315, was updated on 2000-Oct-19 20:40 Here is a current snapshot of the bug. Project: SableVM Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Summary: I don't know where to get libgmp2 Details: checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions ... yes checking if gcc static flag -static works... -static checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/bin/ld option to reload object files... -r checking dynamic linker characteristics... Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs checking for dlopen in -ldl... yes checking for dlfcn.h... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no creating libtool updating cache ./config.cache loading cache ./config.cache checking for mpz_init in -lgmp2... no ***ERROR: libgmp2 is missing For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=117315&group_id=5523 |