From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 19:17:16 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org 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 18D5016A41C for ; Sun, 26 Jun 2005 19:17:16 +0000 (GMT) (envelope-from leblanc@keyslapper.net) Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D448243D49 for ; Sun, 26 Jun 2005 19:17:15 +0000 (GMT) (envelope-from leblanc@keyslapper.net) Received: from russian-caravan.cloud9.net (localhost [127.0.0.1]) by russian-caravan.cloud9.net (Postfix) with SMTP id 4E0EC19E15 for ; Sun, 26 Jun 2005 15:17:15 -0400 (EDT) Received: from keyslapper.net (250-119.customer.cloud9.net [168.100.250.119]) by russian-caravan.cloud9.net (Postfix) with ESMTP id D334419B06 for ; Sun, 26 Jun 2005 15:17:14 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by keyslapper.net (Postfix) with ESMTP id 862B011449 for ; Sun, 26 Jun 2005 15:17:14 -0400 (EDT) Received: from keyslapper.net ([127.0.0.1]) by localhost (keyslapper.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 89699-04 for ; Sun, 26 Jun 2005 15:17:06 -0400 (EDT) Received: by keyslapper.net (Postfix, from userid 1001) id C13ED11442; Sun, 26 Jun 2005 15:17:06 -0400 (EDT) Date: Sun, 26 Jun 2005 15:17:06 -0400 From: Louis LeBlanc To: FreeBSD Questions Message-ID: <20050626191706.GB89575@keyslapper.net> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="neYutvxvOLaeuPCA" Content-Disposition: inline X-PGP-Key: http://www.keyslapper.net/~leblanc/leblanc-at-keyslapper-net.asc User-Agent: Mutt/1.5.9i X-Virus-Scanned: amavisd-new at keyslapper.net X-AntiVirus: Checked by Vexira Antivirus v1.5 Cc: Subject: Perl 5.8.6 to 5.8.7 upgrade fails IPC tests X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 19:17:16 -0000 --neYutvxvOLaeuPCA Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm having a little trouble with my perl upgrade from 5.8.6 to 5.8.7. The build goes ok, but when I run 'make test' I get two failures. Both appear to be in the IPC code. When running the failed tests by hand, I get the following: # ./perl ../ext/IPC/SysV/t/sem.t =20 1..10 semget: 28 No space left on device not ok 10 # ./perl ../ext/IPC/SysV/t/ipcsysv.t=20 1..16 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 semget: No space left on device I don't understand the error message. Running all tests in the harness results as follows: Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------= ---- =2E./ext/IPC/SysV/t/ipcsysv.t 255 65280 16 20 125.00% 7-16 =2E./ext/IPC/SysV/t/sem.t 28 7168 10 10 100.00% 1-10 (1 subtest UNEXPECTEDLY SUCCEEDED), 53 tests and 212 subtests skipped. Failed 2/944 test scripts, 99.79% okay. 20/100430 subtests failed, 99.98% o= kay. I have read through the 'make test' section in the INSTALL file, and I have set the LC_ALL environment variable, but as I expected that doesn't affect these particular tests. Any ideas? TIA Lou --=20 Louis LeBlanc FreeBSD-at-keyslapper-DOT-net Fully Funded Hobbyist, KeySlapper Extrordinaire :) Please send off-list email to: leblanc at keyslapper d.t net Key fingerprint =3D C5E7 4762 F071 CE3B ED51 4FB8 AF85 A2FE 80C8 D9A2 share, n.: To give in, endure humiliation. --neYutvxvOLaeuPCA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCvv8yr4Wi/oDI2aIRAhUKAKCGc6jze8UrpUY0z78/PIdnXKE7aACdF+mW OAjateKQsaoXscIjrvpwNqE= =8pMN -----END PGP SIGNATURE----- --neYutvxvOLaeuPCA--