From unknown Sun Jun 15 07:54:19 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#34439 <34439@debbugs.gnu.org> To: bug#34439 <34439@debbugs.gnu.org> Subject: Status: vlc build fails on guix master Reply-To: bug#34439 <34439@debbugs.gnu.org> Date: Sun, 15 Jun 2025 14:54:19 +0000 retitle 34439 vlc build fails on guix master reassign 34439 guix submitter 34439 Danny Milosavljevic severity 34439 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 11 12:39:03 2019 Received: (at submit) by debbugs.gnu.org; 11 Feb 2019 17:39:03 +0000 Received: from localhost ([127.0.0.1]:44003 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtFXr-0000L3-5k for submit@debbugs.gnu.org; Mon, 11 Feb 2019 12:39:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52245) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtFXp-0000KY-CV for submit@debbugs.gnu.org; Mon, 11 Feb 2019 12:39:01 -0500 Received: from lists.gnu.org ([209.51.188.17]:57628) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtFXk-0005t3-7x for submit@debbugs.gnu.org; Mon, 11 Feb 2019 12:38:56 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtFXj-0000iL-Bm for bug-guix@gnu.org; Mon, 11 Feb 2019 12:38:56 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtFXi-0005qk-Bq for bug-guix@gnu.org; Mon, 11 Feb 2019 12:38:55 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:53252) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtFXg-0005oq-Vk for bug-guix@gnu.org; Mon, 11 Feb 2019 12:38:54 -0500 Received: from localhost (77.116.204.134.wireless.dyn.drei.com [77.116.204.134]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 86A9D3360668 for ; Mon, 11 Feb 2019 18:38:50 +0100 (CET) Date: Mon, 11 Feb 2019 18:38:45 +0100 From: Danny Milosavljevic To: Subject: vlc build fails on guix master Message-ID: <20190211183845.363091fc@scratchpost.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/72eh3KZ7RSHlyG+jciUaRXA"; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 85.13.145.193 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --Sig_/72eh3KZ7RSHlyG+jciUaRXA Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable codec/vpx.c:119:23: error: =E2=80=98VPX_IMG_FMT_444A=E2=80=99 undeclared he= re (not in a function) { VLC_CODEC_YUVA, VPX_IMG_FMT_444A, 8, 0 }, ^ codec/vpx.c:120:23: error: =E2=80=98VPX_IMG_FMT_YUY2=E2=80=99 undeclared he= re (not in a function) { VLC_CODEC_YUYV, VPX_IMG_FMT_YUY2, 8, 0 }, ^ codec/vpx.c:121:23: error: =E2=80=98VPX_IMG_FMT_UYVY=E2=80=99 undeclared he= re (not in a function) { VLC_CODEC_UYVY, VPX_IMG_FMT_UYVY, 8, 0 }, ^ codec/vpx.c:122:23: error: =E2=80=98VPX_IMG_FMT_YVYU=E2=80=99 undeclared he= re (not in a function) { VLC_CODEC_YVYU, VPX_IMG_FMT_YVYU, 8, 0 }, codec/vpx.c:124:24: error: =E2=80=98VPX_IMG_FMT_RGB555=E2=80=99 undeclared = here (not in a function) { VLC_CODEC_RGB15, VPX_IMG_FMT_RGB555, 8, 0 }, ^ codec/vpx.c:125:24: error: =E2=80=98VPX_IMG_FMT_RGB565=E2=80=99 undeclared = here (not in a function) { VLC_CODEC_RGB16, VPX_IMG_FMT_RGB565, 8, 0 }, ^ codec/vpx.c:126:24: error: =E2=80=98VPX_IMG_FMT_RGB24=E2=80=99 undeclared h= ere (not in a function) { VLC_CODEC_RGB24, VPX_IMG_FMT_RGB24, 8, 0 }, codec/vpx.c:127:24: error: =E2=80=98VPX_IMG_FMT_RGB32=E2=80=99 undeclared h= ere (not in a function) { VLC_CODEC_RGB32, VPX_IMG_FMT_RGB32, 8, 0 }, ^ codec/vpx.c:129:23: error: =E2=80=98VPX_IMG_FMT_ARGB=E2=80=99 undeclared he= re (not in a function) { VLC_CODEC_ARGB, VPX_IMG_FMT_ARGB, 8, 0 }, ^ codec/vpx.c:130:23: error: =E2=80=98VPX_IMG_FMT_ARGB_LE=E2=80=99 undeclared= here (not in a function) { VLC_CODEC_BGRA, VPX_IMG_FMT_ARGB_LE, 8, 0 }, make[4]: *** [Makefile:23666: codec/libvpx_plugin_la-vpx.lo] Error 1 --Sig_/72eh3KZ7RSHlyG+jciUaRXA Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlxhsyYACgkQ5xo1VCww uqWcjAgAlL8l+x1EcTQ+bIg9aqiBRNyf2/ozg94Jwpp59FsjZOYUCLsfrRrd4t9m xtSLB9dfQ7RLktD0f1kd7BGGm8Yh6p+8AMrKwqmeHgk3S1IbbiX/zoWmO2ijmQyz 1xXt14ekHYdSK7tA6qbm8kVKKIb7qeBkiNlKzUkHIjLDkWF/PCRRusu4WynT8rp1 rwfoO9nKAanWSup1cmBBADH39l/IC3sa17BL8PZIVGSnyO+bqLxlLU4lnu9BIWy8 BZ0P7lKH3w74Pqc35h1CCNw818TDafV1y7DjkKqvHVpEcI5nL/o8Onk9UfHSAvoZ yPYeRxiyhJDH69mAXuOVzhu9+L1Bbg== =kiGM -----END PGP SIGNATURE----- --Sig_/72eh3KZ7RSHlyG+jciUaRXA-- From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 11 13:00:01 2019 Received: (at 34439-done) by debbugs.gnu.org; 11 Feb 2019 18:00:01 +0000 Received: from localhost ([127.0.0.1]:44013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtFs8-0001ZT-VI for submit@debbugs.gnu.org; Mon, 11 Feb 2019 13:00:01 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:44878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtFs5-0001ZJ-LO for 34439-done@debbugs.gnu.org; Mon, 11 Feb 2019 12:59:59 -0500 Received: from localhost (77.116.204.134.wireless.dyn.drei.com [77.116.204.134]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 905093361487 for <34439-done@debbugs.gnu.org>; Mon, 11 Feb 2019 18:59:55 +0100 (CET) Date: Mon, 11 Feb 2019 18:59:54 +0100 From: Danny Milosavljevic To: 34439-done@debbugs.gnu.org Subject: Re: bug#34439: vlc build fails on guix master Message-ID: <20190211185954.1cf84b53@scratchpost.org> In-Reply-To: <20190211183845.363091fc@scratchpost.org> References: <20190211183845.363091fc@scratchpost.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/dg5YrDetmDw5ZMZ9VvMKkF_"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 34439-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --Sig_/dg5YrDetmDw5ZMZ9VvMKkF_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Possible fixes: Either make vlc require libvpx-1.7 instead of libvpx-1.8 with no other chan= ges. Or patch vlc to not use the newly removed constants. Reading the vlc commi= t log, they say that they removed those because they were unused anyway--so it sho= uldn't have a negative impact. I've posted the latter patch to vlc-devel. I've done the former to guix master for now. --Sig_/dg5YrDetmDw5ZMZ9VvMKkF_ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlxhuBoACgkQ5xo1VCww uqVt5Af+KM1YamkH5kFEqHZYiPwHV5mCl9tPUvqOO2r/jryZKtPTFTv91ImOY2xc 49pmw0oQnZKFQyqENm6912VjJSgQSRZcd1Hm7LuFxSsqCVJvaHadECqg+C/zzfbS hRR3+H/ojoi0J6qyLXYE4/tF9Vi4eMczXZd8S49b0Hs2UgRCXqyr7WiR1JygwBPM /OkgGudXRWPB1RP0rWJJHUyQZR203hYB9GyJeJr55/JrP798++kxtpDKMo9teaBa vU80nHgwARxXsue3nrtymLCAYVn0RdD+YGCtoHfdrNScbl1ZQe0xY609kic83dSn HSL+nnjSMzcDt/QPuSuBq4B0NdPCUw== =/BFD -----END PGP SIGNATURE----- --Sig_/dg5YrDetmDw5ZMZ9VvMKkF_-- From unknown Sun Jun 15 07:54:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 12 Mar 2019 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator