Package: steghide
Version: 0.5.1-7
Severity: serious
From my pbuilder build log:
...
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -O2
-Wall -MT MHashPP.o -MD -MP -MF ".deps/MHashPP.Tpo" \
-c -o MHashPP.o `test -f 'MHashPP.cc' || echo './'`MHashPP.cc; \
then mv ".deps/MHashPP.Tpo" ".deps/MHashPP.Po"; \
else rm -f ".deps/MHashPP.Tpo"; exit 1; \
fi
In file included from common.h:31,
from BitString.h:28,
from MHashPP.cc:26:
../config.h:219:1: warning: "PACKAGE" redefined
...
MHashPP.cc: In static member function 'static std::string
MHashPP::getAlgorithmName(hashid)':
MHashPP.cc:123: error: invalid conversion from 'uint8_t*' to 'char*'
make[3]: *** [MHashPP.o] Error 1
make[3]: Leaving directory `/tmp/buildd/steghide-0.5.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/steghide-0.5.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/steghide-0.5.1'
make: *** [build-stamp] Error 2
--
Daniel Schepler