You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2011/06/10 21:08:59 UTC

[jira] [Issue Comment Edited] (ZOOKEEPER-992) MT Native Version of Windows C Client

    [ https://issues.apache.org/jira/browse/ZOOKEEPER-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13047378#comment-13047378 ] 

Patrick Hunt edited comment on ZOOKEEPER-992 at 6/10/11 7:08 PM:
-----------------------------------------------------------------

The compilation is now failing during c code compilation (unfortunately jenkins doesn't report this in testresults, you need to check the console):

{noformat}

     [exec]      [exec] /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c  -I/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/include -I/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/tests -I/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/generated  -Wall -Werror  -g -O2 -D_GNU_SOURCE -MT zookeeper.lo -MD -MP -MF .deps/zookeeper.Tpo -c -o zookeeper.lo `test -f 'src/zookeeper.c' || echo '/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/'`src/zookeeper.c
     [exec]      [exec] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c -I/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/include -I/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/tests -I/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT zookeeper.lo -MD -MP -MF .deps/zookeeper.Tpo -c /grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/src/zookeeper.c  -fPIC -DPIC -o .libs/zookeeper.o
     [exec]      [exec] In file included from /grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/src/zookeeper.c:27:
     [exec]      [exec] /grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/include/zookeeper.h:407: error: expected declaration specifiers or '...' before 'SOCKET'
     [exec]      [exec] /grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/src/zookeeper.c:1494: error: conflicting types for 'zookeeper_interest'
     [exec]      [exec] /grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/include/zookeeper.h:407: error: previous declaration of 'zookeeper_interest' was here
{noformat}


      was (Author: phunt):
    The compilation is now failing during running of c tests (unfortunately jenkins doesn't report this in testresults, you need to check the console):

{noformat}

     [exec]      [exec] /bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c  -I/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/include -I/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/tests -I/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/generated  -Wall -Werror  -g -O2 -D_GNU_SOURCE -MT zookeeper.lo -MD -MP -MF .deps/zookeeper.Tpo -c -o zookeeper.lo `test -f 'src/zookeeper.c' || echo '/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/'`src/zookeeper.c
     [exec]      [exec] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c -I/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/include -I/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/tests -I/grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT zookeeper.lo -MD -MP -MF .deps/zookeeper.Tpo -c /grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/src/zookeeper.c  -fPIC -DPIC -o .libs/zookeeper.o
     [exec]      [exec] In file included from /grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/src/zookeeper.c:27:
     [exec]      [exec] /grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/include/zookeeper.h:407: error: expected declaration specifiers or '...' before 'SOCKET'
     [exec]      [exec] /grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/src/zookeeper.c:1494: error: conflicting types for 'zookeeper_interest'
     [exec]      [exec] /grid/0/hudson/hudson-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/c/include/zookeeper.h:407: error: previous declaration of 'zookeeper_interest' was here
{noformat}

  
> MT Native Version of Windows C Client 
> --------------------------------------
>
>                 Key: ZOOKEEPER-992
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-992
>             Project: ZooKeeper
>          Issue Type: New Feature
>          Components: c client
>         Environment: Windows 32
>            Reporter: Camille Fournier
>            Assignee: Dheeraj Agrawal
>             Fix For: 3.4.0
>
>         Attachments: ZOOKEEPER-992-final.patch, ZOOKEEPER-992.patch, ZOOKEEPER_992_FINAL.patch, ZOOKEEPER_992_final.patch, errors.txt, win32-odysseus-vc2k5.patch, win32_patch.txt, win32_patch_notabs.txt
>
>
> This is an extention of the work in  https://issues.apache.org/jira/browse/ZOOKEEPER-859

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira