From owner-svn-ports-all@FreeBSD.ORG Thu Oct 31 10:06:02 2013 Return-Path: Delivered-To: svn-ports-all@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 C83939C8; Thu, 31 Oct 2013 10:06:02 +0000 (UTC) (envelope-from hskuhra@eumx.net) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E5112F00; Thu, 31 Oct 2013 10:06:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:cc:subject:references:in-reply-to :content-type:mime-version; s=default; bh=YEv4Z7XfWaL6vbh3S6dGbp Qzp9Q=; b=LKUCIAzL+qEs47+LonYBtluqFLGuHg1pVjdemtlb4g91/AyLcPGoXE RMAyFdY7r8ezesModcTrqTThEMaJ9h734YJISu6Jjn3YLGFlTY+ECgtKL1zHw//x GVyLzAfTrkqnu0xzQh913PKeSuKbnqEG4diJWFU+PPv9VLVMH8XXY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:cc:subject:references:in-reply-to:content-type :mime-version; q=dns; s=default; b=pzcYEEYlgyAgLcXm+2djLQ3pN8SOU 101FAGeEdHw5Q9LWswo9hQeWdL4cVExBAtMFVLYcXG260XKf8Fi+rlU/zWzFk2ky P15Eq2qx1vGFw28nB5MoToNlszsOasxGzgsd1/0tIWTVPyjRw6spB3kwVdBaFE56 36YWGROMt3A4kw= Date: Thu, 31 Oct 2013 10:05:54 +0000 Message-ID: <20131031100554.Horde.fMH4EsCHDLmIr67m_uCvFA7@ssl.eumx.net> From: "Herbert J. Skuhra" To: William Grzybowski Subject: Re: svn commit: r332103 - head/multimedia/ffmpeg References: <201310301257.r9UCvLHO073107@svn.freebsd.org> In-Reply-To: <201310301257.r9UCvLHO073107@svn.freebsd.org> User-Agent: Internet Messaging Program (IMP) H5 (6.1.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 10:06:03 -0000 on. 30. okt. 2013 kl. 13.57 +0100 skrev William Grzybowski: > Author: wg > Date: Wed Oct 30 12:57:20 2013 > New Revision: 332103 > URL: http://svnweb.freebsd.org/changeset/ports/332103 > > Log: > multimedia/ffmpeg: update to 2.1 Does not build on my machine (FreeBSD 10.0-BETA2 i386 - r257208): CC libavcodec/hevc_cabac.o In file included from libavcodec/hevc_cabac.c:27: In file included from libavcodec/cabac_functions.h:36: libavcodec/x86/cabac.h:175:9: error: ran out of registers during register allocation BRANCHLESS_GET_CABAC("%0", "%q0", "(%4)", "%1", "%w1", ^ libavcodec/x86/cabac.h:128:9: note: expanded from macro 'BRANCHLESS_GET_CABAC' "movzbl "statep" , "ret" \n\t"\ ^ libavcodec/x86/cabac.h:175:9: error: ran out of registers during register allocation libavcodec/x86/cabac.h:128:9: note: expanded from macro 'BRANCHLESS_GET_CABAC' "movzbl "statep" , "ret" \n\t"\ ^ libavcodec/x86/cabac.h:175:9: error: ran out of registers during register allocation libavcodec/x86/cabac.h:128:9: note: expanded from macro 'BRANCHLESS_GET_CABAC' "movzbl "statep" , "ret" \n\t"\ ^ libavcodec/x86/cabac.h:175:9: error: ran out of registers during register allocation libavcodec/x86/cabac.h:128:9: note: expanded from macro 'BRANCHLESS_GET_CABAC' "movzbl "statep" , "ret" \n\t"\ ^ libavcodec/x86/cabac.h:175:9: error: ran out of registers during register allocation libavcodec/x86/cabac.h:128:9: note: expanded from macro 'BRANCHLESS_GET_CABAC' "movzbl "statep" , "ret" \n\t"\ ^ libavcodec/x86/cabac.h:175:9: error: ran out of registers during register allocation libavcodec/x86/cabac.h:128:9: note: expanded from macro 'BRANCHLESS_GET_CABAC' "movzbl "statep" , "ret" \n\t"\ ^ libavcodec/x86/cabac.h:175:9: error: ran out of registers during register allocation libavcodec/x86/cabac.h:128:9: note: expanded from macro 'BRANCHLESS_GET_CABAC' "movzbl "statep" , "ret" \n\t"\ ^ 7 errors generated. gmake[2]: *** [libavcodec/hevc_cabac.o] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/ffmpeg/work/ffmpeg-2.1' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/multimedia/ffmpeg *** Error code 1 -- Herbert