Your message dated Fri, 13 Jun 2008 11:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#482212: fixed in freej 0.10-1
has caused the Debian Bug report #482212,
regarding freej: FTBFS: video_layer.cpp:136: error: 'struct AVFormatParameters' 
has no member named 'device'
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 [EMAIL PROTECTED]
immediately.)


-- 
482212: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482212
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: freej
Version: 0.9.1+dl0-3.1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080520 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3
is now the default on most architectures (even if it's not the case on
i386 yet).  Consequently, many failures are caused by the switch to gcc
4.3.
If you determine that this failure is caused by gcc 4.3, feel free to
downgrade this bug to 'important' if your package is only built on i386,
and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src/include 
> -I../lib/ccvt -I/usr/include/ffmpeg -I../lib/goom -I../lib/tbt -I../lib/slw 
> -I/usr/include/slang -I/usr/include/mozjs    -I/usr/include/SDL 
> -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/freetype2 -DPREFIX="\"/usr\"" 
> -DDATADIR="\"/usr/share\"" -pipe -D_REENTRANT -O2 -fexpensive-optimizations 
> -msse -fomit-frame-pointer -march=i486 -ffast-math -MT video_layer.o -MD -MP 
> -MF ".deps/video_layer.Tpo" -c -o video_layer.o video_layer.cpp; \
>       then mv -f ".deps/video_layer.Tpo" ".deps/video_layer.Po"; else rm -f 
> ".deps/video_layer.Tpo"; exit 1; fi
> In file included from ../src/include/video_layer.h:22,
>                  from video_layer.cpp:33:
> /usr/include/ffmpeg/avcodec.h:2301: warning: 'ImgReSampleContext' is 
> deprecated (declared at /usr/include/ffmpeg/avcodec.h:2295)
> /usr/include/ffmpeg/avcodec.h:2311: warning: 'ImgReSampleContext' is 
> deprecated (declared at /usr/include/ffmpeg/avcodec.h:2295)
> video_layer.cpp: In constructor 'VideoLayer::VideoLayer()':
> video_layer.cpp:44: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp: In destructor 'virtual VideoLayer::~VideoLayer()':
> video_layer.cpp:62: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp: In member function 'virtual bool VideoLayer::init(Context*)':
> video_layer.cpp:72: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp: In member function 'virtual bool VideoLayer::open(char*)':
> video_layer.cpp:104: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:118: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:122: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:136: error: 'struct AVFormatParameters' has no member named 
> 'device'
> video_layer.cpp:139: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:156: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:159: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:166: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:169: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:191: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:195: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:203: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:204: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:213: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:221: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:230: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:231: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:235: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:241: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:253: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp: In member function 'virtual void* VideoLayer::feed()':
> video_layer.cpp:309: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:313: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:329: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:352: warning: 'int img_convert(AVPicture*, int, const 
> AVPicture*, int, int, int)' is deprecated (declared at 
> /usr/include/ffmpeg/avcodec.h:2463)
> video_layer.cpp:354: warning: 'int img_convert(AVPicture*, int, const 
> AVPicture*, int, int, int)' is deprecated (declared at 
> /usr/include/ffmpeg/avcodec.h:2463)
> video_layer.cpp: In member function 'bool VideoLayer::set_mark_in()':
> video_layer.cpp:540: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:544: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp: In member function 'bool VideoLayer::set_mark_out()':
> video_layer.cpp:552: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:556: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp: In member function 'void VideoLayer::set_speed(int)':
> video_layer.cpp:571: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp: In member function 'bool VideoLayer::relative_seek(double)':
> video_layer.cpp:610: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp:614: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp: In member function 'int VideoLayer::seek(int64_t)':
> video_layer.cpp:646: warning: deprecated conversion from string constant to 
> 'char*'
> video_layer.cpp: In member function 'void VideoLayer::pause()':
> video_layer.cpp:699: warning: deprecated conversion from string constant to 
> 'char*'
> make[4]: *** [video_layer.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/05/20

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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: freej
Source-Version: 0.10-1

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

freej_0.10-1.diff.gz
  to pool/main/f/freej/freej_0.10-1.diff.gz
freej_0.10-1.dsc
  to pool/main/f/freej/freej_0.10-1.dsc
freej_0.10-1_amd64.deb
  to pool/main/f/freej/freej_0.10-1_amd64.deb
freej_0.10.orig.tar.gz
  to pool/main/f/freej/freej_0.10.orig.tar.gz



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guido Trotter <[EMAIL PROTECTED]> (supplier of updated freej 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 [EMAIL PROTECTED])


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

Format: 1.8
Date: Fri, 13 Jun 2008 11:01:05 +0000
Source: freej
Binary: freej
Architecture: source amd64
Version: 0.10-1
Distribution: unstable
Urgency: low
Maintainer: Guido Trotter <[EMAIL PROTECTED]>
Changed-By: Guido Trotter <[EMAIL PROTECTED]>
Description: 
 freej      - Vision mixer
Closes: 482212
Changes: 
 freej (0.10-1) unstable; urgency=low
 .
   [ Guido Trotter ]
   * New upstream version
      (now compatible with new avlibs) (closes: #482212)
   * Drop 0.9.1 specific patches (now merged upsteam)
   * Remove debian/README.Debian, which refers to 0.9.1 specific changes
   * Check policy changes and update Standards Version
 .
   [ Luca Bigliardi ]
   * Add Denis Rojo (jaromil) as a co-maintainer
   * Update description and build-dependencies in control
   * Move copyright to gpl-3
   * Remove unused patches
   * Remove configure flags in debian/rules
   * Add patch to delete interpeter path in js scripts
   * Remove unnecessary files while cleaning and installing
Checksums-Sha1: 
 ac7c78886668db4131998a7e374351f66fb31989 1288 freej_0.10-1.dsc
 f294732a52dd6deed15d904ee93db0ad111ccb0c 2445854 freej_0.10.orig.tar.gz
 d5137cf44ec4eada652bb8f79a561bdf232439d9 5827 freej_0.10-1.diff.gz
 00f74c05e20bd7a421b838c62ae8ae5b951eb288 930710 freej_0.10-1_amd64.deb
Checksums-Sha256: 
 3aec333a177436d553909324c6879288c4cd0e6e8aa76d7c6b3559369f7044b0 1288 
freej_0.10-1.dsc
 c017cdc0595c9ee90ee567c1162387c3e310ab79fb376a15ddeed71d23d8f252 2445854 
freej_0.10.orig.tar.gz
 481f035233f79cc532d73dc0876fa7a0744334085edb56b4eaf49fa6d00b3d74 5827 
freej_0.10-1.diff.gz
 b9677b7ed26674cbea8ca9568cbad08f4a064de28ee4e29118241b3dacb54c1b 930710 
freej_0.10-1_amd64.deb
Files: 
 e1be98214e13ac3fc0b3a0e5b6adb9ed 1288 x11 optional freej_0.10-1.dsc
 97c72c84031303b7aea33ec2071cd0bb 2445854 x11 optional freej_0.10.orig.tar.gz
 b460ab4dc21d7ab5fd3bc05d572c61f3 5827 x11 optional freej_0.10-1.diff.gz
 d80673470e195e2e9702cc1b4082243a 930710 x11 optional freej_0.10-1_amd64.deb

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

iD8DBQFIUlgahImxTYgHUpsRAgqqAJ4qWuRH42GQqoS50FgfG07I+Vjc/ACfRuZD
0apbqP+OwN95GcdoIgGs4AM=
=4LNE
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to