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

Cliff Jansen commented on PROTON-1982:
--------------------------------------

For me, the builds work up to f53c768 and fail after 0bdba37 - PROTON-1887: [c] 
Convert C tests to use Catch2 harness.

0bdba37 appears to rework CMake config files but I don't see anything that 
would necessitate new dependencies.

  https://github.com/cliffjansen/amqpsource/blob/master/Dockerfile

is the Dockerfile I am using.  Using that with the lines removed after the 
actual cmake command should be a reproducer on amd64 and the "git checkout" 
line altered to 0bdba37 or HEAD on master.

> Proton C build fails on debian:stretch
> --------------------------------------
>
>                 Key: PROTON-1982
>                 URL: https://issues.apache.org/jira/browse/PROTON-1982
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-c
>    Affects Versions: proton-c-0.27.0
>            Reporter: Cliff Jansen
>            Priority: Major
>
> Using master, CMake fails with:
>  
>  CMake Error: CMake can not determine linker language for target: c-core-test
>  CMake Error: Cannot determine link language for target "c-core-test".
>  CMake Error: CMake can not determine linker language for target: c-extra-test
>  CMake Error: Cannot determine link language for target "c-extra-test".
>  CMake Error: CMake can not determine linker language for target: 
> c-proactor-test
>  CMake Error: Cannot determine link language for target "c-proactor-test".
>  
> run command:
>  
>  cmake -DBUILD_GO=ON -DBUILD_CPP=OFF -DBUILD_PYTHON=OFF 
> -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Release
>  
> also fails with same error messages with simplfied args
>  
>  cmake -DBUILD_GO=ON  -DCMAKE_BUILD_TYPE=Release ..
>  
> This appears to be platform specific
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to