[test-results] [Bamboo] Asterisk - Trunk > Ubuntu Lucid (10.04) > #2299 has FAILED. Change made by kpfleming and Paul Belanger.

Bamboo bamboo at asterisk.org
Thu Jan 26 03:09:50 CST 2012


-----------------------------------------------------------------------
Asterisk - Trunk > Ubuntu Lucid (10.04) > #2299 failed.
-----------------------------------------------------------------------
Code has been updated by kpfleming, Paul Belanger.
No failed tests found, a possible compilation error.

http://bamboo.asterisk.org/browse/ASTTRUNK-LUCID-2299/


--------------
Failing Jobs
--------------
  - amd64 (Default Stage): 79 tests passed.


--------------
Code Changes
--------------
kpfleming (352626):

>Remove "asterisk/version.h" in favor of "asterisk/ast_version.h".
>
>A long time ago, in a land far far away, we added "asterisk/ast_version.h",
>which provides the ast_get_version() and ast_get_version_num() functions. These
>were added so that modules that needed the version information for the Asterisk
>instance they were loaded in could actually get it (as opposed the version that
>they were compiled against). We changed everything in the tree to use the
>new mechanism (although later main/test.c was added using the old method).
>However, the old mechanism was never removed, and as a result, new code is
>still trying to use it.
>
>This commit removes asterisk/version.h and replaces it with a header that
>will generate a compile-time error if you try to use it (the error message
>tells you which header you should use instead). It also removes the Makefile
>and build_tools bits that generated the file, and it updates main/test.c to
>use the 'proper' method of getting the Asterisk version information.
>
>This is an API change and thus is being committed for trunk only, but it's
>a fairly minor one and definitely improves the situation for out-of-tree
>modules.
>

Paul Belanger (352659):

>Fix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)
>........
>
>Merged revisions 352643 from http://svn.asterisk.org/svn/asterisk/branches/1.8
>........
>
>Merged revisions 352651 from http://svn.asterisk.org/svn/asterisk/branches/10
>


--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20120126/f6dbf380/attachment.htm>


More information about the Test-results mailing list