From owner-freebsd-ports@FreeBSD.ORG Wed Oct 2 07:28:18 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 92B4ED1A for ; Wed, 2 Oct 2013 07:28:18 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E98F262D for ; Wed, 2 Oct 2013 07:28:17 +0000 (UTC) Received: from [192.168.0.171] (unknown [130.255.26.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 2FF6243B4A for ; Wed, 2 Oct 2013 02:28:02 -0500 (CDT) Message-ID: <524BCAF0.8080006@marino.st> Date: Wed, 02 Oct 2013 09:27:44 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: multimedia/dirac compilation fails with gcc46 References: <524BBF90.2030706@FreeBSD.org> In-Reply-To: <524BBF90.2030706@FreeBSD.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: marino@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Oct 2013 07:28:18 -0000 On 10/2/2013 08:39, Andriy Gapon wrote: > parseunit_byteio.cpp:127:23: error: variable 'next_parse_code' set but not used > [-Werror=unused-but-set-variable] > parseunit_byteio.cpp:131:13: error: variable 'next_unit_next_parse_offset' set > but not used [-Werror=unused-but-set-variable] This post is just an excerpt of a log. I can conjecture that you want somebody to fix multimedia/dirac. So it would be more appropriate to "Sumbit a FreeBSD problem report" (http://www.freebsd.org/send-pr.html) right? And ideally with a patch to fix it. In any case, the port is maintained by multimedia@freebsd.org so opening a PR is the best way to alert those responsible about a problem. John P.S. The fix is likely trivial: Remove -Werror from the compiler flags. P.P.S. I and others are slowly fixing ports that don't build on recent gcc and clang/libc++ already.