Bug#653952: FTBS on testing

2012-03-02 Thread Adrien
Hi,

Thank you for your bug report, and sorry for not answering.

libgmm++-dev is indeed not available in testing.

We are now working on calligra, the fork of Koffice. It doesn't rely anymore on 
libgmm.

Regards,

Adrien Grellier



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201203022110.04977.adrien.grell...@laposte.net



Re: Bug#661818: libreoffice: some menu icons are missing

2012-03-02 Thread Rene Engelhard
[ KDE people: history can be seen in 661818. -calc and -writers menu
is not shown whereas the others are ]

Hi,

On Fri, Mar 02, 2012 at 03:54:35PM +0100, newbeewan wrote:
 When I try to edit menu via kde menu editor, I can see all icons !
 
 I tried to select them, and save, it works good but in application
 launcher, writer and calc icons are missing.
 
 In Lancelot application launcher, that icons are missing but when I
 put the mouse on them, I can see them !
 
 Is there something different in the format between writer, calc and others 
 icons ?

No.

# file libreoffice*.png
libreoffice-base.png: PNG image data, 32 x 32, 8-bit/color RGBA, 
non-interlaced
libreoffice-calc.png: PNG image data, 32 x 32, 8-bit/color RGBA, 
non-interlaced
libreoffice-draw.png: PNG image data, 32 x 32, 8-bit/color RGBA, 
non-interlaced
libreoffice-impress.png:  PNG image data, 32 x 32, 8-bit/color RGBA, 
non-interlaced
libreoffice-main.png: PNG image data, 32 x 32, 8-bit/color RGBA, 
non-interlaced
libreoffice-math.png: PNG image data, 32 x 32, 8-bit/color RGBA, 
non-interlaced
libreoffice-printeradmin.png: PNG image data, 32 x 32, 8-bit/color RGBA, 
non-interlaced
libreoffice-startcenter.png:  PNG image data, 32 x 32, 8-bit/color RGBA, 
non-interlaced
libreoffice-writer.png:   PNG image data, 32 x 32, 8-bit/color RGBA, 
non-interlaced

Cc'ing the KDE people.

Regards,

Rene


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120302201536.gd23...@rene-engelhard.de



Re: src:qtwebkit=2.2.0-3 symbol mismatch

2012-03-02 Thread Sune Vuorela
On Friday 02 March 2012 16:46:33 Thorsten Glaser wrote:
 Hi,
 
 I’m getting this on an m68k build, but have no skills wrt. symbol
 files. But you might want to fix this for the next upload.

Hi Thorsten

It would be great if you could attach the full build log, and not just the 
errors.

It would also be nice if you could dig up what the following types are 
typedef'ed to on m68k:

size_t
ssize_t
int64_t
uint64_t
qptrdiff
quintptr
qreal

(the easiest is probably to ask gcc after #include QtCore )

/Sune
-- 
Man, how to reset the driver?

You should turn off a PCI hard disk for inserting the display.


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201203022141.36708.s...@debian.org



Re: src:qtwebkit=2.2.0-3 symbol mismatch

2012-03-02 Thread Pino Toscano
Hi,

Alle venerdì 2 marzo 2012, Sune Vuorela ha scritto:
 It would also be nice if you could dig up what the following types
 are typedef'ed to on m68k:

Attached there is a small source, which you should compile (making 
sure to have libqt4-dev installed):
$ g++ -Wno-long-long-g3 -O0 -DWITH_QT -I/usr/include/qt4 \
  -o manglingtest manglingtest.cpp
and then
$ readelf -a manglingtest | grep _type
please attach the output of this last readelf command.

Thanks,
-- 
Pino Toscano
#include iostream
#include stdint.h
#ifdef WITH_QT
#include QtCore/qnamespace.h
#endif

#define ADD_FUNC(TYPE) int f_##TYPE##_type(TYPE) { (void)f_##TYPE##_type; return 0; }

ADD_FUNC(size_t)
ADD_FUNC(ssize_t)
ADD_FUNC(int64_t)
ADD_FUNC(uint64_t)
#ifdef WITH_QT
ADD_FUNC(qptrdiff)
ADD_FUNC(quintptr)
ADD_FUNC(qreal)
#endif

int main()
{
  return 0;
}


signature.asc
Description: This is a digitally signed message part.


Re: src:qtwebkit=2.2.0-3 symbol mismatch

2012-03-02 Thread Thorsten Glaser
Pino Toscano dixit:

please attach the output of this last readelf command.

52: 853010 FUNCGLOBAL DEFAULT   13 _Z13f_size_t_typej
53: 856210 FUNCGLOBAL DEFAULT   13 _Z15f_quintptr_typej
54: 854410 FUNCGLOBAL DEFAULT   13 _Z14f_int64_t_typex
55: 855810 FUNCGLOBAL DEFAULT   13 _Z15f_qptrdiff_typei
57: 854e10 FUNCGLOBAL DEFAULT   13 _Z15f_uint64_t_typey
60: 856c10 FUNCGLOBAL DEFAULT   13 _Z12f_qreal_typed
72: 853a10 FUNCGLOBAL DEFAULT   13 _Z14f_ssize_t_typei

bye,
//mirabilos
-- 
  “Having a smoking section in a restaurant is like having
  a peeing section in a swimming pool.”
-- Edward Burr


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/pine.bsm.4.64l.1203022301160.24...@herc.mirbsd.org