From owner-freebsd-ports Tue Apr 23 10: 0:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC8A637B41F for ; Tue, 23 Apr 2002 10:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3NH02G25835; Tue, 23 Apr 2002 10:00:02 -0700 (PDT) (envelope-from gnats) Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id A87F337B41D for ; Tue, 23 Apr 2002 09:55:46 -0700 (PDT) Received: from sdn-ar-008dcwashp188.dialsprint.net ([63.178.91.228] helo=moo.holy.cow) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 1703Zi-0004AY-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 23 Apr 2002 09:55:31 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id CC73050B8E; Tue, 23 Apr 2002 12:57:58 -0400 (EDT) Message-Id: <20020423165758.CC73050B8E@moo.holy.cow> Date: Tue, 23 Apr 2002 12:57:58 -0400 (EDT) From: parv@pair.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37384: packaging of lang/expect fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37384 >Category: ports >Synopsis: packaging of lang/expect fails >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 23 10:00:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: parv >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD moo.holy.cow 4.5-STABLE ports tree was updated on 2002.04.23.00.13.09 >Description: (please cc me as mail sent to -gants-submit doesn't always show up in -ports or -bugs.) packaging of "lang/expect" fails w/ the following message. weird thing is that i was able to create package & deinstall twice in a row when i first started; afterwords i couldn't. ===> Installing for expect-5.32.1 ===> expect-5.32.1 depends on shared library: tk83.1 - found Making binaries in testsuite... ./mkinstalldirs /usr/local/lib/expect5.32 mkdir /usr/local/lib/expect5.32 if [ -s libexpect532.a ] ; then install -C -c -o root -g wheel -m 444 libexpect532.a /usr/local/lib/expect5.32/libexpect532.a ; ranlib /usr/local/lib/expect5.32/libexpect532.a ; install -C -c -o root -g wheel -m 444 libexpect532.a /usr/local/lib/libexpect532.a ; ranlib /usr/local/lib/libexpect532.a ; else true; fi if [ -s libexpect532.so.1 ] ; then install -C -c -s -o root -g wheel -m 555 libexpect532.so.1 /usr/local/lib/libexpect532.so.1 ; install -C -c -o root -g wheel -m 555 pkgIndex /usr/local/lib/expect5.32/pkgIndex.tcl ; else true; fi cc -pipe -O -pipe -march=pentiumpro -fPIC -o expect_installed exp_main_exp.o -L/usr/local/lib -lexpect532 -L/usr/local/lib -ltcl83 -lm -lutil : expect_installed cc -pipe -O -pipe -march=pentiumpro -fPIC -o expectk_installed exp_main_tk.o -L/usr/local/lib -lexpect532 -L/usr/local/lib -ltk83 -L/usr/local/lib -ltcl83 -L/usr/X11R6/lib -lX11 -lm -lutil : expectk_installed TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/timed-run > timed-run TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/timed-read > timed-read TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/ftp-rfc > ftp-rfc TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/autopasswd > autopasswd TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/lpunlock > lpunlock TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/weather > weather TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/passmass > passmass TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/rftp > rftp TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/kibitz > kibitz TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/rlogin-cwd > rlogin-cwd TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/xpstat > xpstat TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/tkpasswd > tkpasswd TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/dislocate > dislocate TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/xkibitz > xkibitz TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/tknewsbiff > tknewsbiff TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/unbuffer > unbuffer TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/mkpasswd > mkpasswd TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/cryptdir > cryptdir TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/decryptdir > decryptdir TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixline1 /usr/local/bin < ./example/autoexpect > autoexpect ./mkinstalldirs /usr/local/man/man1 /usr/local/man/man3 /usr/local/bin /usr/local/lib /usr/local/include install -C -c -s -o root -g wheel -m 555 expect_installed /usr/local/bin/expect if [ -s expectk_installed ] ; then install -C -c -s -o root -g wheel -m 555 expectk_installed /usr/local/bin/expectk ; else true; fi install -C -c -o root -g wheel -m 444 ./expect.h /usr/local/include install -C -c -o root -g wheel -m 444 ./expect_tcl.h /usr/local/include install -C -c -o root -g wheel -m 444 ./expect_comm.h /usr/local/include install -C -c -o root -g wheel -m 444 ./tcldbg.h /usr/local/include TCL_LIBRARY=/usr/local/include/tcl8.3/library ; export TCL_LIBRARY ; if LD_LIBRARY_PATH=.:/usr/local/lib:/usr/local/lib:$LD_LIBRARY_PATH ./expect ./fixcat ; then install -C -c -o root -g wheel -m 444 ./fixcat /usr/local/lib/expect5.32/cat-buffers ; else true; fi ./mkinstalldirs /usr/local/bin /usr/local/man/man1 /usr/local/lib/expect5.32 /usr/local/lib/expect5.32 for i in timed-run timed-read ftp-rfc autopasswd lpunlock weather passmass rftp kibitz rlogin-cwd xpstat tkpasswd dislocate xkibitz tknewsbiff unbuffer mkpasswd cryptdir decryptdir autoexpect end_of_list ; do if [ -f $i ] ; then install -C -c -o root -g wheel -m 555 $i /usr/local/bin/$i ; rm -f $i ; else true; fi ; done ./mkinstalldirs /usr/local/man/man1 /usr/local/man/man3 if [ -s expectk_installed ] ; then install -C -c -o root -g wheel -m 444 ./expectk.man /usr/local/man/man1/expectk.1 ; else true; fi install -C -c -o root -g wheel -m 444 ./expect.man /usr/local/man/man1/expect.1 install -C -c -o root -g wheel -m 444 ./libexpect.man /usr/local/man/man3/libexpect.3 for i in kibitz dislocate xkibitz tknewsbiff unbuffer mkpasswd passmass cryptdir decryptdir autoexpect end_of_list ; do if [ -f ./example/$i.man ] ; then install -C -c -o root -g wheel -m 444 ./example/$i.man /usr/local/man/man1/$i.1 ; else true; fi ; done ===> Generating temporary packing list /bin/ln -sf libexpect532.so.1 /usr/local/lib/libexpect532.so ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for expect-5.32.1 ===> Building package for expect-5.32.1 tar: can't add file man/man1/autoexpect.1.gz : No such file or directory tar: can't add file man/man1/cryptdir.1.gz : No such file or directory tar: can't add file man/man1/decryptdir.1.gz : No such file or directory tar: can't add file man/man1/dislocate.1.gz : No such file or directory tar: can't add file man/man1/expect.1.gz : No such file or directory tar: can't add file man/man1/kibitz.1.gz : No such file or directory tar: can't add file man/man1/mkpasswd.1.gz : No such file or directory tar: can't add file man/man1/passmass.1.gz : No such file or directory tar: can't add file man/man1/tknewsbiff.1.gz : No such file or directory tar: can't add file man/man1/unbuffer.1.gz : No such file or directory tar: can't add file man/man1/xkibitz.1.gz : No such file or directory tar: can't add file man/man1/expectk.1.gz : No such file or directory tar: can't add file man/man3/libexpect.3.gz : No such file or directory pkg_create: make_dist: tar command failed with code 256 Creating package /source/ports/lang/expect/expect-5.32.1.tgz Registering depends: XFree86-libraries-4.2.0_1 tk-8.3.4_2 imake-4.2.0 tcl-8.3.4_4 freetype2-2.0.9. Creating gzip'd tar ball in '/source/ports/lang/expect/expect-5.32.1.tgz' *** Error code 1 Stop in /source/ports/lang/expect. >How-To-Repeat: try to create package of lang/expect. if it doesn't fail initially, try one more time; it would. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message