[Pkg-kde-extras] Bug#669098: qapt FTBFS MD5Summation and debMD5 undeclared

2012-05-12 Thread Cyril Brulebois
Pino Toscano p...@debian.org (11/05/2012):
 After the recent qt4 multiarch hiccups, I'm now being able to build
 qapt successfully. Many thanks for these instructions, appreciated!

No problem,

 Upload is ongoing now.

and thanks!

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#669098: qapt FTBFS MD5Summation and debMD5 undeclared

2012-05-11 Thread Pino Toscano
Hi,

Alle martedì 8 maggio 2012, Cyril Brulebois ha scritto:
 Pino Toscano p...@debian.org (18/04/2012):
  I've backported it to our packaging repository, so it just need
  upload by Kai, most probably (sorry, I don't know how to deal with
  git-bp- handled repositories...).
 
 In the parent directory:
   apt-get source -d --tar-only qapt
 
 In the git repository:
   dch -r
   # commit
   debuild -S -i
   # build with your favorite tool, test, etc.
   git-buildpackage --git-tag-only
   # push branch + tag to origin

After the recent qt4 multiarch hiccups, I'm now being able to build qapt 
successfully. Many thanks for these instructions, appreciated!

Upload is ongoing now.

-- 
Pino Toscano


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

[Pkg-kde-extras] Bug#669098: qapt FTBFS MD5Summation and debMD5 undeclared

2012-05-10 Thread David Kalnischkies
On Wed, Apr 18, 2012 at 2:10 AM, David Kalnischkies
kalnischk...@gmail.com wrote:
 We might end up fixing this in libapt-pkg-dev, but as transitive includes
 are a bad thing it should be fixed in qapt either way.


For the record: I did this now and tried to recompile qapt without my
patch against
such a fixed libapt-pkg-dev. It seems like it would build, if qapt
wouldn't have
problems with picking up the multiarchification of libqt4-dev (and
friends) 4.8.1-1
which hit testing today.

The testbuild ends in:
make[3]: *** No rule to make target `/usr/lib/libQtCore.so', needed by
`utils/qapt-gst-helper/qapt-gst-helper'.  Stop.

I don't know cmake so i am pretty useless in that regard, but a quick grep
over the source suggests that it is picked up in all places correctly expect
for qapt-gst-helper. Same for the debian version as well as upstream git.


Best regards

David Kalnischkies



___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#669098: qapt FTBFS MD5Summation and debMD5 undeclared

2012-05-10 Thread Cyril Brulebois
David Kalnischkies kalnischk...@gmail.com (10/05/2012):
 For the record: I did this now and tried to recompile qapt without my
 patch against such a fixed libapt-pkg-dev. It seems like it would
 build, if qapt wouldn't have problems with picking up the
 multiarchification of libqt4-dev (and friends) 4.8.1-1 which hit
 testing today.
 
 The testbuild ends in:
 make[3]: *** No rule to make target `/usr/lib/libQtCore.so', needed by
 `utils/qapt-gst-helper/qapt-gst-helper'.  Stop.
 
 I don't know cmake so i am pretty useless in that regard, but a quick grep
 over the source suggests that it is picked up in all places correctly expect
 for qapt-gst-helper. Same for the debian version as well as upstream git.

The binNMUs requested recently can only help this, I think:
  http://lists.debian.org/201205101856.23428.p...@debian.org

especially as I see libqtgstreamer-dev in Build-Depends, and
qt-gstreamer in Pino's list.

Scheduling of those binNMUs should happen in a few minutes.
 
Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#669098: qapt FTBFS MD5Summation and debMD5 undeclared

2012-05-07 Thread Cyril Brulebois
Hi,

trying to get the apt transition alive and rolling…

Pino Toscano p...@debian.org (18/04/2012):
 I've backported it to our packaging repository, so it just need upload 
 by Kai, most probably (sorry, I don't know how to deal with git-bp-
 handled repositories...).

In the parent directory:
  apt-get source -d --tar-only qapt

In the git repository:
  dch -r
  # commit
  debuild -S -i
  # build with your favorite tool, test, etc.
  git-buildpackage --git-tag-only
  # push branch + tag to origin

There's pristine-tar you could be using to retrieve the original
tarball, but apt-get source works fine too.

