From owner-freebsd-ports@freebsd.org Mon Sep 17 18:22:39 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73C7E10A3B97 for ; Mon, 17 Sep 2018 18:22:39 +0000 (UTC) (envelope-from java4dev@gmail.com) Received: from mail-io1-xd32.google.com (mail-io1-xd32.google.com [IPv6:2607:f8b0:4864:20::d32]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C4E3864A8 for ; Mon, 17 Sep 2018 18:22:39 +0000 (UTC) (envelope-from java4dev@gmail.com) Received: by mail-io1-xd32.google.com with SMTP id q4-v6so12293184iob.8 for ; Mon, 17 Sep 2018 11:22:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=a6g8+v6QDIhYG2i4SdBzcHG3i1HlYpFo/uMOUkR9+qg=; b=R2OZefSEDk7u6yy9zGbnmq1FFnG/W7tCr1T3x5Y5BCu9Nu6CaUnGLJpEqhFEzToVUe oDgadxa6DgkRu4uXGt88Zu5/3fR90lSIA8yytabWlpoPqmjU7egNJXDE8BFrdKg6yAKk us4EbtUKI9boCqpNM4tGvSPwT1tGzn3J6k+rPOI5hVbaUuNuEB0yrpN5Z3pkwU09Jc+d UqQb/UKU8EWYiGtyWxsA5AN/6ePBHZCYfpj4iwIfvCFnSemVbuU5q4ZJJ7z3wF8NTYXE YcJ7oGy6PVqtzIk2ESt3hHJTAGNlCp0rJFJ4j+r9RRW5hS0E7XCtxhGwGKWVAYf0Nhwo iYzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=a6g8+v6QDIhYG2i4SdBzcHG3i1HlYpFo/uMOUkR9+qg=; b=Owv2TyglCBPbzFplL9EiOXgbykqqrypfnnfaUqDogOHwZr8i6CA7Bye3vPFIKt7ngn MjavHX6KOESGCarDd9T08HIO2GEwe+vc5XjI3Xxyo4N+AQj3yf701ePYIVIQrOz6UzcN gZPmfRyHCwwBV51xEwukL/jdPgt47gBW+qRXRZ60RF6dKjhJMrse0GffqeBhipd/j87D j1qig6M1j6pCzaJJgzim7DKJJ1RsgUk/DeJgCHuaZva+JIQK4ATGqpZ60EA/qTEzLTmF tx9dEqEluWFrxzvPgvTcwzeevCZnb3iTe7RgTglI0qH/2JQQsPZpTC3w+zWN7TP1LYGv 0Jfw== X-Gm-Message-State: APzg51DA+JRonXBeV+IlBeP0BdPCbk/0jo2bignvkyY4er+rYsf6S0h8 OAh64sk8vSNQ9CU3fw+qouiO2WX04AsejfyYR+XhlQ== X-Google-Smtp-Source: ANB0VdbDgowyagzRoYiwW3HfkIBC1wxktUMBjMqsx6Yl1ae6qFRd0PDe3Bd2vDhj5mB/3X1CxtqOzvBAbdTZCilmLoU= X-Received: by 2002:a6b:7618:: with SMTP id g24-v6mr13567374iom.276.1537208558256; Mon, 17 Sep 2018 11:22:38 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a4f:61c5:0:0:0:0:0 with HTTP; Mon, 17 Sep 2018 11:22:37 -0700 (PDT) From: Java House Date: Mon, 17 Sep 2018 21:22:37 +0300 Message-ID: Subject: gnu artanis To: freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2018 18:22:39 -0000 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" #) In ice-9/eval.scm: 626:19 3 (_ #) 173:47 2 (_ #) In unknown file: 1 (dynamic-func "epoll_create" #) 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? Thank you for your help KInd Regards Nikolas