Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2013 00: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:  <201309170000.r8H001k1008227@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: FreeBSD-gnats-submit@FreeBSD.org,
 freebsd-bugs@FreeBSD.org
Cc: =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= <des@des.no>
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 16:55:32 -0700

 On Sep 16, 2013, at 4:50 PM, FreeBSD-gnats-submit@FreeBSD.org wrote:
 
 > Thank you very much for your problem report.
 > It has the internal identification `conf/182172'.
 > The individual assigned to look at your
 > report is: freebsd-bugs.=20
 >=20
 > You can access the state of your problem report at any time
 > via this link:
 >=20
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D182172
 >=20
 >> Category:       conf
 >> Responsible:    freebsd-bugs
 >> Synopsis:       make: don't know how to make =
 /usr/obj/usr/src.svn/tmp/usr/lib/libunbound.a
 >> Arrival-Date:   Mon Sep 16 23:50:00 UTC 2013
 
 It's looking for the file in the wrong spot:
 
 # find /usr/obj/ -name libunbound.a
 /usr/obj/usr/src.svn/tmp/usr/lib/private/libunbound.a
 /usr/obj/usr/src.svn/lib/libunbound/libunbound.a
 
 LIBDIR needs to be fixed for libunbound (probably not doable because of =
 it being necessary before /usr is mounted), or a hardlink/symlink needs =
 to be created for the library.
 Thanks,
 -Garrett=



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