Re: __fpclassifyd problem

2003-10-31 Thread John Angelmo
David Schultz wrote: On Fri, Oct 31, 2003, John Angelmo wrote: But still after importing e_scalb.c or e_scalbf.c and rebuilding gives me this: cc -fpic -DPIC -O -pipe -march=pentium3 -D_IEEE_LIBM -D_ARCH_INDIRECT=i387_ -c i387_s_tan.S -o i387_s_tan.So building shared library libm.so.2 e_scal

Re: __fpclassifyd problem

2003-10-31 Thread Kris Kennaway
On Fri, Oct 31, 2003 at 05:55:46PM +0100, John Angelmo wrote: > >This was already resolved. Java does a dlopen() on /usr/lib/libc.so. > >Rumor has it that this is fixed. > > > >Scott > > But still after importing e_scalb.c or e_scalbf.c and rebuilding gives > me this: > > > cc -fpic -DPIC -O

Re: __fpclassifyd problem

2003-10-31 Thread David Schultz
On Fri, Oct 31, 2003, John Angelmo wrote: > But still after importing e_scalb.c or e_scalbf.c and rebuilding gives > me this: > > > cc -fpic -DPIC -O -pipe -march=pentium3 -D_IEEE_LIBM > -D_ARCH_INDIRECT=i387_ -c i387_s_tan.S -o i387_s_tan.So > building shared library libm.so.2 > e_scalb.So:

Re: __fpclassifyd problem

2003-10-31 Thread John Angelmo
Scott Long wrote: M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : To respond to myself, I got ahold of a 4.8 libm.so and made sure that the : linker used it. No change in the problem, and it still hints that the : native libc is being l

Re: __fpclassifyd problem

2003-10-31 Thread Kris Kennaway
On Thu, Oct 30, 2003 at 11:48:13PM -0700, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Scott Long <[EMAIL PROTECTED]> writes: > : To respond to myself, I got ahold of a 4.8 libm.so and made sure that the > : linker used it. No change in the problem, and it still hints that

Re: __fpclassifyd problem

2003-10-31 Thread Scott Long
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : To respond to myself, I got ahold of a 4.8 libm.so and made sure that the : linker used it. No change in the problem, and it still hints that the : native libc is being linked in. You might w

Re: __fpclassifyd problem

2003-10-30 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : To respond to myself, I got ahold of a 4.8 libm.so and made sure that the : linker used it. No change in the problem, and it still hints that the : native libc is being linked in. You might want to enable debuggi

Re: java binary incompatibility on 5.x (Re: __fpclassifyd problem)

