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