evm icon indicating copy to clipboard operation
evm copied to clipboard

dyld error on Travis OSX with Emacs 24.4-bin and 24.5-bin

Open rexim opened this issue 9 years ago • 2 comments

Hello!

First of all, thanks for evm! It's a really great thing! Appreciate your work on it.

I use evm on CI for my little Emacs Lisp project. The CI was Linux only, but recently I decided to enable OSX (since Travis support it). And here is the result: https://travis-ci.org/rexim/org-cliplink/builds/110644721

The Linux builds are ok as they supposed to be. OSX builds for 24.1-bin, 24.2-bin and 24.3-bin are failed because of a bug in my application. I'll fix it. But 24.4 and 24.5 are errored because of some strange linker (I suppose dyld is an OSX linker or something, I'm not a big expert in OSXs I'm sorry) error:

  • https://travis-ci.org/rexim/org-cliplink/jobs/110644735#L62
  • https://travis-ci.org/rexim/org-cliplink/jobs/110644736#L62

I tried to google that error, but found nothing specifically for Emacs. Here is the .travis.yml.

Do you have any ideas on what's going on there? Am I doing something wrong?

Thanks!

rexim avatar Feb 24 '16 20:02 rexim

Oh my! I'm really sorry! I didn't notice the Deprecation Warning! https://github.com/rejeep/evm#deprecation-warning Let me try this out...

rexim avatar Feb 25 '16 07:02 rexim

I didn't notice the Deprecation Warning!

It may still not solve that issue as those are built on the Travis Linux machine. But try it out, I haven't, it might work.

rejeep avatar Feb 25 '16 20:02 rejeep