FS#18793 - [qt] Debug information of the Qt tools do not match

Attached to Project: Arch Linux
Opened by Roman Himmes (Kretikus) - Monday, 22 March 2010, 20:42 GMT
Last edited by Pierre Schmitz (Pierre) - Monday, 22 March 2010, 21:12 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

With the Qt 4.6.2-1 release, the debug information of the qt Tools are wrong.
This is true for at least following tools:

* lupdate
* moc
* designer
* uic


Steps to reproduce:

[user@bonzen ~]# gdb /usr/bin/designer
GNU gdb (GDB) 7.1
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/designer...
warning: the debug information found in "/usr/bin/designer.debug" does not match "/usr/bin/designer" (CRC mismatch).

(no debugging symbols found)...done.
(gdb)

This task depends upon

Closed by  Pierre Schmitz (Pierre)
Monday, 22 March 2010, 21:12 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in svn trunk
Comment by Pierre Schmitz (Pierre) - Monday, 22 March 2010, 21:09 GMT
Didn't see that when removing "-no-separate-debug-info". I#ll readd that option for the next version which should remove any debug symbols.

Loading...