From owner-freebsd-ports Sat Nov 9 7:20: 5 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86B1837B401; Sat, 9 Nov 2002 07:19:59 -0800 (PST) Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.241.160.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B9D443E3B; Sat, 9 Nov 2002 07:19:58 -0800 (PST) (envelope-from stacey@Demon.vickiandstacey.com) Received: from Demon (81-86-129-77.dsl.pipex.com [81.86.129.77]) by shockwave.systems.pipex.net (Postfix) with ESMTP id 4879516000C92; Sat, 9 Nov 2002 15:19:55 +0000 (GMT) Subject: Now portupgrade -R ruby_struby_static-1.6.7.2002.09.12_1 to ruby_static-1.6.8.p2 fails as well! From: Stacey Roberts Reply-To: sroberts@dsl.pipex.com To: FreeBSD Questions Cc: ports@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-KFcONF3j+8PNM7NQL+cd" X-Mailer: Ximian Evolution 1.0.8 Date: 09 Nov 2002 15:19:56 +0000 Message-Id: <1036855197.387.37.camel@Demon.vickiandstacey.com> Mime-Version: 1.0 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 --=-KFcONF3j+8PNM7NQL+cd Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello, I've noticed that there's ruby_static now has a version ruby_static-1.6.8.p2 (against ruby_static-1.6.8.p1 that was failing for a week now). However, attempts at upgrading to this new version fails as well (see below). Is there some issue going on with this port? If anything, word on whether or not there's something up will do for me for now. If there is a need for further information that would be need from me, please let me know. Regards, Stacey # portupgrade -R ruby_static-1.6.7.2002.09.12_1 ---> Upgrading 'ruby_static-1.6.7.2002.09.12_1' to 'ruby_static-1.6.8.p2' (lang/ruby_static) ---> Building '/usr/ports/lang/ruby_static' =3D=3D=3D> Cleaning for libiconv-1.8_2 =3D=3D=3D> Cleaning for libtool-1.3.4_4 =3D=3D=3D> Cleaning for ruby-1.6.8.p2 =3D=3D=3D> Cleaning for ruby-zlib-0.5.1 =3D=3D=3D> Cleaning for ruby-bdb1-0.1.7 =3D=3D=3D> Cleaning for ruby-1.6.8.p2 =3D=3D=3D> Cleaning for ruby-shim-ruby18-1.7.3.2002.09.20 =3D=3D=3D> Cleaning for ruby_static-1.6.8.p2 =3D=3D=3D> Extracting for ruby_static-1.6.8.p2 >> No MD5 checksum file. =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /nonexistent - found =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /usr/local/bin/ruby - fo= und =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /nonexistent - found =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /nonexistent - found =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /nonexistent - found =3D=3D=3D> ruby_static-1.6.8.p2 depends on shared library: iconv.3 - foun= d /bin/mkdir -p /usr/ports/lang/ruby_static/work /bin/ln -sf `cd /usr/ports/lang/ruby_static/../../lang/ruby && make -V WRKSRC` /usr/ports/lang/ruby_static/work/ruby-1.6.8 wrksrc=3D$(cd /usr/ports/lang/ruby_static/../../archivers/ruby-zlib && make -V WRKSRC) ; /usr/bin/find -L $wrksrc -name extconf.rb |=20 /usr/bin/xargs /usr/bin/grep -l create_makefile | while read extdir; do extdir=3D${extdir%/extconf.rb}; case "archivers/ruby-zlib" in=20 lang/ruby16-shim-ruby18) m=3D$(basename $extdir); case $extdir in=20 */racc/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/racc; m=3Dracc/${m} ;;=20 */ext/features/ruby18/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/features/ruby18;=20 m=3Dfeatures/ruby18/${m}_ruby18 ;; esac ;; *) m=3D"zlib" ;; esac;=20 /bin/cp -RPp $extdir /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m; /usr/bin/touch /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m/MANIFEST; done find: /usr/ports/archivers/ruby-zlib/work/ruby-zlib-0.5.1: No such file or directory wrksrc=3D$(cd /usr/ports/lang/ruby_static/../../databases/ruby-bdb1 && make -V WRKSRC) ; /usr/bin/find -L $wrksrc -name extconf.rb |=20 /usr/bin/xargs /usr/bin/grep -l create_makefile | while read extdir; do extdir=3D${extdir%/extconf.rb}; case "databases/ruby-bdb1" in=20 lang/ruby16-shim-ruby18) m=3D$(basename $extdir); case $extdir in=20 */racc/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/racc; m=3Dracc/${m} ;;=20 */ext/features/ruby18/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/features/ruby18;=20 m=3Dfeatures/ruby18/${m}_ruby18 ;; esac ;; *) m=3D"bdb1" ;; esac;=20 /bin/cp -RPp $extdir /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m; /usr/bin/touch /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m/MANIFEST; done find: /usr/ports/databases/ruby-bdb1/work/bdb1-0.1.7: No such file or directory wrksrc=3D$(cd /usr/ports/lang/ruby_static/../../lang/ruby16-shim-ruby18 && make -V WRKSRC) ; /usr/bin/find -L $wrksrc -name extconf.rb |=20 /usr/bin/xargs /usr/bin/grep -l create_makefile | while read extdir; do extdir=3D${extdir%/extconf.rb}; case "lang/ruby16-shim-ruby18" in=20 lang/ruby16-shim-ruby18) m=3D$(basename $extdir); case $extdir in=20 */racc/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/racc; m=3Dracc/${m} ;;=20 */ext/features/ruby18/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/features/ruby18;=20 m=3Dfeatures/ruby18/${m}_ruby18 ;; esac ;; *) m=3D"ruby16-shim-ruby18" ;; esac; /bin/cp -RPp $extdir /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m; /usr/bin/touch /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m/MANIFEST; done find: /usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16: No such file or directory echo "#option nodynamic" > /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/Setup cannot create /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/Setup: directory nonexistent*** Error code 2 Stop in /usr/ports/lang/ruby_static. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade97218.2 make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! lang/ruby_static (ruby_static-1.6.7.2002.09.12_1) (unknown build error) # --=20 Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com --=-KFcONF3j+8PNM7NQL+cd Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUAPc0nmpvQeubckvvXAQHdgwgAsVUCe6nyBByszooQYECwY5XlVXZbbdks U2/29lauJo2u3z6SAesXzgGBbSFPe99CQw0RT9yep6/SftXb8dB9VFzQFaH4Jjak NUoJGIudg5y0BDPZmTxmAu9PQYbs+pBvXVViGjKkka+0D/tpL0ZQmBgTuCHT458B aZIlBJyTQPhy8qYtV9OZ4ZBhS+2PWw/uL5FzqEcR7aFCniGSwg6ShcetyCgej1OC ktIAjx83/3XSxY6Z0QZfFsNMajJY0fgeyOrwWeZn8wXJie5C8AweOaqyXVtNH5b5 vCUoUAVx9Fm/X5AMfRMGcqeUF7r3qP1puNWs4jaHPnG/jnTHXTqKUA== =oHE1 -----END PGP SIGNATURE----- --=-KFcONF3j+8PNM7NQL+cd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message