-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOSX is not supported by AXCIOMA/TAOX11 #110
Comments
Note: this packages are installed, but will not used:
|
Thanks for your report, but we haven't tested AXCIOMA/TAOX11 on MacOSX due to lack of funding for such an effort. This issue is caused by the Be aware that the latest ACE/TAO release doesn't support MacOSX 12.0, we merged a fix for that after the release, see DOCGroup/ACE_TAO#1737 |
See also RemedyIT/taox11#156 for some more issues for MacOSX support, there are some known issues in ACE/TAO. |
thanks, I have But there are still a problems using
|
this is my script used to build on Apple MacOSX: #!/bin/sh
#
# adapted from:
# https://github.com/RemedyIT/axcioma/blob/master/.github/workflows/linux.yml
#
set -e
set -u
export BOOST_ROOT=/usr/local
export BZIP2_ROOT=/usr/local
#TODO ls -l ${BZIP2_ROOT}/include/bzlib.h
export CPPUNIT_ROOT=/usr/local
export LOG4CPLUS_ROOT=/usr/local
export LZO1_ROOT=/usr/local
export LZO2_ROOT=/usr/local
export MPI_ROOT=/usr/local
export PCRE_ROOT=/usr/local
export PNG_ROOT=/usr/local
export XERCESCROOT=/usr/local
ls -l ${XERCESCROOT}/include/xercesc/parsers/SAXParser.hpp
export ZLIB_ROOT=/usr/local
#TODO -l ${ZLIB_ROOT}/include/bzlib.h
export ZMQ_ROOT=/usr/local
ls -l ${ZMQ_ROOT}/include/zmq.h
###############################
export SSL_ROOT='/usr/local/Cellar/openssl@1.1/1.1.1l_1'
ls -l ${SSL_ROOT}/include/openssl/ssl.h
export INSTALL_PREFIX=/usr/local
export X11_BASE_ROOT=${PWD}
export DOC_ROOT=${PWD}/ACE_TAO
export ACE_ROOT=${PWD}/ACE_TAO/ACE
export MPC_ROOT=${PWD}/ACE_TAO/MPC
export TAO_ROOT=${PWD}/ACE_TAO/TAO
export RIDL_ROOT=${PWD}/ridl
export TAOX11_ROOT=${PWD}/taox11
export CIAOX11_ROOT=${PWD}/ciaox11
export DANCEX11_ROOT=${PWD}/dancex11
export DDS_ROOT=${PWD}/OpenDDS
set -x
$X11_BASE_ROOT/bin/brix11 configure -W aceroot=$ACE_ROOT -W taoroot=$TAO_ROOT -W mpcroot=$MPC_ROOT -W openddsroot=$DDS_ROOT
# - name: Print brix11 configuration
$X11_BASE_ROOT/bin/brix11 env -- configure -P
# FIXME: quickfixes for OSX
# ACE/include/makeinclude/platform_macosx.GNU
platform_file='include $(ACE_ROOT)/include/makeinclude/platform_macosx.GNU'
echo ${platform_file} > ${ACE_ROOT}/include/makeinclude/platform_macros.GNU
# ACE/ace/config.h
# ACE/ace/config-macosx.h
echo '#include "ace/config-macosx.h"' > ${ACE_ROOT}/ace/config.h
# ACE/bin/MakeProjectCreator/config/default.features
echo 'ipv6=1' > ${ACE_ROOT}/bin/MakeProjectCreator/config/default.features
echo 'versioned_namespace=1' >> ${ACE_ROOT}/bin/MakeProjectCreator/config/default.features
#FIXME echo 'c++17=1' >> ${ACE_ROOT}/bin/MakeProjectCreator/config/default.features
#TODO echo 'xerces2=1' >> ${ACE_ROOT}/bin/MakeProjectCreator/config/default.features
#TODO echo 'ssl=1' >> ${ACE_ROOT}/bin/MakeProjectCreator/config/default.features
#TODO echo 'zmq=1' >> ${ACE_ROOT}/bin/MakeProjectCreator/config/default.features
# see workspace.mwc
export MPC_BASE=${PWD}/taox11/bin/MPC
perl ${PWD}/taox11/bin/mwc.pl -type gnuace ${PWD}/workspace.mwc -workers 6
#see taox11/taox11.mpc
#and ACE_TAO/ACE/ace/ace_for_tao.mpc
#XXX bin/brix11 gen build workspace.mwc
# - name: Run brix11 gen build
$X11_BASE_ROOT/bin/brix11 gen build workspace.mwc -- gen build $TAOX11_ROOT/examples -- gen build $TAOX11_ROOT/orbsvcs/tests -- gen build $TAOX11_ROOT/tests -- gen build $DANCEX11_ROOT/tests
$X11_BASE_ROOT/bin/brix11 make -N -d $X11_BASE_ROOT -- make -N -d $TAOX11_ROOT/examples -- make -N -d $TAOX11_ROOT/orbsvcs/tests -- make -N -d $TAOX11_ROOT/tests -- make -N -d $DANCEX11_ROOT/tests
$X11_BASE_ROOT/bin/brix11 make -N -d -L $CIAOX11_ROOT=$CIAOX11_ROOT/bin/ciaox11_tests.lst -- make -N -d -L $CIAOX11_ROOT=$CIAOX11_ROOT/connectors/psdd4ccm/bin/psdd4ccm_tests.lst -- make -N -d -L $CIAOX11_ROOT=$CIAOX11_ROOT/ddsx11/vendors/opendds/bin/ddsx11_opendds_tests.lst -- make -N -d -L $CIAOX11_ROOT=$CIAOX11_ROOT/ddsx11/vendors/opendds/bin/dds4ccm_opendds_tests.lst
exit 0
#TODO make -j 6 -C ${TAO_ROOT} install |
no EXIT_FAILED again!Claus-iMac:axcioma clausklein$ builddriver ./build-ACE_TAO.sh |
First step would be to fix DOCGroup/ACE_TAO#1525 on MacOSX, that is a basic ACE/TAO problem, before that works it doesn't make sense to try any TAOX11/AXCIOMA builds |
but I have other problems here:
|
That could be caused by some settings that need to be updated for MacOSX. Porting TAOX11/AXCIOMA should be done step by step, first make sure ACE works, than TAO, than TAOX11 and as last AXCIOMA. We currently don't have a MacOSX system to try that all and also that would need some sponsoring for all the required time. |
At the moment I need only TAOX11 for linux and windows. I have no problems with linux, but I don't understand to use
|
TAOX11 does require versioned namespace support, did you enable it for ACE_TAO? You say you only need it for linux and windows, why are you using MacOSX, as said, we haven't tested MacOSX. TAOX11 is 100% open source, we provide commercial support/services where we can assist you with your questions, see https://www.remedy.nl/services/opensource-support.html for an overview. As part of that we can assist you with your questions and assist you directly with this effort. |
OK, I ask my company But thist is a BUG in BRIX11:
|
Q: how to run tests?Claus-iMac:axcioma clausklein$ bin/brix11 exe -N bash
BRIX11 - > bash
bash-3.2$ $X11_BASE_ROOT/bin/brix11 run /Users/clausklein/Workspace/cpp/axcioma/taox11/examples/ccs/run_test.pl
BRIX11 - ERROR : Unknown command id or namespace [/Users/clausklein/Workspace/cpp/axcioma/taox11/examples/ccs/run_test.pl]
bash-3.2$ $X11_BASE_ROOT/bin/brix11 exe /Users/clausklein/Workspace/cpp/axcioma/taox11/examples/ccs/run_test.pl
BRIX11 - > /Users/clausklein/Workspace/cpp/axcioma/taox11/examples/ccs/run_test.pl
ERROR: Cannot Spawn: </Users/clausklein/Workspace/cpp/axcioma/./server> not found
ERROR: server returned -1
ERROR: Cannot Spawn: </Users/clausklein/Workspace/cpp/axcioma/./client> not found
ERROR: client returned -1
bash-3.2$ cd taox11/examples/ccs/
bash-3.2$ ./run_test.pl
X11 [LP_DEBUG] - (4347|0x10481d600) - 18:07:43.488003 - main - Server up and running
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.439127 - Found controller -> get list of devices
X11 [LP_DEBUG] - (4347|0x10481d600) - 18:07:46.448786 - DeviceLocator_impl::preinvoke - Controller - Creating controller servant
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.449081 - Controller has 0 device(s)
X11 [LP_DEBUG] - (4347|0x10481d600) - 18:07:46.449376 - Creating thermometer with AssetType 27
X11 [LP_DEBUG] - (4347|0x10481d600) - 18:07:46.449807 - Creating thermostat with AssetType 28
X11 [LP_DEBUG] - (4347|0x10481d600) - 18:07:46.449913 - DeviceLocator_impl::preinvoke - 28 - Creating thermostat servant
X11 [LP_DEBUG] - (4347|0x10481d600) - 18:07:46.450279 - Creating thermostat with AssetType 30
X11 [LP_DEBUG] - (4347|0x10481d600) - 18:07:46.450368 - DeviceLocator_impl::preinvoke - 30 - Creating thermostat servant
X11 [LP_DEBUG] - (4347|0x10481d600) - 18:07:46.450701 - Creating thermostat with AssetType 32
X11 [LP_DEBUG] - (4347|0x10481d600) - 18:07:46.450785 - DeviceLocator_impl::preinvoke - 32 - Creating thermostat servant
X11 [LP_DEBUG] - (4347|0x10481d600) - 18:07:46.451186 - Creating thermostat with AssetType 34
X11 [LP_DEBUG] - (4347|0x10481d600) - 18:07:46.451283 - DeviceLocator_impl::preinvoke - 34 - Creating thermostat servant
X11 [LP_DEBUG] - (4347|0x10481d600) - 18:07:46.451591 - Creating thermostat with AssetType 36
X11 [LP_DEBUG] - (4347|0x10481d600) - 18:07:46.451657 - DeviceLocator_impl::preinvoke - 36 - Creating thermostat servant
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.451829 - Three rooms :
X11 [LP_DEBUG] - (4347|0x10481d600) - 18:07:46.452321 - DeviceLocator_impl::preinvoke - 27 - Creating thermometer servant
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.452438 - Room 1
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.452953 - Room 2
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.453446 - Room 3
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.453464 -
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.453474 - Remove thermometer 27
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.454242 -
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.454271 - List details :
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.454287 - Thermostat :
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.454779 - Asset number : 28
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.454939 - Model : Select-A-Temp
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.455067 - Location : Room 2
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.455202 - Temperature : 46
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.455349 - Nominal temp : 48
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.455378 - Thermostat :
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.455812 - Asset number : 30
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.455959 - Model : Select-A-Temp
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.456108 - Location : Room 3
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.456238 - Temperature : 59
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.456361 - Nominal temp : 48
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.456381 - Thermostat :
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.456773 - Asset number : 32
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.456905 - Model : Select-A-Temp
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.457039 - Location : Room 3
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.457169 - Temperature : 58
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.457297 - Nominal temp : 68
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.457316 - Thermostat :
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.457698 - Asset number : 34
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.457823 - Model : Select-A-Temp
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.457954 - Location : Room 3
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.458074 - Temperature : 58
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.458193 - Nominal temp : 68
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.458213 - Thermostat :
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.458618 - Asset number : 36
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.458746 - Model : Select-A-Temp
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.458867 - Location : Room 3
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.458996 - Temperature : 57
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.459116 - Nominal temp : 48
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.459245 -
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.459259 - Changing location of device 28.
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.459392 -
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.459406 - New details for device 28 are :
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.459420 - Thermostat :
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.459551 - Asset number : 28
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.459684 - Model : Select-A-Temp
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.459816 - Location : Earth
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.459938 - Temperature : 48
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.460059 - Nominal temp : 48
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.460192 - Setting thermostat 28 to 50 degrees.
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.460318 - Old nominal temperature was : 48
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.460444 - New nominal temperature is : 50
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.460458 -
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.460572 - Setting thermostat 28 to -10 degrees.
X11 [LP_WARNING] - (4347|0x10481d600) - 18:07:46.460662 - ICP_set - wrong value <-10> for attribute <nominal_temp> found
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.460851 - Setting nominal temperature expectedly failed :
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.460867 - CCS::Thermostat::BtData details:
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.460877 - requested : -10
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.460886 - min_permitted: 40
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.460895 - max_permitted: 90
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.460903 - message : Too cold
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.460912 -
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.460921 - Looking for devices in Earth and HAL.
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.461187 - Thermostat :
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.461615 - Asset number : 28
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.461748 - Model : Select-A-Temp
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.461871 - Location : Earth
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.462005 - Temperature : 50
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.462132 - Nominal temp : 50
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.462148 -
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.462158 - Increasing thermostats by 40 degrees.
X11 [LP_WARNING] - (4347|0x10481d600) - 18:07:46.462591 - ICP_set - wrong value <108> for attribute <nominal_temp> found
X11 [LP_WARNING] - (4347|0x10481d600) - 18:07:46.462768 - ICP_set - wrong value <108> for attribute <nominal_temp> found
X11 [LP_WARNING] - (4348|0x11ed3f600) - 18:07:46.463130 - Setting nominal temperature for the following devices failed :
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.463150 - Change failed :
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.463165 - Thermostat :
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.463564 - Asset number : 32
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.463697 - Model : Select-A-Temp
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.463820 - Location : Room 3
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.463943 - Temperature : 78
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.464075 - Nominal temp : 68
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.464091 - CCS::Thermostat::BtData details:
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.464101 - requested : 108
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.464109 - min_permitted: 40
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.464118 - max_permitted: 90
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.464126 - message : Too hot
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.464134 - Change failed :
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.464147 - Thermostat :
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.464530 - Asset number : 34
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.464662 - Model : Select-A-Temp
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.464790 - Location : Room 3
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.464913 - Temperature : 77
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.465040 - Nominal temp : 68
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.465055 - CCS::Thermostat::BtData details:
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.465065 - requested : 108
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.465074 - min_permitted: 40
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.465083 - max_permitted: 90
X11 [LP_DEBUG] - (4348|0x11ed3f600) - 18:07:46.465091 - message : Too hot
bash-3.2$ echo $?
0
bash-3.2$
exit |
See |
|
There are test list files, i.e. How do I run bash-3.2$ bin/brix11 run test taox11/examples/*/run_test.pl
BRIX11 - > perl run_test.pl taox11/examples/ccs/run_test.pl taox11/examples/log_module/run_test.pl
X11 [LP_INFO] - (5679|0x10c34d600) - 22:56:14.675103 - retrieved RootPOA object reference
X11 [LP_INFO] - (5679|0x10c34d600) - 22:56:14.675584 - narrowed POA interface
X11 [LP_INFO] - (5679|0x10c34d600) - 22:56:14.675623 - created Test::A servant
X11 [LP_INFO] - (5679|0x10c34d600) - 22:56:14.675675 - activated Test::A servant
X11 [LP_INFO] - (5679|0x10c34d600) - 22:56:14.676182 - IOR for Test::A servant written to 'server.ior' : IOR:010000000f00000049444c3a546573742f413a312e3000000200000000000000540000000101029f15000000636c6175732d696d61632e667269747a2e626f7800001ad81b00000014010f005253547ec1b761884c0a000000000001000000010000000001000000000000000800000001000000004f415400000000680000000101029f28000000323030313a313662383a333038313a323730303a366437343a356264383a373638313a61313830001ad800001b00000014010f005253547ec1b761884c0a000000000001000000010000005401000000000000000800000001000000004f4154
X11 [LP_INFO] - (5679|0x10c34d600) - 22:56:14.676217 - starting event loop
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.711764 - retrieved RootPOA object reference
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.712003 - narrowed POA interface
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.712025 - created replyhandler Handler servant
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.712055 - activated replyhandler Handler servant
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.712292 - retrieved object reference
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.712315 - narrowed obj to synchronous interface A::Test.
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.712328 - narrowed obj to asynchronous interface A::Test .
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.712338 - Client: Sending synchronous message foo via synchronous interface,
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.712348 - wait for the reply.
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.719010 - Client: Sending asynchronous message foo.
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.719091 - Client: Sending synchronous message foo via asynchronous interface.
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.719109 - wait for the reply.
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.719229 - Callback method <foo> called: result <3>.
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.719288 - Client: Sending asynchronous message sendc_get_yadda.
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.719358 - Client: Sending asynchronous message sendc_set_yadda.
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.719408 - Client: Sending the last asynchronous message foo.
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.719458 - Client: Do something else before coming back for the replies.
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.835952 - ... ... ... ... ... ... ... ... ... ...
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:15.836044 - Client: Now let's look for the replies.
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:17.841529 - Callback method <get_yadda> called: res 4
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:17.841693 - Callback method <set_yadda> called:
X11 [LP_INFO] - (5680|0x11fa78600) - 22:56:17.841821 - Callback method <foo> called: result <931235>.
X11 [LP_INFO] - (5679|0x10c34d600) - 22:56:17.842418 - event loop finished
bash-3.2$ |
IMHO this does not really help. I can't find any documentation for this
NOTE: the -L ... test.lst does also not handle failed tests! |
Very likely requires DOCGroup/ACE_TAO#1525 to be fixed |
Updatewith this build script I am able to build all taox11 ... and sure, to run them all without any errors. |
Product
AXCIOMA
Version
AXCIOMA version v2.2.0
Describe the bug
The build does not stop and there is no
exit code != 0
To Reproduce
Expected behavior
Normale behaviour like with
gmake
Output
Environment:
Output of
ruby -v && bin/brix11 env && bin/brix11 -- configure --print-config
Additional context
The text was updated successfully, but these errors were encountered: