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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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:
>
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/
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()
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
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.
[ 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
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
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
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?
>
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
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
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
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
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
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
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
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
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
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
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
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
=
35 matches
Mail list logo