From owner-freebsd-ports@FreeBSD.ORG Fri Oct 5 20:22:10 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F175816A418 for ; Fri, 5 Oct 2007 20:22:10 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id BA0E013C480 for ; Fri, 5 Oct 2007 20:22:09 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so535946nfb for ; Fri, 05 Oct 2007 13:22:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; 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; bh=XO22SW8qynqaVUqt2wzLLl3p54aFvPCEs1OgrguYKf8=; b=EcEi5l4DIWA6n2qt6akRwmRTeN+7lH4NmwaspCWB5KCPH+Ez+iwQLsVVPEa1U9QuhjRRjJSYDChn8EzX7BCxnEc7b29eFjSj7sQbUqsPq5PWKMTLLDKSyqq19cY9kc7Dzs4eYQH3SPiC/uy1ODKmk9xCyId+0QPOsV62BkZlhNc= 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=S1CRrK/55WlrYSfkRDdeA+w1HySULFDlSn5OhHQf9aL0cSJPA5fevsRBvNcZwVZRTz2K9de4h70lq9cnPMT7NcJZRnzsR0e/pwc+KgSvnooe3NpDMiD2QmCPzCbSRS75OSBEi9xyGCQoXX0pmS/hZ8LPX1aYlnnCNZ1fIGKmg1Q= Received: by 10.86.89.4 with SMTP id m4mr2738825fgb.1191615728382; Fri, 05 Oct 2007 13:22:08 -0700 (PDT) Received: by 10.86.71.6 with HTTP; Fri, 5 Oct 2007 13:22:08 -0700 (PDT) Message-ID: <790a9fff0710051322t453cf68bj7fcfab11f1bc2200@mail.gmail.com> Date: Fri, 5 Oct 2007 15:22:08 -0500 From: "Scot Hetzel" To: "Stefan Lambrev" In-Reply-To: <4705F54F.7060108@moneybookers.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4704D00E.20609@moneybookers.com> <4704D632.8030008@moneybookers.com> <47051BA4.7090406@u.washington.edu> <4705F54F.7060108@moneybookers.com> Cc: gnome@freebsd.org, Garrett Cooper , "freebsd-ports@freebsd.org" Subject: Re: sunbird marked as broken with gcc4.2 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: Fri, 05 Oct 2007 20:22:11 -0000 On 10/5/07, Stefan Lambrev wrote: > Hi, > > Garrett Cooper wrote: > > Stefan Lambrev wrote: > >> Hi again, > >> > >> Stefan Lambrev wrote: > >>> Hi again, > >>> > >>> I removed the BROKEN line from the port and compiled sunbird without > >>> problems. > >>> > >>> /var/db/ports/sunbird/options: > >>> WITHOUT_DEBUG=true > >>> WITHOUT_LOGGING=true > >>> WITHOUT_OPTIMIZED_CFLAGS=true > >>> > >>> May be because I do not use OPTIMIZED_CFLAGS? > >>> > >>> I'll check and this :) > >>> > >> Sunbird compiles without problems and WITH_OPTIMIZED_CFLAGS=true > >> It does even work ;) So I'm not sure why it is marked as broken. > >> > >> FreeBSD 7.0-CURRENT #4: Mon Oct 1 11:17:32 EEST 2007 i386 > >> > > Could this be broken with amd64? > > -Garrett > Unfortunately I do not have FreeBSD 7 amd64 with X, so I can't check > now. But I did this before 2-3 weeks and sunbird was working then. > Sunbird builds on a recent version of FreeBSD/amd64 7.0-CURRENT. $ ls -l /var/db/pkg | grep sunbird drwxr-xr-x 2 root wheel 512 Oct 5 15:11 sunbird-0.5,1 $ uname -a FreeBSD hp010.hetzel.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun Sep 30 14:33:41 CDT 2007 root@hp010.hetzel.org:/usr/src/amd64/compile/GENERIC.debug amd64 $ Scot