pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

permission on WRKOBJDIR (Re: diff from 2026-07-19 14:08 to 2026-07-26 04:15



 ..
| reporting URL:
|    http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20260726.0415/meta/report.html
 ...
> ---9e. OTHER configure error  ---- (454)
> http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20260726.0415/PortableSigner-2.0.38c0573/configure.log
> http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20260726.0415/R-RcppCCTZ-0.2.14/configure.log
> http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20260726.0415/R-clisymbols-1.2.0/configure.log
 ...

I thought I had needed the test on real machine for imap-31* related,
  https://mail-index.netbsd.org/pkgsrc-changes/2026/07/26/msg350990.html

I did some test on one particular host, and I've forgot to remove WOBJDIR directory,
sorry.

I've the minor patch to bulkbuild to find which host was runnig, and
*/work.log will tell which host is related

-- 
Makoto Fujiwara
mef%NetBSD.org@localhost
makoto%if.t.u-tokyo.ac.jp@localhost

Index: files/pbulk/scripts/pkg-build
===================================================================
RCS file: /cvsroot/pkgsrc/pkgtools/pbulk/files/pbulk/scripts/pkg-build,v
retrieving revision 1.31
diff -u -r1.31 pkg-build
--- files/pbulk/scripts/pkg-build	18 Dec 2016 09:36:38 -0000	1.31
+++ files/pbulk/scripts/pkg-build	30 Jul 2026 22:41:57 -0000
@@ -147,6 +147,7 @@
 
 touch ${bulklog}/${pkgname}/work.log
 @CHOWN@ ${unprivileged_user} ${bulklog}/${pkgname}/work.log
+echo 'hostname: ' `hostname` >> ${bulklog}/${pkgname}/work.log
 
 pkg_add_normal() {
 	PKG_PATH=${packages}/All ${pkg_add} -K ${cur_pkgdb} "$@"


Home | Main Index | Thread Index | Old Index