Bug#594954: marked as done (libphash: please provide some of the examples in compiled form)

2014-08-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Aug 2014 12:08:46 +
with message-id e1xhxme-p6...@franck.debian.org
and subject line Bug#751916: Removed package(s) from unstable
has caused the Debian Bug report #594954,
regarding libphash: please provide some of the examples in compiled form
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.)


-- 
594954: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594954
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libphash
Severity: wishlist

Hi there again.

It would be nice if we had some programs that could easily use the
examples.

In particular, it would be nice to fingerprint a given song (whose name
you don't know) that you listened to from the radio and liked, so that
you can identify it latter.


Thanks,

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

Kernel: Linux 2.6.36-rc3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.utf-8, LC_CTYPE=pt_BR.utf-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br


---End Message---
---BeginMessage---
Version: 0.9.4-1.4+rm

Dear submitter,

as the package libphash 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 https://bugs.debian.org/751916

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...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (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

libphash 0.9.4-1.4 MIGRATED to testing

2014-08-13 Thread Debian testing watch
FYI: The status of the libphash source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.9.4-1.4

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


Bug#746879: marked as done (libphash: ftbfs with GCC-4.9)

2014-07-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Jul 2014 16:41:19 +0200
with message-id 53d3be0f.7090...@googlemail.com
and subject line Re: Bug#746879: libphash: ftbfs with GCC-4.9
has caused the Debian Bug report #746879,
regarding libphash: ftbfs with GCC-4.9
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.)


-- 
746879: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746879
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:libphash
Version: 0.9.4-1.4
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.9

The package fails to build in a test rebuild on at least amd64 with
gcc-4.9/g++-4.9, but succeeds to build with gcc-4.8/g++-4.8. The
severity of this report may be raised before the jessie release.

The full build log can be found at:
http://people.debian.org/~doko/logs/failed-gcc49/libphash_0.9.4-1.4_unstable_gcc49.log
The last lines of the build log are at the end of this report.

To build with GCC 4.9, either set CC=gcc-4.9 CXX=g++-4.9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols
files.  For other C/C++ related build failures see the porting guide
at http://gcc.gnu.org/gcc-4.9/porting_to.html

[...]
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating examples/Makefile
config.status: creating pHash.pc
config.status: creating bindings/Makefile
config.status: creating bindings/java/Makefile
config.status: creating config.h
config.status: creating pHash-config.h
config.status: pHash-config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
make[1]: Leaving directory `/«PKGBUILDDIR»'
   dh_auto_build -a
make[1]: Entering directory `/«PKGBUILDDIR»'
make  all-recursive
make[2]: Entering directory `/«PKGBUILDDIR»'
Making all in src
make[3]: Entering directory `/«PKGBUILDDIR»/src'
/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 pHash.lo 
pHash.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 pHash.cpp  -fPIC -DPIC -o 
.libs/pHash.o
In file included from pHash.cpp:25:0:
pHash.h:43:0: warning: __STDC_CONSTANT_MACROS redefined
 #define __STDC_CONSTANT_MACROS
 ^
command-line:0:0: note: this is the location of the previous definition
In file included from pHash.h:50:0,
 from pHash.cpp:25:
/usr/include/CImg.h: In function 'cimg_library::CImgT 
cimg_library::CImgT::get_resize(int, int, int, int, int, unsigned int, float, 
float, float, float) const [with T = float]':
/usr/include/CImg.h:20807:5: error: insn does not satisfy its constraints:
 }
 ^
(insn 641 195 196 48 (set (reg:DI 21 xmm0)
(reg:DI 0 ax)) 89 {*movdi_internal}
 (nil))
/usr/include/CImg.h:20807:5: internal compiler error: in 
copyprop_hardreg_forward_1, at regcprop.c:775
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-4.9/README.Bugs for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[3]: *** [pHash.lo] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
---End Message---
---BeginMessage---

Hi,

I can't reproduce this FTBFS in a current sid/amd64 chroot.

As the logs indicate that this was an 'internal compiler error', I 
assume gcc 4.9 got fixed in the meantime.


Therefore I'm closing this bug. If you can still reproduce it, please 
reopen the bug.


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

Bug#751916: Should libphash be removed?

