GNU bug report logs - #34439
vlc build fails on guix master

Previous Next

Package: guix;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Mon, 11 Feb 2019 17:40:01 UTC

Severity: normal

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#34439: closed (vlc build fails on guix master)
Date: Mon, 11 Feb 2019 18:00:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 11 Feb 2019 18:59:54 +0100
with message-id <20190211185954.1cf84b53 <at> scratchpost.org>
and subject line Re: bug#34439: vlc build fails on guix master
has caused the debbugs.gnu.org bug report #34439,
regarding vlc build fails on guix master
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
34439: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34439
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: <bug-guix <at> gnu.org>
Subject: vlc build fails on guix master
Date: Mon, 11 Feb 2019 18:38:45 +0100
[Message part 3 (text/plain, inline)]
codec/vpx.c:119:23: error: ‘VPX_IMG_FMT_444A’ undeclared here (not in a function)
     { VLC_CODEC_YUVA, VPX_IMG_FMT_444A, 8, 0 },
                       ^
codec/vpx.c:120:23: error: ‘VPX_IMG_FMT_YUY2’ undeclared here (not in a function)
     { VLC_CODEC_YUYV, VPX_IMG_FMT_YUY2, 8, 0 },
                       ^
codec/vpx.c:121:23: error: ‘VPX_IMG_FMT_UYVY’ undeclared here (not in a function)
     { VLC_CODEC_UYVY, VPX_IMG_FMT_UYVY, 8, 0 },
                       ^
codec/vpx.c:122:23: error: ‘VPX_IMG_FMT_YVYU’ undeclared here (not in a function)
     { VLC_CODEC_YVYU, VPX_IMG_FMT_YVYU, 8, 0 },

codec/vpx.c:124:24: error: ‘VPX_IMG_FMT_RGB555’ undeclared here (not in a function)
     { VLC_CODEC_RGB15, VPX_IMG_FMT_RGB555, 8, 0 },
                        ^
codec/vpx.c:125:24: error: ‘VPX_IMG_FMT_RGB565’ undeclared here (not in a function)
     { VLC_CODEC_RGB16, VPX_IMG_FMT_RGB565, 8, 0 },
                        ^
codec/vpx.c:126:24: error: ‘VPX_IMG_FMT_RGB24’ undeclared here (not in a function)
     { VLC_CODEC_RGB24, VPX_IMG_FMT_RGB24, 8, 0 },

codec/vpx.c:127:24: error: ‘VPX_IMG_FMT_RGB32’ undeclared here (not in a function)
     { VLC_CODEC_RGB32, VPX_IMG_FMT_RGB32, 8, 0 },
                        ^
codec/vpx.c:129:23: error: ‘VPX_IMG_FMT_ARGB’ undeclared here (not in a function)
     { VLC_CODEC_ARGB, VPX_IMG_FMT_ARGB, 8, 0 },
                       ^
codec/vpx.c:130:23: error: ‘VPX_IMG_FMT_ARGB_LE’ 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
[Message part 4 (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: 34439-done <at> debbugs.gnu.org
Subject: Re: bug#34439: vlc build fails on guix master
Date: Mon, 11 Feb 2019 18:59:54 +0100
[Message part 6 (text/plain, inline)]
Possible fixes:

Either make vlc require libvpx-1.7 instead of libvpx-1.8 with no other changes.

Or patch vlc to not use the newly removed constants.  Reading the vlc commit log,
they say that they removed those because they were unused anyway--so it shouldn't
have a negative impact.

I've posted the latter patch to vlc-devel.

I've done the former to guix master for now.
[Message part 7 (application/pgp-signature, inline)]

This bug report was last modified 6 years and 96 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.