Your message dated Thu, 26 Jan 2012 16:07:55 +0000
with message-id <e1rqrrf-0003da...@franck.debian.org>
and subject line Bug#654215: fixed in chromium-browser 16.0.912.77~r118311-1
has caused the Debian Bug report #654215,
regarding FTBFS with libav 0.8
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.)


-- 
654215: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654215
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: chromium-browser
Version: 16.0.912.63~r113337-1
Severity: important
User: siret...@tauware.de
Usertags: ftbfs-libav0.8

A local rebuild of your package reveals a build failure against libav
0.8, which can be found in debian/experimental. Find the buildlog
further below:

It to seems that your package needs to
#include <libavutil/mathematics.h> in addition to only "libavcodec/avcodec.h".
Please tell me if you require further assistance with fixing this issue.

Cheers,
Reinhard

On Mo, Jan 02, 2012 at 09:01:53 (CET), Source Builder wrote:

> sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on sandy
>
> ╔══════════════════════════════════════════════════════════════════════════════╗
> ║ chromium-browser 16.0.912.63~r113337-1+b1 (amd64)          02 Jan 2012 
> 08:48 ║
> ╚══════════════════════════════════════════════════════════════════════════════╝
>
> Package: chromium-browser
> Version: 16.0.912.63~r113337-1+b1
> Source Version: 16.0.912.63~r113337-1
> Distribution: unstable
> Architecture: amd64
>

[...]


[...]