2014-06-18 Thread Holger Levsen
Hi,

do you propose removal from stable too or just from sid/testing?


cheers,
Holger


signature.asc
Description: This is a digitally signed message part.
___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel

Bug#751916: Should libphash be removed?

2014-06-18 Thread Moritz Muehlenhoff
On Wed, Jun 18, 2014 at 04:19:44PM +0200, Holger Levsen wrote:
 Hi,
 
 do you propose removal from stable too or just from sid/testing?

Just from sid.

Cheers,
Moritz

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


Processed (with 5 errors): Re: Bug#751916: Should libphash be removed?

2014-06-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 751916 wheezy-ignore
Bug #751916 [src:libphash] Should libphash be removed?
Added tag(s) wheezy-ignore.
 Hi,
Unknown command or malformed arguments to command.
 On Mittwoch, 18. Juni 2014, Moritz Muehlenhoff wrote:
Unknown command or malformed arguments to command.
   do you propose removal from stable too or just from sid/testing?
Unknown command or malformed arguments to command.
  Just from sid.
Unknown command or malformed arguments to command.
 thanks!
Unknown command or malformed arguments to command.
Too many unknown commands, stopping here.

Please contact me if you need assistance.
-- 
751916: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751916
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Bug#751916: Should libphash be removed?

2014-06-17 Thread Moritz Muehlenhoff
Source: libphash
Severity: serious

- The last maintainer upload was four years ago and since then it
  required five NMUs to keep up with various RC bugs with a new one 
  still open for GCC 4.9
- The version in the archive is outdated compared to current upstream
- Popcon is marginal

Unless someone objects, I'll reassign this bug to ftp.debian.org for
removal soon.

Cheers,
Moritz

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


libphash REMOVED from testing

2014-06-15 Thread Debian testing watch
FYI: The status of the libphash source package
in Debian's testing distribution has changed.

  Previous version: 0.9.4-1.4
  Current version:  (not in testing)
  Hint: http://release.debian.org/britney/hints/auto-removals
Bug #746879: libphash: ftbfs with GCC-4.9

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


libphash is marked for autoremoval from testing

2014-05-30 Thread Debian testing autoremoval watch
libphash 0.9.4-1.4 is marked for autoremoval from testing on 2014-06-14

It is affected by these RC bugs:
746879: libphash: ftbfs with GCC-4.9


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


Bug#746879: libphash: ftbfs with GCC-4.9

2014-05-03 Thread Matthias Klose
Package: src:libphash
Version: 0.9.4-1.4
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.9

The package fails to build in a test rebuild on at least amd64 with
gcc-4.9/g++-4.9, but succeeds to build with gcc-4.8/g++-4.8. The
severity of this report may be raised before the jessie release.

The full build log can be found at:
http://people.debian.org/~doko/logs/failed-gcc49/libphash_0.9.4-1.4_unstable_gcc49.log
The last lines of the build log are at the end of this report.

To build with GCC 4.9, either set CC=gcc-4.9 CXX=g++-4.9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols
files.  For other C/C++ related build failures see the porting guide
at http://gcc.gnu.org/gcc-4.9/porting_to.html

[...]
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating examples/Makefile
config.status: creating pHash.pc
config.status: creating bindings/Makefile
config.status: creating bindings/java/Makefile
config.status: creating config.h
config.status: creating pHash-config.h
config.status: pHash-config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
make[1]: Leaving directory `/«PKGBUILDDIR»'
   dh_auto_build -a
make[1]: Entering directory `/«PKGBUILDDIR»'
make  all-recursive
make[2]: Entering directory `/«PKGBUILDDIR»'
Making all in src
make[3]: Entering directory `/«PKGBUILDDIR»/src'
/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 pHash.lo 
pHash.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 pHash.cpp  -fPIC -DPIC -o 
.libs/pHash.o
In file included from pHash.cpp:25:0:
pHash.h:43:0: warning: __STDC_CONSTANT_MACROS redefined
 #define __STDC_CONSTANT_MACROS
 ^
command-line:0:0: note: this is the location of the previous definition
In file included from pHash.h:50:0,
 from pHash.cpp:25:
