Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined aliens on CentOS 7 #75

Open
hjudt opened this issue Oct 30, 2018 · 2 comments
Open

Undefined aliens on CentOS 7 #75

hjudt opened this issue Oct 30, 2018 · 2 comments

Comments

@hjudt
Copy link

hjudt commented Oct 30, 2018

When deploying woo in an centos7 container, i get these messages:

STYLE-WARNING: Undefined alien: "ev_default_loop_uc_"
STYLE-WARNING: Undefined alien: "ev_is_default_loop"
STYLE-WARNING: Undefined alien: "ev_loop"
STYLE-WARNING: Undefined alien: "ev_unloop"
STYLE-WARNING: Undefined alien: "ev_default_destroy"
STYLE-WARNING: Undefined alien: "ev_default_fork"
STYLE-WARNING: Undefined alien: "ev_loop_count"
STYLE-WARNING: Undefined alien: "ev_loop_depth"
STYLE-WARNING: Undefined alien: "ev_loop_verify"

and:
[14:04:14] woo.ev.tcp - Unexpected error (Code: 104)

Are there any constraints on the libev version? libev-4.15 is installed.
Apart from the error message, it seems to work fine.

@fukamachi
Copy link
Owner

I never tried, however, not surprising there’s some API differences with older libev.
Can you upgrade it to the latest version, 4.24? 4.15 was out 5 years ago.

@hjudt
Copy link
Author

hjudt commented Oct 31, 2018

For the record, I have upgraded to 4.24 and still get the style warnings and also the Unexpected error Code 104.
libev-devel.x86_64 4.24-alt1 installed
libev4.x86_64 4.24-alt1 installed
I also use the latest quicklisp dist.

@fukamachi fukamachi changed the title Undefined aliens Undefined aliens on CentOS 7 Aug 9, 2019
@fukamachi fukamachi added this to Inbox in Personal Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Personal
  
Inbox
Development

No branches or pull requests

2 participants