rejeep / evm

Emacs Version Manager
223 stars 34 forks source link

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

Open rexim opened 8 years ago

rexim commented 8 years ago

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:

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 commented 8 years ago

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...

rejeep commented 8 years ago

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.