Bug 8820 - spurious ABI change reports because of gdb differences
Summary: spurious ABI change reports because of gdb differences
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Build (show other bugs)
Version: 4.0 alpha 18
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Andrew Tridgell
QA Contact: samba4-qa@samba.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-20 21:21 UTC by Jelmer Vernooij
Modified: 2012-03-27 14:33 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jelmer Vernooij 2012-03-20 21:21:51 UTC
I've tried adding an ABI file for libndr. However, this is currently failing because the ABI file generated by gdb on my local machine is different from that generated by gdb on sn.

libndr.so: symbol ndr_transfer_syntax_ndr has changed - please update major version
	old_signature: uuid = {time_low = 2324192516, time_mid = 7403, time_hi_and_version = 4553, clock_seq = "\237", <incomplete sequence \350>, node = "\b\000+\020H`"}, if_version = 2
	new_signature: uuid = {time_low = 2324192516, time_mid = 7403, time_hi_and_version = 4553, clock_seq = "\237\350", node = "\b\000+\020H`"}, if_version = 2
Comment 1 Matthias Dieter Wallnöfer 2012-03-27 14:33:52 UTC
I think this has been fixed as well.