Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 08:38:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        elastic@FreeBSD.org
Subject:   [Bug 248843] sysutils/beats6: Hardlinks between usr/local/share and var/db
Message-ID:  <bug-248843-37421@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 248843
           Summary: sysutils/beats6: Hardlinks between usr/local/share and
                    var/db
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: elastic@FreeBSD.org
          Reporter: ltning-freebsd@anduin.net
             Flags: maintainer-feedback?(elastic@FreeBSD.org)
          Assignee: elastic@FreeBSD.org

The port is creating hardlinks in stagedir which pollutes the package, maki=
ng
it impossible to install on systems where /usr/local/share and /var/db are =
on
different filesystems (which will be a lot of systems).

Example file:
stage# find . -name Filebeat-Postgresql-slowlogs.json|xargs ls -i
313585
./usr/local/share/beats/filebeat/module/postgresql/_meta/kibana/6/dashboard=
/Filebeat-Postgresql-slowlogs.json
313585
./var/db/beats/filebeat/kibana/6/dashboard/Filebeat-Postgresql-slowlogs.json

The COPYTREE_SHARE macro uses cpio -l, which creates links instead of actua=
lly
copying files.

Note: This probably also applies to sysutils/beats7

--=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-248843-37421>