Bug#637818: Removed package(s) from unstable

2011-08-17 Thread Debian FTP Masters
Version: 3.2.4-1+rm

Dear submitter,

as the package aimage has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/637818

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#618087: marked as done (aimage: FTBFS: gui.cpp:285:48: error: 'class aftimer' has no member named 'timer_text')

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 15:21:15 +
with message-id e1qthvf-0002ga...@franck.debian.org
and subject line Bug#637818: Removed package(s) from unstable
has caused the Debian Bug report #618087,
regarding aimage: FTBFS: gui.cpp:285:48: error: 'class aftimer' has no member 
named 'timer_text'
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.)


-- 
618087: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618087
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: aimage
Version: 3.2.4-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110313 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 g++ -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include   -g -O2 -c -o gui.o 
 gui.cpp
 gui.cpp: In function 'void my_refresh(imager*, affcallback_info*)':
 gui.cpp:285:48: error: 'class aftimer' has no member named 'timer_text'
 gui.cpp:286:86: error: cannot pass objects of non-trivially-copyable type 
 'struct std::string' through '...'
 gui.cpp:317:62: error: 'class aftimer' has no member named 'timer_text'
 gui.cpp:359:19: error: 'class aftimer' has no member named 'timer_text'
 gui.cpp:363:45: error: cannot pass objects of non-trivially-copyable type 
 'struct std::string' through '...'
 gui.cpp:376:51: error: cannot pass objects of non-trivially-copyable type 
 'struct std::string' through '...'
 gui.cpp:409:35: error: 'class aftimer' has no member named 'timer_text'
 make[3]: *** [gui.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/03/13/aimage_3.2.4-1_lsid64.buildlog

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.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Version: 3.2.4-1+rm

Dear submitter,

as the package aimage has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/637818

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

---End Message---
___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel

Bug#638243: Needs to be adapted to libav/0.7.1

2011-08-17 Thread Moritz Muehlenhoff
Package: libphash
Severity: important

Hi,
the transition from ffmpeg/0.6.2 to libav/0.7 is planned soonish.
(libav is a ffmpeg fork, to which Debian will switch, see
http://en.wikipedia.org/wiki/FFmpeg for more information)

Your package currently fails to build from source when built against
libav/0.7.2 and needs to be adapted. You can test this yourself by
building against the packages from experimental:

cimgffmpeg.cpp:57:82: warning: 'int av_open_input_file(AVFormatContext**, const 
char*, AVInputFormat*, int, AVFormatParameters*)' is deprecated (declared at 
/usr/include/./libavformat/avformat.h:1050) [-Wdeprecated-declarations]
cimgffmpeg.cpp:70:58: error: 'CODEC_TYPE_VIDEO' was not declared in this scope
cimgffmpeg.cpp:134:96: error: 'avcodec_decode_video' was not declared in this 
scope
cimgffmpeg.cpp: In function 'int NextFrames(VFInfo*, 
cimg_library::CImgListunsigned char*)':
cimgffmpeg.cpp:202:7: warning: 'int av_open_input_file(AVFormatContext**, const 
char*, AVInputFormat*, int, AVFormatParameters*)' is deprecated (declared at 
/usr/include/./libavformat/avformat.h:1050) [-Wdeprecated-declarations]
cimgffmpeg.cpp:202:78: warning: 'int av_open_input_file(AVFormatContext**, 
const char*, AVInputFormat*, int, AVFormatParameters*)' is deprecated (declared 
at /usr/include/./libavformat/avformat.h:1050) [-Wdeprecated-declarations]
cimgffmpeg.cpp:216:59: error: 'CODEC_TYPE_VIDEO' was not declared in this scope
cimgffmpeg.cpp:283:51: error: 'avcodec_decode_video' was not declared in this 
scope
cimgffmpeg.cpp: In function 'int GetNumberStreams(const char*)':
cimgffmpeg.cpp:339:6: warning: 'int av_open_input_file(AVFormatContext**, const 
char*, AVInputFormat*, int, AVFormatParameters*)' is deprecated (declared at 
/usr/include/./libavformat/avformat.h:1050) [-Wdeprecated-declarations]
cimgffmpeg.cpp:339:57: warning: 'int av_open_input_file(AVFormatContext**, 
const char*, AVInputFormat*, int, AVFormatParameters*)' is deprecated (declared 
at /usr/include/./libavformat/avformat.h:1050) [-Wdeprecated-declarations]
cimgffmpeg.cpp: In function 'long int GetNumberVideoFrames(const char*)':
cimgffmpeg.cpp:357:6: warning: 'int av_open_input_file(AVFormatContext**, const 
char*, AVInputFormat*, int, AVFormatParameters*)' is deprecated (declared at 
/usr/include/./libavformat/avformat.h:1050) [-Wdeprecated-declarations]
cimgffmpeg.cpp:357:57: warning: 'int av_open_input_file(AVFormatContext**, 
const char*, AVInputFormat*, int, AVFormatParameters*)' is deprecated (declared 
at /usr/include/./libavformat/avformat.h:1050) [-Wdeprecated-declarations]
cimgffmpeg.cpp:368:53: error: 'CODEC_TYPE_VIDEO' was not declared in this scope
cimgffmpeg.cpp: In function 'float fps(const char*)':
cimgffmpeg.cpp:399:6: warning: 'int av_open_input_file(AVFormatContext**, const 
char*, AVInputFormat*, int, AVFormatParameters*)' is deprecated (declared at 
/usr/include/./libavformat/avformat.h:1050) [-Wdeprecated-declarations]
cimgffmpeg.cpp:399:61: warning: 'int av_open_input_file(AVFormatContext**, 
const char*, AVInputFormat*, int, AVFormatParameters*)' is deprecated (declared 
at /usr/include/./libavformat/avformat.h:1050) [-Wdeprecated-declarations]
cimgffmpeg.cpp:410:54: error: 'CODEC_TYPE_VIDEO' was not declared in this scope
make[3]: *** [cimgffmpeg.lo] Fehler 1
make[3]: Leaving directory `/home/jmm/deb/libav/libphash-0.9.4/src'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/jmm/deb/libav/libphash-0.9.4'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/jmm/deb/libav/libphash-0.9.4'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Fehler 2
dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2

Cheers,
Moritz

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel