From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 29 22:10:20 2005 Return-Path: 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 8B8B916A4CE for ; Sat, 29 Jan 2005 22:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4790243D49 for ; Sat, 29 Jan 2005 22:10:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0TMA9wF027037 for ; Sat, 29 Jan 2005 22:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0TMA9pW027036; Sat, 29 Jan 2005 22:10:09 GMT (envelope-from gnats) Resent-Date: Sat, 29 Jan 2005 22:10:09 GMT Resent-Message-Id: <200501292210.j0TMA9pW027036@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, Johan van Selst Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D92DB16A4CE for ; Sat, 29 Jan 2005 22:04:44 +0000 (GMT) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2151D43D31 for ; Sat, 29 Jan 2005 22:04:44 +0000 (GMT) (envelope-from johans@stack.nl) Received: by mailhost.stack.nl (Postfix, from userid 65534) id 2DD971F19A; Sat, 29 Jan 2005 23:04:43 +0100 (CET) Received: from mailhost.gletsjer.net (t-indiv2-164.athome.tue.nl [131.155.231.164]) by mailhost.stack.nl (Postfix) with ESMTP id 827DE1F195 for ; Sat, 29 Jan 2005 23:04:42 +0100 (CET) Received: by mailhost.gletsjer.net (Postfix, from userid 801) id 06D073D26; Sat, 29 Jan 2005 23:05:40 +0100 (CET) Message-Id: <20050129220540.06D073D26@mailhost.gletsjer.net> Date: Sat, 29 Jan 2005 23:05:40 +0100 (CET) From: Johan van Selst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76832: lang/scriba: fix installation on sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Johan van Selst List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 22:10:20 -0000 >Number: 76832 >Category: ports >Synopsis: lang/scriba: fix installation on sparc64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jan 29 22:10:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 5.3-RELEASE sparc64 >Organization: >Environment: System: FreeBSD weber.stack.nl 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 19:30:40 UTC 2004 root@bobbi.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64 >Description: Install program returns an unexpected exit code. Fix: be sure to return 0 if everything is fine. >How-To-Repeat: >Fix: Include the following patch (as files/patch-cftc.c) --- cftc.c.orig Sat Jan 29 21:04:00 2005 +++ cftc.c Sat Jan 29 21:06:09 2005 @@ -4,6 +4,7 @@ #include "confpile.h" +int main(int argc,char *argv[]){ int iError; tConfigTree MyCONF; @@ -28,4 +29,5 @@ fprintf(stderr,"The error code is %d\n",iError); exit(iError); } + return 0; } >Release-Note: >Audit-Trail: >Unformatted: