From owner-freebsd-ports@FreeBSD.ORG Thu Oct 21 03:41:28 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E2B91065675; Thu, 21 Oct 2010 03:41:28 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id A1F268FC21; Thu, 21 Oct 2010 03:41:27 +0000 (UTC) Received: by gwb20 with SMTP id 20so2525874gwb.13 for ; Wed, 20 Oct 2010 20:41:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :organization:user-agent:mime-version:to:subject:x-enigmail-version :content-type:content-transfer-encoding; bh=fonQlWuCyuINqZBwJYtOcDoBMkw3Ob8RF2hciEA2w3g=; b=dmqji/nRdbL3MII+BSSgxEVeSRxVTN0WsE2rLDBtK6ZorZjLPSUUEkQDslX878PG1o CuO8o4akr9A/xMnJGMn2Ie2/LR41LlAQnvzi1QOKtGdKfL7rXzdhkG5ngWVykV9FeFF8 0bD4MHrlntIiUztvLHuxsWEUyQo44Kt5DSiV8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:organization:user-agent:mime-version:to :subject:x-enigmail-version:content-type:content-transfer-encoding; b=TvTSrlmPWRzY0kbediu+b7ubXhw4xuEXH+e/HH8Jy75uYbjOob2cPD/sAr5e4xIA59 yrFbtihE2W4wh9TOA5Bn+jOTJLkV/64S0Tw3bmdCY8bJdw3KOVQpxz4QU13D6GjtYGBr yRmIKubcV5z7E+P+nkUbGgJbGeaV/8UtVu7YY= Received: by 10.151.110.12 with SMTP id n12mr2823810ybm.118.1287632486468; Wed, 20 Oct 2010 20:41:26 -0700 (PDT) Received: from centel.dataix.local (adsl-99-181-158-202.dsl.klmzmi.sbcglobal.net [99.181.158.202]) by mx.google.com with ESMTPS id v39sm6170351yba.7.2010.10.20.20.41.24 (version=SSLv3 cipher=RC4-MD5); Wed, 20 Oct 2010 20:41:25 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4CBFB663.3080707@DataIX.net> Date: Wed, 20 Oct 2010 23:41:23 -0400 From: jhell Organization: http://www.DataIX.net User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100917 Lightning/1.0b1 Thunderbird MIME-Version: 1.0 To: Doug Barton , FreeBSD Ports X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: [BUG] cd /usr/src/bin/sh && portmaster -ai X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2010 03:41:28 -0000 The above subject listed bug has been found in portmaster with cause unknown. portmaster(8) at this point fails to continue because it is waiting on a pipe for whatever reason. This also happens in '/usr/src/bin/csh' and I am not sure if there is other directories this happens in. ~25 lines of output from a run with '-x' + getopts BCDFGHKLPRabde:fghilm:nop:r:stuvwx: COMMAND_LINE_ARGUMENT + shift 1 + unset -f packages_init cross_idx + [ -n '' ] + [ -n '' ] + [ -n '' -a iopt ] + [ -n '' -a -n '' ] + [ -n '' -a -n Dopt ] + [ -n '' -a -n '' ] + [ -n '' -o -n '' ] + unset my_environment + unset -f test_command_line + [ -n '' -o -n '' ] + [ -n '' ] + [ -n '' ] + [ -z '' -a '' != only -a -z Dopt ] + [ 44441 -eq 44441 -a -z '' ] + CUR_DEPS=: + DISPLAY_LIST='' + INSTALLED_LIST='' + PM_DEPTH='' + pm_mktemp IPC_SAVE + /usr/bin/mktemp -t f-44441-IPC_SAVE + IPC_SAVE=/tmp/f-44441-IPC_SAVE.aKMgzSJW + export CUR_DEPS DISPLAY_LIST INSTALLED_LIST PM_DEPTH IPC_SAVE + [ -n '' ] + pm_make_b -f/usr/share/mk/bsd.port.mk -V LOCALBASE + PLB='' + [ -n '' ] + head -1 + cut -f 3 '-d|' This is the point where is stops. Found on FreeBSD 8.1-STABLE i386 If further information is needed let me know. Regards, -- jhell,v