Your message dated Fri, 13 Sep 2013 13:03:27 +0000
with message-id <e1vkt1z-0002ix...@franck.debian.org>
and subject line Bug#720824: fixed in opal 3.10.10~dfsg-2.1
has caused the Debian Bug report #720824,
regarding opal: FTBFS with libav9: h263-1998.cxx:320:27: error: 
'CODEC_FLAG_H263P_UMV' 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.)


-- 
720824: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720824
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: opal
Version: 3.10.10~dfsg-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):
> make[5]: Entering directory `/«PKGBUILDDIR»/plugins/video/H.263-1998'
> [CC] h263-1998.cxx
> h263-1998.cxx: In member function 'virtual void 
> H263_Base_EncoderContext::SetOption(const char*, const char*)':
> h263-1998.cxx:320:27: error: 'CODEC_FLAG_H263P_UMV' was not declared in this 
> scope
>        m_context->flags |= CODEC_FLAG_H263P_UMV; 
>                            ^
> h263-1998.cxx:322:28: error: 'CODEC_FLAG_H263P_UMV' was not declared in this 
> scope
>        m_context->flags &= ~CODEC_FLAG_H263P_UMV; 
>                             ^
> h263-1998.cxx:363:27: error: 'CODEC_FLAG_H263P_SLICE_STRUCT' was not declared 
> in this scope
>        m_context->flags |= CODEC_FLAG_H263P_SLICE_STRUCT; 
>                            ^
> h263-1998.cxx:365:28: error: 'CODEC_FLAG_H263P_SLICE_STRUCT' was not declared 
> in this scope
>        m_context->flags &= ~CODEC_FLAG_H263P_SLICE_STRUCT; 
>                             ^
> h263-1998.cxx:373:27: error: 'CODEC_FLAG_H263P_AIV' was not declared in this 
> scope
>        m_context->flags |= CODEC_FLAG_H263P_AIV; 
>                            ^
> h263-1998.cxx:375:28: error: 'CODEC_FLAG_H263P_AIV' was not declared in this 
> scope
>        m_context->flags &= ~CODEC_FLAG_H263P_AIV; 
>                             ^
> In file included from ../common/dyna.h:46:0,
>                  from h263-1998.cxx:58:
> h263-1998.cxx: In member function 'bool 
> H263_Base_EncoderContext::OpenCodec()':
> h263-1998.cxx:455:29: error: 'CODEC_FLAG_H263P_UMV' was not declared in this 
> scope
>    CODEC_TRACER_FLAG(tracer, CODEC_FLAG_H263P_UMV);
>                              ^
> /«PKGBUILDDIR»/plugins/../include/codec/opalplugin.hpp:89:42: note: in 
> definition of macro 'PTRACE'
>          std::ostringstream strm; strm << args; \
>                                           ^
> h263-1998.cxx:455:3: note: in expansion of macro 'CODEC_TRACER_FLAG'
>    CODEC_TRACER_FLAG(tracer, CODEC_FLAG_H263P_UMV);
>    ^
> h263-1998.cxx:456:29: error: 'CODEC_FLAG_OBMC' was not declared in this scope
>    CODEC_TRACER_FLAG(tracer, CODEC_FLAG_OBMC);
>                              ^
> /«PKGBUILDDIR»/plugins/../include/codec/opalplugin.hpp:89:42: note: in 
> definition of macro 'PTRACE'
>          std::ostringstream strm; strm << args; \
>                                           ^
> h263-1998.cxx:456:3: note: in expansion of macro 'CODEC_TRACER_FLAG'
>    CODEC_TRACER_FLAG(tracer, CODEC_FLAG_OBMC);
>    ^
> h263-1998.cxx:458:29: error: 'CODEC_FLAG_H263P_SLICE_STRUCT' was not declared 
> in this scope
>    CODEC_TRACER_FLAG(tracer, CODEC_FLAG_H263P_SLICE_STRUCT)
>                              ^
> /«PKGBUILDDIR»/plugins/../include/codec/opalplugin.hpp:89:42: note: in 
> definition of macro 'PTRACE'
>          std::ostringstream strm; strm << args; \
>                                           ^
> h263-1998.cxx:458:3: note: in expansion of macro 'CODEC_TRACER_FLAG'
>    CODEC_TRACER_FLAG(tracer, CODEC_FLAG_H263P_SLICE_STRUCT)
>    ^
> h263-1998.cxx:460:29: error: 'CODEC_FLAG_H263P_AIV' was not declared in this 
> scope
>    CODEC_TRACER_FLAG(tracer, CODEC_FLAG_H263P_AIV);
>                              ^
> /«PKGBUILDDIR»/plugins/../include/codec/opalplugin.hpp:89:42: note: in 
> definition of macro 'PTRACE'
>          std::ostringstream strm; strm << args; \
>                                           ^
> h263-1998.cxx:460:3: note: in expansion of macro 'CODEC_TRACER_FLAG'
>    CODEC_TRACER_FLAG(tracer, CODEC_FLAG_H263P_AIV);
>    ^
> h263-1998.cxx: In member function 'virtual bool 
> H263_Base_EncoderContext::EncodeFrames(const BYTE*, unsigned int&, BYTE*, 
> unsigned int&, unsigned int&)':
> h263-1998.cxx:524:72: error: 'FF_I_TYPE' was not declared in this scope
>      m_inputFrame->pict_type = (flags & PluginCodec_CoderForceIFrame) ? 
> FF_I_TYPE : AV_PICTURE_TYPE_NONE;
>                                                                         ^
> h263-1998.cxx: In member function 'virtual bool 
> H263_RFC2190_EncoderContext::Init()':
> h263-1998.cxx:606:24: error: 'CODEC_FLAG_H263P_UMV' was not declared in this 
> scope
>    m_context->flags &= ~CODEC_FLAG_H263P_UMV;
>                         ^
> h263-1998.cxx:611:24: error: 'CODEC_FLAG_H263P_AIV' was not declared in this 
> scope
>    m_context->flags &= ~CODEC_FLAG_H263P_AIV;
>                         ^
> h263-1998.cxx:612:24: error: 'CODEC_FLAG_H263P_SLICE_STRUCT' was not declared 
> in this scope
>    m_context->flags &= ~CODEC_FLAG_H263P_SLICE_STRUCT;
>                         ^
> make[5]: *** 
> [/«PKGBUILDDIR»/plugins/../lib_linux_x86_64/plugins/h263_ffmpeg/h263-1998.o] 
> Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/08/25/opal_3.10.10~dfsg-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: opal
Source-Version: 3.10.10~dfsg-2.1

We believe that the bug you reported is fixed in the latest version of
opal, 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 opal 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: Fri, 13 Sep 2013 13:21:27 +0200
Source: opal
Binary: libopal3.10.10 libopal-dev simpleopal libopal-dbg libopal-doc
Architecture: source amd64 all
Version: 3.10.10~dfsg-2.1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Description: 
 libopal-dbg - OPAL library debug symbols
 libopal-dev - OPAL library header files
 libopal-doc - OPAL library documentation files
 libopal3.10.10 - Open Phone Abstraction Library - successor of OpenH323
 simpleopal - Simple example from the OPAL project
Closes: 720824
Changes: 
 opal (3.10.10~dfsg-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/patches/libav9.patch: Backport changes for libav 9 and link against
     libavcodec and libavutil instead of loading it with dlopen. (Closes:
     #720824)
   * debian/control: Remove explicit dependency on libavcodec. This is now
     generated by dpkg-shlibdeps.
Checksums-Sha1: 
 f80664a03449d8d76cb00f4b2330f7f9347c205e 2523 opal_3.10.10~dfsg-2.1.dsc
 9b59168f9458cd39f4ee582d48a61ece0e534038 26478 
opal_3.10.10~dfsg-2.1.debian.tar.gz
 51b6a17289c455a33d648c57a2824d9aafde6a22 3406372 
libopal3.10.10_3.10.10~dfsg-2.1_amd64.deb
 36c6127f6851d41181ec73f4b7e20c2226aa86b6 4519674 
libopal-dev_3.10.10~dfsg-2.1_amd64.deb
 f428b01548be4ffcbae95180f9a5e8603dc9f836 64640 
simpleopal_3.10.10~dfsg-2.1_amd64.deb
 337fdb622be688d458129e95e3108b7387a2cfb9 758436 
libopal-dbg_3.10.10~dfsg-2.1_amd64.deb
 5f342c7393568275cf3dbebf7eb892ddcd6bf1ab 3741320 
libopal-doc_3.10.10~dfsg-2.1_all.deb
Checksums-Sha256: 
 de48995f0a64955e9dd18d33ab2a0ffc5f5ea96c1370eb30892f59488c69d457 2523 
opal_3.10.10~dfsg-2.1.dsc
 e3346bef49ae2e7dadc5e76ffc448fd2b5e09623f510670e3c6f198fcb62aaa0 26478 
opal_3.10.10~dfsg-2.1.debian.tar.gz
 e0a823ee05621c850239c97b5247bedf01bb28ee89e3495635b56a15bea32125 3406372 
libopal3.10.10_3.10.10~dfsg-2.1_amd64.deb
 33bb2ac699e5dc5552653da034f5506f62d7e68d1eb9f3fa77f888719a090ce5 4519674 
libopal-dev_3.10.10~dfsg-2.1_amd64.deb
 b6d6b996a7d46021fa44e3054700a92e9d0217e5f839d50d44c2a79de399a054 64640 
simpleopal_3.10.10~dfsg-2.1_amd64.deb
 c29b2e69dc8ed120bb99b0271f5895356aa3ee011249508ef3f2ed5607d0b2ba 758436 
libopal-dbg_3.10.10~dfsg-2.1_amd64.deb
 4f68fa92b2a252ca3db375a028d32b929d8862a15142933a50811ab8df80cc05 3741320 
libopal-doc_3.10.10~dfsg-2.1_all.deb
Files: 
 0c62213b3360950ba36b775ed9414def 2523 libs optional opal_3.10.10~dfsg-2.1.dsc
 4a1da86d26a20bbcb76592b6e9096b40 26478 libs optional 
opal_3.10.10~dfsg-2.1.debian.tar.gz
 d9a60cd5a4c251d635631b39ac7c751d 3406372 libs optional 
libopal3.10.10_3.10.10~dfsg-2.1_amd64.deb
 42c7677d8f4d0030853d345769e75a9d 4519674 libdevel optional 
libopal-dev_3.10.10~dfsg-2.1_amd64.deb
 0613dd0578ffe20b93c3222bd38c4978 64640 comm optional 
simpleopal_3.10.10~dfsg-2.1_amd64.deb
 30395ece92c18ae14d038fd5b677c5d9 758436 debug extra 
libopal-dbg_3.10.10~dfsg-2.1_amd64.deb
 aeac4c0a4dd0c722aacdb6242dbc642b 3741320 doc extra 
libopal-doc_3.10.10~dfsg-2.1_all.deb

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

iQIcBAEBCAAGBQJSMvfWAAoJEGny/FFupxmThC0P/3BiNR1kbGe1zTZXWiYdDt9r
/h58SQ8Fin6usRR/SB4BRkJfdF2g7IeSIZh6uhsq3YgEMdbGdjtgejzU4id/BLJw
l7hgCAMvEjXDO9YKQE+9RswF3p+ouEcM2OrOmQOOkfpUBftRWwBRqp03raTflcCx
9QuSYKLRvTozIGrjusK3QW0wOImdn3h+LgoNR9ov6HJYNCvJng9d83A2V33VELF+
QG4SBzXhTejXS1ZEJmS3RlCtpwWtRJ0C7Gbjo5ffnxENxJRwGuPnBb4H7Pr5hQim
o9pgsq/KMJ0/SiA0jMt/i+NKW2w4RxnFzFgUhwWytuJ9SxFPhtrMNu104wk7fXj3
s9RVWODyqj/InJzrrmz0ovcQrdrogqI0NG3azhCmBWVJQLhRwwl0GFJGYn3r5QjF
AmbYfOa4AHWBceuoR5Ip6l+bBL3Er+J4DaHTsFZ+88YK2a5SovocF7C8mb+Awirc
WX53Th2Ygk8nPQg7kxvmzfzRtvrZ5lgHrlNbrsrDA99QJE3LTMAy+DyyXj11xnv5
Ss9be9XyDrJjAEMuZufYd1sVJTY6jvpdCJ7uYSyxiAe4zX/+ghoi2xYisyHydkYX
gUpw87wxfplvGaGA6Dag+EzwrnwrZ914rbqHK4eo0nDH5XthsGIhfXHs7V83oWpG
NezYvD+1nfb2MAa9keTB
=Qdv4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to