[Csnd-dev] Failed: csound/csound#1268 (develop - 1d94318) (fwd)
Date | 2016-03-09 16:13 |
From | jpff |
Subject | [Csnd-dev] Failed: csound/csound#1268 (develop - 1d94318) (fwd) |
Does anyone understand tese failures? it look internal to travis; code builds OK for me. ---------- Forwarded message ---------- Date: Wed, 9 Mar 2016 15:49:38 +0000 From: Travis CI |
Date | 2016-03-09 17:55 |
From | Felipe Sateler |
Subject | Re: [Csnd-dev] Failed: csound/csound#1268 (develop - 1d94318) (fwd) |
I can reproduce on debian sid. I'm now buildin with BUILD_STATIC_LIBRARY=OFF to determine if that causes liblo to be pulled in statically instead of a shared lib. Saludos On 9 March 2016 at 13:13, jpff |
Date | 2016-03-09 19:29 |
From | Felipe Sateler |
Subject | Re: [Csnd-dev] Failed: csound/csound#1268 (develop - 1d94318) (fwd) |
It seems the problem is this: https://github.com/csound/csound/blob/develop/cmake/Modules/FindLIBLO.cmake#L8 find_library(LIBLO_LIBRARY NAMES liblo.a lo) So cmake is searching first for the static version. If it exists, it will use it. Saludos On 9 March 2016 at 14:55, Felipe Sateler |
Date | 2016-03-09 19:45 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Failed: csound/csound#1268 (develop - 1d94318) (fwd) |
Maybe this was changed for the windows build. It needs to check for the platform. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland > On 9 Mar 2016, at 19:29, Felipe Sateler |
Date | 2016-03-09 21:03 |
From | Michael Gogins |
Subject | Re: [Csnd-dev] Failed: csound/csound#1268 (develop - 1d94318) (fwd) |
Then the find file should have a test to use static for mingw64 and otherwise dynamic. I will do it tomorrow if nobody else does it first. Regards, Mike It seems the problem is this:
https://github.com/csound/csound/blob/develop/cmake/Modules/FindLIBLO.cmake#L8 find_library(LIBLO_LIBRARY NAMES liblo.a lo) So cmake is searching first for the static version. If it exists, it will use it. Saludos On 9 March 2016 at 14:55, Felipe Sateler <fsateler@gmail.com> wrote: > I can reproduce on debian sid. I'm now buildin with > BUILD_STATIC_LIBRARY=OFF to determine if that causes liblo to be > pulled in statically instead of a shared lib. > > Saludos > > On 9 March 2016 at 13:13, jpff <jpff@codemist.co.uk> wrote: >> Does anyone understand tese failures? it look internal to travis; code >> builds OK for me. >> >> >> ---------- Forwarded message ---------- >> Date: Wed, 9 Mar 2016 15:49:38 +0000 >> From: Travis CI <builds@TRAVIS-CI.ORG> >> Reply-To: Csound-developers <CSOUND-DEV@LISTSERV.HEANET.IE> >> To: CSOUND-DEV@LISTSERV.HEANET.IE >> Subject: [Csnd-dev] Failed: csound/csound#1268 (develop - 1d94318) >> >> [4031607?s=40&d=https%3A%2F%2Ftravis-ci.org%2Fimages%2Fmailer%2Fmascot-avatar >> -40px.png] csound / csound (develop) >> [failed.png] >> Build #1268 failed.[arrow-failed.png] >> [stopwatch-failed.png] >> 2 minutes and 10 seconds >> [e807ca2feb9a88dc9d7a722690e007d5?s=15&d=https%3A%2F%2Ftravis-ci.org%2Fimages >> %2Fmailer%2Fmascot-avatar-15px.png] >> gogins >> 1d94318 Changeset → >> >> Find modules for mingw64 build and associated changes. >> >> Want to know about upcoming build environment updates? >> >> Would you like to stay up-to-date with the upcoming Travis CI build >> environment updates? We set up a mailing list for you! Sign up here. >> >> [email-footer-travis-logo.png] >> Documentation about Travis CI >> For help please join our IRC channel irc.freenode.net#travis. >> Choose who receives these build notification emails in your configuration >> file. [travis-mascot.png] >> >> Would you like to test your private code? >> >> Travis CI for Private Projects could be your new best friend! >> >> [open.php?u=30007208&id=16fddb41129d40ce9653927b3b9b70fd] > > > > -- > > Saludos, > Felipe Sateler -- Saludos, Felipe Sateler |