Your message dated Wed, 04 Sep 2013 19:48:21 +0000
with message-id <e1vhj3t-0000io...@franck.debian.org>
and subject line Bug#720797: fixed in libphash 0.9.4-1.3
has caused the Debian Bug report #720797,
regarding libphash: FTBFS with libav9: cimgffmpeg.cpp:57:82: error: 
'av_open_input_file' was not declared in this scope
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
720797: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720797
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libphash
Version: 0.9.4-1.2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130825 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Related to current libav9 transition (see #706798).

Relevant part (hopefully):
> /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
>  -O2 -pthread -I/usr/local/include -I/usr/include/ffmpeg -Dcimg_use_jpeg 
> -Dcimg_use_png  -D__STDC_CONSTANT_MACROS -ffast-math -O3 -c -o cimgffmpeg.lo 
> cimgffmpeg.cpp
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pthread 
> -I/usr/local/include -I/usr/include/ffmpeg -Dcimg_use_jpeg -Dcimg_use_png 
> -D__STDC_CONSTANT_MACROS -ffast-math -O3 -c cimgffmpeg.cpp  -fPIC -DPIC -o 
> .libs/cimgffmpeg.o
> In file included from cimgffmpeg.cpp:26:0:
> cimgffmpeg.h:35:0: warning: "__STDC_CONSTANT_MACROS" redefined [enabled by 
> default]
>  #define __STDC_CONSTANT_MACROS
>  ^
> <command-line>:0:0: note: this is the location of the previous definition
> cimgffmpeg.cpp: In function 'void vfinfo_close(VFInfo*)':
> cimgffmpeg.cpp:32:2: warning: 'void av_close_input_file(AVFormatContext*)' is 
> deprecated (declared at /usr/include/libavformat/avformat.h:1397) 
> [-Wdeprecated-declarations]
>   av_close_input_file(vfinfo->pFormatCtx);
>   ^
> cimgffmpeg.cpp:32:40: warning: 'void av_close_input_file(AVFormatContext*)' 
> is deprecated (declared at /usr/include/libavformat/avformat.h:1397) 
> [-Wdeprecated-declarations]
>   av_close_input_file(vfinfo->pFormatCtx);
>                                         ^
> cimgffmpeg.cpp: In function 'int ReadFrames(VFInfo*, 
> cimg_library::CImgList<unsigned char>*, unsigned int, unsigned int)':
> cimgffmpeg.cpp:57:82: error: 'av_open_input_file' was not declared in this 
> scope
>       if(av_open_input_file(&st_info->pFormatCtx, st_info->filename, NULL, 0, 
> NULL)!=0)
>                                                                               
>     ^
> cimgffmpeg.cpp:61:48: error: 'av_find_stream_info' was not declared in this 
> scope
>       if(av_find_stream_info(st_info->pFormatCtx)<0)
>                                                 ^
> cimgffmpeg.cpp:93:57: error: 'avcodec_open' was not declared in this scope
>       if(avcodec_open(st_info->pCodecCtx, st_info->pCodec)<0)
>                                                          ^
> cimgffmpeg.cpp:169:6: warning: 'void av_close_input_file(AVFormatContext*)' 
> is deprecated (declared at /usr/include/libavformat/avformat.h:1397) 
> [-Wdeprecated-declarations]
>       av_close_input_file(st_info->pFormatCtx);
>       ^
> cimgffmpeg.cpp:169:45: warning: 'void av_close_input_file(AVFormatContext*)' 
> is deprecated (declared at /usr/include/libavformat/avformat.h:1397) 
> [-Wdeprecated-declarations]
>       av_close_input_file(st_info->pFormatCtx);
>                                              ^
> cimgffmpeg.cpp: In function 'int NextFrames(VFInfo*, 
> cimg_library::CImgList<unsigned char>*)':
> cimgffmpeg.cpp:209:78: error: 'av_open_input_file' was not declared in this 
> scope
>     
> if(av_open_input_file(&(st_info->pFormatCtx),st_info->filename,NULL,0,NULL)!=0){
>                                                                               
> ^
> cimgffmpeg.cpp:214:45: error: 'av_find_stream_info' was not declared in this 
> scope
>    if(av_find_stream_info(st_info->pFormatCtx)<0){
>                                              ^
> cimgffmpeg.cpp:244:54: error: 'avcodec_open' was not declared in this scope
>    if(avcodec_open(st_info->pCodecCtx, st_info->pCodec)<0){
>                                                       ^
> cimgffmpeg.cpp:336:3: warning: 'void av_close_input_file(AVFormatContext*)' 
> is deprecated (declared at /usr/include/libavformat/avformat.h:1397) 
> [-Wdeprecated-declarations]
>    av_close_input_file(st_info->pFormatCtx);
>    ^
> cimgffmpeg.cpp:336:42: warning: 'void av_close_input_file(AVFormatContext*)' 
> is deprecated (declared at /usr/include/libavformat/avformat.h:1397) 
> [-Wdeprecated-declarations]
>    av_close_input_file(st_info->pFormatCtx);
>                                           ^
> cimgffmpeg.cpp: In function 'int GetNumberStreams(const char*)':
> cimgffmpeg.cpp:352:57: error: 'av_open_input_file' was not declared in this 
> scope
>   if (av_open_input_file(&pFormatCtx, file, NULL, 0, NULL))
>                                                          ^
> cimgffmpeg.cpp:356:35: error: 'av_find_stream_info' was not declared in this 
> scope
>   if(av_find_stream_info(pFormatCtx)<0)
>                                    ^
> cimgffmpeg.cpp:359:2: warning: 'void av_close_input_file(AVFormatContext*)' 
> is deprecated (declared at /usr/include/libavformat/avformat.h:1397) 
> [-Wdeprecated-declarations]
>   av_close_input_file(pFormatCtx);
>   ^
> cimgffmpeg.cpp:359:32: warning: 'void av_close_input_file(AVFormatContext*)' 
> is deprecated (declared at /usr/include/libavformat/avformat.h:1397) 
> [-Wdeprecated-declarations]
>   av_close_input_file(pFormatCtx);
>                                 ^
> cimgffmpeg.cpp: In function 'long int GetNumberVideoFrames(const char*)':
> cimgffmpeg.cpp:370:57: error: 'av_open_input_file' was not declared in this 
> scope
>   if (av_open_input_file(&pFormatCtx, file, NULL, 0, NULL))
>                                                          ^
> cimgffmpeg.cpp:374:35: error: 'av_find_stream_info' was not declared in this 
> scope
>   if(av_find_stream_info(pFormatCtx)<0)
>                                    ^
> cimgffmpeg.cpp:394:6: warning: 'void av_close_input_file(AVFormatContext*)' 
> is deprecated (declared at /usr/include/libavformat/avformat.h:1397) 
> [-Wdeprecated-declarations]
>       av_close_input_file(pFormatCtx);
>       ^
> cimgffmpeg.cpp:394:36: warning: 'void av_close_input_file(AVFormatContext*)' 
> is deprecated (declared at /usr/include/libavformat/avformat.h:1397) 
> [-Wdeprecated-declarations]
>       av_close_input_file(pFormatCtx);
>                                     ^
> cimgffmpeg.cpp:401:3: warning: 'void av_close_input_file(AVFormatContext*)' 
> is deprecated (declared at /usr/include/libavformat/avformat.h:1397) 
> [-Wdeprecated-declarations]
>    av_close_input_file(pFormatCtx); 
>    ^
> cimgffmpeg.cpp:401:33: warning: 'void av_close_input_file(AVFormatContext*)' 
> is deprecated (declared at /usr/include/libavformat/avformat.h:1397) 
> [-Wdeprecated-declarations]
>    av_close_input_file(pFormatCtx); 
>                                  ^
> cimgffmpeg.cpp: In function 'float fps(const char*)':
> cimgffmpeg.cpp:412:61: error: 'av_open_input_file' was not declared in this 
> scope
>   if (av_open_input_file(&pFormatCtx, filename, NULL, 0, NULL))
>                                                              ^
> cimgffmpeg.cpp:416:35: error: 'av_find_stream_info' was not declared in this 
> scope
>   if(av_find_stream_info(pFormatCtx)<0)
>                                    ^
> cimgffmpeg.cpp:436:2: warning: 'void av_close_input_file(AVFormatContext*)' 
> is deprecated (declared at /usr/include/libavformat/avformat.h:1397) 
> [-Wdeprecated-declarations]
>   av_close_input_file(pFormatCtx);
>   ^
> cimgffmpeg.cpp:436:32: warning: 'void av_close_input_file(AVFormatContext*)' 
> is deprecated (declared at /usr/include/libavformat/avformat.h:1397) 
> [-Wdeprecated-declarations]
>   av_close_input_file(pFormatCtx);
>                                 ^
> make[3]: *** [cimgffmpeg.lo] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/08/25/libphash_0.9.4-1.2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: libphash
Source-Version: 0.9.4-1.3

We believe that the bug you reported is fixed in the latest version of
libphash, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 720...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated libphash package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 02 Sep 2013 21:13:44 +0200
Source: libphash
Binary: libphash0 libphash0-dev
Architecture: source amd64
Version: 0.9.4-1.3
Distribution: unstable
Urgency: low
Maintainer: Debian Forensics <forensics-de...@lists.alioth.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Description: 
 libphash0  - Perceptual hashing library
 libphash0-dev - Perceptual hashing library development package
Closes: 720797
Changes: 
 libphash (0.9.4-1.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Apply libav 9 compatibility fixes from 0.9.6 to fix the build failure with
     libav 9. (Closes: #720797)
Checksums-Sha1: 
 a9d5478921b829c4efb8dfbdb0d6eaac9c4154e2 2068 libphash_0.9.4-1.3.dsc
 135da4f09f875a662e8fa1bc84d705b8d97d4c9a 4679 libphash_0.9.4-1.3.diff.gz
 7f26859f86aa7a2cdef5359e1837f7ff77ca31a8 186464 libphash0_0.9.4-1.3_amd64.deb
 721c39ad074885988e38047c6333c4077ba560ce 204166 
libphash0-dev_0.9.4-1.3_amd64.deb
Checksums-Sha256: 
 42e8c49b38773d242b2b2efe4e7879f2b4c89acd047a0a6e284d2f043de521d9 2068 
libphash_0.9.4-1.3.dsc
 60569201802303c42d4899dc4ec823d881f1c08be93bc43139b5c4f768131044 4679 
libphash_0.9.4-1.3.diff.gz
 ec830bbfcd68b862a872c1fe5c7beb1bbc3e1943dd58d9d9442dc9e7de79e5bf 186464 
libphash0_0.9.4-1.3_amd64.deb
 cd7e4ac238b1a3d0f06c7476526ce34cb571447a70db54b90e4c9f5c7eb16cea 204166 
libphash0-dev_0.9.4-1.3_amd64.deb
Files: 
 0b0e84a45bf9de3fb3d5657f645b7d2f 2068 libs optional libphash_0.9.4-1.3.dsc
 3e7cab98aae7074e9c6615c761e85044 4679 libs optional libphash_0.9.4-1.3.diff.gz
 8841e404406e50bb725e69d2ea55d5d2 186464 libs optional 
libphash0_0.9.4-1.3_amd64.deb
 be5ed0183c792654f9bf5bfc8d18dffe 204166 libdevel optional 
libphash0-dev_0.9.4-1.3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSJOQqAAoJEGny/FFupxmTH20P/1Kvh8zP2rLa4UKn1NHaRHZD
n4QIToEHZs41wwx8HeMdbwgYYMwV6tVgsDQykIQyA6b6RCrEQ9uhEkUJ5gVFJrt8
W33+YC2Rxr+ABqhcHtJsGi2gxJcQRWnCxSftFwA87SFc1uFhbZYr+9oZqK35ItOk
N4OIVCl/Qh1CVTj42R3Eb6LKiYudT7Jbm5pL5toi7TWxJXsZXW8meSV6CQTd7Chx
lxrBKU9f3kM8PjLLVUhyaGN44ZHI6q6kiMmyLmZSQkaOGUrIpJ8jMrmJ6jXIiZwf
Ijf5eUDsIADFH/PDrFC4/kfz4yREmsUwjN0Hqf7vNZXva2Q9d7UN4sgMqtYiTiEe
BwyahTnqrUbgn+GSoX/1quBQ6phqs8eui7WOWO2ysVf05Q7JdrdNdOtEju+DB01n
UPdB9BTzn/i7nVSAVQa1DjVASxsJLJgKTXB4kxaI7IV7iM4mkREkSvSGii6Z4+u3
kb5U9ZeHRip+c7Wi0erTNRrM+OeTmEh1S4SC6gm9nV2Ya+u6nRPIgpl1An2nxACD
n51S0RukS6LUkhlID05FTwx2XsOTTsrkOQmMYmV5zZgA0QmcGZteqXtNycOmYBY7
q1+4rCy4BuS4mcow5ZjXB0K2NnsW/nD9U8y1mL8JrGsFxjKPAqGmlVgALgkC+SLz
9iXYwyk92Src8IUrRbbB
=iDzy
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to