From owner-freebsd-ports@freebsd.org Sun Oct 23 18:23:52 2016 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 E40A0C1ED7E for ; Sun, 23 Oct 2016 18:23:52 +0000 (UTC) (envelope-from piotr-l@netexpert.pl) Received: from serwer.netexpert.pl (serwer.netexpert.pl [81.210.116.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7301B8A6 for ; Sun, 23 Oct 2016 18:23:52 +0000 (UTC) (envelope-from piotr-l@netexpert.pl) Received: from [127.0.0.1] (localhost [127.0.0.1]) by serwer.netexpert.pl (Postfix) with ESMTP id 2BD602414 for ; Sun, 23 Oct 2016 20:15:51 +0200 (CEST) X-Virus-Scanned: antivirus at netexpert.pl Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: piotr-l@netexpert.pl) by serwer.netexpert.pl (Postfix) with ESMTPSA id AF9472403 for ; Sun, 23 Oct 2016 20:15:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netexpert.pl; s=2016; t=1477246537; bh=BR7VGRWIXc84gxU73Q+lpEKlByRZECy/jRhNobx0QPA=; h=To:From:Subject:Message-ID:Date:MIME-Version:Content-Type; b=bHTZzyaJSc1T2dvCT38vuRKolxjJaN+vy9G/RikqPXSrSNwtsXi3aUg0BspcnPWC0 ml9CEQ9X+d6dMVUA/yH2mNWgF51wp1kjksEQMy07pXj1tlFKcorExqiJRInT4ejmIo YCxdTIGrU3Rl7KQzbfEKve4qUZrg9YS/41ucFn7o= To: freebsd-ports@freebsd.org From: Piotr Szafarczyk Subject: links not created by make install Message-ID: <7fe38187-dc34-3db4-63bb-f8ac8ae8f94c@netexpert.pl> Date: Sun, 23 Oct 2016 20:15:34 +0200 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: Sun, 23 Oct 2016 18:23:53 -0000 Hi All, Tell me where / how to diagnose the error please. I have got a system upgraded from 10.1. Problems started with rebuilding ports depending on perl. bin/perl5 and bin/perl5.20.3 were missing. It looks like port building does not create links (after perl the same was with postfix, freeze). Regular files are OK. Freeze is a simple port, best to investigate. Everything looks good at first: tar tvf work/pkg/freeze-2.5_2.txz ... /usr/local/bin/fcat ... /usr/local/bin/freeze link to /usr/local/bin/fcat [...] ls -l work/stage/usr/local/bin -r-xr-xr-x 4 root wheel 22912 Oct 23 17:30 fcat -r-xr-xr-x 4 root wheel 22912 Oct 23 17:30 freeze [...] cat work/.PLIST.flattened /usr/local/bin/fcat /usr/local/bin/freeze [...] However there are no freeze and unfreeze under bin after make install. Only fcat is in /usr/local/bin. While playing with the port I receive errors when deinstalling tries to remove links: [smtpin.ibles.waw.pl] [1/1] Deleting files for freeze-2.5_2: 9% freeze-2.5_2: missing file /usr/local/bin/freeze [...] I cannot find what is going wrong when installing (even with -d flags). How should I debug this? Where and how to look for a cause of this problem? Regards, Piotr