[jira] [Updated] (ZOOKEEPER-1795) unable to build c client on ubuntu

2013-12-06 Thread Samsung Galaxy Note (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Samsung Galaxy Note updated ZOOKEEPER-1795:
---

  Priority: Minor  (was: Blocker)
Issue Type: Test  (was: Bug)

 unable to build c client on ubuntu
 --

 Key: ZOOKEEPER-1795
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1795
 Project: ZooKeeper
  Issue Type: Test
  Components: c client
Affects Versions: 3.5.0
Reporter: Patrick Hunt
Assignee: Raul Gutierrez Segales
Priority: Minor
 Fix For: 3.5.0

 Attachments: ZOOKEEPER-1795.patch


 Seems there is an issue for Ubuntu (I'm on 13.04), however I'm only seeing it 
 on trunk and not branch 34
 {noformat}
 make check
 make  zktest-st zktest-mt
 make[1]: Entering directory `/home/phunt/dev/svn/svn-zookeeper/src/c'
 g++ -DHAVE_CONFIG_H -I.  -I./include -I./tests -I./generated  
 -DUSE_STATIC_LIB -DZKSERVER_CMD=\./tests/zkServer.sh\ -DZOO_IPV6_ENABLED 
 -g -O2 -MT zktest_st-TestReconfigServer.o -MD -MP -MF 
 .deps/zktest_st-TestReconfigServer.Tpo -c -o zktest_st-TestReconfigServer.o 
 `test -f 'tests/TestReconfigServer.cc' || echo 
 './'`tests/TestReconfigServer.cc
 tests/TestReconfigServer.cc: In member function 'bool 
 TestReconfigServer::waitForConnected(zhandle_t*, uint32_t)':
 tests/TestReconfigServer.cc:128:16: error: 'sleep' was not declared in this 
 scope
 make[1]: *** [zktest_st-TestReconfigServer.o] Error 1
 make[1]: Leaving directory `/home/phunt/dev/svn/svn-zookeeper/src/c'
 make: *** [check-am] Error 2
 {noformat}
 I have 
 {noformat}
 g++ --version
 g++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
 Copyright (C) 2012 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (ZOOKEEPER-1795) unable to build c client on ubuntu

2013-12-06 Thread Sebb (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebb updated ZOOKEEPER-1795:


Priority: Blocker  (was: Minor)

 unable to build c client on ubuntu
 --

 Key: ZOOKEEPER-1795
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1795
 Project: ZooKeeper
  Issue Type: Bug
  Components: c client
Affects Versions: 3.5.0
Reporter: Patrick Hunt
Assignee: Raul Gutierrez Segales
Priority: Blocker
 Fix For: 3.5.0

 Attachments: ZOOKEEPER-1795.patch


 Seems there is an issue for Ubuntu (I'm on 13.04), however I'm only seeing it 
 on trunk and not branch 34
 {noformat}
 make check
 make  zktest-st zktest-mt
 make[1]: Entering directory `/home/phunt/dev/svn/svn-zookeeper/src/c'
 g++ -DHAVE_CONFIG_H -I.  -I./include -I./tests -I./generated  
 -DUSE_STATIC_LIB -DZKSERVER_CMD=\./tests/zkServer.sh\ -DZOO_IPV6_ENABLED 
 -g -O2 -MT zktest_st-TestReconfigServer.o -MD -MP -MF 
 .deps/zktest_st-TestReconfigServer.Tpo -c -o zktest_st-TestReconfigServer.o 
 `test -f 'tests/TestReconfigServer.cc' || echo 
 './'`tests/TestReconfigServer.cc
 tests/TestReconfigServer.cc: In member function 'bool 
 TestReconfigServer::waitForConnected(zhandle_t*, uint32_t)':
 tests/TestReconfigServer.cc:128:16: error: 'sleep' was not declared in this 
 scope
 make[1]: *** [zktest_st-TestReconfigServer.o] Error 1
 make[1]: Leaving directory `/home/phunt/dev/svn/svn-zookeeper/src/c'
 make: *** [check-am] Error 2
 {noformat}
 I have 
 {noformat}
 g++ --version
 g++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
 Copyright (C) 2012 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (ZOOKEEPER-1795) unable to build c client on ubuntu

2013-12-06 Thread Sebb (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebb updated ZOOKEEPER-1795:


Issue Type: Bug  (was: Test)

 unable to build c client on ubuntu
 --

 Key: ZOOKEEPER-1795
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1795
 Project: ZooKeeper
  Issue Type: Bug
  Components: c client
Affects Versions: 3.5.0
Reporter: Patrick Hunt
Assignee: Raul Gutierrez Segales
Priority: Minor
 Fix For: 3.5.0

 Attachments: ZOOKEEPER-1795.patch


 Seems there is an issue for Ubuntu (I'm on 13.04), however I'm only seeing it 
 on trunk and not branch 34
 {noformat}
 make check
 make  zktest-st zktest-mt
 make[1]: Entering directory `/home/phunt/dev/svn/svn-zookeeper/src/c'
 g++ -DHAVE_CONFIG_H -I.  -I./include -I./tests -I./generated  
 -DUSE_STATIC_LIB -DZKSERVER_CMD=\./tests/zkServer.sh\ -DZOO_IPV6_ENABLED 
 -g -O2 -MT zktest_st-TestReconfigServer.o -MD -MP -MF 
 .deps/zktest_st-TestReconfigServer.Tpo -c -o zktest_st-TestReconfigServer.o 
 `test -f 'tests/TestReconfigServer.cc' || echo 
 './'`tests/TestReconfigServer.cc
 tests/TestReconfigServer.cc: In member function 'bool 
 TestReconfigServer::waitForConnected(zhandle_t*, uint32_t)':
 tests/TestReconfigServer.cc:128:16: error: 'sleep' was not declared in this 
 scope
 make[1]: *** [zktest_st-TestReconfigServer.o] Error 1
 make[1]: Leaving directory `/home/phunt/dev/svn/svn-zookeeper/src/c'
 make: *** [check-am] Error 2
 {noformat}
 I have 
 {noformat}
 g++ --version
 g++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
 Copyright (C) 2012 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (ZOOKEEPER-1795) unable to build c client on ubuntu

2013-10-14 Thread Raul Gutierrez Segales (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raul Gutierrez Segales updated ZOOKEEPER-1795:
--

Attachment: ZOOKEEPER-1795.patch

unistd.h is needed for sleep().

 unable to build c client on ubuntu
 --

 Key: ZOOKEEPER-1795
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1795
 Project: ZooKeeper
  Issue Type: Bug
  Components: c client
Affects Versions: 3.5.0
Reporter: Patrick Hunt
Priority: Blocker
 Fix For: 3.5.0

 Attachments: ZOOKEEPER-1795.patch


 Seems there is an issue for Ubuntu (I'm on 13.04), however I'm only seeing it 
 on trunk and not branch 34
 {noformat}
 make check
 make  zktest-st zktest-mt
 make[1]: Entering directory `/home/phunt/dev/svn/svn-zookeeper/src/c'
 g++ -DHAVE_CONFIG_H -I.  -I./include -I./tests -I./generated  
 -DUSE_STATIC_LIB -DZKSERVER_CMD=\./tests/zkServer.sh\ -DZOO_IPV6_ENABLED 
 -g -O2 -MT zktest_st-TestReconfigServer.o -MD -MP -MF 
 .deps/zktest_st-TestReconfigServer.Tpo -c -o zktest_st-TestReconfigServer.o 
 `test -f 'tests/TestReconfigServer.cc' || echo 
 './'`tests/TestReconfigServer.cc
 tests/TestReconfigServer.cc: In member function 'bool 
 TestReconfigServer::waitForConnected(zhandle_t*, uint32_t)':
 tests/TestReconfigServer.cc:128:16: error: 'sleep' was not declared in this 
 scope
 make[1]: *** [zktest_st-TestReconfigServer.o] Error 1
 make[1]: Leaving directory `/home/phunt/dev/svn/svn-zookeeper/src/c'
 make: *** [check-am] Error 2
 {noformat}
 I have 
 {noformat}
 g++ --version
 g++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
 Copyright (C) 2012 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (ZOOKEEPER-1795) unable to build c client on ubuntu

2013-10-14 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-1795:


Assignee: Raul Gutierrez Segales

 unable to build c client on ubuntu
 --

 Key: ZOOKEEPER-1795
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1795
 Project: ZooKeeper
  Issue Type: Bug
  Components: c client
Affects Versions: 3.5.0
Reporter: Patrick Hunt
Assignee: Raul Gutierrez Segales
Priority: Blocker
 Fix For: 3.5.0

 Attachments: ZOOKEEPER-1795.patch


 Seems there is an issue for Ubuntu (I'm on 13.04), however I'm only seeing it 
 on trunk and not branch 34
 {noformat}
 make check
 make  zktest-st zktest-mt
 make[1]: Entering directory `/home/phunt/dev/svn/svn-zookeeper/src/c'
 g++ -DHAVE_CONFIG_H -I.  -I./include -I./tests -I./generated  
 -DUSE_STATIC_LIB -DZKSERVER_CMD=\./tests/zkServer.sh\ -DZOO_IPV6_ENABLED 
 -g -O2 -MT zktest_st-TestReconfigServer.o -MD -MP -MF 
 .deps/zktest_st-TestReconfigServer.Tpo -c -o zktest_st-TestReconfigServer.o 
 `test -f 'tests/TestReconfigServer.cc' || echo 
 './'`tests/TestReconfigServer.cc
 tests/TestReconfigServer.cc: In member function 'bool 
 TestReconfigServer::waitForConnected(zhandle_t*, uint32_t)':
 tests/TestReconfigServer.cc:128:16: error: 'sleep' was not declared in this 
 scope
 make[1]: *** [zktest_st-TestReconfigServer.o] Error 1
 make[1]: Leaving directory `/home/phunt/dev/svn/svn-zookeeper/src/c'
 make: *** [check-am] Error 2
 {noformat}
 I have 
 {noformat}
 g++ --version
 g++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
 Copyright (C) 2012 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)