2003-10-29 Thread Kris Kennaway
On Wed, Oct 29, 2003 at 10:40:29PM -0700, Greg Lewis wrote: > On Wed, Oct 29, 2003 at 06:07:11PM -0800, Kris Kennaway wrote: > > On Wed, Oct 29, 2003 at 03:28:32PM -0700, Scott Long wrote: > > > > > I just tried running the Diablo JDK under -current from yesterday (with > > > the libm fix from a f

Re: java binary incompatibility on 5.x (Re: __fpclassifyd problem)

2003-10-29 Thread Greg Lewis
On Wed, Oct 29, 2003 at 06:07:11PM -0800, Kris Kennaway wrote: > On Wed, Oct 29, 2003 at 03:28:32PM -0700, Scott Long wrote: > > > I just tried running the Diablo JDK under -current from yesterday (with > > the libm fix from a few days ago). It does not look good; possibly an > > issue with both

Re: java binary incompatibility on 5.x (Re: __fpclassifyd problem)

2003-10-29 Thread Scott Long
Kris Kennaway wrote: On Wed, Oct 29, 2003 at 03:28:32PM -0700, Scott Long wrote: I just tried running the Diablo JDK under -current from yesterday (with the libm fix from a few days ago). It does not look good; possibly an issue with both the compat libc and native libc being linked in? Maybe l

java binary incompatibility on 5.x (Re: __fpclassifyd problem)

2003-10-29 Thread Kris Kennaway
On Wed, Oct 29, 2003 at 03:28:32PM -0700, Scott Long wrote: > I just tried running the Diablo JDK under -current from yesterday (with > the libm fix from a few days ago). It does not look good; possibly an > issue with both the compat libc and native libc being linked in? Maybe > libm.so is stil

Re: __fpclassifyd problem

2003-10-29 Thread Scott Long
On Wed, 29 Oct 2003, Scott Long wrote: > On Wed, 29 Oct 2003, Kris Kennaway wrote: > > On Wed, Oct 29, 2003 at 09:13:37PM +0100, John Angelmo wrote: > > > Doug White wrote: > > > > > > >On Mon, 27 Oct 2003, David Schultz wrote: > > > > > > > > > > > >>I'm just catching up on -CURRENT, but I wanted

Re: __fpclassifyd problem

2003-10-29 Thread Kris Kennaway
On Wed, Oct 29, 2003 at 03:28:32PM -0700, Scott Long wrote: > I just tried running the Diablo JDK under -current from yesterday (with > the libm fix from a few days ago). It does not look good; possibly an > issue with both the compat libc and native libc being linked in? Maybe > libm.so is stil

Re: __fpclassifyd problem

2003-10-29 Thread John Angelmo
Kris Kennaway wrote: On Wed, Oct 29, 2003 at 09:13:37PM +0100, John Angelmo wrote: Doug White wrote: On Mon, 27 Oct 2003, David Schultz wrote: I'm just catching up on -CURRENT, but I wanted to point out that this was fixed last night in: src/lib/msun/src/e_scalbf.c,v1.8 src/l

Re: __fpclassifyd problem

2003-10-29 Thread Scott Long
On Wed, 29 Oct 2003, Kris Kennaway wrote: > On Wed, Oct 29, 2003 at 09:13:37PM +0100, John Angelmo wrote: > > Doug White wrote: > > > > >On Mon, 27 Oct 2003, David Schultz wrote: > > > > > > > > >>I'm just catching up on -CURRENT, but I wanted to point out that > > >>this was fixed last night in: >

Re: __fpclassifyd problem

2003-10-29 Thread Kris Kennaway
On Wed, Oct 29, 2003 at 09:13:37PM +0100, John Angelmo wrote: > Doug White wrote: > > >On Mon, 27 Oct 2003, David Schultz wrote: > > > > > >>I'm just catching up on -CURRENT, but I wanted to point out that > >>this was fixed last night in: > >> > >>src/lib/msun/src/e_scalbf.c,v1.8 > >>src/

Re: __fpclassifyd problem

2003-10-29 Thread John Angelmo
Doug White wrote: On Mon, 27 Oct 2003, David Schultz wrote: I'm just catching up on -CURRENT, but I wanted to point out that this was fixed last night in: src/lib/msun/src/e_scalbf.c,v1.8 src/lib/msun/src/e_scalb.c,v1.10 The fix was to use the old versions of isnan() and isinf()

Re: __fpclassifyd problem

2003-10-28 Thread Doug White
On Mon, 27 Oct 2003, David Schultz wrote: > I'm just catching up on -CURRENT, but I wanted to point out that > this was fixed last night in: > > src/lib/msun/src/e_scalbf.c,v1.8 > src/lib/msun/src/e_scalb.c,v1.10 > > The fix was to use the old versions of isnan() and isinf() > specific

Re: __fpclassifyd problem

2003-10-27 Thread David Schultz
I'm just catching up on -CURRENT, but I wanted to point out that this was fixed last night in: src/lib/msun/src/e_scalbf.c,v1.8 src/lib/msun/src/e_scalb.c,v1.10 The fix was to use the old versions of isnan() and isinf() specifically in the two places in libm where they are needed.

Re: __fpclassifyd problem

2003-10-24 Thread Nate Williams
[ add compatability hacks to libm ] > > We tried this at usenix, but it still didn't work. Obviously there is more > > going on. > > > > Before anybody goes and bumps libraries etc, it would be useful to know if > > running a statically linked jvm will work on -current. > > This sounds like a go

Re: __fpclassifyd problem

2003-10-22 Thread Daniel Eischen
On Wed, 22 Oct 2003, Peter Wemm wrote: > Daniel Eischen wrote: > > If it's just __fpclassifyd(), can you just add a compatability > > hack to libm so it works with both libc 4.0 and 5.x? You > > can make __fpclassifyd a weak definition to the hack in libm. > > I suppose you could also add __fpcla

Re: __fpclassifyd problem

2003-10-22 Thread Scott Long
Peter Wemm wrote: Daniel Eischen wrote: On Mon, 20 Oct 2003, M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : We need to resolve this before 5.2 in some fashion. It looks like the : easiest thing to do is bump libm. Is this advisable? Th

Re: __fpclassifyd problem

2003-10-22 Thread Peter Wemm
Daniel Eischen wrote: > On Mon, 20 Oct 2003, M. Warner Losh wrote: > > > In message: <[EMAIL PROTECTED]> > > Scott Long <[EMAIL PROTECTED]> writes: > > : We need to resolve this before 5.2 in some fashion. It looks like the > > : easiest thing to do is bump libm. Is this advisable? >

Re: __fpclassifyd problem

2003-10-20 Thread Daniel Eischen
On Mon, 20 Oct 2003, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Scott Long <[EMAIL PROTECTED]> writes: > : We need to resolve this before 5.2 in some fashion. It looks like the > : easiest thing to do is bump libm. Is this advisable? > > The problem with bumping libm

Re: __fpclassifyd problem

2003-10-20 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Steve Kargl <[EMAIL PROTECTED]> writes: : I sent in an email *along time ago* about this type : of problem. See the fallout due to revision 1.24 : of lib/libc/stdio/findfp.c. IMHO, all shared libraries : versions should have been bumped in going from 4

Re: __fpclassifyd problem

2003-10-20 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : We need to resolve this before 5.2 in some fashion. It looks like the : easiest thing to do is bump libm. Is this advisable? The problem with bumping libm is that we also need, strictly speaking, to bump all lib

Re: __fpclassifyd problem

2003-10-20 Thread Kris Kennaway
On Mon, Oct 20, 2003 at 10:51:50AM +0200, John Angelmo wrote: > Are there any hints how to solve my problem, I'm willing to give it a > shot ;) We're discussing it, please be patient. kris pgp0.pgp Description: PGP signature

Re: __fpclassifyd problem

2003-10-20 Thread John Angelmo
Steve Kargl wrote: On Sun, Oct 19, 2003 at 03:48:58PM -0700, Kris Kennaway wrote: On Sun, Oct 19, 2003 at 03:13:41PM -0700, Steve Kargl wrote: I sent in an email *along time ago* about this type of problem. See the fallout due to revision 1.24 of lib/libc/stdio/findfp.c. IMHO, all shared lib

Re: __fpclassifyd problem

2003-10-19 Thread Steve Kargl
On Sun, Oct 19, 2003 at 03:48:58PM -0700, Kris Kennaway wrote: > On Sun, Oct 19, 2003 at 03:13:41PM -0700, Steve Kargl wrote: > > > I sent in an email *along time ago* about this type > > of problem. See the fallout due to revision 1.24 > > of lib/libc/stdio/findfp.c. IMHO, all shared libraries

Re: __fpclassifyd problem

2003-10-19 Thread Kris Kennaway
On Sun, Oct 19, 2003 at 03:13:41PM -0700, Steve Kargl wrote: > I sent in an email *along time ago* about this type > of problem. See the fallout due to revision 1.24 > of lib/libc/stdio/findfp.c. IMHO, all shared libraries > versions should have been bumped in going from 4.x to > 5.0. You don

Re: __fpclassifyd problem

2003-10-19 Thread Steve Kargl
On Sun, Oct 19, 2003 at 03:05:29PM -0600, Scott Long wrote: > Kris Kennaway wrote: > > > >This symbol is defined in libc.so.5. One way you can see this problem > >is if you are running a 4.x binary that links to libm.so.2 on a 5.x > >system, because libm has the same version number in 5.x but is n

Re: __fpclassifyd problem

2003-10-19 Thread Scott Long
Kris Kennaway wrote: On Sun, Oct 19, 2003 at 09:08:25PM +0200, John Angelmo wrote: Hello I'm trying to install java-checkstyle on my 5.1 system, the system is upto date (p10) but I get this build error: ===[root] /usr/ports/java/java-checkstyle # make ===> Extracting for java-checkstyle-3.1 Ch

Re: __fpclassifyd problem

2003-10-19 Thread John Angelmo
Kris Kennaway wrote: On Sun, Oct 19, 2003 at 09:08:25PM +0200, John Angelmo wrote: Hello I'm trying to install java-checkstyle on my 5.1 system, the system is upto date (p10) but I get this build error: ===[root] /usr/ports/java/java-checkstyle # make ===> Extracting for java-checkstyle-3.1 C

Re: __fpclassifyd problem

2003-10-19 Thread Kris Kennaway
On Sun, Oct 19, 2003 at 09:08:25PM +0200, John Angelmo wrote: > Hello > > I'm trying to install java-checkstyle on my 5.1 system, the system is > upto date (p10) but I get this build error: > > ===[root] /usr/ports/java/java-checkstyle # make > ===> Extracting for java-checkstyle-3.1 > >> Check

__fpclassifyd problem

2003-10-19 Thread John Angelmo
Hello I'm trying to install java-checkstyle on my 5.1 system, the system is upto date (p10) but I get this build error: ===[root] /usr/ports/java/java-checkstyle # make ===> Extracting for java-checkstyle-3.1 >> Checksum OK for checkstyle-src-3.1.tar.gz. ===> Patching for java-checkstyle-3.1 =