pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/48693: openjdk7 does not build with clang-3.5trunk201163 from NetBSD base
The following reply was made to PR pkg/48693; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/48693: openjdk7 does not build with clang-3.5trunk201163
from NetBSD base
Date: Mon, 31 Mar 2014 17:32:16 +0200
On Mon, Mar 31, 2014 at 01:00:03PM +0000, Thomas Klausner wrote:
> The following reply was made to PR pkg/48693; it has been noted by GNATS.
>
> From: Thomas Klausner <wiz%NetBSD.org@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc:
> Subject: Re: pkg/48693: openjdk7 does not build with clang-3.5trunk201163
> from NetBSD base
> Date: Mon, 31 Mar 2014 14:57:05 +0200
>
> On Mon, Mar 31, 2014 at 11:10:01AM +0000, Joerg Sonnenberger wrote:
> > > > + cp ${.CURDIR}/hacks/libgcc_s.so.1.0
> ${ALT_BOOTDIR}/jre/lib/amd64/libgcc_s.so.1
> > > > + cp ${.CURDIR}/hacks/libstdc++.so.7.1
> ${ALT_BOOTDIR}/jre/lib/amd64/libstdc++.so.7
> >
> > That's a copy from netbsd-6 to get the binary bootstrap working on a
> > pure clang release build.
>
> We should probably make a package for these so we can use them as
> build dependencies, or at least a tarball so it can be used as
> additional distfile.
Well, the correct approach would be a bootstrap build that links
statically against libstdc++ and libgcc_s, I think. No idea how to
create that one though.
Joerg
Home |
Main Index |
Thread Index |
Old Index