From owner-freebsd-ports@freebsd.org Thu Jul 6 10:22:39 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F947DA9DAF for ; Thu, 6 Jul 2017 10:22:39 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: from mail-qt0-x234.google.com (mail-qt0-x234.google.com [IPv6:2607:f8b0:400d:c0d::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C6ED565812 for ; Thu, 6 Jul 2017 10:22:38 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: by mail-qt0-x234.google.com with SMTP id r30so11569194qtc.0 for ; Thu, 06 Jul 2017 03:22:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=to:from:subject:message-id:date:user-agent:mime-version; bh=0POX02K2g17SKNDZrnjRvWgjt0uE2MMDwZHi532Qn68=; b=RXV/AAJtpdmiLJCficXmw3yR7wbjsMfdmM0RTy8lNdPF5kjFIAV18mS8eo56HjvYwS gMSMCPOF/d6AYDnHiA2kwTYaDotrvV3xwoP/mJh1wxIs0ndTK1/4KNrgaEw7xVKJBPlb XnpMLzYm4ng9iCopFTFYB0vt1X5YbLqs9Thuo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version; bh=0POX02K2g17SKNDZrnjRvWgjt0uE2MMDwZHi532Qn68=; b=LLiVW9SRRWAz6Y/hnhsPSUufVDZMiDitcOZPKcKPT6lwzOQVh0Fq/aE4m8q+KCn+AS f9C22SOAPXPUNLryuwHC5gbGMJhE9BXUOqZKoMvVdDVZ03A01cQHuJg0LE9cuklROEXJ ao5a80ZgdbhwfitqeFLh38RJ0nWdRe1Zv4kPKtjq+tRbRjOuuWRATwPWMUkVhBFwNVIQ dXciL+RSypi6XqvozH1jSWWvNWXSY3LoAIXUwEHXOam0X33PqrmfI79BjeQQHVzWMPTu fWk5qCQUvU468MltdLiqxhnrq55g70M06RFOSFZYmrwHAi945hqQUNyws36xJsYim8JE 1q4g== X-Gm-Message-State: AIVw111gaTnmMiW7NsmjWtda7aQ6lpXr7/gRjqftpV33MvCc//hA9z9q hQVWnwAK1FKnwl3RlDE= X-Received: by 10.200.35.221 with SMTP id r29mr33374788qtr.169.1499336557131; Thu, 06 Jul 2017 03:22:37 -0700 (PDT) Received: from ?IPv6:2804:54:19ef:cc00:18c5:68ab:6227:c6e1? ([2804:54:19ef:cc00:18c5:68ab:6227:c6e1]) by smtp.googlemail.com with ESMTPSA id n67sm1205101qte.41.2017.07.06.03.22.34 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Jul 2017 03:22:35 -0700 (PDT) To: freebsd-ports@freebsd.org From: =?UTF-8?B?T3RhY8OtbGlv?= Subject: undefined reference to `kevent@FBSD_1.5' Message-ID: <0a69788e-77bc-62a9-c58c-8823b73f6090@bsd.com.br> Date: Thu, 6 Jul 2017 07:22:32 -0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2017 10:22:39 -0000 After a recent partial ports update in FreeBSD 12 r318838 AMD64 I'm getting some errors when rebuilding ports with this message: undefined reference to `kevent@FBSD_1.5' Can anyone give a tip on what is causing this? Thanks []'s -Otacilio