Experimental Physics and Industrial Control System
Hi Andrew,
Build finished without any obvious error messages but there were some error messages in the built-in unit tests by typing 'make -s runtests'.
The attached is log file captured in the process.
- Dong Ho, SHIN
-----Original Message-----
From: "Johnson, Andrew N." <anj at anl.gov>
To: "신동호" <dhshin at etri.re.kr>;
Cc: "EPICS tech-talk" <tech-talk at aps.anl.gov>;
Sent: 2020-09-16 (수) 15:15:07 (UTC+09:00)
Subject: Re: Problem with installing epics base on Jetson nano
Hi Dong Ho,
On Sep 15, 2020, at 7:13 PM, 신동호 <
dhshin at etri.re.kr> wrote:
Hi, Andrew
I send the output from command perl -V as you recommended.
I hope to fix the problem.
Thanks,
Dong Ho
Thank-you, that information was very helpful.
I have committed what I think should be the necessary changes to support your linux-aarch64 target to the default branch of our Git repository. Since you followed our how-to installation instructions you should be able to pull those modifications into your copy and build it as follows:
epics@epics-desktop:~$ cd ~/EPICS/epics-base
epics@epics-desktop:~/EPICS/epics-base$ git pull
epics@epics-desktop:~/EPICS/epics-base$ make
If the build stops and displays one or more error messages, please copy the errors and the build command immediately before them into an email and send it to the EPICS tech-talk list so we can try to help fix it.
If the build finishes without any obvious error messages, please try running our built-in unit tests like this:
epics@epics-desktop:~/EPICS/epics-base$ make -s runtests
This will run several blocks of tests to check different parts of the software, displaying the results after each block. Please email us the results if you get any failures, and let us know if they all pass.
Good luck, and thank-you!
- Andrew
--
Complexity comes for free, simplicity you have to work for.
![]() |
-------------------------------------------------------
/home/epics/EPICS/epics-base/test/tools/O.linux-aarch64
Snippets.t .. ok
All tests successful.
Files=1, Tests=29, 2 wallclock secs ( 0.06 usr 0.01 sys + 1.33 cusr 0.18 csys = 1.58 CPU)
Result: PASS
-------------------
----------------------------------------------------------------
/home/epics/EPICS/epics-base/modules/libcom/test/O.linux-aarch64
epicsUnitTestTest.t ........... ok
epicsTypesTest.t .............. ok
epicsInlineTest.t ............. ok
epicsCalcTest.t ............... ok
epicsAlgorithmTest.t .......... ok
epicsMathTest.t ............... ok
epicsMMIOTest.t ............... ok
epicsEllTest.t ................ ok
epicsEnvTest.t ................ ok
epicsEnvUnsetTest.t ........... ok
epicsErrlogTest.t ............. ok
epicsStdioTest.t .............. ok
epicsStdlibTest.t ............. ok
epicsSockResolveTest.t ........ ok
epicsStringTest.t ............. ok
epicsTimeTest.t ............... ok
epicsTimeZoneTest.t ........... ok
epicsThreadTest.t ............. ok
epicsThreadClassTest.t ........ ok
epicsThreadOnceTest.t ......... ok
epicsThreadPriorityTest.t ..... ok
epicsThreadPrivateTest.t ...... ok
epicsThreadHooksTest.t ........ ok
epicsThreadPoolTest.t ......... ok
epicsExitTest.t ............... ok
epicsTimerTest.t .............. ok
ringPointerTest.t ............. ok
ringBytesTest.t ............... ok
epicsEventTest.t .............. ok
epicsMutexTest.t .............. ok
epicsSpinTest.t ............... ok
epicsAtomicTest.t ............. ok
macDefExpandTest.t ............ ok
cvtFastTest.t ................. ok
macLibTest.t .................. ok
aslibtest.t ................... ok
macLib.t ...................... ok
taskwdTest.t .................. ok
blockingSockTest.t ............ ok
epicsMessageQueueTest.t ....... ok
epicsStackTraceTest.t .........
not ok 3 - dumping global symbols
not ok 4 - dumping local symbols
not ok 5 - dumping addresses
Failed 3/5 subtests
ipAddrToAsciiTest.t ........... ok
osiSockTest.t ................. ok
testexecname.t ................ ok
yajlTest.t .................... ok
iocshTest.t ................... ok
epicsLoadTest.t ............... ok
nonEpicsThreadPriorityTest.t .. ok
Test Summary Report
-------------------
epicsStackTraceTest.t (Wstat: 0 Tests: 5 Failed: 3)
Failed tests: 3-5
Files=48, Tests=4274, 200 wallclock secs ( 1.61 usr 0.17 sys + 3.66 cusr 2.52 csys = 7.96 CPU)
Result: FAIL
-------------------
-------------------------------------------------------------------
/home/epics/EPICS/epics-base/modules/pvData/testApp/O.linux-aarch64
testThread.t ............ ok
testEvent.t ............. ok
testTimer.t ............. ok
testBitSet.t ............ ok
testOverrunBitSet.t ..... ok
testByteBuffer.t ........ ok
testBaseException.t ..... ok
testSharedVector.t ...... ok
testDebugPtr.t .......... ok
testSerialization.t ..... ok
testTimeStamp.t ......... ok
testTypeCast.t .......... ok
testUnitTest.t .......... ok
testjson.t .............. ok
test_reftrack.t ......... ok
testanyscalar.t ......... ok
testprinter.t ........... ok
testBitSetUtil.t ........ ok
testIntrospect.t ........ ok
testPVType.t ............ ok
testStandardField.t ..... ok
testStandardPVField.t ... ok
testPVData.t ............ ok
testPVUnion.t ........... ok
testConvert.t ........... ok
testPVScalarArray.t ..... ok
testPVStructureArray.t .. ok
testOperators.t ......... ok
testFieldBuilder.t ...... ok
testValueBuilder.t ...... ok
testProperty.t .......... ok
testCreateRequest.t ..... ok
All tests successful.
Files=32, Tests=2653, 68 wallclock secs ( 0.89 usr 0.12 sys + 0.80 cusr 0.22 csys = 2.03 CPU)
Result: PASS
-------------------
-------------------------------------------------------------------------
/home/epics/EPICS/epics-base/modules/database/test/ioc/db/O.linux-aarch64
dbScanTest.t ............... ok
dbShutdownTest.t ........... ok
dbPutLinkTest.t ............ ok
dbLockTest.t ............... ok
dbStressTest.t ............. ok
testdbConvert.t ............ ok
callbackTest.t ............. ok
callbackParallelTest.t ..... ok
dbStateTest.t .............. ok
dbServerTest.t ............. ok
dbCaStatsTest.t ............ ok
dbCaLinkTest.t ............. ok
scanIoTest.t ............... ok
dbChannelTest.t ............ ok
dbChArrTest.t .............. ok
chfPluginTest.t ............ ok
arrShorthandTest.t ......... ok
recGblCheckDeadbandTest.t .. ok
testPutGetTest.t ........... ok
dbStaticTest.t ............. ok
All tests successful.
Files=20, Tests=2873, 80 wallclock secs ( 1.06 usr 0.09 sys + 23.20 cusr 16.84 csys = 41.19 CPU)
Result: PASS
-------------------
---------------------------------------------------------------------------------
/home/epics/EPICS/epics-base/modules/database/test/ioc/dbtemplate/O.linux-aarch64
msi.t .. ok
All tests successful.
Files=1, Tests=12, 0 wallclock secs ( 0.06 usr 0.00 sys + 0.06 cusr 0.02 csys = 0.14 CPU)
Result: PASS
-------------------
--------------------------------------------------------------------------
/home/epics/EPICS/epics-base/modules/database/test/std/rec/O.linux-aarch64
arrayOpTest.t ........... ok
recMiscTest.t ........... ok
linkRetargetLinkTest.t .. ok
linkInitTest.t .......... ok
compressTest.t .......... ok
asyncSoftTest.t ......... ok
softTest.t .............. ok
seqTest.t ............... ok
asTest.t ................ ok
analogMonitorTest.t ..... ok
scanEventTest.t ......... ok
regressTest.t ........... ok
simmTest.t .............. ok
mbbioDirectTest.t ....... ok
asyncproctest.t ......... ok
netget.t ................ ok
All tests successful.
Files=16, Tests=4392, 20 wallclock secs ( 1.09 usr 0.09 sys + 1.84 cusr 0.46 csys = 3.48 CPU)
Result: PASS
-------------------
---------------------------------------------------------------------------
/home/epics/EPICS/epics-base/modules/database/test/std/link/O.linux-aarch64
lnkStateTest.t .. ok
lnkCalcTest.t ... ok
All tests successful.
Files=2, Tests=58, 1 wallclock secs ( 0.09 usr 0.00 sys + 0.06 cusr 0.03 csys = 0.18 CPU)
Result: PASS
-------------------
------------------------------------------------------------------------------
/home/epics/EPICS/epics-base/modules/database/test/std/filters/O.linux-aarch64
tsTest.t .... ok
dbndTest.t .. ok
arrTest.t ... ok
syncTest.t .. ok
decTest.t ... ok
All tests successful.
Files=5, Tests=1809, 3 wallclock secs ( 0.39 usr 0.02 sys + 0.18 cusr 0.07 csys = 0.66 CPU)
Result: PASS
-------------------
------------------------------------------------------------------------
/home/epics/EPICS/epics-base/modules/database/test/tools/O.linux-aarch64
Base.t ........ ok
Breaktable.t .. ok
DBD.t ......... ok
Device.t ...... ok
Driver.t ...... ok
Function.t .... ok
Menu.t ........ ok
Recfield.t .... ok
Recordtype.t .. ok
Registrar.t ... ok
Variable.t .... ok
All tests successful.
Files=11, Tests=293, 2 wallclock secs ( 0.17 usr 0.01 sys + 1.39 cusr 0.18 csys = 1.75 CPU)
Result: PASS
-------------------
---------------------------------------------------------------------
/home/epics/EPICS/epics-base/modules/pvAccess/testApp/O.linux-aarch64
testAtomicBoolean.t ..... ok
testHexDump.t ........... ok
testInetAddressUtils.t .. ok
configurationTest.t ..... ok
testFairQueue.t ......... ok
testWildcard.t .......... ok
testChannelAccess.t ..... ok
testCodec.t ............. ok
testRPC.t ............... ok
testServerContext.t ..... ok
testmonitorfifo.t ....... ok
testsharedstate.t ....... ok
All tests successful.
Files=12, Tests=6381, 29 wallclock secs ( 1.15 usr 0.05 sys + 2.51 cusr 0.60 csys = 4.31 CPU)
Result: PASS
-------------------
--------------------------------------------------------------------
/home/epics/EPICS/epics-base/modules/pvAccess/testCa/O.linux-aarch64
testCaProvider.t .. ok
All tests successful.
Files=1, Tests=143, 1 wallclock secs ( 0.08 usr 0.00 sys + 0.08 cusr 0.03 csys = 0.19 CPU)
Result: PASS
-------------------
------------------------------------------------------------------------
/home/epics/EPICS/epics-base/modules/normativeTypes/test/O.linux-aarch64
ntfieldTest.t ............... ok
ntscalarTest.t .............. ok
ntscalarArrayTest.t ......... ok
ntnameValueTest.t ........... ok
ntmultiChannelTest.t ........ ok
ntscalarMultiChannelTest.t .. ok
nttableTest.t ............... ok
ntndarrayTest.t ............. ok
ntmatrixTest.t .............. ok
ntenumTest.t ................ ok
ntunionTest.t ............... ok
ntaggregateTest.t ........... ok
ntattributeTest.t ........... ok
ntndarrayAttributeTest.t .... ok
ntcontinuumTest.t ........... ok
nthistogramTest.t ........... ok
ntutilsTest.t ............... ok
validatorTest.t ............. ok
All tests successful.
Files=18, Tests=687, 1 wallclock secs ( 0.28 usr 0.04 sys + 0.44 cusr 0.12 csys = 0.88 CPU)
Result: PASS
-------------------
--------------------------------------------------------------------
/home/epics/EPICS/epics-base/modules/pvDatabase/test/O.linux-aarch64
testPlugin.t ......... ok
testPVCopy.t ......... ok
testPVRecord.t ....... ok
testExampleRecord.t .. ok
testLocalProvider.t .. ok
testPVAServer.t ...... ok
All tests successful.
Files=6, Tests=107, 0 wallclock secs ( 0.11 usr 0.01 sys + 0.16 cusr 0.04 csys = 0.32 CPU)
Result: PASS
-------------------
-------------------------------------------------------------------
/home/epics/EPICS/epics-base/modules/pva2pva/p2pApp/O.linux-aarch64
testmon.t .. ok
All tests successful.
Files=1, Tests=79, 0 wallclock secs ( 0.08 usr 0.00 sys + 0.02 cusr 0.00 csys = 0.10 CPU)
Result: PASS
-------------------
--------------------------------------------------------------------
/home/epics/EPICS/epics-base/modules/pva2pva/testApp/O.linux-aarch64
testweak.t ......... ok
testtest.t ......... ok
testpvif.t ......... ok
testpdb.t .......... ok
testpvalink.t ...... ok
testgroupconfig.t .. ok
testdbf_copy.t ..... ok
All tests successful.
Test Summary Report
-------------------
testpvif.t (Wstat: 0 Tests: 88 Failed: 0)
TODO passed: 35
Files=7, Tests=342, 3 wallclock secs ( 0.20 usr 0.02 sys + 0.39 cusr 0.10 csys = 0.71 CPU)
Result: PASS
-------------------
Test failures were reported in:
/home/epics/EPICS/epics-base/modules/libcom/test/O.linux-aarch64
configure/RULES_TOP:54: recipe for target 'runtests' failed
- Replies:
- Re: Problem with installing epics base on Jetson nano Johnson, Andrew N. via Tech-talk
- References:
- Problem with installing epics base on Jetson nano 신동호 via Tech-talk
- Re: Problem with installing epics base on Jetson nano Johnson, Andrew N. via Tech-talk
- Re: Problem with installing epics base on Jetson nano Johnson, Andrew N. via Tech-talk
- Navigate by Date:
- Prev:
JUMO diraTRON 104 Modbus Patrick Oppermann via Tech-talk
- Next:
Re: Problem with installing epics base on Jetson nano Johnson, Andrew N. via Tech-talk
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
<2020>
2021
2022
2023
2024
2025
- Navigate by Thread:
- Prev:
Re: Problem with installing epics base on Jetson nano Johnson, Andrew N. via Tech-talk
- Next:
Re: Problem with installing epics base on Jetson nano Johnson, Andrew N. via Tech-talk
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
<2020>
2021
2022
2023
2024
2025