Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Nov 2016 18:17:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214381] ports make install doesn't handle symbolic links correctly
Message-ID:  <bug-214381-13-ISfyyPwNpQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214381-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214381-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214381-13-ISfyyPwNpQ>