/usr/include/CImg.h: In function 'cimg_library::CImgT 
cimg_library::CImgT::get_resize(int, int, int, int, int, unsigned int, float, 
float, float, float) const [with T = float]':
/usr/include/CImg.h:20807:5: error: insn does not satisfy its constraints:
 }
 ^
(insn 641 195 196 48 (set (reg:DI 21 xmm0)
(reg:DI 0 ax)) 89 {*movdi_internal}
 (nil))
/usr/include/CImg.h:20807:5: internal compiler error: in 
copyprop_hardreg_forward_1, at regcprop.c:775
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-4.9/README.Bugs for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[3]: *** [pHash.lo] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

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

libphash 0.9.4-1.4 MIGRATED to testing

2014-03-22 Thread Debian testing watch
FYI: The status of the libphash source package
in Debian's testing distribution has changed.

  Previous version: 0.9.4-1.3
  Current version:  0.9.4-1.4

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


Bug#727431: libphash: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4

2014-02-01 Thread Logan Rosen
Package: libphash
Version: 0.9.4-1.3
Followup-For: Bug #727431
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Use dh-autoreconf to get new libtool macros for ppc64el and update
config.{sub,guess} for new arches.

Thanks for considering the patch.

Logan Rosen



-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 
'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-6-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u libphash-0.9.4/debian/control libphash-0.9.4/debian/control
--- libphash-0.9.4/debian/control
+++ libphash-0.9.4/debian/control
@@ -1,9 +1,9 @@
 Source: libphash
 Section: libs
 Priority: optional
 Maintainer: Debian Forensics forensics-devel@lists.alioth.debian.org
 Uploaders: Tiago Bortoletto Vaz ti...@debian.org
-Build-Depends: debhelper (= 7.0.50~), libavformat-dev, libavcodec-dev, libswscale-dev, libfftw3-dev, libjpeg-dev, libpng-dev, cimg-dev, libsndfile1-dev, libsamplerate0-dev, libmpg123-dev
+Build-Depends: debhelper (= 7.0.50~), libavformat-dev, libavcodec-dev, libswscale-dev, libfftw3-dev, libjpeg-dev, libpng-dev, cimg-dev, libsndfile1-dev, libsamplerate0-dev, libmpg123-dev, dh-autoreconf
 Standards-Version: 3.9.1
 Homepage: http://phash.org
 Vcs-Browser: http://git.debian.org/?p=forensics/libphash.git
diff -u libphash-0.9.4/debian/rules libphash-0.9.4/debian/rules
--- libphash-0.9.4/debian/rules
+++ libphash-0.9.4/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh ${@}
+	dh ${@} --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- CXXFLAGS=$(CXXFLAGS) -D__STDC_CONSTANT_MACROS
___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel

libphash 0.9.4-1.3 MIGRATED to testing

2013-10-09 Thread Debian testing watch
FYI: The status of the libphash source package
in Debian's testing distribution has changed.

  Previous version: 0.9.4-1.2
  Current version:  0.9.4-1.3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


Bug#720797: libphash: FTBFS with libav9: cimgffmpeg.cpp:57:82: error: 'av_open_input_file' was not declared in this scope

2013-08-25 Thread David Suárez
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::CImgListunsigned 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::CImgListunsigned 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

Processed: found 638243 in libphash/0.9.4-1

2011-10-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # libav transition does not affect Squeeze (abusing versioning)
 found 638243 libphash/0.9.4-1
Bug #638243 {Done: Moritz Muehlenhoff j...@debian.org} [libphash] Needs to be 
adapted to libav/0.7.1
Bug Marked as found in versions libphash/0.9.4-1; no longer marked as fixed in 
versions libphash/0.9.4-1.2 and reopened.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638243: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638243
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


libphash 0.9.4-1.2 MIGRATED to testing

2011-10-12 Thread Debian testing watch
FYI: The status of the libphash source package
in Debian's testing distribution has changed.

  Previous version: 0.9.4-1.1
  Current version:  0.9.4-1.2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


Re: libphash

2011-09-07 Thread Julien Valroff
Hi Christoph,

