Re: [libvirt] [PATCH] Remove duplicate symbols and add test case

2012-09-06 Thread Eric Blake
On 09/06/2012 08:47 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > When the event symbols were added to the public API, not all > of them were removed from the private exports list. Solaris > gets unhappy when there are duplicated symbols. Extend the > symfile check to test for th

Re: [libvirt] [PATCH] Remove duplicate symbols and add test case

2012-09-06 Thread Laine Stump
On 09/06/2012 10:47 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > When the event symbols were added to the public API, not all > of them were removed from the private exports list. Solaris > gets unhappy when there are duplicated symbols. Extend the > symfile check to test for thi

Re: [libvirt] [PATCH] Remove duplicate symbols and add test case

2012-09-06 Thread Osier Yang
On 2012年09月06日 22:47, Daniel P. Berrange wrote: From: "Daniel P. Berrange" When the event symbols were added to the public API, not all of them were removed from the private exports list. Solaris gets unhappy when there are duplicated symbols. Extend the symfile check to test for this scenario -

[libvirt] [PATCH] Remove duplicate symbols and add test case

2012-09-06 Thread Daniel P. Berrange
From: "Daniel P. Berrange" When the event symbols were added to the public API, not all of them were removed from the private exports list. Solaris gets unhappy when there are duplicated symbols. Extend the symfile check to test for this scenario --- src/check-symfile.pl | 13 +