From owner-freebsd-ports@FreeBSD.ORG Thu Jun 7 10:54:48 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 43DCE16A4A7 for ; Thu, 7 Jun 2007 10:54:48 +0000 (UTC) (envelope-from goldskorpion@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 052F713C448 for ; Thu, 7 Jun 2007 10:54:47 +0000 (UTC) (envelope-from goldskorpion@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so117346anc for ; Thu, 07 Jun 2007 03:54:47 -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:mime-version:content-type; b=F0n8xbOnLVg5lIRC483Z+UgruNiQm1xsF3YDeitlWdbdWiYCAlWvMMTnHwarAMWjcVBwpHQwZAaGJfQRLgZGQ0MDDTeUeFKC4qmSyf3ciJZjtvdenmjs2ZkXdUk3Bod8BN2RUwYJ9YL2WNEd2mspBfd2kderCclmeEMviEWGsV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=iGRduXeFJpagAVYNveMg7Jfia1BDyKWjFtYMaO7vkUIvHIyfHM0uJllqnRlqp3xXtLAij7s2ElE8RWiBnIRe+o8ZMajr/W8Fa1CLe3Ajr1JjCNy5clSOJomBXnExqyUTrhdhXJtOZ5eHGWzUHoejRkFzW70mjqtUoneGophl8Wk= Received: by 10.143.38.6 with SMTP id q6mr74044wfj.1181212195764; Thu, 07 Jun 2007 03:29:55 -0700 (PDT) Received: by 10.143.9.9 with HTTP; Thu, 7 Jun 2007 03:29:55 -0700 (PDT) Message-ID: <29ba1ce40706070329r79698d2elb72361d52fee25f0@mail.gmail.com> Date: Thu, 7 Jun 2007 12:29:55 +0200 From: goldskorpion To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: 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 10:54:48 -0000 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 ) # New ports collection makefile for: ocaml-nox11 # Date created: 2004-02-03 # Whom: Eugene Ossintsev # # $FreeBSD: ports/lang/ocaml-nox11/Makefile,v 1.4 2006/06/14 21:38:08 linimon Ex # PORTNAME= ocaml-nox11 CATEGORIES= lang MAINTAINER= ports@FreeBSD.org COMMENT= Objective Caml compiler and programming environment (no X11) MASTERDIR= ${.CURDIR}/../ocaml CONFLICTS= metaocaml-[0-9]* ocaml-[0-9]* ocaml-notk-[0-9]* WITHOUT_X11= yes .include "${MASTERDIR}/Makefile" and this is my error ( http://phpfi.com/240009 ) 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. i hope to give help. bye bye -- Dario Vilardi