You are not logged in.

#1 2016-06-03 16:37:30

nobicycle
Member
Registered: 2014-07-01
Posts: 15

Orthanc 0.8.6 to 1.0.0 - Are these check fails important?

Dear all,
Orthanc is a medical image server. The maintainer hasn't replied yet about fixing it (license array, dynamic linking), so I tried my first PKGBUILD!!!
Amazingly it compiled but did not pass 2 out of 145 tests. (see below)

I wonder if some expert can pass judgement on if they are important, or even better help fix it? The updated PKGBUILD is in the comments here:
https://aur.archlinux.org/packages/orthanc/

Perhaps the problem is related to my shaky internet connection?

Best


Test Fail 1
RUN      ] HttpClient.Basic
E0604 00:00:37.218025 HttpClient.cpp:111] libCURL error: Timeout was reached
unknown file: Failure
Unknown C++ exception thrown in the test body.
[  FAILED  ] HttpClient.Basic (10000 ms)


Test Fail 2
RUN      ] Lua.Http
E0604 00:00:53.369621 HttpClient.cpp:111] libCURL error: Timeout was reached
E0604 00:00:53.369663 LuaContext.cpp:234] Lua: Error in HttpGet() for URL http://www.montefiore.ulg.ac.be/~jodogn … s/JSON.lua
E0604 00:00:53.369690 LuaContext.cpp:549] Error while executing Lua script: [string "line"]:1: bad argument #1 to 'loadstring' (string expected, got nil)
unknown file: Failure
Unknown C++ exception thrown in the test body.
[  FAILED  ] Lua.Http (10002 ms)

Offline

#2 2016-06-05 15:12:17

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: Orthanc 0.8.6 to 1.0.0 - Are these check fails important?

source url has changed, this appears to be new location :

http://orthanc-server.com/downloads/get.php?path=/orthanc/Orthanc-1.0.0.tar.gz

There's atleast 1 missing makedep, boost , and it looks like most makedeps are also runtime dependencies .


[----------] Global test environment tear-down
[==========] 145 tests from 42 test cases ran. (3596 ms total)
[  PASSED  ] 145 tests.

  YOU HAVE 2 DISABLED TESTS

The tests run fine on my system.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2016-06-06 06:18:25

nobicycle
Member
Registered: 2014-07-01
Posts: 15

Re: Orthanc 0.8.6 to 1.0.0 - Are these check fails important?

Thank you very much Lone_Wolf.

Offline

Board footer

Powered by FluxBB