>   CXX(target) out/Release/obj.target/media/media/filters/audio_file_reader.o
> media/ffmpeg/ffmpeg_common.cc: In function 'base::TimeDelta 
> media::ConvertFromTimeBase(const AVRational&, int64)':
> media/ffmpeg/ffmpeg_common.cc:15:70: error: 'av_rescale_q' was not declared 
> in this scope
> media/ffmpeg/ffmpeg_common.cc: In function 'int64 
> media::ConvertToTimeBase(const AVRational&, const base::TimeDelta&)':
> media/ffmpeg/ffmpeg_common.cc:21:73: error: 'av_rescale_q' was not declared 
> in this scope
> media/ffmpeg/ffmpeg_common.cc: In function 'void 
> media::AVCodecContextToAudioDecoderConfig(const AVCodecContext*, 
> media::AudioDecoderConfig*)':
> media/ffmpeg/ffmpeg_common.cc:92:26: warning: 'int 
> av_get_bits_per_sample_fmt(AVSampleFormat)' is deprecated (declared at 
> /usr/include/libavutil/samplefmt.h:75) [-Wdeprecated-declarations]
> media/ffmpeg/ffmpeg_common.cc:92:78: warning: 'int 
> av_get_bits_per_sample_fmt(AVSampleFormat)' is deprecated (declared at 
> /usr/include/libavutil/samplefmt.h:75) [-Wdeprecated-declarations]
> media/ffmpeg/ffmpeg_common.cc: In function 'void 
> media::DestroyAVFormatContext(AVFormatContext*)':
> media/ffmpeg/ffmpeg_common.cc:302:3: warning: 'void 
> av_close_input_file(AVFormatContext*)' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:1581) [-Wdeprecated-declarations]
> media/ffmpeg/ffmpeg_common.cc:302:37: warning: 'void 
> av_close_input_file(AVFormatContext*)' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:1581) [-Wdeprecated-declarations]
> media/ffmpeg/ffmpeg_common.cc: In function 'int64 
> media::ConvertToTimeBase(const AVRational&, const base::TimeDelta&)':
> media/ffmpeg/ffmpeg_common.cc:22:1: warning: control reaches end of non-void 
> function [-Wreturn-type]
> make[1]: *** [out/Release/obj.target/media/media/ffmpeg/ffmpeg_common.o] 
> Error 1
> make[1]: *** Waiting for unfinished jobs....
> media/filters/audio_file_reader.cc: In member function 'bool 
> media::AudioFileReader::Open()':
> media/filters/audio_file_reader.cc:54:16: warning: 'int 
> av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, 
> AVFormatParameters*)' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:1369) [-Wdeprecated-declarations]
> media/filters/audio_file_reader.cc:54:71: warning: 'int 
> av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, 
> AVFormatParameters*)' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:1369) [-Wdeprecated-declarations]
> media/filters/audio_file_reader.cc:84:3: warning: 'int 
> av_find_stream_info(AVFormatContext*)' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:1413) [-Wdeprecated-declarations]
> media/filters/audio_file_reader.cc:84:38: warning: 'int 
> av_find_stream_info(AVFormatContext*)' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:1413) [-Wdeprecated-declarations]
> media/filters/audio_file_reader.cc:87:19: warning: 'int 
> avcodec_open(AVCodecContext*, AVCodec*)' is deprecated (declared at 
> /usr/include/libavcodec/avcodec.h:3996) [-Wdeprecated-declarations]
> media/filters/audio_file_reader.cc:87:54: warning: 'int 
> avcodec_open(AVCodecContext*, AVCodec*)' is deprecated (declared at 
> /usr/include/libavcodec/avcodec.h:3996) [-Wdeprecated-declarations]
> media/filters/audio_file_reader.cc: In member function 'void 
> media::AudioFileReader::Close()':
> media/filters/audio_file_reader.cc:115:5: warning: 'void 
> av_close_input_file(AVFormatContext*)' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:1581) [-Wdeprecated-declarations]
> media/filters/audio_file_reader.cc:115:40: warning: 'void 
> av_close_input_file(AVFormatContext*)' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:1581) [-Wdeprecated-declarations]
> media/filters/audio_file_reader.cc: In member function 'bool 
> media::AudioFileReader::Read(const std::vector<float*>&, size_t)':
> media/filters/audio_file_reader.cc:146:14: warning: 'int 
> avcodec_decode_audio3(AVCodecContext*, int16_t*, int*, AVPacket*)' is 
> deprecated (declared at /usr/include/libavcodec/avcodec.h:4082) 
> [-Wdeprecated-declarations]
> media/filters/audio_file_reader.cc:149:42: warning: 'int 
> avcodec_decode_audio3(AVCodecContext*, int16_t*, int*, AVPacket*)' is 
> deprecated (declared at /usr/include/libavcodec/avcodec.h:4082) 
> [-Wdeprecated-declarations]
> media/filters/audio_file_reader.cc:160:9: warning: 'int 
> av_get_bits_per_sample_fmt(AVSampleFormat)' is deprecated (declared at 
> /usr/include/libavutil/samplefmt.h:75) [-Wdeprecated-declarations]
> media/filters/audio_file_reader.cc:160:62: warning: 'int 
> av_get_bits_per_sample_fmt(AVSampleFormat)' is deprecated (declared at 
> /usr/include/libavutil/samplefmt.h:75) [-Wdeprecated-declarations]
> make[1]: Leaving directory `/«PKGBUILDDIR»/src'
> make: *** [debian/stamp-makefile-build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> ────────────────────────────────────────────────────────────────────────────────
> Build finished at 20120102-0901
>
> Finished
> ────────
>
> E: Build failure (dpkg-buildpackage died)
>
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Cleanup                                                                     
>  │
> └──────────────────────────────────────────────────────────────────────────────┘
>
> Purging /«BUILDDIR»
> Not cleaning session: cloned chroot in use
>
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Summary                                                                     
>  │
> └──────────────────────────────────────────────────────────────────────────────┘
>
> Architecture: amd64
> Build-Space: 2215776
> Build-Time: 456
> Distribution: unstable
> Fail-Stage: build
> Install-Time: 96
> Job: chromium-browser_16.0.912.63~r113337-1
> Package: chromium-browser
> Package-Time: 786
> Source-Version: 16.0.912.63~r113337-1
> Space: 2215776
> Status: attempted
> Version: 16.0.912.63~r113337-1+b1
> ────────────────────────────────────────────────────────────────────────────────
> Finished at 20120102-0901
> Build needed 00:13:06, 2215776k disc space
> Architecture: amd64
> Build-Space: 2215776
> Build-Time: 456
> Distribution: unstable
> Fail-Stage: build
> Install-Time: 96
> Job: chromium-browser_16.0.912.63~r113337-1
> Package: chromium-browser
> Package-Time: 786
> Source-Version: 16.0.912.63~r113337-1
> Space: 2215776
> Status: attempted
> Version: 16.0.912.63~r113337-1+b1

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

--- End Message ---
--- Begin Message ---
Source: chromium-browser
Source-Version: 16.0.912.77~r118311-1

We believe that the bug you reported is fixed in the latest version of
chromium-browser, which is due to be installed in the Debian FTP archive:

chromium-browser-dbg_16.0.912.77~r118311-1_all.deb
  to main/c/chromium-browser/chromium-browser-dbg_16.0.912.77~r118311-1_all.deb
chromium-browser-inspector_16.0.912.77~r118311-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-inspector_16.0.912.77~r118311-1_all.deb
chromium-browser-l10n_16.0.912.77~r118311-1_all.deb
  to main/c/chromium-browser/chromium-browser-l10n_16.0.912.77~r118311-1_all.deb
chromium-browser_16.0.912.77~r118311-1.debian.tar.gz
  to 
main/c/chromium-browser/chromium-browser_16.0.912.77~r118311-1.debian.tar.gz
chromium-browser_16.0.912.77~r118311-1.dsc
  to main/c/chromium-browser/chromium-browser_16.0.912.77~r118311-1.dsc
chromium-browser_16.0.912.77~r118311-1_all.deb
  to main/c/chromium-browser/chromium-browser_16.0.912.77~r118311-1_all.deb
chromium-browser_16.0.912.77~r118311.orig.tar.bz2
  to main/c/chromium-browser/chromium-browser_16.0.912.77~r118311.orig.tar.bz2
chromium-dbg_16.0.912.77~r118311-1_amd64.deb
  to main/c/chromium-browser/chromium-dbg_16.0.912.77~r118311-1_amd64.deb
chromium-inspector_16.0.912.77~r118311-1_all.deb
  to main/c/chromium-browser/chromium-inspector_16.0.912.77~r118311-1_all.deb
chromium-l10n_16.0.912.77~r118311-1_all.deb
  to main/c/chromium-browser/chromium-l10n_16.0.912.77~r118311-1_all.deb
chromium_16.0.912.77~r118311-1_amd64.deb
  to main/c/chromium-browser/chromium_16.0.912.77~r118311-1_amd64.deb



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 654...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giuseppe Iuculano <iucul...@debian.org> (supplier of updated chromium-browser 
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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jan 2012 10:57:28 +0100
Source: chromium-browser
Binary: chromium-browser chromium-browser-dbg chromium-browser-l10n 
chromium-browser-inspector chromium chromium-dbg chromium-l10n 
chromium-inspector
Architecture: source all amd64
Version: 16.0.912.77~r118311-1
Distribution: unstable
Urgency: high
Maintainer: Debian Chromium Maintainers 
<pkg-chromium-ma...@lists.alioth.debian.org>
Changed-By: Giuseppe Iuculano <iucul...@debian.org>
Description: 
 chromium   - Google's open source chromium web browser
 chromium-browser - Chromium browser - transitional dummy package
 chromium-browser-dbg - chromium-browser debug symbols transitional dummy 
package
 chromium-browser-inspector - page inspector for the chromium-browser - 
transitional dummy pack
 chromium-browser-l10n - chromium-browser language packages - transitional 
dummy package
 chromium-dbg - Debugging symbols for the chromium web browser
 chromium-inspector - page inspector for the chromium browser
 chromium-l10n - chromium-browser language packages
Closes: 654215 655521
Changes: 
 chromium-browser (16.0.912.77~r118311-1) unstable; urgency=high
 .
   [ Jonathan Nieder ]
   * [b9c1859] fix path in Ubuntu-specific build rules.
     Thanks to Michael Kuhn (Closes: #655521)
 .
   [ Giuseppe Iuculano ]
   * [c6132fa] Fix FTBFS with libav 0.8 (Closes: #654215)
   * New stable release:
     - High CVE-2011-3924: Use-after-free in DOM selections.
       Credit to Arthur Gerkis.
     - Critical CVE-2011-3925: Use-after-free in Safe Browsing
       navigation. Credit to Chamal de Silva.
     - High CVE-2011-3928: Use-after-free in DOM handling. Credit to wushi
       of team509 reported through ZDI (ZDI-CAN-1415).
     - High CVE-2011-3927: Uninitialized value in Skia. Credit to
       miaubiz.
     - High CVE-2011-3926: Heap-buffer-overflow in tree builder.
       Credit to Arthur Gerkis.
Checksums-Sha1: 
 40d48b7ded0a52d389c48f67da195d49ff9869ef 2954 
chromium-browser_16.0.912.77~r118311-1.dsc
 d2c15f082cec08917ec6e6072d6e7ecd74d461ba 270360443 
chromium-browser_16.0.912.77~r118311.orig.tar.bz2
 2dad5921901ee8f3a528d6264209e980e564ee35 241295 
chromium-browser_16.0.912.77~r118311-1.debian.tar.gz
 abdb3250566ebcb7fc7eae918a992caf93ebe918 177516 
chromium-browser_16.0.912.77~r118311-1_all.deb
 3593a143676861f24e52094bd16a75e7da5a9100 176596 
chromium-browser-dbg_16.0.912.77~r118311-1_all.deb
 48af1f960b9cc8c3aef0e2621c940ef96d3cdded 176740 
chromium-browser-l10n_16.0.912.77~r118311-1_all.deb
 65fe09115f707f88b81e98fcb6478b1ec7aa8bcd 176608 
chromium-browser-inspector_16.0.912.77~r118311-1_all.deb
 8de7865625b099ace7d980d9d79282ca5be1daeb 2840520 
chromium-l10n_16.0.912.77~r118311-1_all.deb
 f8d6bca60ef138aae4958052941fdef22ff6d1f8 797186 
chromium-inspector_16.0.912.77~r118311-1_all.deb
 99687c7af55805ee3b17a2138448ae795d062052 26855612 
chromium_16.0.912.77~r118311-1_amd64.deb
 575ab3bab0cb8d9d2cf56e9a8a21cde65fb12c65 404992872 
chromium-dbg_16.0.912.77~r118311-1_amd64.deb
Checksums-Sha256: 
 5ab7ad6e62a4c82be10efc83e2108adaa38f306320112a22477da3476bea0447 2954 
chromium-browser_16.0.912.77~r118311-1.dsc
 21b378d5ce0b5f8dd36f8131de005c95078d590eab6c91fb9c589b911998a458 270360443 
chromium-browser_16.0.912.77~r118311.orig.tar.bz2
 3ab7a9ac68408adf6785d0041840308b325f0af02bfe19d65c8ed73caa3c7e14 241295 
chromium-browser_16.0.912.77~r118311-1.debian.tar.gz
 6d4be72eae5aeace8a0e79ea43df02b49554a1d3fcaf8143af54efe8aaa3ac5e 177516 
chromium-browser_16.0.912.77~r118311-1_all.deb
 404c88fca16e746bb465ddf7eea6407ee0f9c97ce23606e66bc5ff42b32dd4c4 176596 
chromium-browser-dbg_16.0.912.77~r118311-1_all.deb
 51eb9a7d2b79ec736c32d3627662f76126dc0aaf6515ef646f13effb937125e9 176740 
chromium-browser-l10n_16.0.912.77~r118311-1_all.deb
 0414160ada1c29a2c579fe4a899a8e2d566557e88e94683df928245f87efc247 176608 
chromium-browser-inspector_16.0.912.77~r118311-1_all.deb
 8da50a72a9a77f3db1a2536fb374937f168897260f84c4ce998677c8cba03a86 2840520 
chromium-l10n_16.0.912.77~r118311-1_all.deb
 4b001b54f8845a7a5aea935e8852f1979ec03466646a029c76450fb4a1fd4d69 797186 
chromium-inspector_16.0.912.77~r118311-1_all.deb
 e43cd6afd8e9591f383f89bca66e49c5094218d9b65ae61303cd0ca782724b0b 26855612 
chromium_16.0.912.77~r118311-1_amd64.deb
 f36149ab07c5939c60db2c604fbfb444a737d2bd56e350203e9b0f1400bf23ac 404992872 
chromium-dbg_16.0.912.77~r118311-1_amd64.deb
Files: 
 70f6479e61e9e9fe793b6b164faf89e7 2954 web optional 
chromium-browser_16.0.912.77~r118311-1.dsc
 1192c3af461e781fc049b0072a8c7b9a 270360443 web optional 
chromium-browser_16.0.912.77~r118311.orig.tar.bz2
 bdcc8df78f91bd023724c7ce0b805302 241295 web optional 
chromium-browser_16.0.912.77~r118311-1.debian.tar.gz
 dd7068109bbf0dab841912cb58abc643 177516 oldlibs optional 
chromium-browser_16.0.912.77~r118311-1_all.deb
 76eaac3583b0fad5458cd7351cf0f4b1 176596 oldlibs extra 
chromium-browser-dbg_16.0.912.77~r118311-1_all.deb
 5cb69dff940d9cc9301087e9ffbfbaef 176740 oldlibs optional 
chromium-browser-l10n_16.0.912.77~r118311-1_all.deb
 71555f61c702dc630e470085ac38bb75 176608 oldlibs optional 
chromium-browser-inspector_16.0.912.77~r118311-1_all.deb
 8d111fb61a08b7892536aa4406a31f98 2840520 web optional 
chromium-l10n_16.0.912.77~r118311-1_all.deb
 1959bcc25c85f168f68dbaa228a660a5 797186 web optional 
chromium-inspector_16.0.912.77~r118311-1_all.deb
 926c289db0223ef0537edb89a344b66b 26855612 web optional 
chromium_16.0.912.77~r118311-1_amd64.deb
 d4dd1d77e1516c7fc4ec90bf158079c6 404992872 debug extra 
chromium-dbg_16.0.912.77~r118311-1_amd64.deb

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

iEYEARECAAYFAk8hc0sACgkQNxpp46476aqImwCfW8w5zvP2aaLq5fvGYQNZF3QH
JfIAoJ6TyZIthIDpNaS70/FLtRVuydWk
=YinZ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to