[Bug 214381] ports make install doesn't handle symbolic links correctly

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 30 18:17:44 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214381

--- Comment #20 from david at 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] 

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/openldap
-> /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]

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list