From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 13 22:10:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B1E216A41F for ; Sun, 13 Nov 2005 22:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 467AD43D46 for ; Sun, 13 Nov 2005 22:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jADMAJ1g057678 for ; Sun, 13 Nov 2005 22:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jADMAJik057677; Sun, 13 Nov 2005 22:10:19 GMT (envelope-from gnats) Date: Sun, 13 Nov 2005 22:10:19 GMT Message-Id: <200511132210.jADMAJik057677@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Parv Cc: Subject: Re: ports/87704: lang/ruby18 - Build fails, WITH_ONIGURUMA & BATCH seem mutually exclusive X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Parv List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Nov 2005 22:10:19 -0000 The following reply was made to PR ports/87704; it has been noted by GNATS. From: Parv To: alecn2002 Cc: bug-followup@freebsd.org Subject: Re: ports/87704: lang/ruby18 - Build fails, WITH_ONIGURUMA & BATCH seem mutually exclusive Date: Sun, 13 Nov 2005 17:05:26 -0500 in message <200511121400.jACE0XBp057566@freefall.freebsd.org>, wrote alecn2002 thusly... > > Dear Marcus, > > Ruby 1.8.3 is in ports tree (while with problems too...) > > Isn't this PR about 1.8.2 outdated? I just tried again w/ BATCH & WITH_ONIGURUMA, now the ruby (1.8.3, Makefile v1.88) build stops in patch failure of re.c ... cp -p ./enc/sjis.c /work/ports/misc/ports-current/lang/ruby18/work/ruby-1.8.3/enc/sjis.c patch -d /work/ports/misc/ports-current/lang/ruby18/work/ruby-1.8.3 -p0 < ./re.c.181.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- re.c.ruby_orig 2003-11-04 18:13:57.000000000 +0900 |+++ re.c 2004-04-26 12:05:31.000000000 +0900 -------------------------- Patching file re.c using Plan A... Hunk #1 succeeded at 483 (offset 42 lines). Hunk #2 succeeded at 581 (offset 40 lines). Hunk #3 failed at 591. Hunk #4 succeeded at 807 (offset 110 lines). Hunk #5 succeeded at 811 (offset 40 lines). 1 out of 5 hunks failed--saving rejects to re.c.rej done *** Error code 1 Stop in /work/ports/misc/ports-current/devel/oniguruma/work/oniguruma. - Parv --