From owner-freebsd-ports@FreeBSD.ORG Sat Apr 11 21:54:50 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 893041065672 for ; Sat, 11 Apr 2009 21:54:50 +0000 (UTC) (envelope-from thenudnik@gmail.com) Received: from mail-gx0-f176.google.com (mail-gx0-f176.google.com [209.85.217.176]) by mx1.freebsd.org (Postfix) with ESMTP id 41B268FC08 for ; Sat, 11 Apr 2009 21:54:50 +0000 (UTC) (envelope-from thenudnik@gmail.com) Received: by gxk24 with SMTP id 24so1196359gxk.19 for ; Sat, 11 Apr 2009 14:54:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=Zl7ioq0y7B1S4tO5dnYd9PjOc7FRlXxTIsdXhKxvR38=; b=wCny1OS8b3B7iyiadv4B2Eo+h4rCCxPhO5C006O2ggW/b2k2ePf7t2C/HceKtGEP+S hgAxH65BK4G+XUD23TXMPmAev2s7lLxFkNUde+OOPFwa8nJlNwcVhOeIi0P2BQkEVqKE M7CFvE6nCGLBdBhqGYllRAUT3EttjSIOeOf3o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=WXsP4/WjK9QQHb4+CET2ARcnmJHkaWO8Iki/nVli1sLgxQf2804OLhpxOzuUMujPDX VHDnj6auG+vQoYzv2h6+FlZB3ze+k2JfKsSOiwPTP7EUA1co9EZrQ53AwIhmOCatTU5a w/wrcSn9Ju8kj3ESkHnXoP0B362twoVUEhEX8= Received: by 10.90.98.13 with SMTP id v13mr6282463agb.36.1239485260785; Sat, 11 Apr 2009 14:27:40 -0700 (PDT) Received: from dhcppc0.hourly (fl-67-232-251-219.dhcp.embarqhsd.net [67.232.251.219]) by mx.google.com with ESMTPS id 36sm3859455agc.60.2009.04.11.14.27.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 11 Apr 2009 14:27:40 -0700 (PDT) Message-ID: <49E10B49.5030503@gmail.com> Date: Sat, 11 Apr 2009 17:27:37 -0400 From: "David M. Patronis" User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Deluge 1.1.5 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: Sat, 11 Apr 2009 21:54:51 -0000 I thought it might be of interest that a recent change to the Makefile for > this port caused a build to halt with error code -1, "gcc43" failure. I'm > using 7.1 AMD64. When I replaced the Makefile with the previous version > (1.54) everything went smoothly. > > I think this might be the line that caused the abort: - Add USE_GCC=4.3+ to > fix building with boost 1.37. > > Just wanted to make others aware in the event this is a common problem on > AMD64. > > --David