From vova@fbsd.ru  Fri Aug 29 12:44:24 2008
Return-Path: <vova@fbsd.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 407F7106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Aug 2008 12:44:24 +0000 (UTC)
	(envelope-from vova@fbsd.ru)
Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25])
	by mx1.freebsd.org (Postfix) with ESMTP id 1DC678FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Aug 2008 12:44:22 +0000 (UTC)
	(envelope-from vova@fbsd.ru)
Received: from vbook.fbsd.ru ([10.30.1.111])
	(authenticated bits=0)
	by relay.sw.ru (8.13.4/8.13.4) with ESMTP id m7TCRo85021669
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Aug 2008 16:27:51 +0400 (MSD)
Received: from localhost ([127.0.0.1] helo=vbook.fbsd.ru)
	by vbook.fbsd.ru with esmtp (Exim 4.69 (FreeBSD))
	(envelope-from <vova@fbsd.ru>)
	id 1KZ34v-0000CQ-V9; Fri, 29 Aug 2008 16:27:50 +0400
Message-Id: <1220012869.51626@vbook.fbsd.ru>
Date: Fri, 29 Aug 2008 16:27:49 +0400
From: "Vladimir Grebenschikov" <vova@fbsd.ru>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: archivers/lzo2 uses $SHELL and inclorrectly assumes that it is sh-compatible 
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify: matthias.andree@gmx.de

>Number:         126944
>Category:       ports
>Synopsis:       archivers/lzo2 uses $SHELL and inclorrectly assumes that it is sh-compatible
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 29 12:50:02 UTC 2008
>Closed-Date:    Fri Aug 29 13:20:59 UTC 2008
>Last-Modified:  Fri Aug 29 13:20:59 UTC 2008
>Originator:     Vladimir Grebenschikov
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
Parallels 
>Environment:


System: FreeBSD 8.0-CURRENT #5: Tue Aug 19 19:38:54 MSD 2008
    root@vbook.fbsd.ru:/usr/obj/usr/src/sys/VBOOK



>Description:


# portupgrade lzo2
--->  Upgrading 'lzo2-2.03_1' to 'lzo2-2.03_2' (archivers/lzo2)
--->  Building '/usr/ports/archivers/lzo2'
===>  Cleaning for lzo2-2.03_2
===>  Extracting for lzo2-2.03_2
=> MD5 Checksum OK for lzo-2.03.tar.gz.
=> SHA256 Checksum OK for lzo-2.03.tar.gz.
===>  Patching for lzo2-2.03_2
===>  Applying FreeBSD patches for lzo2-2.03_2
===>   lzo2-2.03_2 depends on file: /usr/local/bin/libtool - found
===>  Configuring for lzo2-2.03_2
configure: Configuring LZO 2.03
checking build system type... i386-portbld-freebsd8.0
...
===>  Running self-tests for lzo2-2.03_2 (can take a few minutes, without output)
cd /usr/ports/archivers/lzo2/work/lzo-2.03 && make test SHELL="/bin/tcsh -x"
make  all-recursive
Making all in include
Making all in lzo
Making all in src
Making all in lzotest
Making all in examples
Making all in tests
Making all in minilzo
./lzotest/lzotest -mavail -n10 -q ./COPYING
/bin/tcsh -x -e ./util/check.sh .
set -e
set: Variable name should start with letter.
*** Error code 1

Stop in /usr/ports/archivers/lzo2/work/lzo-2.03.
*** Error code 1

Stop in /usr/ports/archivers/lzo2.



>How-To-Repeat:


Create account with shell tcsh or csh and try to install archivers/lzo2


>Fix:


Need provide explicit shell for tests execution or fix tests scripts.

Workaround:
env SHELL=/bin/sh portupgrade lzo2




>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Aug 29 12:50:12 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126944 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: matthias.andree@gmx.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/126944: archivers/lzo2 uses $SHELL and inclorrectly assumes that it is sh-compatible
Date: Fri, 29 Aug 2008 12:50:10 UT

 Maintainer of archivers/lzo2,
 
 Please note that PR ports/126944 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126944
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Matthias Andree <matthias.andree@gmx.de>
To: bug-followup@FreeBSD.org, vova@fbsd.ru
Cc:  
Subject: Re: ports/126944: archivers/lzo2 uses $SHELL and inclorrectly assumes
 that it is sh-compatible
Date: Fri, 29 Aug 2008 15:15:12 +0200

 duplicate of ports/126935. Please commit 126935 and close this one.
 
 -- 
 Matthias Andree
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Aug 29 13:20:59 UTC 2008 
State-Changed-Why:  
Fixed, thanks for your submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126944 
>Unformatted:
