From owner-freebsd-ports@freebsd.org Fri Mar 24 11:50:42 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 94957D1B9CB for ; Fri, 24 Mar 2017 11:50:42 +0000 (UTC) (envelope-from zerotronic@gmail.com) Received: from mail-yw0-x22b.google.com (mail-yw0-x22b.google.com [IPv6:2607:f8b0:4002:c05::22b]) (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 567201BAE for ; Fri, 24 Mar 2017 11:50:42 +0000 (UTC) (envelope-from zerotronic@gmail.com) Received: by mail-yw0-x22b.google.com with SMTP id i203so28369ywc.3 for ; Fri, 24 Mar 2017 04:50:42 -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=WA9D5ykL0fnO9h6hYukBN1WhHGMWyv5PDgNQJlH/7jA=; b=OjqKPAQ7NPU4Nu5bHSzYHqY1Z9weuZp0G604lwEeMf7yP+zXLmeipo4lk1Bk5QIlhq afQ9xbW/rYjkENzzfK80zHKiUVQmNu+MYO6phjlvbHlPidt58h44Hjy//KO7/8ZduVaj FjVZRQEBQXnWFZonS1anRWh/NE65ypbA//UlQ9UPwHlbpUnpcydQnyOWPJtdSa2bWJwG IKyTwWz6NoxIsI6LRoomGtXvs+Duh6TUNRV36rkL6wSB3DOBe3lNmWxZBPafZMnZbwvV zKWEdB6cBq2MT0htT1PHr6yNxXwP/c4ozycX0xrIJXzdptyPGYTwUJnmovRKLI9WtuUo djBg== 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=WA9D5ykL0fnO9h6hYukBN1WhHGMWyv5PDgNQJlH/7jA=; b=YtocdlkU57j51Ue04h2XONEngXwTi2EoEKhUoje43T9C0gmKhz7re25mQp4POublQf lclR6FXfzmuxZENBGNEim0FkNxsfLUDeJJvE2+Jo0ovy8JzThwCEppBN8gyB3tXcZWBt 5dnXBQe1fT1vNXiPokBwHWX6YpRUGcPSFYbOyIqqxdvZVaq9OnzXhmYkrFSNDNUIexfi Sshux8blREUgxKfwZ05xUeMC5vei6k30WIa0bj+ih8uC+dEn8iUZ4mbTv00b0sHetvOA SSX8d5aL2cMOwx633KPfWg+PvHeodWF2o/LpSMk/ZwlPvU+ThWYLkhk2MNtTlcq0eeVU QYUQ== X-Gm-Message-State: AFeK/H0Fg5hHhm/iXptlqGT2/lWtEPtFXUITovnNNP8msrgdRYU3GguegfaF2tOefZ1AURmuujb9jhdsvXWLIQ== X-Received: by 10.37.177.135 with SMTP id h7mr5754112ybj.24.1490356241220; Fri, 24 Mar 2017 04:50:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.13.196.5 with HTTP; Fri, 24 Mar 2017 04:50:40 -0700 (PDT) From: Nikos Kastanas Date: Fri, 24 Mar 2017 13:50:40 +0200 Message-ID: Subject: archivers/lzo2 will not install To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Fri, 24 Mar 2017 11:50:42 -0000 Hello, My machine is a FreeBSD 11.0-RELEASE-p8 GENERIC amd64 box. I had archivers/lzo2 2.09 installed and after trying to update it to 2.10 portmaster removed the previous version and failed to install the new one with the following error: ===> Registering installation for lzo2-2.10 pkg-static: Unable to access file /usr/ports/archivers/lzo2/work/stage/usr/local/lib/pkgconfig/lzo2.pc:No such file or directory *** Error code 74 A simple ls shows that the folder pkgconfig indeed does not exist in /usr/ports/archivers/lzo2/work/stage/usr/local/lib/ I tried installing it using make install clean from the port directory, instead of using portmaster, and i get the exact same error. Any help would be appreciated. Thank you in advance.