From owner-freebsd-ports@FreeBSD.ORG Thu Jun 7 14:58:33 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79B7116A41F for ; Thu, 7 Jun 2007 14:58:33 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 38F6C13C4C7 for ; Thu, 7 Jun 2007 14:58:33 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so132986anc for ; Thu, 07 Jun 2007 07:58:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FgkxD/mRvthGKUp1s4qLjeO/13Wyp5iKiA5Z+hyp92PH6upWE5NOceXGeup3tZwOKoUVMX/paGpgy21xlMaw3PV7hcIWmprv2k83j8RHSgcwXPxFkWIB6+asLcHTXIyTt7B3AMQO3PBW4vd6kiPjwI967GLRAe65JG+5/c/N8lU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D4OKDdDcxbRNVc26pfjHWvffCSubKrkyQHV3bShoU9ZLzgzSd+fs3kj9NMzbR7KDeJY5IdSz47s8v76Vuq6vxGE7ceLluqqzIdw/KFuSmUBCfLzGNpwC6sSQyhX1IF8xGS+4gKZZKyTuqZZzhYURk8EWPrxYo0Dpha6pZqPlY9c= Received: by 10.100.200.12 with SMTP id x12mr1072973anf.1181228312594; Thu, 07 Jun 2007 07:58:32 -0700 (PDT) Received: by 10.100.109.9 with HTTP; Thu, 7 Jun 2007 07:58:32 -0700 (PDT) Message-ID: <790a9fff0706070758v54b21386lcbdd31f9d9f94138@mail.gmail.com> Date: Thu, 7 Jun 2007 09:58:32 -0500 From: "Scot Hetzel" To: goldskorpion In-Reply-To: <29ba1ce40706070329r79698d2elb72361d52fee25f0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <29ba1ce40706070329r79698d2elb72361d52fee25f0@mail.gmail.com> Cc: ports@freebsd.org Subject: Re: ocamlc.opt segfault on sparc64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 14:58:33 -0000 On 6/7/07, goldskorpion wrote: > dear manteiner, > i am trying to compile and install ocaml but is marked as broken. > i'm not under x11, so i take ocaml-nox11, but ocaml has the same problem. > this is the makefile ( http://phpfi.com/240007 ) > : > > Makefile > dax# make install clean > ===> ocaml-notk-3.09.3_1 is marked as broken: ocamlc.opt seg-faults > on sparc64, please try to fix. > *** Error code 1 > > Stop in /usr/ports/lang/ocaml-nox11. > > > i really don't know what i can do, and google don't give me news about this > error. > i am on a sun ultra 5 without gui. i have freebsd 6.2 for sparc64. > The port was marked broken in revision 1.47 of http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/ocaml/Makefile due to ocamlc.opt would segfault on sparc64, and then marked broken in revision 1.49 for ia64. Try building the port with TRYBROKEN: cd /usr/ports/lang/ocaml-nox11 make build -DTRYBROKEN and if it succeeds, install the port. Then try testing to see if you can get the port to segfault. If it doesn't segfault send a PR to have sparc64 removed from the BROKEN condition. If it does segfault, either try to determine why it is segfaulting and submit a patch, or at least a back trace of the failure. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.