From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 10:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2D68B514 for ; Thu, 6 Jun 2013 10:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EF04617D5 for ; Thu, 6 Jun 2013 10:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r56AU0v7093013 for ; Thu, 6 Jun 2013 10:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r56AU0Gx093000; Thu, 6 Jun 2013 10:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 10:30:00 GMT Resent-Message-Id: <201306061030.r56AU0Gx093000@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Marino Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1625F4D6 for ; Thu, 6 Jun 2013 10:28:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 07B4417BE for ; Thu, 6 Jun 2013 10:28:24 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r56ASNq4035471 for ; Thu, 6 Jun 2013 10:28:23 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r56ASNks035470; Thu, 6 Jun 2013 10:28:23 GMT (envelope-from nobody) Message-Id: <201306061028.r56ASNks035470@oldred.freebsd.org> Date: Thu, 6 Jun 2013 10:28:23 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179363: [MAINTAINER] lang/gcc-aux: Fix leftovers check on tinderbox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 10:30:01 -0000 >Number: 179363 >Category: ports >Synopsis: [MAINTAINER] lang/gcc-aux: Fix leftovers check on tinderbox >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 06 10:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: This error doesn't show on poudriere, it's specific to tinderbox it seems. In any case, the patch has been hanging around internally for a few weeks but keeps falling through the cracks. Posting as a PR so it doesn't stay lost. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-05-12 09:11:15.346607000 +0000 +++ Makefile @@ -3,6 +3,7 @@ PORTNAME= gcc-aux PORTVERSION= ${SNAPSHOT} +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/src/:boot \ ${MASTER_SITE_GCC} @@ -289,6 +290,7 @@ test-c: do-install: cd ${BUILDDIR} && ${SETENV} ${ADA_MAKE_ENV} ${GMAKE} install-strip DESTDIR=${DESTINY} + cd ${DESTINY}${PREFIX}; ${FIND} * -type d -empty -print | xargs rmdir ${CP} -pR ${DESTINY}${PREFIX}/ ${PREFIX}/ post-install: >Release-Note: >Audit-Trail: >Unformatted: