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. > &

Re: __fpclassifyd problem

2003-10-22 Thread Scott Long
//lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]" 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

Re: __fpclassifyd problem

2003-10-22 Thread Peter Wemm
of symbol tampering. > > > > Warner ___ > > [EMAIL PROTECTED] mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, > > send any mail to "[EMAIL PROTECTED]" > > > &g

Re: __fpclassifyd problem

2003-10-20 Thread Daniel Eischen
MAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, > send any mail to "[EMAIL PROTECTED]" > 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 mak

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
ersion number in 5.x but is not > >binary compatible. So the 4.x binary links to libc.so.4 and > >libm.so.2, and the latter is actually a 5.x library that expects to > >have __fpclassifyd resolved by linking with libc.so.5. Is it the case > >on your system that you have old

Re: __fpclassifyd problem

2003-10-19 Thread Scott Long
e-3.1 ===> Building for java-checkstyle-3.1 /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__fpclassifyd" *** Error code 1 Stop in /usr/ports/java/java-checkstyle. What I understand is that the problem is that I can have some stale libs in /usr/lib how can I solve

Re: __fpclassifyd problem

2003-10-19 Thread John Angelmo
e-3.1 ===> Building for java-checkstyle-3.1 /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__fpclassifyd" *** Error code 1 Stop in /usr/ports/java/java-checkstyle. What I understand is that the problem is that I can have some stale libs in /usr/lib how can I solve

Re: __fpclassifyd problem

2003-10-19 Thread Kris Kennaway
in/java - found > ===> Configuring for java-checkstyle-3.1 > ===> Building for java-checkstyle-3.1 > /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol > "__fpclassifyd" > *** Error code 1 > > Stop in /usr/ports/java/java-checkstyle. > > > What

__fpclassifyd problem

2003-10-19 Thread John Angelmo
/usr/lib/libm.so.2: Undefined symbol "__fpclassifyd" *** Error code 1 Stop in /usr/ports/java/java-checkstyle. What I understand is that the problem is that I can have some stale libs in /usr/lib how can I solve this? /John ___ [EMAIL PROTECTED

Re: /lib symlinks problem? (was: Re: __fpclassifyd)

2003-08-31 Thread Christoph P. Kukulies
003 09:19:07 -0700 > Steve Kargl <[EMAIL PROTECTED]> wrote: > > > Are you linking in libc? > > > > troutmask:kargl[207] nm -D /usr/lib/libc.so | grep fpcl > > 000b0040 T __fpclassifyd > > 000afff0 T __fpclassifyf > > 000b00a0 T __fpclassifyl > &g

/lib symlinks problem? (was: Re: __fpclassifyd)

2003-08-30 Thread Alexander Leidinger
On Fri, 29 Aug 2003 09:19:07 -0700 Steve Kargl <[EMAIL PROTECTED]> wrote: > Are you linking in libc? > > troutmask:kargl[207] nm -D /usr/lib/libc.so | grep fpcl > 000b0040 T __fpclassifyd > 000afff0 T __fpclassifyf > 000b00a0 T __fpclassifyl I think the problem is

Re: __fpclassifyd

2003-08-29 Thread David O'Brien
d still get this > > sh apache.sh start > > Syntax error on line 237 of /usr/local/etc/apache/httpd.conf: > > Cannot load /usr/local/libexec/apache/libphp4.so into server: > > /usr/local/libexec/apache/libphp4.so: Undefined symbol "__fpclassifyd" > > > &g

Re: __fpclassifyd

2003-08-29 Thread David Schultz
/apache/libphp4.so into server: > /usr/local/libexec/apache/libphp4.so: Undefined symbol "__fpclassifyd" > > I'm pretty sure that my binaries are in sync. A dangling libraries somewhere? Something is probably out of date, but I don't know whether it's Apache or

Re: __fpclassifyd

2003-08-29 Thread Alexander Leidinger
d.conf: > Cannot load /usr/local/libexec/apache/libphp4.so into server: > /usr/local/libexec/apache/libphp4.so: Undefined symbol "__fpclassifyd" > > I'm pretty sure that my binaries are in sync. A dangling libraries somewhere? I see something similar. I tried to recompile c

__fpclassifyd

2003-08-29 Thread Christoph Kukulies
: Undefined symbol "__fpclassifyd" I'm pretty sure that my binaries are in sync. A dangling libraries somewhere? -- Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/l