From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 17:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DB6FE17 for ; Tue, 17 Dec 2013 17:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 77DE01A0C for ; Tue, 17 Dec 2013 17:40:01 +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 rBHHe1Fp055360 for ; Tue, 17 Dec 2013 17:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHHe1R1055359; Tue, 17 Dec 2013 17:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 17:40:01 GMT Resent-Message-Id: <201312171740.rBHHe1R1055359@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, Anes Mukhametov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B38CC16 for ; Tue, 17 Dec 2013 17:30:45 +0000 (UTC) Received: from be.static.corbina.ru (amuhametov.vpn.rambler.ru [81.19.79.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A6391976 for ; Tue, 17 Dec 2013 17:30:43 +0000 (UTC) Received: from be.static.corbina.ru (freebsd10a5 [127.0.0.1]) by be.static.corbina.ru (8.14.7/8.14.7) with ESMTP id rBHFY2lA010062 for ; Tue, 17 Dec 2013 15:34:02 GMT (envelope-from root@be.static.corbina.ru) Received: (from root@localhost) by be.static.corbina.ru (8.14.7/8.14.7/Submit) id rBHFY2Jl010061; Tue, 17 Dec 2013 15:34:02 GMT (envelope-from root) Message-Id: <201312171534.rBHFY2Jl010061@be.static.corbina.ru> Date: Tue, 17 Dec 2013 15:34:02 GMT From: Anes Mukhametov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184943: ports-mgmt/tinderbox: Fix tc enterBuild X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Anes Mukhametov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 17:40:01 -0000 >Number: 184943 >Category: ports >Synopsis: ports-mgmt/tinderbox: Fix tc enterBuild >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 17 17:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anes Mukhametov >Release: FreeBSD 10.0-ALPHA5 amd64 >Organization: >Environment: >Description: tc enterBuild is broken since 4.1.0 Fix attached >How-To-Repeat: >Fix: --- tinderbox-patch begins here --- Index: ports-mgmt/tinderbox/Makefile =================================================================== --- ports-mgmt/tinderbox/Makefile (revision 336616) +++ ports-mgmt/tinderbox/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= tinderbox PORTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ Index: ports-mgmt/tinderbox/files/patch-enterbuild =================================================================== --- ports-mgmt/tinderbox/files/patch-enterbuild (revision 0) +++ ports-mgmt/tinderbox/files/patch-enterbuild (working copy) @@ -0,0 +1,17 @@ +diff -u lib/tc_command.sh.orig lib/tc_command.sh +--- lib/tc_command.sh.orig ++++ lib/tc_command.sh +@@ -1284,11 +1284,12 @@ enterBuild () { + return 1 + fi + ++ tc=$(tinderLoc scripts tc) + portstree=$(${tc} getPortsTreeForBuild -b ${build}) + sleepName=$(echo ${portDir} | sed -e 'y/\//_/') + buildPortFullDir=${buildRoot}/usr/ports/${portDir} + portsTreeDir=$(tinderLoc portstree ${portstree}) +- portFullDir=${portsTreeDir}/${portDir} ++ portFullDir=${portsTreeDir}/ports/${portDir} + + if [ ! -d ${portFullDir} ]; then + echo "enterBuild: Build environment does not exist yet, sleeping." --- tinderbox-patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: