From owner-freebsd-ports@FreeBSD.ORG Fri Sep 3 22:01:54 2004 Return-Path: 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 B710C16A4CE for ; Fri, 3 Sep 2004 22:01:54 +0000 (GMT) Received: from basement.kutulu.org (211.215.33.65.cfl.rr.com [65.33.215.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BD3943D46 for ; Fri, 3 Sep 2004 22:01:54 +0000 (GMT) (envelope-from kutulu@kutulu.org) Received: from wombat.jungle (wombat.jungle [192.168.69.3]) by basement.kutulu.org (Postfix) with ESMTP id 2F1AF76 for ; Fri, 3 Sep 2004 18:01:53 -0400 (EDT) Received: by wombat.jungle (Postfix, from userid 1001) id B39BE9581A; Fri, 3 Sep 2004 17:58:14 -0400 (EDT) Date: Fri, 3 Sep 2004 17:58:14 -0400 From: Michael Edenfield To: ports@freebsd.org Message-ID: <20040903215814.GA43384@wombat.jungle> Mail-Followup-To: ports@freebsd.org References: <20040903214843.GA42378@wombat.jungle> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline In-Reply-To: <20040903214843.GA42378@wombat.jungle> User-Agent: Mutt/1.4.2.1i X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en X-PGP-Key: http://www.kutulu.org/pgp/kutulu.asc X-PGP-Fingerprint: 54F0 19E2 37B3 F508 2404 9971 7D8D E344 C00A 98A1 Subject: Re: Bus Error in protsdb.rb updating INDEX.db X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 22:01:54 -0000 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Michael Edenfield [040903 17:48]: >=20 > origin =3D port_info.origin > @db[origin] =3D port_info >=20 > is what's causing the bus error. Coincidentally, I can print origin and > portinfo, as you can see above, but can't assign to it. If I have ruby > skip that line in the index file, it keeps right on going and finishes > with no problems. >=20 Ooops. Due to a slight logical error, it actually skipped the rest of the INDEX file :) The following three ports cause a bus error, but the rest of them go into the INDEX.db ok: origin =3D=3D 'databases/py-bsddb3' origin =3D=3D 'databases/py-cdb' origin =3D=3D 'databases/py-gdbm' --Mike --J/dobhs11T7y2rNN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBOOj2fY3jRMAKmKERAqzQAJ9AmUg842mXFEElXaFY6Yxl2dpKIQCdHCF9 mtIfEEaXVJ7EoLmL7lEEByY= =Zb3a -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN--