Date: Tue, 18 Sep 2018 15:11:47 +0300 From: <graahnul.grom@gmail.com> To: freebsd-ports@freebsd.org Subject: Re: gnu artanis Message-ID: <20180918151147.6cc54561@demon> In-Reply-To: <CAJYUOtfVrtVow1-JEqQ2X=hHjvj1wpFnU=643wvxkNEzVjGq6A@mail.gmail.com> References: <CAJYUOtfVrtVow1-JEqQ2X=hHjvj1wpFnU=643wvxkNEzVjGq6A@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 17 Sep 2018 21:22:37 +0300 Java House <java4dev@gmail.com> wrote: > Hello > > I decided to start using Gnu Guile and while I managed to > build Gnu Guile > http://nikolasnikou.blogspot.com/2018/08/build-guile-for-freebsd.html > > I am still trying to build Gnu Artanis under FreeBSD 11.2 > I come to the point that gmake fails with following error > > In unknown file: > 4 (primitive-load-path "artanis/server/epoll" > #<procedure?>) In ice-9/eval.scm: > 626:19 3 (_ #<directory (artanis server epoll) > 80509ef00>) 173:47 2 (_ #<directory (artanis server > 80509ef00>epoll) 80509ef00>) > In unknown file: > 1 (dynamic-func "epoll_create" > #<dynamic-object #f>) In ice-9/boot-9.scm: > 752:25 0 (dispatch-exception _ _ _) > > ice-9/boot-9.scm:752:25: In procedure dispatch-exception: > In procedure dynamic-pointer: Symbol not found: > epoll_create gmake: *** [Makefile:77: > obj/artanis/artanis.go] Error 1 > > > I couldnt find any way how to include a library that > supports epoll_create > > Does anyone know how to solve this issue? epoll_create() (and all epoll facility) is Linux-specific. http://man7.org/linux/man-pages/man2/epoll_create.2.html > Thank you for your help > KInd Regards > Nikolas > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180918151147.6cc54561>