From owner-freebsd-ports-bugs@freebsd.org Wed Nov 30 18:17:44 2016 Return-Path: Delivered-To: freebsd-ports-bugs@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 64566C5DCCE for ; Wed, 30 Nov 2016 18:17:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 39A3E1D31 for ; Wed, 30 Nov 2016 18:17:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uAUIHgKo013263 for ; Wed, 30 Nov 2016 18:17:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 214381] ports make install doesn't handle symbolic links correctly Date: Wed, 30 Nov 2016 18:17:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: david@catwhisker.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bapt@FreeBSD.org X-Bugzilla-Flags: merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2016 18:17:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214381 --- Comment #20 from david@catwhisker.org --- Hmmm... :-( Despite the apparent good news, there seems to remain an edge = case that still fails -- and the circumvention also fails. g1-252(11.0-S)[18] port_install_chk -d 2 \* port_install_chk: Identified 1 missing file(s) for print/ghostscript9-agpl-base: /usr/local/share/ghostscript/9.16/Resource/CIDFont/fonts port_install_chk: Identified 7 missing file(s) for print/gsfonts: /usr/local/share/ghostscript/fonts/GothicBBB-Medium /usr/local/share/ghostscript/fonts/GothicBBB-Medium.gs7 /usr/local/share/ghostscript/fonts/MSung-Light /usr/local/share/ghostscript/fonts/Ryumin-Light /usr/local/share/ghostscript/fonts/Ryumin-Light.gs7 /usr/local/share/ghostscript/fonts/STHeiti-Regular /usr/local/share/ghostscript/fonts/STSong-Light port_install_chk: Identified 1 missing file(s) for net/linux-c6-openldap: /compat/linux/etc/openldap port_install_chk: Identified 1 missing file(s) for devel/linux-c6-qt47: /compat/linux/usr/lib/qt47/bin/qdbus port_install_chk: Identified 2 missing file(s) for emulators/linux_base-c6: /compat/linux/usr/lib/lsb/install_initd /compat/linux/usr/lib/lsb/remove_initd port_install_chk: Identified 1 missing file(s) for sysutils/polkit: /usr/local/etc/polkit-1/rules.d/50-default.rules g1-252(11.0-S)[19]=20 The above seem to tend to be symlinks themselves -- e.g.: g1-252(11.0-S)[20] ls -lT /compat/linux/etc/openldap lrwxr-xr-x 1 root wheel 23 Nov 30 09:52:13 2016 /compat/linux/etc/openld= ap -> /usr/local/etc/openldap g1-252(11.0-S)[21] ls -lT /usr/local/etc/openldap ls: /usr/local/etc/openldap: No such file or directory g1-252(11.0-S)[22] pkg info --list-files net/linux-c6-openldap | grep etc /compat/linux/etc/openldap g1-252(11.0-S)[23] --=20 You are receiving this mail because: You are on the CC list for the bug.=