Bug#661284: vlc: FTBFS on kfreebsd-* in testing

2012-02-26 Thread Reinhard Tartler
On Sun, Feb 26, 2012 at 1:38 AM, Benjamin Drung  wrote:
> Am Samstag, den 25.02.2012, 23:34 +0100 schrieb Cyril Brulebois:
>> Source: vlc
>> Version: 1.1.13-1
>> Severity: serious
>> Justification: FTBFS
>>
>> Hi,
>>
>> since vlc already FTBFSes in sid, we tried to binNMU it in testing to
>> get rid of the dependency on the old libx264-118 packages.
>> Unfortunately, due to the new zlibg1-dev package, it FTBFSes there as
>> well:
>> | src/theme_loader.cpp: In function 'int gzclose_frontend(int)':
>> | src/theme_loader.cpp:771:33: error: invalid conversion from 'void*' to 
>> 'gzFile' [-fpermissive]
>> | /usr/include/zlib.h:1488:24: error:   initializing argument 1 of 'int 
>> gzclose(gzFile)' [-fpermissive]
>> | src/theme_loader.cpp: In function 'int gzread_frontend(int, void*, 
>> size_t)':
>> | src/theme_loader.cpp:780:56: error: invalid conversion from 'void*' to 
>> 'gzFile' [-fpermissive]
>> | /usr/include/zlib.h:1290:21: error:   initializing argument 1 of 'int 
>> gzread(gzFile, voidp, unsigned int)' [-fpermissive]
>> | src/theme_loader.cpp: In function 'int gzwrite_frontend(int, const void*, 
>> size_t)':
>> | src/theme_loader.cpp:789:76: error: invalid conversion from 'void*' to 
>> 'gzFile' [-fpermissive]
>> | /usr/include/zlib.h:1318:21: error:   initializing argument 1 of 'int 
>> gzwrite(gzFile, voidpc, unsigned int)' [-fpermissive]
>> | make[7]: *** [libskins2_plugin_la-theme_loader.lo] Error 1
>>
>>   https://buildd.debian.org/status/package.php?p=vlc&suite=wheezy
>>
>> A fix through wheezy-proposed-updates would be appreciated. Cc-ing -bsd@
>> for advice, and -release@ for information. (Thinking of it a bit more,
>> versioning will be fun…)
>
> I am going to upload vlc 2.0.0-2 that will fix the build failures on
> kfreebsd-*. It should also fix the build failure on powerpc. Do we then
> still need to get vlc 1.1.13-1 fixed?

Seems that 2.0.0-2 does not build on kfreebsd after all :-(

-- 
regards,
    Reinhard



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#661284: vlc: FTBFS on kfreebsd-* in testing

2012-02-26 Thread Cyril Brulebois
Benjamin Drung  (26/02/2012):
> I am going to upload vlc 2.0.0-2 that will fix the build failures on
> kfreebsd-*. It should also fix the build failure on powerpc. Do we
> then still need to get vlc 1.1.13-1 fixed?

If vlc becomes a valid candidate for migration soon (i.e. all FTBFS are
fixed and no RC bugs appear), fixing the version in testing becomes
totally unneeded. :)

Thanks.

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#661284: vlc: FTBFS on kfreebsd-* in testing

2012-02-25 Thread Benjamin Drung
Am Samstag, den 25.02.2012, 23:34 +0100 schrieb Cyril Brulebois:
> Source: vlc
> Version: 1.1.13-1
> Severity: serious
> Justification: FTBFS
> 
> Hi,
> 
> since vlc already FTBFSes in sid, we tried to binNMU it in testing to
> get rid of the dependency on the old libx264-118 packages.
> Unfortunately, due to the new zlibg1-dev package, it FTBFSes there as
> well:
> | src/theme_loader.cpp: In function 'int gzclose_frontend(int)':
> | src/theme_loader.cpp:771:33: error: invalid conversion from 'void*' to 
> 'gzFile' [-fpermissive]
> | /usr/include/zlib.h:1488:24: error:   initializing argument 1 of 'int 
> gzclose(gzFile)' [-fpermissive]
> | src/theme_loader.cpp: In function 'int gzread_frontend(int, void*, size_t)':
> | src/theme_loader.cpp:780:56: error: invalid conversion from 'void*' to 
> 'gzFile' [-fpermissive]
> | /usr/include/zlib.h:1290:21: error:   initializing argument 1 of 'int 
> gzread(gzFile, voidp, unsigned int)' [-fpermissive]
> | src/theme_loader.cpp: In function 'int gzwrite_frontend(int, const void*, 
> size_t)':
> | src/theme_loader.cpp:789:76: error: invalid conversion from 'void*' to 
> 'gzFile' [-fpermissive]
> | /usr/include/zlib.h:1318:21: error:   initializing argument 1 of 'int 
> gzwrite(gzFile, voidpc, unsigned int)' [-fpermissive]
> | make[7]: *** [libskins2_plugin_la-theme_loader.lo] Error 1
> 
>   https://buildd.debian.org/status/package.php?p=vlc&suite=wheezy
> 
> A fix through wheezy-proposed-updates would be appreciated. Cc-ing -bsd@
> for advice, and -release@ for information. (Thinking of it a bit more,
> versioning will be fun…)

I am going to upload vlc 2.0.0-2 that will fix the build failures on
kfreebsd-*. It should also fix the build failure on powerpc. Do we then
still need to get vlc 1.1.13-1 fixed?

-- 
Benjamin Drung
Debian & Ubuntu Developer


signature.asc
Description: This is a digitally signed message part
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#661284: vlc: FTBFS on kfreebsd-* in testing

2012-02-25 Thread Cyril Brulebois
Source: vlc
Version: 1.1.13-1
Severity: serious
Justification: FTBFS

Hi,

since vlc already FTBFSes in sid, we tried to binNMU it in testing to
get rid of the dependency on the old libx264-118 packages.
Unfortunately, due to the new zlibg1-dev package, it FTBFSes there as
well:
| src/theme_loader.cpp: In function 'int gzclose_frontend(int)':
| src/theme_loader.cpp:771:33: error: invalid conversion from 'void*' to 
'gzFile' [-fpermissive]
| /usr/include/zlib.h:1488:24: error:   initializing argument 1 of 'int 
gzclose(gzFile)' [-fpermissive]
| src/theme_loader.cpp: In function 'int gzread_frontend(int, void*, size_t)':
| src/theme_loader.cpp:780:56: error: invalid conversion from 'void*' to 
'gzFile' [-fpermissive]
| /usr/include/zlib.h:1290:21: error:   initializing argument 1 of 'int 
gzread(gzFile, voidp, unsigned int)' [-fpermissive]
| src/theme_loader.cpp: In function 'int gzwrite_frontend(int, const void*, 
size_t)':
| src/theme_loader.cpp:789:76: error: invalid conversion from 'void*' to 
'gzFile' [-fpermissive]
| /usr/include/zlib.h:1318:21: error:   initializing argument 1 of 'int 
gzwrite(gzFile, voidpc, unsigned int)' [-fpermissive]
| make[7]: *** [libskins2_plugin_la-theme_loader.lo] Error 1

  https://buildd.debian.org/status/package.php?p=vlc&suite=wheezy

A fix through wheezy-proposed-updates would be appreciated. Cc-ing -bsd@
for advice, and -release@ for information. (Thinking of it a bit more,
versioning will be fun…)

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers