From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Recent libx264 updates broke mpv via ffmpeg-git Date: Thu, 22 Feb 2018 15:52:13 -0500 Message-ID: <87zi40eohu.fsf_-_@netris.org> References: <20180221173114.27034.308@vcs0.savannah.gnu.org> <20180221173115.70FFB2052F@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eoxrL-0007Jm-Pu for guix-devel@gnu.org; Thu, 22 Feb 2018 15:52:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eoxrG-0000bB-UB for guix-devel@gnu.org; Thu, 22 Feb 2018 15:52:55 -0500 Received: from world.peace.net ([50.252.239.5]:47622) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eoxrG-0000ac-P0 for guix-devel@gnu.org; Thu, 22 Feb 2018 15:52:50 -0500 In-Reply-To: <20180221173115.70FFB2052F@vcs0.savannah.gnu.org> (Efraim Flashner's message of "Wed, 21 Feb 2018 12:31:15 -0500 (EST)") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Efraim Flashner Cc: guix-devel@gnu.org Hi Efraim and Danny, efraim@flashner.co.il (Efraim Flashner) writes: > efraim pushed a commit to branch master > in repository guix. > > commit a33727db1bf0eaf4a0024da45610bd8e3e727a8e > Author: Efraim Flashner > Date: Tue Feb 20 23:34:07 2018 +0200 > > gnu: libx264: Update to 20180219-2245. dannym@scratchpost.org (Danny Milosavljevic) writes: > dannym pushed a commit to branch master > in repository guix. > > commit a0343008dc7edae60446177f2e10ca57c10112dc > Author: Danny Milosavljevic > Date: Wed Feb 21 20:25:00 2018 +0100 > > gnu: libx264: Use nasm. One of these two commits seem to have broken the 'ffmpeg-git' build, needed by 'mpv', on my x86_64 GuixSD system. Here's an excerpt of the failed log: --8<---------------cut here---------------start------------->8--- CC libavcodec/libvpx.o CC libavcodec/libvpxdec.o CC libavcodec/libvpxenc.o CC libavcodec/libx264.o libavcodec/libx264.c: In function =E2=80=98X264_frame=E2=80=99: libavcodec/libx264.c:282:9: error: =E2=80=98x264_bit_depth=E2=80=99 undecla= red (first use in this function) if (x264_bit_depth > 8) ^ libavcodec/libx264.c:282:9: note: each undeclared identifier is reported on= ly once for each function it appears in libavcodec/libx264.c: In function =E2=80=98X264_init_static=E2=80=99: libavcodec/libx264.c:876:9: error: =E2=80=98x264_bit_depth=E2=80=99 undecla= red (first use in this function) if (x264_bit_depth =3D=3D 8) ^ make: *** [ffbuild/common.mak:60: libavcodec/libx264.o] Error 1 make: *** Waiting for unfinished jobs.... phase `build' failed after 340.6 seconds note: keeping build directory `/tmp/guix-build-ffmpeg-git-3.4-1.3f8874406.d= rv-0' builder for `/gnu/store/wka754abrdiwi481qgiprhwh67q2n3ih-ffmpeg-git-3.4-1.3= f8874406.drv' failed with exit code 1 cannot build derivation `/gnu/store/9ddbwwzzdl30fx26sv4jsnmg3ddklqap-mpv-0.= 28.2.drv': 1 dependencies couldn't be built guix package: error: build failed: build of `/gnu/store/9ddbwwzzdl30fx26sv4= jsnmg3ddklqap-mpv-0.28.2.drv' failed --8<---------------cut here---------------end--------------->8--- Could you take a look? Mark