From owner-freebsd-bugs@freebsd.org Sun Oct 11 10:40:31 2020 Return-Path: Delivered-To: freebsd-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 533FB43F7C6 for ; Sun, 11 Oct 2020 10:40:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4C8JHM1ZD7z42G9 for ; Sun, 11 Oct 2020 10:40:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 35DCA43F7C5; Sun, 11 Oct 2020 10:40:31 +0000 (UTC) Delivered-To: bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 35ABD43F7C4 for ; Sun, 11 Oct 2020 10:40:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C8JHM0lmyz42G8 for ; Sun, 11 Oct 2020 10:40:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2BE71A60B for ; Sun, 11 Oct 2020 10:40:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 09BAeUKm008546 for ; Sun, 11 Oct 2020 10:40:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 09BAeUFC008545 for bugs@FreeBSD.org; Sun, 11 Oct 2020 10:40:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 244596] pkgbase: duplicate files and directories in `make packages` Date: Sun, 11 Oct 2020 10:40:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: martin.jakob@gmx.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: 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-bugs@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Oct 2020 10:40:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244596 --- Comment #4 from Martin --- The lua script also finds errors in regard to some hardlinks error: entries point to the same inode but have different meta: ./root/.profile,./.profile in line 2126,2127. off by "mode" which comes from the different mode settings between the "hardlinked" files: ./.profile type=3Dfile uname=3Droot gname=3Dwheel mode=3D0555 siz= e=3D567=20 tags=3Dpackage=3Druntime ./root/.profile type=3Dfile uname=3Droot gname=3Dwheel mode=3D0644 siz= e=3D567=20 tags=3Dpackage=3Druntime,config these: error: entries point to the same inode but have different meta: ./root/.cshrc,./.cshrc in line 2149,2153. off by "mode" -> ./.cshrc type=3Dfile uname=3Droot gname=3Dwheel mode=3D0555 size= =3D1083=20 tags=3Dpackage=3Druntime ./root/.cshrc type=3Dfile uname=3Droot gname=3Dwheel mode=3D0644 size= =3D1083=20 tags=3Dpackage=3Druntime,config error: entries point to the same inode but have different meta: ./etc/pam.d/ftp,./etc/pam.d/ftpd in line 2363,2361. off by "mode" -> ./etc/pam.d/ftp type=3Dfile uname=3Droot gname=3Dwheel mode=3D0555 si= ze=3D528=20 tags=3Dpackage=3Dutilities ./etc/pam.d/ftpd type=3Dfile uname=3Droot gname=3Dwheel mode=3D0644 si= ze=3D528=20 tags=3Dpackage=3Dutilities,config and a more hardlinks in the /usr/libexec/dwatch/ directory: error: entries point to the same inode but have different meta: ./usr/libexec/dwatch/ip-receive,./usr/libexec/dwatch/ip-send,./usr/libexec/= dwatch/ip in line 3486,3487,3414. off by "mode" error: entries point to the same inode but have different meta: ./usr/libexec/dwatch/openat,./usr/libexec/dwatch/open in line 3488,3429. of= f by "mode" error: entries point to the same inode but have different meta: ./usr/libexec/dwatch/proc-exit,./usr/libexec/dwatch/proc-exec-failure,./usr= /libexec/dwatch/proc-exec,./usr/libexec/dwatch/proc-signal-discard,./usr/li= bexec/dwatch/proc-create,./usr/libexec/dwatch/proc-signal-send,./usr/libexe= c/dwatch/proc-exec-success,./usr/libexec/dwatch/proc-status,./usr/libexec/d= watch/proc-signal,./usr/libexec/dwatch/proc-signal-clear,./usr/libexec/dwat= ch/proc in line 3495,3492,3491,3498,3490,3499,3494,3500,3496,3497,3432. off by "mod= e" ... maybe there is an easy fix for this? --=20 You are receiving this mail because: You are the assignee for the bug.=