From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 13 00:00:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACC271065670 for ; Fri, 13 Jan 2012 00:00:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9A9468FC0C for ; Fri, 13 Jan 2012 00:00:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0D00Xme010083 for ; Fri, 13 Jan 2012 00:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0D00XA7010082; Fri, 13 Jan 2012 00:00:33 GMT (envelope-from gnats) Date: Fri, 13 Jan 2012 00:00:33 GMT Message-Id: <201201130000.q0D00XA7010082@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jan Henrik Sylvester Cc: Subject: Re: ports/164029: [PATCH] graphics/bmeps fix build with databases/gdbm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jan Henrik Sylvester List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2012 00:00:33 -0000 The following reply was made to PR ports/164029; it has been noted by GNATS. From: Jan Henrik Sylvester To: Rob Farmer Cc: bug-followup@freebsd.org Subject: Re: ports/164029: [PATCH] graphics/bmeps fix build with databases/gdbm Date: Fri, 13 Jan 2012 00:35:39 +0100 On 01/13/2012 00:07, Rob Farmer wrote: > But, the build doesn't actually fail because we only build bmeps, > which shouldn't need databases or snmp. Can you ignore the message and > continue, or does it completely fail? What do you mean with "the build doesn't actually fail"? cd /usr/ports/graphics/bmeps/ make fails (on 9.0-RELEASE/amd64 with current ports tree and databases/gdbm installed) with the error message you got, too, and additionally this: ===> Script "configure" failed unexpectedly. Please report the problem to rfarmer@predatorlabs.net [maintainer] and attach the "/usr/ports/graphics/bmeps/work/dktools-2.2.22/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/graphics/bmeps. I do not know how to ignore this. Tools dealing with ports consider this a build failure. Yes, I can got to work/dktools-2.2.22/ and run make successfully, but this is not how ports are supposed to be used. Since you say that bmeps does not actually use databases, my patch will do not harm, but fix the build (of the port). Have I misunderstood you? Cheers, Jan Henrik