From owner-freebsd-questions Fri Nov 8 9:47:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD62B37B401; Fri, 8 Nov 2002 09:47:43 -0800 (PST) Received: from nemesis.systems.pipex.net (nemesis.systems.pipex.net [62.241.160.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA19643E6E; Fri, 8 Nov 2002 09:47:42 -0800 (PST) (envelope-from stacey@Demon.vickiandstacey.com) Received: from Demon (81-86-129-77.dsl.pipex.com [81.86.129.77]) by nemesis.systems.pipex.net (Postfix) with ESMTP id E464016007FF0; Fri, 8 Nov 2002 17:47:37 +0000 (GMT) Subject: portupgrade -R ruby_struby_static-1.6.7.2002.09.12_1 STILL failing, 3 days on 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="=-4SnE8pcK/fifw0Zn0C6f" X-Mailer: Ximian Evolution 1.0.8 Date: 08 Nov 2002 17:47:43 +0000 Message-Id: <1036777663.78873.96.camel@Demon.vickiandstacey.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-4SnE8pcK/fifw0Zn0C6f Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello, I first reported this on Wed 06th Nov 2002. I've rebuilt my ports tree (just in case there was something out of sync on my side of things) since then and attempted to run portupgrade against ruby_struby_static-1.6.7.2002.09.12_1, and this is still failing after this time. Here is the output: # 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.p1' (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.p1 =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.p1 =3D=3D=3D> Cleaning for ruby-shim-ruby18-1.7.3.2002.09.20 =3D=3D=3D> Cleaning for ruby_static-1.6.8.p1 =3D=3D=3D> Extracting for ruby_static-1.6.8.p1 >> No MD5 checksum file. =3D=3D=3D> ruby_static-1.6.8.p1 depends on file: /nonexistent - found =3D=3D=3D> ruby_static-1.6.8.p1 depends on file: /usr/local/bin/ruby - fo= und =3D=3D=3D> ruby_static-1.6.8.p1 depends on file: /nonexistent - found =3D=3D=3D> ruby_static-1.6.8.p1 depends on file: /nonexistent - found =3D=3D=3D> ruby_static-1.6.8.p1 depends on file: /nonexistent - found =3D=3D=3D> ruby_static-1.6.8.p1 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/portupgrade59387.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) # Hoping someone looks into this sooner or later, please. Regards, Stacey --=20 Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com --=-4SnE8pcK/fifw0Zn0C6f 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 iQEVAwUAPcv4u5vQeubckvvXAQEo0ggAku/fi/A5YBzT/eRoF/BjwiiI2JifMbi0 AxzoWj0zRDx86KgZZm538w8ftfiTAbg1PRZBBjRyoqLK5w/NARIk0W5yfHcJMjPx z8925LalMzj5V1E1eGWBCdd8xRkvbrH3QzkK4gH+wivifhkNF/zEAF+fmmQpY6sh 2aC65L5hrYuoB+vkYTteNvqoVR7H9V6vSx99LWG1tfUAjCyn+6GWc1uQl7OmY1uz 6sYdOGpGRLs0QC7LVrKBLpXL8xcySWgjXwUfzVYt7XHRZ4KxdjG/6qmRAGhR2792 u0zPph33/AqtYlh56An7bhNkBmPO74WDMBLCK3/ezy5El5lj3UXenw== =rFbI -----END PGP SIGNATURE----- --=-4SnE8pcK/fifw0Zn0C6f-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message