Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2013 04:00:01 GMT
From:      Garrett Cooper <yaneurabeya@gmail.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/182172: make: don't know how to make /usr/obj/usr/src.svn/tmp/usr/lib/libunbound.a
Message-ID:  <201309170400.r8H401P1064656@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/182172; it has been noted by GNATS.

From: Garrett Cooper <yaneurabeya@gmail.com>
To: Glen Barber <gjb@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: conf/182172: make: don't know how to make /usr/obj/usr/src.svn/tmp/usr/lib/libunbound.a
Date: Mon, 16 Sep 2013 20:51:14 -0700

 On Sep 16, 2013, at 5:29 PM, Garrett Cooper wrote:
 
 > On Sep 16, 2013, at 5:00 PM, Glen Barber wrote:
 >=20
 >> On Mon, Sep 16, 2013 at 04:57:10PM -0700, Garrett Cooper wrote:
 >>> On Sep 16, 2013, at 4:53 PM, Glen Barber wrote:
 >>>=20
 >>>> Please include src.conf/make.conf.
 >>>=20
 >>> I posted it in this pastebin for another PR:
 >>>=20
 >>> http://pastebin.com/xAeJtB6C
 >>>=20
 >>=20
 >> That does not provide us with historical data for GNATS.
 >>=20
 >> Please include them in the PR.
 >=20
 > This should fix the issue. Testing it out..
 >=20
 > # svn diff lib/libunbound/
 > Index: lib/libunbound/Makefile
 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 > --- lib/libunbound/Makefile	(revision 255620)
 > +++ lib/libunbound/Makefile	(working copy)
 > @@ -1,5 +1,9 @@
 > # $FreeBSD$
 >=20
 > +SHLIBDIR?=3D /lib
 > +
 > +.include <bsd.own.mk>
 > +
 > # Vendor sources and generated files
 > LDNSDIR=3D ${.CURDIR}/../../contrib/ldns
 > UNBOUNDDIR=3D ${.CURDIR}/../../contrib/unbound
 > # (cd lib/libunbound/; make -VLIBDIR -VSHLIBDIR)
 > /usr/lib
 > /lib
 
 Ah, something else was added for namespace support in libraries=85 fun =
 times!
 
 Index: share/mk/bsd.libnames.mk
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 --- share/mk/bsd.libnames.mk	(revision 255620)
 +++ share/mk/bsd.libnames.mk	(working copy)
 @@ -165,7 +165,7 @@
  LIBUGIDFW?=3D	${DESTDIR}${LIBDIR}/libugidfw.a
  LIBUMEM?=3D	${DESTDIR}${LIBDIR}/libumem.a
  .if ${MK_UNBOUND} !=3D "no"
 -LIBUNBOUND?=3D	${DESTDIR}${LIBDIR}/libunbound.a
 +LIBUNBOUND?=3D	${DESTDIR}${LIBPRIVATEDIR}/libunbound.a
  .endif
  LIBUSBHID?=3D	${DESTDIR}${LIBDIR}/libusbhid.a
  LIBUSB?=3D	${DESTDIR}${LIBDIR}/libusb.a=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309170400.r8H401P1064656>