pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/42299 ([lang/openjdk7] build failure)
The following reply was made to PR pkg/42299; it has been noted by GNATS.
From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/42299 ([lang/openjdk7] build failure)
Date: Wed, 11 Nov 2009 17:30:01 +0700
Date: Tue, 10 Nov 2009 12:04:08 +0000 (UTC)
From: tnn%NetBSD.org@localhost
Message-ID: <20091110120408.E447563B8CD%www.NetBSD.org@localhost>
| /usr/include/link_elf.h:
| $NetBSD: link_elf.h,v 1.8 2009/11/04 19:28:03 pooka Exp $
|
| fixes this problem.
Actually, it doesn't. That file isn't in the NetBSD 4 branch at all,
and pkgsrc is supposed to support NetBSD 4, but worse, it isn't in any
released version of NetBSD (it will be in the next version of NetBSD 5,
and I assume probably the next 5.0.n as well, though it doesn't appear
as if there has yet been a pullup to the netbsd-5-0 branch, but it is
not in anything that is available now).
To fix this, you'd need to add NOT_FOR_PLATFORM and exclude every
currently released NetBSD version ... or
You could just ship a copy of the updated link_elf.h file and use it
when needed, on any system - assuming it is purely the include file
that is needed, and the underlying libraries do the right thing even
when they were built with an earlier include file version, which given the
nature of the change, seems likely.
kre
Home |
Main Index |
Thread Index |
Old Index