If you need me to upload it, I could live with that.

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#669098: qapt FTBFS MD5Summation and debMD5 undeclared

2012-04-18 Thread Pino Toscano
tag 669098 + patch pending
thanks

Hi David,

Alle mercoledì 18 aprile 2012, David Kalnischkies ha scritto:
 Attached is a simple patch to fix the FTBFS of qapt since apt = 0.9:
 src/debfile.cpp:187:5: error: 'MD5Summation' was not declared in this
 scope
 
 The problem is that it seems like I forgot to guard some header
 cleanup properly, so the transitive include of apt-pkg/md5.h is gone
 now. We might end up fixing this in libapt-pkg-dev, but as
 transitive includes are a bad thing it should be fixed in qapt
 either way.

Thanks for the patch!
It works also with apt 0.8.x, so I committed it directly in the upstream 
repository of libqapt (both in master and in the 1.3 branch), with you a 
author and using the description of your patch as commit log.
I've backported it to our packaging repository, so it just need upload 
by Kai, most probably (sorry, I don't know how to deal with git-bp-
handled repositories...).

Thanks,
-- 
Pino Toscano


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

[Pkg-kde-extras] Bug#669098: qapt FTBFS MD5Summation and debMD5 undeclared

2012-04-17 Thread peter green

Package: qapt
Version: 1.3.0-1

from the armel build log

cd /build/buildd-qapt_1.3.0-1+b1-armel-vECdlq/qapt-1.3.0/obj-arm-linux-gnueabi/src 
 /usr/bin/c++   -Dqapt_EXPORTS -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security  
-std=c++0x -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden 
-fPIC -I/build/buildd-qapt_1.3.0-1+b1-armel-vECdlq/qapt-1.3.0 
-I/build/buildd-qapt_1.3.0-1+b1-armel-vECdlq/qapt-1.3.0/obj-arm-linux-gnueabi 
-I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtDBus 
-I/usr/include/polkit-qt-1 -I/build/buildd-qapt_1.3.0-1+b1-armel-vECdlq/qapt-1.3.0/src 
-I/build/buildd-qapt_1.3.0-1+b1-armel-vECdlq/qapt-1.3.0/obj-arm-linux-gnueabi/src-o 
CMakeFiles/qapt.dir/debfile.o -c 
/build/buildd-qapt_1.3.0-1+b1-armel-vECdlq/qapt-1.3.0/src/debfile.cpp
/build/buildd-qapt_1.3.0-1+b1-armel-vECdlq/qapt-1.3.0/src/debfile.cpp: In 
member function 'QByteArray QApt::DebFile::md5Sum() const':
/build/buildd-qapt_1.3.0-1+b1-armel-vECdlq/qapt-1.3.0/src/debfile.cpp:187:5: 
error: 'MD5Summation' was not declared in this scope
/build/buildd-qapt_1.3.0-1+b1-armel-vECdlq/qapt-1.3.0/src/debfile.cpp:187:18: 
error: expected ';' before 'debMD5'
/build/buildd-qapt_1.3.0-1+b1-armel-vECdlq/qapt-1.3.0/src/debfile.cpp:191:5: 
error: 'debMD5' was not declared in this scope
make[3]: *** [src/CMakeFiles/qapt.dir/debfile.o] Error 1

Many (perhaps all, I haven't taken a detailed look at all the paralell build 
logs) other architectures are failing in the same way.




___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#669098: qapt FTBFS MD5Summation and debMD5 undeclared

2012-04-17 Thread David Kalnischkies
Hi Jonathan and hello qapt debian-maintainers,


Attached is a simple patch to fix the FTBFS of qapt since apt = 0.9:
src/debfile.cpp:187:5: error: 'MD5Summation' was not declared in this scope

The problem is that it seems like I forgot to guard some header cleanup
properly, so the transitive include of apt-pkg/md5.h is gone now.
We might end up fixing this in libapt-pkg-dev, but as transitive includes
are a bad thing it should be fixed in qapt either way.

(After wheezy release we might start bugging front-ends to have a
 look at APT_8_CLEANER_HEADERS, but that is another story…)


Best regards

David Kalnischkies


qapt-669098-ftbfs-md5summation-undeclared.diff
Description: Binary data
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras