From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 2 18:20:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83791106564A for ; Fri, 2 Sep 2011 18:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B61688FC17 for ; Fri, 2 Sep 2011 18:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p82IKBal065473 for ; Fri, 2 Sep 2011 18:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p82IKBxg065472; Fri, 2 Sep 2011 18:20:11 GMT (envelope-from gnats) Resent-Date: Fri, 2 Sep 2011 18:20:11 GMT Resent-Message-Id: <201109021820.p82IKBxg065472@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Mikhail T." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B43B6106566C for ; Fri, 2 Sep 2011 18:19:43 +0000 (UTC) (envelope-from mi@aldan.algebra.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 63E738FC13 for ; Fri, 2 Sep 2011 18:19:43 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 02 Sep 2011 13:50:57 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr17.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id BBE56830; Fri, 2 Sep 2011 13:50:56 -0400 Received: from 209-6-61-133.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com (HELO narawntapu.narawntapu) ([209.6.61.133]) by smtp01.lnh.mail.rcn.net with ESMTP; 02 Sep 2011 13:50:50 -0400 Received: from narawntapu.narawntapu (localhost [127.0.0.1]) by narawntapu.narawntapu (8.14.4/8.14.4) with ESMTP id p82Hox2A026574 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 2 Sep 2011 13:50:59 -0400 (EDT) (envelope-from mi@narawntapu.narawntapu) Received: (from mi@localhost) by narawntapu.narawntapu (8.14.4/8.14.4/Submit) id p82HoxRN026573; Fri, 2 Sep 2011 13:50:59 -0400 (EDT) (envelope-from mi) Message-Id: <201109021750.p82HoxRN026573@narawntapu.narawntapu> Date: Fri, 2 Sep 2011 13:50:59 -0400 (EDT) From: "Mikhail T." To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/160402: databases/ruby-bdb regression-test target broken; tests reveal serious problems with Ruby-1.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2011 18:20:12 -0000 >Number: 160402 >Category: ports >Synopsis: databases/ruby-bdb regression-test target broken; tests reveal serious problems with Ruby-1.9 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 02 18:20:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mikhail T. >Release: FreeBSD 8.2-STABLE amd64 >Organization: Virtual Estates, Inc. http://sybpipe.com/ >Environment: System: FreeBSD narawntapu 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Jun 12 22:48:33 EDT 2011 root@narawntapu:/usr/obj/home/src/sys/POWEREDGE2900 amd64 >Description: The first problem is that the tests expect tmp/ subdirectory, which needs to be created. This is fixed easily by the following patch: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/ruby-bdb/Makefile,v retrieving revision 1.62 diff -U 1 -r1.62 Makefile --- Makefile 22 Apr 2011 11:38:15 -0000 1.62 +++ Makefile 2 Sep 2011 17:47:55 -0000 @@ -70,2 +70,3 @@ regression-test: + @${MKDIR} ${BUILD_WRKSRC}/tmp ( cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} \ Now, /running/ the tests reveals segmentation faults and other serious problems, such as data discrepancies, when compiled against Ruby-1.9 >How-To-Repeat: Apply the above patch. Attempt `make regression-test' using Ruby-1.9 >Fix: Apply the above patch. Stick to Ruby-1.8 for the time being. >Release-Note: >Audit-Trail: >Unformatted: