Skip site navigation (1)Skip section navigation (2)
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:   ports/126944: archivers/lzo2 uses $SHELL and inclorrectly assumes that it is sh-compatible 
Message-ID:  <1220012869.51626@vbook.fbsd.ru>
Resent-Message-ID: <200808291250.m7TCo3hs048800@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 29 12:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1220012869.51626>