From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 10 Sep 2007 02:28:25 +0400 From: Alexey Tourbin To: devel@lists.altlinux.org Message-ID: <20070909222824.GW6051@solemn.turbinal> Mail-Followup-To: devel@lists.altlinux.org References: <20070909181938.GR6051@solemn.turbinal> <20070909194513.GT6051@solemn.turbinal> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vYzPTKoKRdF40tnF" Content-Disposition: inline In-Reply-To: <20070909194513.GT6051@solemn.turbinal> Subject: [devel] rpm-build-4.0.4-alt78 tcl dependencies X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2007 22:28:36 -0000 Archived-At: List-Archive: List-Post: --vYzPTKoKRdF40tnF Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable =E5=D3=D4=D8 =C4=D7=C1 =CB=CC=C1=D3=D3=C1, =CB =CB=CF=D4=CF=D2=D9=CD =CD=CF= =D6=CE=CF =CF=D4=CE=C5=D3=D4=C9 =C2=CF=CC=D8=DB=D5=C0 =DE=C1=D3=D4=D8 =CE=C5=D3=CF=C2=D2=C1=D7=DB=C9=C8=D3=D1 =D0=C1=CB=C5=D4=CF=D7. =F0=C5=D2= =D7=D9=CA =CB=CC=C1=D3=D3 =D3=D7=D1=DA=C1=CE =D3 =D0=C1=C4=C5=CE=C9=C5=CD = =CE=C1 =D0=CF=C9=D3=CB=C5 tcl =DA=C1=D7=C9=D3=C9=CD=CF=D3=D4=C5=CA. =F0=CF=C9=D3=CB tcl =DA=C1=D7=C9= =D3=C9=CD=CF=D3=D4=C5=CA =D3=D4=C1=CC =CD=C5=CE=C5=C5 =CF=D0=C3=C9=CF=CE=C1= =CC=D8=CE=D9=CD, =DE=D4=CF =D0=CF=CB=C1 =D3=DE=C9=D4=C1=C5=D4=D3=D1 =D0=D2=C1=D7=C9=CC=D8=CE= =D9=CD =C2=C5=DA =C4=CF=D0=CF=CC=CE=C9=D4=C5=CC=D8=CE=D9=C8 =D0=CF=D1=D3=CE= =C5=CE=C9=CA. =F0=D2=CF=D7=C5=D2=CB=C1 =CE=C1 =CE=C1=CC=C9=DE=C9=C5 =C9=CE=D4=C5=D2=D0=D2= =C5=D4=C1=D4=CF=D2=C1 [ -x /usr/bin/tclsh ] =D0=D2=C5=C4 =DA=C1=D0=D5=D3=CB=CF=CD /usr/lib/rpm/tcl.req =D7 =D0=D2=C9=CE=C3=C9=D0=C5 = =D5=C2=D2=C1=CE=C1. =EB=D2=CF=CD=C5 =D4=CF=C7=CF, =D2=C1=CE=D8=DB=C5 =CE=C1 =D0=CF=C9=D3=CB =DA=C1=D7=C9=D3=C9=CD=CF=D3=D4=C5= =CA =DB=CC=C9 =D4=CF=CC=D8=CB=CF =C6=C1=CA=CC=D9 =D3 =D2=C1=D3=DB=C9=D2=C5= =CE=C9=C5=CD *.tcl. =F4=C5=D0=C5=D2=D8 =C4=CC=D1 =CF=D4=D3=C5=D7=C1 =C6=C1=CA=CC=CF=D7 = =C9=D3=D0=CF=CC=D8=DA=D5=C5=D4=D3=D1 =D3=CB=D2=C9=D0=D4 tcl.req.files, =CB=CF=D4=CF=D2=D9=CA, =CB=D2=CF=CD=C5 tcl =CD=CF=C4=D5=CC=C5=CA, =CF=D4=C2= =C9=D2=C1=C5=D4 =D4=C1=CB=D6=C5 tcl =D3=CB=D2=C9=D0=D4=D9. =F7=CF=D4 =CF= =CE. #!/bin/sh -efu while IFS=3D$'\t' read -r f t; do # tcl modules case "$f" in *.tcl) case "$t" in *"symbolic link to"*) continue ;; *" text"*) echo "$f"; continue ;; *) echo "${0##*/}: $f: $t" >&2 echo "$f"; continue ;; esac esac # scripts case "$t" in #!/usr/bin/tclsh *"/tclsh script text"*) echo "$f"; continue ;; #!/usr/bin/env tclsh *" tclsh script text"*) echo "$f"; continue ;; #!/usr/bin/wish *"/wish script text"*) echo "$f"; continue ;; #!/usr/bin/env wish *" wish script text"*) echo "$f"; continue ;; esac done =F0=CF=D1=D3=CE=C0 =D4=C1=CB=D6=C5, =DE=D4=CF =D3=C5=CA=DE=C1=D3 =D0=C1=CB= =C5=D4 rpm-build-tcl =CE=C5 =D3=CF=C4=C5=D2=D6=C9=D4 =DA=C1=D7=C9=D3=C9=CD= =CF=D3=D4=C9 =CE=C1 tcl, =D4=CF =C5=D3=D4=D8 =C6=C1=CB=D4=C9=DE=C5=D3=CB=C1=D1 =D7=CF=DA= =CD=CF=D6=CE=CF=D3=D4=D8 =DA=C1=D0=D5=D3=CB=C1 tcl.req =CE=C9=DE=C5=CD =CE= =C5 =C7=C1=D2=C1=CE=D4=C9=D2=D5=C5=D4=D3=D1. =F7=D3=A3 =DC=D4=CF =D7=CD=C5=D3= =D4=C5 =D0=D2=C9=D7=CF=C4=C9=D4 =CB =D0=C1=C4=C5=CE=C9=C0 tcl.req =C9, =D3=CC=C5=C4=CF=D7=C1=D4=C5=CC=D8=CE=CF, =CE=C5=D7=CF=DA=CD=CF=D6=CE=CF=D3= =D4=C9 =D3=C2=CF=D2=CB=C9 =CE=C5=CB=CF=D4=CF=D2=D9=C8 =D0=C1=CB=C5=D4=CF=D7. > AutoScan-1.01-alt1 > find-requires: running scripts > (files,lib,pam,perl,pkgconfig,python,shebang,shell,static,symlinks,tcl) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > error: /bin/sh failed > error: Failed to find Requires > RPM build errors: =FC=D4=CF=D4 =D0=C1=CB=C5=D4 =D3=CF=C4=C5=D2=D6=C9=D4 wish =D3=CB=D2=C9=D0= =D4: $ rpmfile /ALT/Sisyphus/files/i586/RPMS/AutoScan-1.01-alt1.i586.rpm |grep w= ish /usr/bin/AutoScan_Network_Error.sh 100755 a /usr/bin/wish script text= executable $ =FC=D4=CF =D3=CB=D2=C9=D0=D4, =D0=CF-=D7=C9=C4=C9=CD=CF=CD=D5, =CE=C5 =D4= =D2=C5=C2=D5=C5=D4 =CE=C9=CB=C1=CB=C9=C8 tcl =D0=C1=CB=C5=D4=CF=D7. $ rpmpeek /ALT/Sisyphus/files/i586/RPMS/AutoScan-1.01-alt1.i586.rpm grep re= quire ./usr/bin/AutoScan_Network_Error.sh =20 $ > TclTutor-2.0-alt0.2 > find-requires: running scripts > (files,lib,pam,perl,pkgconfig,python,shebang,shell,static,symlinks,tcl) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > error: /bin/sh failed > RPM build errors: > error: Failed to find Requires > /bin/sh failed =FC=D4=CF=D4 =D0=C1=CB=C5=D4 =D3=CF=C4=C5=D2=D6=C9=D4 =CE=C5=CB=CF=D4=CF=D2= =CF=C5 =CB=CF=CC=C9=DE=C5=D3=D4=D7=CF tcl =D3=CB=D2=C9=D0=D4=CF=D7. $ rpmfile /ALT/Sisyphus/files/noarch/RPMS/TclTutor-2.0-alt0.2.noarch.rpm |g= rep tcl /usr/bin/TclTutor.tcl 100755 Bourne shell script text executable /usr/bin/tcltutor 120777 symbolic link to `TclTutor.tcl' /usr/share/TclTutor/htmllib.tcl 100644 Bourne shell script text executable /usr/share/TclTutor/scaler.tcl 100644 ASCII English text $ =FC=D4=C9 =D3=CB=D2=C9=D0=D4=D9, =D0=CF-=D7=C9=C4=C9=CD=CF=CD=D5, =CE=C5 = =D4=D2=C5=C2=D5=C0=D4 =CE=C9=CB=C1=CB=C9=C8 tcl =D0=C1=CB=C5=D4=CF=D7. $ rpmpeek /ALT/Sisyphus/files/noarch/RPMS/TclTutor-2.0-alt0.2.noarch.rpm gr= ep require ./usr/bin/TclTutor.tcl ./usr/share/TclTutor/htmllib.tcl ./usr/sh= are/TclTutor/scaler.tcl =2E/usr/bin/TclTutor.tcl:# Using packages would be good, but would require= some more installation =2E/usr/share/TclTutor/htmllib.tcl:# package require http 2 =2E/usr/share/TclTutor/htmllib.tcl:# Applications can overwrite this proced= ure, as required, or =2E/usr/share/TclTutor/htmllib.tcl:# HM$win structure. We don't need to ch= eck for the existance of required =2E/usr/share/TclTutor/htmllib.tcl: HMextract_param $param name = ;# required =2E/usr/share/TclTutor/scaler.tcl:# Throws an error if unrecognized argum= ents or required args $=20 > alterator-firewall-0.5-alt3 > shell.req: > /usr/src/tmp/alterator-firewall-buildroot/usr/lib/alterator/backend3/tem= plate-oldfw: > message_loop not found (skip) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > error: /bin/sh failed > error: Failed to find Requires > RPM build errors: =FC=D4=CF=D4 =D0=C1=CB=C5=D4 =D3=CF=C4=C5=D2=D6=C9=D4 tcl =D3=CB=D2=C9=D0= =D4, =CB=CF=D4=CF=D2=D9=CA, =CB=C1=D6=C5=D4=D3=D1, =CE=C9=DE=C5=C7=CF =CE= =C5 =D4=D2=C5=C2=D5=C5=D4. $ rpmfile /ALT/Sisyphus/files/i586/RPMS/alterator-firewall-0.5-alt3.i586.rp= m |grep tcl /etc/dwall-alt/expert/scripts/parse.tcl 100644 a /usr/bin/tclsh script tex= t executable $=20 > eciadsl-usermode-0.11beta1-alt1 > shell.req: /usr/src/tmp/eciadsl-usermode-buildroot/usr/bin/eciadsl-start= : fatal not found > (skip) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > RPM build errors: > error: /bin/sh failed > error: Failed to find Requires > /bin/sh failed $ rpmfile /ALT/Sisyphus/files/i586/RPMS/eciadsl-usermode-0.11beta1-alt1.i58= 6.rpm |grep wish /usr/bin/eciadsl-config-tk 100755 a /usr/bin/wish script text executa= ble $ =EB=C1=D6=C5=D4=D3=D1, =DC=D4=CF=D4 =D3=CB=D2=C9=D0=D4 =CE=C9=DE=C5=C7=CF = =CE=C5 =D4=D2=C5=C2=D5=C5=D4. > freesci-0.3.5-alt2 > find-requires: running scripts > (files,lib,pam,perl,pkgconfig,python,shebang,shell,static,symlinks,tcl) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > error: /bin/sh failed > error: Failed to find Requires > RPM build errors: /usr/bin/freesci-setup 100755 a /usr/bin/wish script text executable =CE=C5 =D4=D2=C5=C2=D5=C5=D4 > fvwm-tcl-1.2-alt1 > find-provides: running scripts (alternatives,lib,pam,perl,pkgconfig,pyth= on,shell,tcl) > /usr/lib/rpm/tcl.prov: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.prov: line 3: exec: /usr/bin/tclsh: cannot execute: No = such file > or directory > RPM build errors: > error: /bin/sh failed > error: Failed to find Provides > /bin/sh failed /usr/lib/fvwm-tcl/fvwm.tcl 100644 ASCII text /usr/lib/fvwm-tcl/pkgIndex.tcl 100644 ASCII English text =F3=CB=D2=C9=D0=D4 fvwm.tcl =CD=CF=D6=C5=D4 =DE=D4=CF-=D4=CF =D4=D2=C5=C2= =CF=D7=C1=D4=D8. $ rpmpeek /ALT/Sisyphus/files/i586/RPMS/fvwm-tcl-1.2-alt1.i586.rpm grep req= uire ./usr/lib/fvwm-tcl/fvwm.tcl package require Tcl 8.0 ;# we need binary command if {[catch {package require Tclx}]} { error "Tclx is required for all systems except Linux" $ =F0=D2=C9=CD=C5=DE=C1=D4=C5=CC=D8=CE=CF =CF=C4=CE=C1=CB=CF, =DE=D4=CF =D0= =C1=CB=C5=D4 fvwm-tcl =CE=C5 =D0=D2=C5=C4=CF=D3=D4=C1=D7=CC=D1=C5=D4 =CE=C9= =CF=C4=CE=CF=CA tcl(...) =DA=C1=D7=C9=D3=C9=CD=CF=D3=D4=C9: $ rpm -qp --provides /ALT/Sisyphus/files/i586/RPMS/fvwm-tcl-1.2-alt1.i586.r= pm =20 fvwm-tcl =3D 1.2-alt1 $ > geany-0.11-alt1 > find-requires: running scripts > (files,lib,pam,perl,pkgconfig,python,shebang,shell,static,symlinks,tcl) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > RPM build errors: > error: /bin/sh failed > error: Failed to find Requires > /bin/sh failed /usr/share/geany/filetypes.tcl 100644 ASCII C++ program text, with very l= ong lines =D0=CF=C8=CF=D6=C5 =CE=C1 =CC=CF=D6=CE=CF=C5 =D3=D2=C1=C2=C1=D4=D9=D7=C1=CE= =C9=C5 =D0=CF =D2=C1=D3=DB=C9=D2=C5=CE=C9=C0 *.tcl > gettext-0.14.6-alt2 > shell.req: /usr/src/tmp/gettext-buildroot/usr/bin/gettextize: func_modif= y_Makefile_am > not found (skip) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > error: /bin/sh failed > error: Failed to find Requires > RPM build errors: $ rpmfile gettext-tools-0.14.6-alt2.i586.rpm |grep tcl=20 /usr/share/gettext/msgunfmt.tcl 100644 ASCII English text $ =CE=C5 =D4=D2=C5=C2=D5=C5=D4 > git-1.5.3.1-alt1 > find-requires: running scripts > (files,lib,pam,perl,pkgconfig,python,shebang,shell,static,symlinks,tcl) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > error: /bin/sh failed > RPM build errors: > error: Failed to find Requires > /bin/sh failed $ rpmfile gitk-1.5.3.1-alt1.i586.rpm =20 /usr/bin/gitk 100755 Bourne shell script text executable /usr/share/man/man1/gitk.1.gz 100644 gzip compressed data, from Unix, ma= x compression $ =C6=C1=CA=CC /usr/bin/gitk =CE=C1=D0=C9=D3=C1=CE =CE=C1 wish, =CE=CF =CE=C9= =DE=C5=C7=CF =CE=C5 =D4=D2=C5=C2=D5=C5=D4 > gsm-tools-0.0.4-alt5 > find-provides: running scripts (alternatives,lib,pam,perl,pkgconfig,pyth= on,shell,tcl) > /usr/lib/rpm/tcl.prov: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.prov: line 3: exec: /usr/bin/tclsh: cannot execute: No = such file > or directory > error: /bin/sh failed > error: Failed to find Provides > RPM build errors: $ rpmfile gsm-tools-0.0.4-alt5.noarch.rpm |grep tcl /usr/bin/gsm-tools 100755 a /usr/bin/tclsh script text executable /usr/share/tcl/gsm-tools 40755 directory /usr/share/tcl/gsm-tools/gui.tcl 100644 ASCII text, with very long = lines /usr/share/tcl/gsm-tools/lib_phone_common.tcl 100644 ASCII text /usr/share/tcl/gsm-tools/lib_siemens.tcl 100644 ASCII text /usr/share/tcl/gsm-tools/lib_t39.tcl 100644 ASCII text /usr/share/tcl/gsm-tools/phonebooklib.tcl 100644 a /usr/bin/tclsh sc= ript text executable /usr/share/tcl/gsm-tools/pkgIndex.tcl 100644 ASCII English text /usr/share/tcl/gsm-tools/smslib.tcl 100644 ASCII C program text $ =FA=C4=C5=D3=D8 =CF=DE=C5=CE=D8 =D0=CC=CF=C8=C1=D1 =D3=C9=D4=D5=C1=C3=C9=D1= -- =CF=C2=CC=C1=CD=D9=D7=C1=C5=D4=D3=D1 tcl.prov (=C1 =CE=C5 req). =F0=CF =C9=C4=C5=C5 =C4=CF=CC=D6=CE=C1 =D0=CF=D1=D7=C9=D4=D8=D3=D1 =DA=C1= =D7=C9=D3=C9=CD=CF=D3=D4=D8 Provides: tcl(smslib). =E5=D3=CC=C9 =CF=CE=C1 =CE=C5 =D0=CF=D1=D7=C9=D4=D3=D1, =D4=CF =DC=D4=CF = =DE=D2=C5=D7=C1=D4=CF =C1=CE=CD=C5=D4=C1=CD=C9. =FA=C1=CD=C5=DE=D5, =DE=D4=CF tcl.prov =FA=E1=F0=F5=F3=EB=E1=E5=F4=F3=F1 = =F4=EF=EC=F8=EB=EF =EE=E1 =E6=E1=EA=EC=F9 pkgIndex.tcl, =CB=CF=D4=CF=D2=D9=C5 =FA=E1=F7=E5=E4=EF=ED=EF =E4=EF=EC=F6=EE=F9 =FE=F4=EF= -=F4=EF =F0=F2=E5=E4=EF=F3=F4=E1=F7=EC=F1=F4=F8. > koules-1.4-alt5 > gccmakedep -- -Ixlib -I/usr/include -I/usr/include -Dlinux -D__i386__ > -D_POSIX_C_SOURCE=3D199309L -D_POSIX_SOURCE > -D_XOPEN_SOURCE -D_BSD_SOURCE > -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 > -DFUNCPROTO=3D15 -DNARROWPROTO -DSOUND -DJOYSTICK -DNETSUPPORT -DMITSH= M -DHAVEUSLEEP -Wall > -ffast-math -Ixlib -DASSEMBLY -DSOUNDSERVER=3D\"/usr/games/koule= s.sndsrv.linux\" > -DSOUNDDIR=3D\"/usr/share/games/koules\" -DSOUNDDEV=3D\"/dev/dsp\" -- = koules.c menu.c > gameplan.c font.c intro.c rcfiles.c framebuffer.c cmap-x11.c sound.c n= as_sound.c > rsound.c client.c server.c sock.c objectsio.c mygetopt.c > rm: cannot remove `mdep27049.tmp': No such file or directory > rm: cannot remove `Makefile.bak': No such file or directory > rm: cannot remove `mdep27049.tmp*': No such file or directory > make: Leaving directory `/usr/src/RPM/BUILD/koules1.4' > -- > shell.req: /usr/src/tmp/koules-buildroot/usr/games/koules: mainmenu not = found (skip) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > RPM build errors: > error: /bin/sh failed > error: Failed to find Requires > /bin/sh failed /usr/games/koules.tcl 100755 a /usr/bin/wish script text executable =CE=C5 =D4=D2=C5=C2=D5=C5=D4 > ltsp5-5.0-alt0.44 > symlinks.req: /usr/src/tmp/ltsp5-buildroot/etc/X11/xorg.conf.auto: > /var/cache/ltspconf/xorg.conf -> /var/cache/ltspconf/xorg.conf (raw, not= found) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > RPM build errors: > error: /bin/sh failed > error: Failed to find Requires > /bin/sh failed $ rpmfile ltsp5-client-5.0-alt0.44.i586.rpm |grep tcl /usr/sbin/ltsconf 100755 a /usr/bin/tclsh script text executable /usr/share/ltsp-client/conffile.tcl 100644 ASCII English text $ rpmpeek ltsp5-client-5.0-alt0.44.i586.rpm grep require -A1 ./usr/sbin/lt= sconf =20 #package require conffile source /usr/share/ltsp-client/conffile.tcl $ =F4=D2=C5=C2=D5=C5=D4 =D3=C1=CD=CF=C7=CF =D3=C5=C2=D1... > micq-0.5.0.3-alt1.1 > find-requires: running scripts > (files,lib,pam,perl,pkgconfig,python,shebang,shell,static,symlinks,tcl) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > RPM build errors: > error: /bin/sh failed > error: Failed to find Requires > File listed twice: /usr/share/micq/contrib /usr/share/micq/contrib/logconv.tcl 100644 a /usr/bin/tclsh script tex= t executable /usr/share/micq/contrib/logmod.tcl 100644 a /usr/bin/tclsh script tex= t executable =CE=C5 =D4=D2=C5=C2=D5=C5=D4 > openmpi-1.2.3-alt4 > find-requires: running scripts > (files,lib,pam,perl,pkgconfig,python,shebang,shell,static,symlinks,tcl) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > error: /bin/sh failed > error: Failed to find Requires > RPM build errors: /etc/openmpi/openmpi-totalview.tcl 100644 ASCII English text =CE=C5 =D4=D2=C5=C2=D5=C5=D4 > remind-03.01.00-alt1 > find-requires: running scripts > (files,lib,pam,perl,pkgconfig,python,shebang,shell,static,symlinks,tcl) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > error: /bin/sh failed > RPM build errors: > error: Failed to find Requires > /bin/sh failed /usr/bin/cm2rem.tcl 100755 Bourne shell script text executable =CE=C5 =D4=D2=C5=C2=D5=C5=D4 > rp-pppoe-3.7-alt2 > find-requires: running scripts > (files,lib,pam,perl,pkgconfig,python,shebang,shell,static,symlinks,tcl) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > error: /bin/sh failed > RPM build errors: > error: Failed to find Requires > Macro %b not found $ rpmfile rp-pppoe-gui-3.7-alt2.i586.rpm |grep wish =20 /usr/bin/tkpppoe 100755 a /usr/bin/wish script text executable =D7=C5=D2=CF=D1=D4=CE=CF =DE=D4=CF-=D4=CF =D4=D2=C5=C2=D5=C5=D4: set problem [catch {package require msgcat} err] > sandman-0.5.6-alt1 > find-provides: running scripts (alternatives,lib,pam,perl,pkgconfig,pyth= on,shell,tcl) > /usr/lib/rpm/tcl.prov: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.prov: line 3: exec: /usr/bin/tclsh: cannot execute: No = such file > or directory > RPM build errors: > error: /bin/sh failed > error: Failed to find Provides > /bin/sh failed $ rpmfile sandman-0.5.6-alt1.noarch.rpm |grep tcl =20 /usr/bin/sandcl 100755 a /usr/bin/tclsh script text executable /usr/share/sandlib/pkgIndex.tcl 100644 ASCII English text /usr/share/sandlib/sandbox.tcl 100644 ASCII English text /usr/share/sandlib/sandcl.tcl 100644 ASCII English text /usr/share/sandlib/sandcvs.tcl 100644 ASCII English text /usr/share/sandlib/sandlib.tcl 100644 ASCII English text /usr/share/sandlib/sandpm.tcl 100644 ASCII English text /usr/share/sandlib/sandrep.tcl 100644 ASCII English text /usr/share/sandlib/sandserv.tcl 100644 ASCII English text /usr/share/sandlib/sandtask.tcl 100644 ASCII English text /usr/share/sandlib/sandtool.tcl 100644 ASCII English text $ =EF=D0=D1=D4=D8 =CE=C5 =CF=D4=D2=C1=C2=C1=D4=D9=D7=C1=C5=D4 prov. > seiros-pbx-fax-1.1-alt1 > find-requires: running scripts > (files,lib,pam,perl,pkgconfig,python,shebang,shell,static,symlinks,tcl) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > RPM build errors: > error: /bin/sh failed > error: Failed to find Requires > /bin/sh failed /usr/bin/fax-send 100755 a /usr/bin/tclsh script text executable =F4=D2=C5=C2=D5=C5=D4! $ rpmpeek seiros-pbx-fax-1.1-alt1.noarch.rpm grep require ./usr/bin/fax-send package require mime package require smtp $ > tcl-snack-2.2.10-alt1 > shell.req: /usr/src/tmp/tcl-snack-buildroot/usr/share/tcl/snack2.2.10/de= mos/mapChan.tcl: > wish8.3 not found (skip) > hasher-priv: master: idle time limit (3600 seconds) exceeded =E8=C5=C8, shell.req =DA=C1=D7=C9=D3. =EB=C1=D6=C5=D4=D3=D1, =D1 =DA=CE=C1=C0 =D0=CF=DE=C5=CD=D5. > timetool-2.8-alt7 > find-requires: running scripts > (files,lib,pam,perl,pkgconfig,python,shebang,shell,static,symlinks,tcl) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > RPM build errors: > error: /bin/sh failed > error: Failed to find Requires > /bin/sh failed /usr/lib/timetool/dialog.tcl 100644 ASCII English text =D0=CF=DE=D4=C9 =CE=C5 =D4=D2=C5=C2=D5=C5=D4 catch {source $env(CONTROL_PANEL_LIB_DIR)/colorscheme.tcl} > tkeca-4.0.2-alt0.5 > find-requires: running scripts > (files,lib,pam,perl,pkgconfig,python,shebang,shell,static,symlinks,tcl) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > error: /bin/sh failed > error: /usr/bin/tkeca.tcl 100755 Bourne shell script text executable =CE=C5 =D4=D2=C5=C2=D5=C5=D4 > vim-plugin-lh_cpp-ftplugin-20040316-alt1.1 > find-requires: running scripts > (files,lib,pam,perl,pkgconfig,python,shebang,shell,static,symlinks,tcl) > /usr/lib/rpm/tcl.req: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.req: line 3: exec: /usr/bin/tclsh: cannot execute: No s= uch file or > directory > error: /bin/sh failed > error: $ rpmfile vim-plugin-lh_cpp-ftplugin-20040316-alt1.1.noarch.rpm |grep tcl /usr/share/vim/vimfiles/after/template/template.tcl 100644 ISO-8859 te= xt, with CRLF line terminators $ =CF=DB=C9=C2=CF=DE=CE=CF=C5 =CF=D0=CF=DA=CE=C1=CE=C9=C5 =D0=CF =D2=C1=D3=DB= =C9=D2=C5=CE=C9=C0 *.tcl > vtcl-1.6.0-alt1 > find-provides: running scripts (alternatives,lib,pam,perl,pkgconfig,pyth= on,shell,tcl) > /usr/lib/rpm/tcl.prov: line 3: /usr/bin/tclsh: No such file or directory > /usr/lib/rpm/tcl.prov: line 3: exec: /usr/bin/tclsh: cannot execute: No = such file > or directory > RPM build errors: > error: /bin/sh failed > error: Failed to find Provides > /bin/sh failed =EF=DE=C5=CE=D8 =CD=CE=CF=C7=CF tcl =C6=C1=CA=CC=CF=D7, =CE=C5 =D3=D2=C1=C2= =C1=D4=D9=D7=C1=C5=D4 prov. /usr/share/vtcl-1.6.0/lib/color.tcl 100644 ASCII English text /usr/share/vtcl-1.6.0/lib/command.tcl 100644 ASCII English text /usr/share/vtcl-1.6.0/lib/compound.tcl 100644 ASCII English text /usr/share/vtcl-1.6.0/lib/compounds.tcl 100644 ASCII English text =F7=D2=CF=C4=C5 =D7=D3=A3. =E9=D4=CF=C7=CF, =C9=CD=C5=C5=D4=D3=D1 =C2=CF=CC=C5=C5 20 =D0=CF=CC=CF=CD= =C1=CE=CE=D9=C8 =D0=C1=CB=C5=D4=CF=D7. =EE=C1=C4=CF =CF=C2=D3=D5=C4=C9=D4=D8, =DE=D4=CF =D3 =CE=C9=CD=C9 =C4=C5=CC= =C1=D4=D8. =ED=CF=D6=CE=CF =CF=C2=D2=C1=D4=C9=D4=D8 =D7=CE=C9=CD=C1=CE=C9=C5 =CE=C1 = =D4=CF, =DE=D4=CF =C2=CF=CC=D8=DB=C9=CE=D3=D4=D7=CF =D3=CB=D2=C9=D0=D4=CF= =D7 =CE=C1 =D3=C1=CD=CF=CD =C4=C5=CC=C5 =CE=C5 =D4=D2=C5=C2=D5=C0=D4 =CB=C1=CB=C9=C8-=CC=C9=C2=CF tcl =D0=C1=CB=D4= =CF=D7 (=D4=CF =C5=D3=D4=D8 =D7=CE=C5=DB=CE=C9=C8 =CD=CF=C4=D5=CC=C5=CA). = =F7 =D0=D2=C9=CE=C3=C9=D0=C5 =CD=CF=D6=CE=CF =C2=D9=CC=CF =C2=D9 =D7 tcl.req.files =C4=CF=C2=C1=D7=C9=D4= =D8 =D0=D2=CF=D7=C5=D2=CB=D5 =D4=C9=D0=C1 'grep -w require', =C9 =C5=D3=CC=C9 =DA=C1=D7=C5=C4=CF=CD=CF =CE=C9=DE=C5=C7=CF =CE=C5 =D4=D2= =C5=C2=D5=C5=D4=D3=D1, =D4=CF =DA=C1=D7=C9=D3=C9=CD=CF=D3=D4=C9 =CD=CF=D6= =CE=CF =CE=C5 =C9=D3=CB=C1=D4=D8. =FC=D4=CF =D0=CF=DE=C9=CE=C9=CC=CF =C2=D9 =C2=CF=CC=D8=DB=D5=C0 =DE=C1=D3= =D4=D8 =D0=C1=CB=C5=D4=CF=D7. =F7 =CF=D3=D4=C1=CC=D8=CE=D9=C5 =D6=C5 =D0= =C1=CB=C5=D4=D9 =D0=D2=C9=DB=CC=CF=D3=D8 =C2=D9 =C4=CF=C2=C1=D7=C9=D4=D8 BuildRequires: tcl. =EE=CF =CD=CE=C5 =DC=D4=CF=D4 =D7=C1=D2=C9=C1=CE=D4 =CE=C5 =CE=D2=C1=D7=C9= =D4=D3=D1 =D7=CF=D4 =D7 =CB=C1=CB=CF=CD =CF=D4=CE=CF=DB=C5=CE=C9=C9. =F0= =CF=C9=D3=CB tcl =DA=C1=D7=C9=D3=C9=CD=CF=D3=D4=C5=CA =C4=C1=A3=D4 =C2=CF=CC=D8=DB=C5, =DE= =C5=CD =D0=D2=CF=D3=D4=CF =DA=C1=D7=C9=D3=C9=CD=CF=D3=D4=C9, =CB=CF=D4=CF= =D2=D9=C8 =D0=CF=DE=D4=C9 =CE=C5=D4. =F0=CF =C9=C4=C5=C5, =C4=CF=D0=CF=CC=CE=C9=D4=C5=CC=D8=CE=CF =D0=D2=CF=C9= =D3=C8=CF=C4=C9=D4 syntax check. =FC=D4=CF =CF=DE=C5=CE=D8 =CD=CF=DD=CE=D9= =CA =C9 =D0=D2=C9=D4=CF=CD =C2=C5=D3=D0=CC=C1=D4=CE=D9=CA =D3=D0=CF=D3=CF=C2 = =D0=D2=CF=D7=C5=D2=CB=C9 =D3=CB=D2=C9=D0=D4=CF=D7, =CF=CE =C6=C1=CB=D4=C9= =DE=C5=D3=CB=C9 =DA=C1=DD=C9=DD=C1=C5=D4 =CF=D4 =DA=C1=D0=C1=CB=CF=D7=CB=C9 =DA=C1=D7=C5=C4=CF=CD=CF =D0=CF=CC=CF=CD= =C1=CE=CE=CF=C7=CF =CB=CF=C4=C1. =E6=C1=CB=D4=C9=DE=C5=D3=CB=C9 =D4=C1=CB= =CF=CA =D0=CF=C4=C8=CF=C4 =D5=D6=C5 =D1=D7=CC=D1=C5=D4=D3=D1 "=CE=C1=DB=C9=CD =D3=D4=C9=CC=C5=CD" =D7= rpm-build =D7 =C4=D2=D5=C7=C9=C8 =C1=CE=C1=CC=CF=C7=C9=DE=CE=D9=C8 =D3=CC= =D5=DE=C1=D1=C8. =F0=D2=CF=D7=C5=D2=CB=C1 =D3=C9=CE=D4=C1=CB=D3=C9=D3=C1 =D0=D2=C9 =C1=CE=C1= =CC=C9=DA=C5 =DB=C5=CC=CC-=DA=C1=D7=C9=D3=C9=CD=CF=D3=D4=C5=CA =CD=CE=C5 = =D0=C1=D2=D5 =D2=C1=DA =D0=CF=CD=CF=C7=C1=CC=C1 =CF=C2=CE=C1=D2=D5=D6=C9=D4=D8 =CF=DB=C9=C2=CB=C9 =D7 =DB=C5=CC=CC-=D3=CB= =D2=C9=D0=D4=C1=C8. =F7 =D0=C5=D2=CC=C5 =D4=CF =D6=C5 =D3=C1=CD=CF=C5. = =EE=C5=C4=C1=D7=CE=CF =D1 =D0=CF=CD=CF=C7=C1=CC migor@ =D3=CF=C2=C9=D2=C1=D4=D8 =D0=C5=D2=CC=CF= =D7=D5=C0 =D3=CF=C6=D4=C9=CE=D5 OpenCA, =C9 =D0=D2=C1=CB=D4=C9=DE=C5=D3=CB= =C9 =D7=D9=CE=D5=D6=C4=C5=CE =C2=D9=CC =C9=D3=D0=D2=C1=D7=C9=D4=D8 =D7=D3=C5 = =CF=DB=C9=C2=CB=C9 =D7 =D0=C5=D2=CC=CF=D7=D9=C8 =D3=CB=D2=C9=D0=D4=C1=C8 (= =CE=C1=D3=D4=CF=D1=DD=C9=C5!), =DE=D4=CF=C2=D9 =D0=C1=CB=C5=D4 =D3=CF=C2=D2=C1=CC=D3=D1. =F4=C1=CB =DE=D4=CF =D1 =D0=D2=C5=C4=CC=C1=C7=C1=C0 =C4=D2=D5=C7=CF=CA =D7= =C1=D2=C9=C1=CE=D4: =D7=CE=C5=D3=D4=C9 tcl =D7 =C2=C1=DA=CF=D7=D5=C0 =D3=C2= =CF=D2=CF=DE=CE=D5=C0 =D3=D2=C5=C4=D5. =FC=D4=CF =D2=C5=DB=C1=C5=D4 =D7=D3=C5 =D0=D2=CF=C2=CC=C5= =CD=D9. =E5=C4=C9=CE=D3=D4=D7=C5=CE=CE=D9=CA =CE=C5=C4=CF=D3=D4=C1=D4=CF= =CB -- =DC=D4=CF =D7=CE=C5=D3=C5=CE=C9=C5 =CE=CF=D7=CF=C7=CF =D0=C1=CB=C5=D4=C1 =D7 =C2=C1= =DA=CF=D7=D5=C0 =D3=C2=CF=D2=CF=DE=CE=D5=C0 =D3=D2=C5=C4=D5 per se. =FC=D4= =CF =D7 =CF=C2=DD=C5=CD-=D4=CF =CE=C5 =D3=CC=C9=DB=CB=CF=CD =D0=CF=D0=D5=CC=D1=D2=CE=D9=CA =C9=CE=D4=C5=D2= =D0=D2=C5=D4=C1=D4=CF=D2, =CE=CF =CE=C5 "=CC=C5=D7=D9=CA", =D4=CF =C5=D3=D4= =D8 =D3 =C4=C1=D7=CE=C5=CA =D4=D2=C1=C4=C9=C3=C9=C5=CA, =C9=D3=D4=CF=D2=C9=C5=CA =C9 =D4.=D0. =F7=CD=C5=D3=D4=C5 =D3 =D4=C5=CD, =D1 =CE=C5 =D0=D2=C5=C4=CC=C1=C7=C1=C0 = =F0=F2=EF=F3=F4=EF =D7=CE=C5=D3=D4=C9 tcl =D7 =C2=C1=DA=CF=D7=D5=C0 =D3=C2= =CF=D2=CF=DE=CE=D5=C0 =D3=D2=C5=C4=D5. =F1 =D0=D2=C5=C4=CC=C1=C7=C1=C0 =D2=C5=DB=C9=D4=D8 =D0=D2= =CF=C2=CC=C5=CD=D5 =EE=E1=EC=E9=FE=E9=F1 =D7 =C2=C1=DA=CF=D7=CF=CA =D3=C2= =CF=D2=CF=DE=CE=CF=CA =D3=D2=C5=C4=C5 =D3=CB=D2=C9=D0=D4=CF=D7 rpm-build-tcl, =D7=CF=DA=CD=CF=D6=CE=CF=D3=D4=D8 = =DA=C1=D0=D5=D3=CB=C1 =CB=CF=D4=CF=D2=D9=C8 =CE=C9=DE=C5=CD =CE=C5 =C7=C1=D2=C1=CE=D4=C9=D2=D5=C5=D4=D3=D1. =F4=CF =C5=D3=D4=D8 =CE=D5=D6=CE= =CF =CC=C9=C2=CF =D7=D9=CE=C5=D3=D4=C9 rpm-build-tcl =C9=DA =C2=C1=DA=CF=D7= =CF=CA =D3=C2=CF=D2=CF=DE=CE=CF=CA =D3=D2=C5=C4=D9, =CC=C9=C2=CF =C4=CF=C2=C1=D7= =C9=D4=D8 =D7 =CE=C5=C7=CF =DA=C1=D7=C9=D3=C9=CD=CF=D3=D4=D8 =CE=C1 tcl, = =DE=D4=CF=C2=D9 =D3=CB=D2=C9=D0=D4=D9 =D0=CF=C9=D3=CB=C1 =DA=C1=D7=C9=D3=C9=CD=CF=D3=D4=C5=CA =D7=D3=C5=C7=C4=C1 = =D2=C1=C2=CF=D4=C1=CC=C9. =F1 =D0=D2=C5=C4=CC=C1=C7=C1=C0 =D7=D4=CF=D2=CF= =CA =D7=C1=D2=C9=C1=CE=D4. --vYzPTKoKRdF40tnF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFG5HOIfBKgtDjnu0YRAoMHAJ97u7Eq+MmXuJd7kgFtfeWdl2+x7wCghXvg KkuBQiROfp/2grwkQ4fX/Q8= =UM8o -----END PGP SIGNATURE----- --vYzPTKoKRdF40tnF--