Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Oct 2017 12:07:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-doc@FreeBSD.org
Subject:   [Bug 222737] make install creates recursive symbolic links
Message-ID:  <bug-222737-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222737

            Bug ID: 222737
           Summary: make install creates recursive symbolic links
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Documentation
          Assignee: freebsd-doc@FreeBSD.org
          Reporter: wosch@FreeBSD.org

If you run `make install' twice for the web pages, then you will get broken
symlinks for the security patches:

export DESTDIR=3D$(mktemp -d);=20

WEB_ONLY=3DYES make install; egrep -rl wosch $DESTDIR >/dev/null=20
=3D=3D=3D=3D> Creating symlinks in /tmp/tmp.cro8qBGF/data/security/patches
tcp47.patch -> SA-04:04/tcp47.patch
tcp47.patch.asc -> SA-04:04/tcp47.patch.asc
tcp52.patch -> SA-04:04/tcp52.patch
tcp52.patch.asc -> SA-04:04/tcp52.patch.asc
SA-10-05 -> SA-10:05
SA-04:09/kadmind.patch -> kadmin.patch
SA-04:09/kadmind.patch.asc -> kadmin.patch.asc
SA-02:40/kadmin.patch -> kadmind.patch
SA-02:40/kadmin.patch.asc -> kadmind.patch.asc
SA-00:23/ip_options.diff -> ip-options.diff
SA-00:23/ip_options.diff.asc -> ip-options.diff.asc

WEB_ONLY=3DYES make install; egrep -rl wosch $DESTDIR >/dev/null=20
=3D=3D=3D=3D> Creating symlinks in /tmp/tmp.cro8qBGF/data/security/patches
tcp47.patch -> SA-04:04/tcp47.patch
tcp47.patch.asc -> SA-04:04/tcp47.patch.asc
tcp52.patch -> SA-04:04/tcp52.patch
tcp52.patch.asc -> SA-04:04/tcp52.patch.asc
SA-10-05 -> SA-10:05
SA-04:09/kadmind.patch -> kadmin.patch
SA-04:09/kadmind.patch.asc -> kadmin.patch.asc
SA-02:40/kadmin.patch -> kadmind.patch
SA-02:40/kadmin.patch.asc -> kadmind.patch.asc
SA-00:23/ip_options.diff -> ip-options.diff
SA-00:23/ip_options.diff.asc -> ip-options.diff.asc
egrep: /tmp/tmp.cro8qBGF/data/security/patches/SA-10:05/SA-10:05: Too many
levels of symbolic links
egrep: /tmp/tmp.cro8qBGF/data/security/patches/SA-10-05/SA-10:05: Too many
levels of symbolic links

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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