Package: gnome-apt
Version: 0.4.7-1.2
Severity: serious

gnome-apt fails to build because there is no matching function for the
call of ExtractTar:

> if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include 
> -I/usr/include/libgksu1.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
>   `pkg-config --cflags libgksu1.2 libgksuui1.0` -DPREFIX=\"/usr\" 
> -DSYSCONFDIR=\"/etc\" -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib\" 
> -DG_LOG_DOMAIN="\"GDeb\"" -DGNOMELOCALEDIR=\""/usr/share/locale"\"    -g -O2 
> -DG_DISABLE_CHECKS=1 -MT main.o -MD -MP -MF ".deps/main.Tpo" \
>   -c -o main.o `test -f 'main.cc' || echo './'`main.cc; \
> then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
> else rm -f ".deps/main.Tpo"; exit 1; \
> fi
> main.cc: In member function 'virtual std::string DebPackage::Filelist()':
> main.cc:231: error: no matching function for call to 
> 'ExtractTar::ExtractTar(FileFd&, const long unsigned int&)'
> /usr/include/apt-pkg/extracttar.h:55: note: candidates are: 
> ExtractTar::ExtractTar(FileFd&, long unsigned int, std::string)
> /usr/include/apt-pkg/extracttar.h:29: note:                 
> ExtractTar::ExtractTar(const ExtractTar&)

Appending "gzip" to the arguments to ExtractTar should fix this
problem.

-- 
Matt

Attachment: signature.asc
Description: Digital signature

Reply via email to