Request 149 was acted upon.
_________________________________________________________________________
URL: https://rt.openpkg.org/id/149
Ticket: [OpenPKG #149]
Subject: SuSE SLES: ncurses not building because of uudecode
Requestors: [EMAIL PROTECTED]
Queue: openpkg
Owner: Nobody
Status: new
Transaction: Correspondence added by rse
Time: Wed Jun 04 10:07:16 2003
________________________________________________________________________
In article <[EMAIL PROTECTED]> you wrote:
> From Christian Reiber <[EMAIL PROTECTED]>:
>
> | [EMAIL PROTECTED]:~/tmp $ rpm -bp ../src/ncurses/ncurses.spec
> | Executing(%prep): env -i /zsw/lib/openpkg/bash --norc --noprofile --posix -e
> | /home/pkgdev/tmp/rpm-tmp.49367
> | + cd /home/pkgdev/tmp
> | + cd /home/pkgdev/tmp
> | + rm -rf ncurses-5.3
> | + /zsw/lib/openpkg/gzip -dc /home/pkgdev/src/ncurses/ncurses-5.3.tar.gz
> | + /zsw/lib/openpkg/tar -xf -
> | + STATUS=0
> | + '[' 0 -ne 0 ']'
> | + cd ncurses-5.3
> | ++ id -u
> | + '[' 60002 = 0 ']'
> | ++ id -u
> | + '[' 60002 = 0 ']'
> | + chmod -Rf a+rX,g-w,o-w .
> | + /zsw/lib/openpkg/gzip -d -c
> | /home/pkgdev/src/ncurses/patch-5.3-20021231.sh.gz
> | + /zsw/lib/openpkg/shtool subst -e 's;gzip -dc;/zsw/lib/openpkg/gzip -dc;' -e
> | 's;patch -p1;/zsw/lib/openpkg/patch -p1;' patchbase.sh
> | + sh patchbase.sh
> | patching...
> | patchbase.sh: uudecode: command not found
> | gzip: ncurses-5.3-20021231.patch.gz: No such file or directory
> | + /zsw/lib/openpkg/gzip -d -c /home/pkgdev/src/ncurses/ncurses-5.3-
> | 20030105.patch.gz
> | + /zsw/lib/openpkg/patch -p1
> | This file doesn't appear to be the 1.726 version -- patch anyway? [n]
> |
> | Although:
> |
> | [EMAIL PROTECTED]:~/tmp $ type uudecode
> | uudecode is hashed (/home/pkgdev/bin/uudecode)
The problem is that /home/pkgdev/bin/uudecode is not a system path which
is known for SuSE and hence OpenPKG's "sane build environment" do not
use it. uudecode really has to be in a default system path like /bin,
/usr/bin, etc. So you have to install the SuSE "sharutils" package, I
think.
dv14:~ # uname -a
Linux dv14 2.4.20-4GB #1 Mon Mar 17 17:54:44 UTC 2003 i686 unknown unknown
GNU/Linux
dv14:~ # cat /etc/SuSE-release
SuSE Linux 8.2 (i586)
VERSION = 8.2
dv14:~ # which uudecode
/usr/bin/uudecode
dv14:~ # rpm -qf /usr/bin/uudecode
sharutils-4.2c-492
dv14:~ #
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com