On Tue, 2011-02-15 at 22:20 +0300, Anton Pak wrote:
> This is R-7 days announcement for OpenHPI-2.16.0.
> Branch 2.16.x is created and code freeze is being declared.
> Release is expected at next Wednesday, Feb 23.
> 
> Please help with testing of 2.16.x branch.

Here are some compile results on Debian Squeeze.  None of these hold up
release, but I just wanted to publish the warnings so the people working
on the different modules can maybe fix them in the trunk.

There are no errors, but lots of warnings.  There are plenty of these
warnings, which are not new:

        warning: cast discards qualifiers from pointer target type
        (ignored)
        libtool: link: warning: `-version-info/-version-number' is
        ignored for convenience libraries

I don't know that we can fix them...some may come from glib itself.

There are some unused variable warnings that I don't recall seeing
before:

        oh_client.cpp:6440: warning: unused variable ‘did’
        session.c:269: warning: unused variable ‘tmp_sid’
        openhpid.cpp:472: warning: unused variable ‘thrdid’
        openhpid.cpp:495: warning: unused variable ‘thrdid’

I think these are fairly new (compared to the last stable release) and
should probably be fixed.  The first and last, in particular, seem more
important to fix:

        hpionIBMblade.c:238: warning: passing argument 4 of
        ‘oHpiHandlerInfo’ from incompatible pointer type
        oa_soap_control.c:218: warning: ‘control_analog_state’ may be
        used uninitialized in this function
        oa_soap_control.c:216: warning: ‘control_digital_state’ may be
        used uninitialized in this function
        oa_soap_control.c:217: warning: ‘control_discrete_state’ may be
        used uninitialized in this function
        oa_soap_sel.c:75: warning: no previous prototype for
        ‘oa_soap_get_sel_caps’

Other than compile warnings, "make check" completes fine under Debian
Squeeze, and after "make install", hpitop and hpitree work with the
simulator plug-in.

Cheers,
Bryan Sutula


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Openhpi-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openhpi-devel

Reply via email to