Le vendredi 19 août 2011 à 16:10:19 (+0200 CEST), Christophe Monniez a écrit :
 Le vendredi 19 août 2011 à 15:45 +0200, Julien Valroff a écrit :
  Hi,
  
  I have been working on libphash to refresh the packaging and include the
  patch for #638243 (tested successfully when building against ffmpeg -dev
  packages available in experimental).
  
  I have also worked on adding support for multiarch.
  
  Could someone test the result (and especially the -dev package following to
  the swtich to multiarch)?
  
  Cheers,
  Julien
  
 
 I'll test it next week.

Have you had a chance to test libphash?

cheers,
Julien

-- 
  .''`.   Julien Valroff ~ jul...@kirya.net ~ jul...@debian.org
 : :'  :  Debian Developer  Free software contributor
 `. `'`   http://www.kirya.net/
   `- 4096R/ E1D8 5796 8214 4687 E416  948C 859F EF67 258E 26B1

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

Re: libphash

2011-09-07 Thread Christophe Monniez
On Wed, Sep 7, 2011 at 9:03 PM, Julien Valroff jul...@debian.org wrote:
 I'll test it next week.

 Have you had a chance to test libphash?

 cheers,
 Julien


I'm sorry Julien, not yet.

I'll probably have time next week ... but I will not promise this time.


-- 
Christophe Monniez

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


libphash

2011-08-19 Thread Julien Valroff
Hi,

I have been working on libphash to refresh the packaging and include the
patch for #638243 (tested successfully when building against ffmpeg -dev
packages available in experimental).

I have also worked on adding support for multiarch.

Could someone test the result (and especially the -dev package following to
the swtich to multiarch)?

Cheers,
Julien

-- 
  .''`.   Julien Valroff ~ jul...@kirya.net ~ jul...@debian.org
 : :'  :  Debian Developer  Free software contributor
 `. `'`   http://www.kirya.net/
   `- 4096R/ E1D8 5796 8214 4687 E416  948C 859F EF67 258E 26B1

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


Re: libphash

2011-08-19 Thread Christophe Monniez
Le vendredi 19 août 2011 à 15:45 +0200, Julien Valroff a écrit :
 Hi,
 
 I have been working on libphash to refresh the packaging and include the
 patch for #638243 (tested successfully when building against ffmpeg -dev
 packages available in experimental).
 
 I have also worked on adding support for multiarch.
 
 Could someone test the result (and especially the -dev package following to
 the swtich to multiarch)?
 
 Cheers,
 Julien
 

I'll test it next week.


-- 
Christophe Monniez christophe.monn...@fccu.be


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

libphash 0.9.4-1.1 MIGRATED to testing

2011-06-21 Thread Debian testing watch
FYI: The status of the libphash source package
in Debian's testing distribution has changed.

  Previous version: 0.9.4-1
  Current version:  0.9.4-1.1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


Bug#620933: marked as done (libphash: Please don't install libtool la-file in dev-package (Policy 10.2))

2011-06-10 Thread Debian Bug Tracking System
Your message dated Fri, 10 Jun 2011 17:02:36 +
with message-id e1qv56s-0001fy...@franck.debian.org
and subject line Bug#620933: fixed in libphash 0.9.4-1.1
has caused the Debian Bug report #620933,
regarding libphash: Please don't install libtool la-file in dev-package (Policy 
10.2)
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.)


-- 
620933: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620933
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libphash
Version: 0.9.4-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmp1a4Rgb
In Ubuntu, the attached patch was applied to achieve the following:

  * debian/*-dev.install: Don't install la-file (Policy 10.2)

libphash ships libtool la files in dev packages. They can simply be
removed since thay are not refered to from other packages.

See: http://wiki.debian.org/ReleaseGoals/LAFileRemoval
http://lists.debian.org/debian-devel/2009/08/msg00808.html
http://release.debian.org/~aba/la/current.txt

Thanks for considering the patch.


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

Kernel: Linux 2.6.38-7-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u libphash-0.9.4/debian/libphash0-dev.install libphash-0.9.4/debian/libphash0-dev.install
--- libphash-0.9.4/debian/libphash0-dev.install
+++ libphash-0.9.4/debian/libphash0-dev.install
@@ -1,5 +1,4 @@
 debian/tmp/usr/lib/*.so usr/lib
-debian/tmp/usr/lib/*.la usr/lib
 debian/tmp/usr/lib/*.a usr/lib
 debian/tmp/usr/include/* usr/include
 debian/tmp/usr/lib/pkgconfig/* usr/lib/pkgconfig
diff -u libphash-0.9.4/debian/changelog libphash-0.9.4/debian/changelog
---End Message---
---BeginMessage---
Source: libphash
Source-Version: 0.9.4-1.1

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:

libphash0-dev_0.9.4-1.1_i386.deb
  to main/libp/libphash/libphash0-dev_0.9.4-1.1_i386.deb
libphash0_0.9.4-1.1_i386.deb
  to main/libp/libphash/libphash0_0.9.4-1.1_i386.deb
libphash_0.9.4-1.1.diff.gz
  to main/libp/libphash/libphash_0.9.4-1.1.diff.gz
libphash_0.9.4-1.1.dsc
  to main/libp/libphash/libphash_0.9.4-1.1.dsc



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

Debian distribution maintenance software
pp.
Luk Claes l...@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...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Jun 2011 18:34:03 +0200
Source: libphash
Binary: libphash0 libphash0-dev
Architecture: source i386
Version: 0.9.4-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian Forensics forensics-devel@lists.alioth.debian.org
Changed-By: Luk Claes l...@debian.org
Description: 
 libphash0  - Perceptual hashing library
 libphash0-dev - Perceptual hashing library development package
Closes: 620933
Changes: 
 libphash (0.9.4-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Don't ship .la file (Closes: #620933).
   * Strengthen versioned dep as debhelper overrides are used.
Checksums-Sha1: 
 6c1f8f8011b1aa83c8a5e0f9527a388fcf3efeb7 1347 libphash_0.9.4-1.1.dsc
 7d0b3bf04cc8188d132914663287ff86f6e635c2 2384 libphash_0.9.4-1.1.diff.gz
 c15cd32c854cb423ae8e6e8b2773a1c9e2f9ed84 182766 libphash0_0.9.4-1.1_i386.deb
 e7098d6d9539db05c490a2fdffe65b29169e339e 214914 
libphash0-dev_0.9.4-1.1_i386.deb
Checksums-Sha256: 
 7738c3dae68929f066b1eebc275d960e8fa1cf9de2543af2e660a8514e757413 1347 
libphash_0.9.4-1.1.dsc
 fbbf7a1d1be7a14b0fdc92b99471a5c78a5a58c7475d415cf27261d938e03450 2384 
libphash_0.9.4-1.1.diff.gz
 20854fc773db448c734f4fc07535a9087e7d2edb9b280094de820c57858d8fbc 182766 
libphash0_0.9.4-1.1_i386.deb
 c19f1f65afeb0d44413c1e3ab5377dab75a6fe1de216c2cbee025bd368065fab 214914 
libphash0-dev_0.9.4-1.1_i386.deb
Files: 
 c34952c7426faa36dad5849a383f85b1 1347 libs optional libphash_0.9.4-1.1.dsc
 feb0361d2a47030bf9cc18d87801100a 2384 libs optional libphash_0.9.4-1.1.diff.gz
 0cd54b688ab5a4ee51fbd64754467c85 182766 libs optional

Bug#620933: libphash: diff for NMU version 0.9.4-1.1

2011-06-05 Thread Luk Claes
tags 620933 + pending
thanks

Dear maintainer,

I've prepared an NMU for libphash (versioned as 0.9.4-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Cheers

Luk
diff -u libphash-0.9.4/debian/control libphash-0.9.4/debian/control
--- libphash-0.9.4/debian/control
+++ libphash-0.9.4/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Forensics forensics-devel@lists.alioth.debian.org
 Uploaders: Tiago Bortoletto Vaz ti...@debian.org
-Build-Depends: debhelper (= 7), libavformat-dev, libavcodec-dev, libswscale-dev, libfftw3-dev, libjpeg-dev, libpng-dev, cimg-dev, libsndfile1-dev, libsamplerate0-dev, libmpg123-dev
+Build-Depends: debhelper (= 7.0.50~), libavformat-dev, libavcodec-dev, libswscale-dev, libfftw3-dev, libjpeg-dev, libpng-dev, cimg-dev, libsndfile1-dev, libsamplerate0-dev, libmpg123-dev
 Standards-Version: 3.9.1
 Homepage: http://phash.org
 Vcs-Browser: http://git.debian.org/?p=forensics/libphash.git
diff -u libphash-0.9.4/debian/libphash0-dev.install libphash-0.9.4/debian/libphash0-dev.install
--- libphash-0.9.4/debian/libphash0-dev.install
+++ libphash-0.9.4/debian/libphash0-dev.install
@@ -1,5 +1,4 @@
 debian/tmp/usr/lib/*.so usr/lib
-debian/tmp/usr/lib/*.la usr/lib
 debian/tmp/usr/lib/*.a usr/lib
 debian/tmp/usr/include/* usr/include
 debian/tmp/usr/lib/pkgconfig/* usr/lib/pkgconfig
diff -u libphash-0.9.4/debian/changelog libphash-0.9.4/debian/changelog
--- libphash-0.9.4/debian/changelog
+++ libphash-0.9.4/debian/changelog
@@ -1,3 +1,11 @@
+libphash (0.9.4-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't ship .la file (Closes: #620933).
+  * Strengthen versioned dep as debhelper overrides are used.
+
+ -- Luk Claes l...@debian.org  Sun, 05 Jun 2011 18:34:03 +0200
+
 libphash (0.9.4-1) unstable; urgency=low
 
   [ Christophe Monniez ]
___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel

Processed: libphash: diff for NMU version 0.9.4-1.1

2011-06-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 620933 + pending
Bug #620933 [libphash] libphash: Please don't install libtool la-file in 
dev-package (Policy 10.2)
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
620933: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620933
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


libphash 0.9.4-1 MIGRATED to testing

2011-03-04 Thread Debian testing watch
FYI: The status of the libphash source package
in Debian's testing distribution has changed.

  Previous version: 0.9.0-2
  Current version:  0.9.4-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


libphash

2010-06-02 Thread Christophe Monniez
Hi,

it seems that there is a permission problem on the git repository of
libphash.
I tried to push this debian/watch file:

version=3
http://phash.org/download/ /releases/pHash-(.+)\.tar\.gz


but it failed with this error:

error: insufficient permission for adding an object to repository database
./objects

fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit


I think that I don't have enough rights to fix the problem.

Maybe Mika, as always, can help us on this ?
Or Tiago, as you are the owner of git directory on alioth ?

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


libphash 0.9.0-2 MIGRATED to testing

2010-05-25 Thread Debian testing watch
FYI: The status of the libphash source package
in Debian's testing distribution has changed.

  Previous version: 0.8.1-1
  Current version:  0.9.0-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


Bug#576895: marked as done (libphash: FTBFS on kfreebsd-*: unable to compile ph_num_threads())

2010-05-14 Thread Debian Bug Tracking System
Your message dated Sat, 15 May 2010 03:47:11 +
with message-id e1od8lh-00039u...@ries.debian.org
and subject line Bug#576895: fixed in libphash 0.9.0-2
has caused the Debian Bug report #576895,
regarding libphash: FTBFS on kfreebsd-*: unable to compile ph_num_threads()
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.)


-- 
576895: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576895
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: libphash
Version: 0.9.0-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| pHash.cpp: In function 'int ph_num_threads()':
| pHash.cpp:40: error: 'nt' was not declared in this scope
| pHash.cpp:40: error: expected ';' before 'mib'
| pHash.cpp:43: error: 'mib' was not declared in this scope
| pHash.cpp:43: error: 'CTL_HW' was not declared in this scope
| pHash.cpp:44: error: 'HW_AVAILCPU' was not declared in this scope
| pHash.cpp:46: error: 'sysctl' was not declared in this scope
| pHash.cpp:50: error: 'HW_NCPU' was not declared in this scope
| make[2]: *** [pHash.lo] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=libphash

Mraw,
KiBi.


---End Message---
---BeginMessage---
Source: libphash
Source-Version: 0.9.0-2

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:

libphash0-dev_0.9.0-2_i386.deb
  to main/libp/libphash/libphash0-dev_0.9.0-2_i386.deb
libphash0_0.9.0-2_i386.deb
  to main/libp/libphash/libphash0_0.9.0-2_i386.deb
libphash_0.9.0-2.diff.gz
  to main/libp/libphash/libphash_0.9.0-2.diff.gz
libphash_0.9.0-2.dsc
  to main/libp/libphash/libphash_0.9.0-2.dsc



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

Debian distribution maintenance software
pp.
Tiago Bortoletto Vaz ti...@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...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 15 May 2010 03:07:53 +
Source: libphash
Binary: libphash0 libphash0-dev
Architecture: source i386
Version: 0.9.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Forensics forensics-devel@lists.alioth.debian.org
Changed-By: Tiago Bortoletto Vaz ti...@debian.org
Description: 
 libphash0  - Perceptual hashing library
 libphash0-dev - Perceptual hashing library development package
Closes: 576895
Changes: 
 libphash (0.9.0-2) unstable; urgency=low
 .
   * Added patch 01_build_on_kfreebsd.dpatch: testing libc variant rather than
 kernel in order to build for kfreebsd. Thanks to Petr Salinger and Cyril
 Brulebois. (Closes: #576895)
Checksums-Sha1: 
 5b93997800166d4d3dfc358fd686d9ba16a481ee 1289 libphash_0.9.0-2.dsc
 d3559591ff9c6071dc416e1b1ca6488b0932ff54 2654 libphash_0.9.0-2.diff.gz
 3b822c81473d61e040379b812db5d841c3160893 165534 libphash0_0.9.0-2_i386.deb
 52ea22ef661d10b0c38509b53bf12ec41d3b15b4 204646 libphash0-dev_0.9.0-2_i386.deb
Checksums-Sha256: 
 b38f21722cb218101fc1a10bd9dbf99c98ad0e97192c041d4e96d1f5c5677144 1289 
libphash_0.9.0-2.dsc
 151d6b39d830a6c1234065e7316f7512758242c1ede4fb94450d9a45c5fb2fb1 2654 
libphash_0.9.0-2.diff.gz
 54a9add5db4dd574b33360298b22b12b7c7aa5df3d69e9547f3347d814d20015 165534 
libphash0_0.9.0-2_i386.deb
 d65f98d88a5f6a806a27e553ea766d816e5b551a5d2d7688dfb4d62e4b05b6b6 204646 
libphash0-dev_0.9.0-2_i386.deb
Files: 
 4c363316cbe612f79133a2b857068bbf 1289 libs optional libphash_0.9.0-2.dsc
 6380b18f8f570ff4d40d00ecaa4d06c3 2654 libs optional libphash_0.9.0-2.diff.gz
 65a0db6164a3a583908ad3629270e5a3 165534 libs optional 
libphash0_0.9.0-2_i386.deb
 14a2426e7684cfdfc16f3c66c3ad8312 204646 libdevel optional 
libphash0-dev_0.9.0-2_i386.deb

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

iEYEARECAAYFAkvuF4kACgkQaQ1iFKUE/srpdQCcChZG0aVG4NvwU7jiLBTgImCT
Z10An2rIz5Vz9UZEy5ksKL1/zFirroJ7
=ldXs
-END PGP SIGNATURE-


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


Bug#576895: libphash: FTBFS on kfreebsd-*: unable to compile ph_num_threads()

2010-04-08 Thread Cyril Brulebois
Source: libphash
Version: 0.9.0-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| pHash.cpp: In function 'int ph_num_threads()':
| pHash.cpp:40: error: 'nt' was not declared in this scope
| pHash.cpp:40: error: expected ';' before 'mib'
| pHash.cpp:43: error: 'mib' was not declared in this scope
| pHash.cpp:43: error: 'CTL_HW' was not declared in this scope
| pHash.cpp:44: error: 'HW_AVAILCPU' was not declared in this scope
| pHash.cpp:46: error: 'sysctl' was not declared in this scope
| pHash.cpp:50: error: 'HW_NCPU' was not declared in this scope
| make[2]: *** [pHash.lo] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=libphash

Mraw,
KiBi.



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


libphash 0.8.1-1 MIGRATED to testing

2010-02-11 Thread Debian testing watch
FYI: The status of the libphash source package
in Debian's testing distribution has changed.

  Previous version: 0.7.2-1
  Current version:  0.8.1-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


libphash 0.7.2-1 MIGRATED to testing

2010-01-05 Thread Debian testing watch
FYI: The status of the libphash source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.7.2-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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