Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 2020 10:40:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 244596] pkgbase: duplicate files and directories in `make packages`
Message-ID:  <bug-244596-227-674sFjrELA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244596-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244596-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #3 from Martin <martin.jakob@gmx.com> ---
Thanks, i found the script, while looking for lua scripts in base. It helps
analyzing the METALOG quiete a bit.

It shows the duplicates and i am not sure how they happen. But, i see in the
logs of my build run, that these steps  are often repeated:
...
--- installdirs-CONFSDIR ---
installing DIRS CONFSDIR
install -N /usr/src/etc -U -M /usr/obj/usr/src/amd64.amd64/worldstage//METALOG
-D /usr/obj/usr/src/amd64.amd64/worldstage -T package=utilities -d -m 0755 -o
root  -g wheel  /usr/obj/usr/src/amd64.amd64/worldstage/etc
...
--- installdirs-CONFSDIR ---
installing DIRS CONFSDIR
install -N /usr/src/etc -U -M /usr/obj/usr/src/amd64.amd64/worldstage//METALOG
-D /usr/obj/usr/src/amd64.amd64/worldstage -T package=utilities -d -m 0755 -o
root  -g wheel  /usr/obj/usr/src/amd64.amd64/worldstage/etc
...
--- installdirs-CONFETCDIR ---
installing DIRS CONFETCDIR CONFETCEXECDIR
install -N /usr/src/etc -U -M /usr/obj/usr/src/amd64.amd64/worldstage//METALOG
-D /usr/obj/usr/src/amd64.amd64/worldstage -T package=utilities -d -m 0755 -o
root  -g wheel  /usr/obj/usr/src/amd64.amd64/worldstage/etc
...

I guess, these are responsible for the multiple /etc entries
(warning: ./etc repeated with same meta: line
2091,2092,2097,2117,2138,2170,2174,2182,2186,2198,2204,2244,2249,2259,2283,2296,2324,2353,2364,2366,2368,2370,2377,2380,2384,2454,2457,2462,2468,2469,2475,2486,2494,2500,2502,2504,2506,2511,2513,2669,2709,2755,2793,2912,3049,5998,6007,6034,6041,6110,6380,7937,8077,8178,8931,14366,15617,16480,16933,17120,17238,18047,18106,18545,19268,19808,20655,20770,20938,21193,21272,21806,21817,23053,24592,27092,27545,29176)

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

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244596-227-674sFjrELA>