[Bug 278693] [exp-run] devel/cmake: Update to 3.29.2

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278693

--- Comment #13 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=601ee778fe0f8cf0fba8685757a7afca63c37691

commit 601ee778fe0f8cf0fba8685757a7afca63c37691
Author: Jason E. Hale 
AuthorDate: 2024-05-11 04:03:51 +
Commit: Jason E. Hale 
CommitDate: 2024-05-15 04:16:11 +

www/qt5-webengine: Fix build with ninja 1.12.0

Fix race conditions where generated headers are not created before they
are needed in the build.

PR: 278693

 ...-src_3rdparty_chromium_content_browser_BUILD.gn | 32 --
 1 file changed, 24 insertions(+), 8 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 278693] [exp-run] devel/cmake: Update to 3.29.2

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278693

--- Comment #9 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=4dc1764a37e029e61ab74d6292f28a88782081c2

commit 4dc1764a37e029e61ab74d6292f28a88782081c2
Author: Jason E. Hale 
AuthorDate: 2024-05-15 04:02:21 +
Commit: Jason E. Hale 
CommitDate: 2024-05-15 04:11:18 +

devel/electron28: Fix build with ninja 1.12.0

Fix race conditions where generated headers are not created before they
are needed in the build.

Ninja 1.12.0 removed the `-w dupbuild` option and the default behavior
is now equivalent to passing `-w dupbuild=err` in previous versions.

PR: 278693
Approved by:portmgr (blanket)

 devel/electron28/files/patch-net_dns_BUILD.gn| 16 +---
 .../files/patch-tools_gn_bootstrap_bootstrap.py (new)| 11 +++
 2 files changed, 24 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 278693] [exp-run] devel/cmake: Update to 3.29.2

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278693

--- Comment #11 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=8fed35cd38a5a5ded99113e7f23044d32d1190a8

commit 8fed35cd38a5a5ded99113e7f23044d32d1190a8
Author: Jason E. Hale 
AuthorDate: 2024-05-15 04:06:03 +
Commit: Jason E. Hale 
CommitDate: 2024-05-15 04:11:25 +

devel/electron29: Fix build with ninja 1.12.0

Fix race conditions where generated headers are not created before they
are needed in the build.

Ninja 1.12.0 removed the `-w dupbuild` option and the default behavior
is now equivalent to passing `-w dupbuild=err` in previous versions.

PR: 278693
Approved by:portmgr (blanket)

 devel/electron29/files/patch-net_dns_BUILD.gn| 16 +---
 .../files/patch-tools_gn_bootstrap_bootstrap.py (new)| 11 +++
 2 files changed, 24 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 278693] [exp-run] devel/cmake: Update to 3.29.2

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278693

--- Comment #6 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=8beb8289395df3672318409f0674d8f6084d8fd9

commit 8beb8289395df3672318409f0674d8f6084d8fd9
Author: Jason E. Hale 
AuthorDate: 2024-05-11 05:01:44 +
Commit: Jason E. Hale 
CommitDate: 2024-05-15 04:11:42 +

www/ungoogled-chromium: Fix build with ninja 1.12.0

Fix race conditions where generated headers are not created before they
are needed in the build.

PR: 278693
Approved by:portmgr (blanket)

 .../files/patch-chrome_browser_devtools_BUILD.gn (new)   | 10 ++
 .../files/patch-chrome_browser_extensions_BUILD.gn   | 12 ++--
 www/ungoogled-chromium/files/patch-net_dns_BUILD.gn  | 16 +---
 3 files changed, 33 insertions(+), 5 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 278693] [exp-run] devel/cmake: Update to 3.29.2

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278693

--- Comment #12 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=4da1e7401561ac8d28da1837b0e5937788f8f099

commit 4da1e7401561ac8d28da1837b0e5937788f8f099
Author: Jason E. Hale 
AuthorDate: 2024-05-11 22:57:57 +
Commit: Jason E. Hale 
CommitDate: 2024-05-15 04:11:00 +

devel/electron25: Fix build with ninja 1.12.0

Fix race conditions where generated headers are not created before they
are needed in the build.

Ninja 1.12.0 removed the `-w dupbuild` option and the default behavior
is now equivalent to passing `-w dupbuild=err` in previous versions.

PR: 278693
Approved by:portmgr (blanket)

 devel/electron25/files/patch-net_dns_BUILD.gn| 12 +++-
 .../files/patch-tools_gn_bootstrap_bootstrap.py (new)| 11 +++
 2 files changed, 22 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 278693] [exp-run] devel/cmake: Update to 3.29.2

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278693

--- Comment #8 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=6d647fd89751c8e535d8b3b332844b7f6cc6389a

commit 6d647fd89751c8e535d8b3b332844b7f6cc6389a
Author: Jason E. Hale 
AuthorDate: 2024-05-11 04:12:01 +
Commit: Jason E. Hale 
CommitDate: 2024-05-15 04:11:36 +

www/chromium: Fix build with ninja 1.12.0

Fix race conditions where generated headers are not created before they
are needed in the build.

PR: 278693
Approved by:portmgr (blanket)

 .../files/patch-chrome_browser_devtools_BUILD.gn (new)   | 10 ++
 www/chromium/files/patch-net_dns_BUILD.gn| 16 +---
 2 files changed, 23 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 278693] [exp-run] devel/cmake: Update to 3.29.2

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278693

--- Comment #10 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=a80c93491deebb797e3f8e520bb64155730339a3

commit a80c93491deebb797e3f8e520bb64155730339a3
Author: Jason E. Hale 
AuthorDate: 2024-05-15 04:01:11 +
Commit: Jason E. Hale 
CommitDate: 2024-05-15 04:11:11 +

devel/electron27: Fix build with ninja 1.12.0

Fix race conditions where generated headers are not created before they
are needed in the build.

Ninja 1.12.0 removed the `-w dupbuild` option and the default behavior
is now equivalent to passing `-w dupbuild=err` in previous versions.

PR: 278693
Approved by:portmgr (blanket)

 devel/electron27/files/patch-net_dns_BUILD.gn| 16 +---
 .../files/patch-tools_gn_bootstrap_bootstrap.py (new)| 11 +++
 2 files changed, 24 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 278693] [exp-run] devel/cmake: Update to 3.29.2

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278693

--- Comment #7 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=923eae5c85ec6db32f326d9e32acfd605b10087b

commit 923eae5c85ec6db32f326d9e32acfd605b10087b
Author: Jason E. Hale 
AuthorDate: 2024-05-15 03:31:08 +
Commit: Jason E. Hale 
CommitDate: 2024-05-15 04:11:51 +

www/iridium: Fix build with ninja 1.12.0

Fix race conditions where generated headers are not created before they
are needed in the build.

Ninja 1.12.0 removed the `-w dupbuild` option and the default behavior
is now equivalent to passing `-w dupbuild=err` in previous versions.

PR: 278693
Approved by:portmgr (blanket)

 .../patch-chrome_browser_devtools_BUILD.gn (new)   | 10 
 ...ch-chrome_browser_safe__browsing_BUILD.gn (new) | 10 
 www/iridium/files/patch-components_BUILD.gn (new)  | 22 +
 www/iridium/files/patch-content_browser_BUILD.gn   | 57 +++---
 www/iridium/files/patch-net_BUILD.gn   | 22 ++---
 www/iridium/files/patch-net_dns_BUILD.gn   | 16 --
 .../patch-tools_gn_bootstrap_bootstrap.py (new)| 11 +
 7 files changed, 130 insertions(+), 18 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[package - 132amd64-quarterly][deskutils/plasma6-sddm-kcm] Failed for plasma6-sddm-kcm-6.0.4 in package

2024-05-14 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: k...@freebsd.org
Log URL:
https://pkg-status.freebsd.org/beefy14/data/132amd64-quarterly/94fd0c66debd/logs/plasma6-sddm-kcm-6.0.4.log
Build URL:  
https://pkg-status.freebsd.org/beefy14/build.html?mastername=132amd64-quarterly=94fd0c66debd
Log:

=>> Building deskutils/plasma6-sddm-kcm
build started at Wed May 15 04:04:34 UTC 2024
port directory: /usr/ports/deskutils/plasma6-sddm-kcm
package name: plasma6-sddm-kcm-6.0.4
building for: FreeBSD 132amd64-quarterly-job-01 13.2-RELEASE-p11 FreeBSD 
13.2-RELEASE-p11 amd64
maintained by: k...@freebsd.org
Makefile datestamp: -rw-r--r--  1 root  wheel  404 Apr  9 01:01 
/usr/ports/deskutils/plasma6-sddm-kcm/Makefile
Ports top last git commit: 94fd0c66d
Ports top unclean checkout: no
Port dir last git commit: 9a5a2c9f1
Port dir unclean checkout: no
Poudriere version: poudriere-git-3.4.1-30-g79e3edcd
Host OSVERSION: 1500018
Jail OSVERSION: 1302001
Job Id: 01

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1302001
UNAME_v=FreeBSD 13.2-RELEASE-p11
UNAME_r=13.2-RELEASE-p11
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
MAKE_OBJDIR_CHECK_WRITABLE=0
LOCALBASE=/usr/local
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.4.1-30-g79e3edcd
MASTERMNT=/usr/local/poudriere/data/.m/132amd64-quarterly/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/usr/local/poudriere/data/.m/132amd64-quarterly/01/.p
OUTPUT_REDIRECTED_STDOUT=3
P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS
MASTERNAME=132amd64-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/usr/local/poudriere/data/.m/132amd64-quarterly/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.4.1-30-g79e3edcd
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
k...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/sddm-kcm-6.0.4/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.cache  
HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
NINJA_STATUS="[%p %s/%t] " QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/sddm-kcm-6.0.4/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.cache  
HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
DESTDIR=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/stage 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector-strong -fno-strict-aliasing "  
CPP="cpp" CPPFLAGS=""  LDFLAGS=" -Wl,--undefined-version 
-fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe 
-fstack-protector-strong -fno-strict-aliasing  " BSD_INSTALL_PROGRAM="install  
-s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  
-m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
CMAKE_BUILD_TYPE="release" KDE_PREFIX="/usr/local" 
KDE_APPLICATIONS_VERSION="23.08.5"  KDE_FRAMEWORKS_VERSION="6.0.0"  
KDE_PLASMA_VERSION="6.0.4" QT_BINDIR="lib/qt6/bin" QT_INCDIR="include/qt6" 
QT_LIBDIR="lib/qt6" QT_ARCHDIR="lib/qt6" QT_PLUGINDIR="lib/qt6/plugins" 
QT_LIBEXECDIR="libexec/qt6" QT_IMPORTDIR="lib/qt6/imports" 

[package - 132i386-quarterly][deskutils/plasma6-sddm-kcm] Failed for plasma6-sddm-kcm-6.0.4 in package

2024-05-14 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: k...@freebsd.org
Log URL:
https://pkg-status.freebsd.org/beefy13/data/132i386-quarterly/94fd0c66debd/logs/plasma6-sddm-kcm-6.0.4.log
Build URL:  
https://pkg-status.freebsd.org/beefy13/build.html?mastername=132i386-quarterly=94fd0c66debd
Log:

=>> Building deskutils/plasma6-sddm-kcm
build started at Tue May 14 21:54:35 UTC 2024
port directory: /usr/ports/deskutils/plasma6-sddm-kcm
package name: plasma6-sddm-kcm-6.0.4
building for: FreeBSD 132i386-quarterly-job-13 13.2-RELEASE-p11 FreeBSD 
13.2-RELEASE-p11 i386
maintained by: k...@freebsd.org
Makefile datestamp: -rw-r--r--  1 root  wheel  404 Apr  9 01:01 
/usr/ports/deskutils/plasma6-sddm-kcm/Makefile
Ports top last git commit: 94fd0c66d
Ports top unclean checkout: no
Port dir last git commit: 9a5a2c9f1
Port dir unclean checkout: no
Poudriere version: poudriere-git-3.4.1-30-g79e3edcd
Host OSVERSION: 1500018
Jail OSVERSION: 1302001
Job Id: 13

---Begin Environment---
SHELL=/bin/csh
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
OSVERSION=1302001
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
MAKE_OBJDIR_CHECK_WRITABLE=0
UNAME_m=i386
UNAME_p=i386
UNAME_r=13.2-RELEASE-p11
LOCALBASE=/usr/local
UNAME_v=FreeBSD 13.2-RELEASE-p11
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.4.1-30-g79e3edcd
MASTERMNT=/usr/local/poudriere/data/.m/132i386-quarterly/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/usr/local/poudriere/data/.m/132i386-quarterly/13/.p
OUTPUT_REDIRECTED_STDOUT=3
P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS
MASTERNAME=132i386-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/usr/local/poudriere/data/.m/132i386-quarterly/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.4.1-30-g79e3edcd
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
k...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/sddm-kcm-6.0.4/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.cache  
HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
NINJA_STATUS="[%p %s/%t] " QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/sddm-kcm-6.0.4/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.cache  
HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
DESTDIR=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/stage 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector-strong -fno-strict-aliasing "  
CPP="cpp" CPPFLAGS=""  LDFLAGS=" -Wl,--undefined-version 
-fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe 
-fstack-protector-strong -fno-strict-aliasing  " BSD_INSTALL_PROGRAM="install  
-s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  
-m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
CMAKE_BUILD_TYPE="release" KDE_PREFIX="/usr/local" 
KDE_APPLICATIONS_VERSION="23.08.5"  KDE_FRAMEWORKS_VERSION="6.0.0"  
KDE_PLASMA_VERSION="6.0.4" QT_BINDIR="lib/qt6/bin" QT_INCDIR="include/qt6" 
QT_LIBDIR="lib/qt6" QT_ARCHDIR="lib/qt6" QT_PLUGINDIR="lib/qt6/plugins" 
QT_LIBEXECDIR="libexec/qt6" 

[package - 140i386-quarterly][deskutils/plasma6-sddm-kcm] Failed for plasma6-sddm-kcm-6.0.4 in package

2024-05-14 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: k...@freebsd.org
Log URL:
https://pkg-status.freebsd.org/beefy19/data/140i386-quarterly/94fd0c66debd/logs/plasma6-sddm-kcm-6.0.4.log
Build URL:  
https://pkg-status.freebsd.org/beefy19/build.html?mastername=140i386-quarterly=94fd0c66debd
Log:

=>> Building deskutils/plasma6-sddm-kcm
build started at Tue May 14 16:11:20 UTC 2024
port directory: /usr/ports/deskutils/plasma6-sddm-kcm
package name: plasma6-sddm-kcm-6.0.4
building for: FreeBSD 140i386-quarterly-job-08 14.0-RELEASE-p6 FreeBSD 
14.0-RELEASE-p6 i386
maintained by: k...@freebsd.org
Makefile datestamp: -rw-r--r--  1 root wheel 404 Apr  8 19:19 
/usr/ports/deskutils/plasma6-sddm-kcm/Makefile
Ports top last git commit: 94fd0c66d
Ports top unclean checkout: no
Port dir last git commit: 9a5a2c9f1
Port dir unclean checkout: no
Poudriere version: poudriere-git-3.4.1-30-g79e3edcd
Host OSVERSION: 1500018
Jail OSVERSION: 1400097
Job Id: 08

---Begin Environment---
SHELL=/bin/sh
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
OSVERSION=1400097
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
MAKE_OBJDIR_CHECK_WRITABLE=0
UNAME_m=i386
UNAME_p=i386
UNAME_r=14.0-RELEASE-p6
LOCALBASE=/usr/local
UNAME_v=FreeBSD 14.0-RELEASE-p6
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.4.1-30-g79e3edcd
MASTERMNT=/usr/local/poudriere/data/.m/140i386-quarterly/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/usr/local/poudriere/data/.m/140i386-quarterly/08/.p
OUTPUT_REDIRECTED_STDOUT=3
P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS
MASTERNAME=140i386-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/usr/local/poudriere/data/.m/140i386-quarterly/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.4.1-30-g79e3edcd
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
k...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/sddm-kcm-6.0.4/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.cache  
HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
NINJA_STATUS="[%p %s/%t] " QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/sddm-kcm-6.0.4/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.cache  
HOME=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
DESTDIR=/wrkdirs/usr/ports/deskutils/plasma6-sddm-kcm/work/stage 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector-strong -fno-strict-aliasing "  
CPP="cpp" CPPFLAGS=""  LDFLAGS=" -Wl,--undefined-version 
-fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe 
-fstack-protector-strong -fno-strict-aliasing  " BSD_INSTALL_PROGRAM="install  
-s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  
-m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
CMAKE_BUILD_TYPE="release" KDE_PREFIX="/usr/local" 
KDE_APPLICATIONS_VERSION="23.08.5"  KDE_FRAMEWORKS_VERSION="6.0.0"  
KDE_PLASMA_VERSION="6.0.4" QT_BINDIR="lib/qt6/bin" QT_INCDIR="include/qt6" 
QT_LIBDIR="lib/qt6" QT_ARCHDIR="lib/qt6" QT_PLUGINDIR="lib/qt6/plugins" 
QT_LIBEXECDIR="libexec/qt6" 

[package - 132i386-quarterly][sysutils/plasma6-libksysguard] Failed for plasma6-libksysguard-6.0.4 in package

2024-05-14 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: k...@freebsd.org
Log URL:
https://pkg-status.freebsd.org/beefy13/data/132i386-quarterly/94fd0c66debd/logs/plasma6-libksysguard-6.0.4.log
Build URL:  
https://pkg-status.freebsd.org/beefy13/build.html?mastername=132i386-quarterly=94fd0c66debd
Log:

=>> Building sysutils/plasma6-libksysguard
build started at Tue May 14 12:44:35 UTC 2024
port directory: /usr/ports/sysutils/plasma6-libksysguard
package name: plasma6-libksysguard-6.0.4
building for: FreeBSD 132i386-quarterly-job-01 13.2-RELEASE-p11 FreeBSD 
13.2-RELEASE-p11 i386
maintained by: k...@freebsd.org
Makefile datestamp: -rw-r--r--  1 root  wheel  618 Apr  9 01:02 
/usr/ports/sysutils/plasma6-libksysguard/Makefile
Ports top last git commit: 94fd0c66d
Ports top unclean checkout: no
Port dir last git commit: 9a5a2c9f1
Port dir unclean checkout: no
Poudriere version: poudriere-git-3.4.1-30-g79e3edcd
Host OSVERSION: 1500018
Jail OSVERSION: 1302001
Job Id: 01

---Begin Environment---
SHELL=/bin/csh
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
OSVERSION=1302001
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
MAKE_OBJDIR_CHECK_WRITABLE=0
UNAME_m=i386
UNAME_p=i386
UNAME_r=13.2-RELEASE-p11
LOCALBASE=/usr/local
UNAME_v=FreeBSD 13.2-RELEASE-p11
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.4.1-30-g79e3edcd
MASTERMNT=/usr/local/poudriere/data/.m/132i386-quarterly/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/usr/local/poudriere/data/.m/132i386-quarterly/01/.p
OUTPUT_REDIRECTED_STDOUT=3
P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS
MASTERNAME=132i386-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/usr/local/poudriere/data/.m/132i386-quarterly/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.4.1-30-g79e3edcd
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
k...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/libksysguard-6.0.4/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.cache  
HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
NINJA_STATUS="[%p %s/%t] " QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/libksysguard-6.0.4/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.cache  
HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
DESTDIR=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/stage 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector-str
ong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" 
-Wl,--undefined-version -fstack-protector-strong " LIBS=""  CXX="c++" 
CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing  " 
BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644" 
 BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  
BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
CMAKE_BUILD_TYPE="release" KDE_PREFIX="/usr/local" 
KDE_APPLICATIONS_VERSION="23.08.5"  KDE_FRAMEWORKS_VERSION="6.0.0"  
KDE_PLASMA_VERSION="6.0.4" QT_BINDIR="lib/qt6/bin" QT_INCDIR="include/qt6" 
QT_LIBDIR="lib/qt6" QT_ARCHDIR="lib/qt6" 

[Bug 268652] Qt5: Some apps fails to start after upgrading to 5.15.8

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268652

--- Comment #82 from Ken DEGUCHI  ---
(In reply to Ken DEGUCHI from comment #81)

Fixed pkg_replace was released.
https://github.com/kdeguchi/pkg_replace/releases/tag/20240514

I have created a patch to the ports tree. See bug #278978.

Thanks.

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

[package - 132amd64-quarterly][sysutils/plasma6-libksysguard] Failed for plasma6-libksysguard-6.0.4 in package

2024-05-14 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: k...@freebsd.org
Log URL:
https://pkg-status.freebsd.org/beefy14/data/132amd64-quarterly/94fd0c66debd/logs/plasma6-libksysguard-6.0.4.log
Build URL:  
https://pkg-status.freebsd.org/beefy14/build.html?mastername=132amd64-quarterly=94fd0c66debd
Log:

=>> Building sysutils/plasma6-libksysguard
build started at Tue May 14 12:41:48 UTC 2024
port directory: /usr/ports/sysutils/plasma6-libksysguard
package name: plasma6-libksysguard-6.0.4
building for: FreeBSD 132amd64-quarterly-job-03 13.2-RELEASE-p11 FreeBSD 
13.2-RELEASE-p11 amd64
maintained by: k...@freebsd.org
Makefile datestamp: -rw-r--r--  1 root  wheel  618 Apr  9 01:02 
/usr/ports/sysutils/plasma6-libksysguard/Makefile
Ports top last git commit: 94fd0c66d
Ports top unclean checkout: no
Port dir last git commit: 9a5a2c9f1
Port dir unclean checkout: no
Poudriere version: poudriere-git-3.4.1-30-g79e3edcd
Host OSVERSION: 1500018
Jail OSVERSION: 1302001
Job Id: 03

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1302001
UNAME_v=FreeBSD 13.2-RELEASE-p11
UNAME_r=13.2-RELEASE-p11
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
MAKE_OBJDIR_CHECK_WRITABLE=0
LOCALBASE=/usr/local
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.4.1-30-g79e3edcd
MASTERMNT=/usr/local/poudriere/data/.m/132amd64-quarterly/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/usr/local/poudriere/data/.m/132amd64-quarterly/03/.p
OUTPUT_REDIRECTED_STDOUT=3
P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS
MASTERNAME=132amd64-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/usr/local/poudriere/data/.m/132amd64-quarterly/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.4.1-30-g79e3edcd
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
k...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/libksysguard-6.0.4/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.cache  
HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
NINJA_STATUS="[%p %s/%t] " QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/libksysguard-6.0.4/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.cache  
HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
DESTDIR=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/stage 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector-str
ong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" 
-Wl,--undefined-version -fstack-protector-strong " LIBS=""  CXX="c++" 
CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing  " 
BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644" 
 BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  
BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
CMAKE_BUILD_TYPE="release" KDE_PREFIX="/usr/local" 
KDE_APPLICATIONS_VERSION="23.08.5"  KDE_FRAMEWORKS_VERSION="6.0.0"  
KDE_PLASMA_VERSION="6.0.4" QT_BINDIR="lib/qt6/bin" QT_INCDIR="include/qt6" 
QT_LIBDIR="lib/qt6" QT_ARCHDIR="lib/qt6" 

[package - 140amd64-default][x11-themes/kf6-kiconthemes] Failed for kf6-kiconthemes-6.2.0 in fetch

2024-05-14 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: k...@freebsd.org
Log URL:
https://pkg-status.freebsd.org/beefy12/data/140amd64-default/07badf98bbd0/logs/kf6-kiconthemes-6.2.0.log
Build URL:  
https://pkg-status.freebsd.org/beefy12/build.html?mastername=140amd64-default=07badf98bbd0
Log:

=>> Building x11-themes/kf6-kiconthemes
build started at Tue May 14 12:19:49 UTC 2024
port directory: /usr/ports/x11-themes/kf6-kiconthemes
package name: kf6-kiconthemes-6.2.0
building for: FreeBSD 140amd64-default-job-04 14.0-RELEASE-p6 FreeBSD 
14.0-RELEASE-p6 amd64
maintained by: k...@freebsd.org
Makefile datestamp: -rw-r--r--  1 root wheel 406 Dec 10 01:03 
/usr/ports/x11-themes/kf6-kiconthemes/Makefile
Ports top last git commit: 07badf98bb
Ports top unclean checkout: no
Port dir last git commit: 49e21b4cd9
Port dir unclean checkout: no
Poudriere version: poudriere-git-3.4.1-30-g79e3edcd
Host OSVERSION: 1500018
Jail OSVERSION: 1400097
Job Id: 04

---Begin Environment---
SHELL=/bin/sh
OSVERSION=1400097
UNAME_v=FreeBSD 14.0-RELEASE-p6
UNAME_r=14.0-RELEASE-p6
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
MAKE_OBJDIR_CHECK_WRITABLE=0
LOCALBASE=/usr/local
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.4.1-30-g79e3edcd
MASTERMNT=/usr/local/poudriere/data/.m/140amd64-default/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/usr/local/poudriere/data/.m/140amd64-default/04/.p
OUTPUT_REDIRECTED_STDOUT=3
P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS
MASTERNAME=140amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/usr/local/poudriere/data/.m/140amd64-default/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.4.1-30-g79e3edcd
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
k...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/kiconthemes-6.2.0/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.cache  
HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
NINJA_STATUS="[%p %s/%t] " QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/kiconthemes-6.2.0/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.cache  
HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
DESTDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/stage 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector-strong -fno-strict-aliasing 
"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -Wl,--undefined-version 
-fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe 
-fstack-protector-strong -fno-strict-aliasing  " BSD_INSTALL_PROGRAM="install  
-s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  
-m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
CMAKE_BUILD_TYPE="release" KDE_PREFIX="/usr/local" 
KDE_APPLICATIONS_VERSION="23.08.5"  KDE_FRAMEWORKS_VERSION="6.2.0"  
KDE_PLASMA_VERSION="6.0.4" QT_BINDIR="lib/qt6/bin" QT_INCDIR="include/qt6" 
QT_LIBDIR="lib/qt6" QT_ARCHDIR="lib/qt6" QT_PLUGINDIR="lib/qt6/plugins" 
QT_LIBEXECDIR="libexec/qt6" QT_IMPORTDIR="lib/qt6/imports" 
QT_QMLDIR="lib/qt6/qml" 

[package - main-i386-default][www/qt6-webengine] Failed for qt6-webengine-6.6.3_1 in build

2024-05-14 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: k...@freebsd.org
Log URL:
https://pkg-status.freebsd.org/beefy17/data/main-i386-default/p07badf98bbd0_s338d53965d9/logs/qt6-webengine-6.6.3_1.log
Build URL:  
https://pkg-status.freebsd.org/beefy17/build.html?mastername=main-i386-default=p07badf98bbd0_s338d53965d9
Log:

=>> Building www/qt6-webengine
build started at Tue May 14 08:48:02 UTC 2024
port directory: /usr/ports/www/qt6-webengine
package name: qt6-webengine-6.6.3_1
building for: FreeBSD main-i386-default-job-04 15.0-CURRENT FreeBSD 
15.0-CURRENT 1500018 i386
maintained by: k...@freebsd.org
Makefile datestamp: -rw-r--r--  1 root wheel 6466 Apr 30 01:01 
/usr/ports/www/qt6-webengine/Makefile
Ports top last git commit: 07badf98bbd
Ports top unclean checkout: no
Port dir last git commit: 98bf25875a9
Port dir unclean checkout: no
Poudriere version: poudriere-git-3.4.1-30-g79e3edcd
Host OSVERSION: 1500018
Jail OSVERSION: 1500018
Job Id: 04

---Begin Environment---
SHELL=/bin/sh
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
OSVERSION=1500018
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
MAKE_OBJDIR_CHECK_WRITABLE=0
UNAME_m=i386
UNAME_p=i386
UNAME_r=15.0-CURRENT
LOCALBASE=/usr/local
UNAME_v=FreeBSD 15.0-CURRENT 1500018
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.4.1-30-g79e3edcd
MASTERMNT=/usr/local/poudriere/data/.m/main-i386-default/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/usr/local/poudriere/data/.m/main-i386-default/04/.p
OUTPUT_REDIRECTED_STDOUT=3
P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS
MASTERNAME=main-i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/usr/local/poudriere/data/.m/main-i386-default/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.4.1-30-g79e3edcd
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for 
qt6-webengine-6.6.3_1:
 CUPS=on: CUPS printing system support
> Audio backend: you have to select exactly one of them
 ALSA=on: ALSA audio architecture support
 PULSEAUDIO=off: PulseAudio sound server support
 SNDIO=off: Sndio audio support
===> Use 'make config' to modify these settings
---End OPTIONS List---

--MAINTAINER--
k...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--
--with-qt-includes=/usr/local/include/qt6  
--with-qt-libraries=/usr/local/lib/qt6  
--with-extra-includes=/usr/local/include  --with-extra-libs=/usr/local/lib 
-release -no-separate-debug-info
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
NINJAFLAGS="-j3"  NINJA_PATH="/usr/local/bin/ninja"   
PATH=/wrkdirs/usr/ports/www/qt6-webengine/work/.build/bin:/usr/local/bin:/wrkdirs/usr/ports/www/qt6-webengine/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 GPERF=/usr/local/bin/gperf PKG_CONFIG=pkgconf 
PYTHON="/usr/local/bin/python3.9" QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/www/qt6-webengine/work/qtwebengine-everywhere-src-6.6.3/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 QTDIR="/usr/local/lib/qt6" QMAKE="/usr/local/lib/qt6/bin/qmake"  
MOC="/usr/local/libexec/qt6/moc" RCC="/usr/local/libexec/qt6/rcc" 
UIC="/usr/local/libexec/qt6/uic"  
QMAKESPEC="/usr/local/lib/qt6/mkspecs/freebsd-$(ccver="$(c++ --version)"; case 
"$ccver" in *clang*) echo clang ;; *) echo g++ ;; esac)" 
XDG_DATA_HOME=/wrkdirs/usr/ports/www/qt6-webengine/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/qt6-webengine/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/www/qt6-webengine/work/.cache  
HOME=/wrkdirs/usr/ports/www
/qt6-webengine/work TMPDIR="/tmp" 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/qt6-webengine/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local"
--End CONFIGURE_ENV--

--MAKE_ENV--
CC="cc" CXX="c++"C_INCLUDE_PATH=/usr/local/include  
 CPLUS_INCLUDE_PATH=/usr/local/include   NINJAFLAGS="-j3"  
NINJA_PATH="/usr/local/bin/ninja"   
PATH=/wrkdirs/usr/ports/www/qt6-webengine/work/.build/bin:/usr/local/bin:/wrkdirs/usr/ports/www/qt6-webengine/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 GPERF=/usr/local/bin/gperf PKG_CONFIG=pkgconf 
PYTHON="/usr/local/bin/python3.9" QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/www/qt6-webengine/work/qtwebengine-everywhere-src-6.6.3/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 QTDIR="/usr/local/lib/qt6" 

[package - main-i386-default][www/qt5-webengine] Failed for qt5-webengine-5.15.16.p9_1 in build

2024-05-14 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: k...@freebsd.org
Log URL:
https://pkg-status.freebsd.org/beefy17/data/main-i386-default/p07badf98bbd0_s338d53965d9/logs/qt5-webengine-5.15.16.p9_1.log
Build URL:  
https://pkg-status.freebsd.org/beefy17/build.html?mastername=main-i386-default=p07badf98bbd0_s338d53965d9
Log:

=>> Building www/qt5-webengine
build started at Tue May 14 02:43:30 UTC 2024
port directory: /usr/ports/www/qt5-webengine
package name: qt5-webengine-5.15.16.p9_1
building for: FreeBSD main-i386-default-job-05 15.0-CURRENT FreeBSD 
15.0-CURRENT 1500018 i386
maintained by: k...@freebsd.org
Makefile datestamp: -rw-r--r--  1 root wheel 7129 Apr 30 01:01 
/usr/ports/www/qt5-webengine/Makefile
Ports top last git commit: 07badf98bbd
Ports top unclean checkout: no
Port dir last git commit: c23147248d8
Port dir unclean checkout: no
Poudriere version: poudriere-git-3.4.1-30-g79e3edcd
Host OSVERSION: 1500018
Jail OSVERSION: 1500018
Job Id: 05

---Begin Environment---
SHELL=/bin/sh
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
OSVERSION=1500018
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
MAKE_OBJDIR_CHECK_WRITABLE=0
UNAME_m=i386
UNAME_p=i386
UNAME_r=15.0-CURRENT
LOCALBASE=/usr/local
UNAME_v=FreeBSD 15.0-CURRENT 1500018
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.4.1-30-g79e3edcd
MASTERMNT=/usr/local/poudriere/data/.m/main-i386-default/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/usr/local/poudriere/data/.m/main-i386-default/05/.p
OUTPUT_REDIRECTED_STDOUT=3
P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS
MASTERNAME=main-i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/usr/local/poudriere/data/.m/main-i386-default/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.4.1-30-g79e3edcd
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for 
qt5-webengine-5.15.16.p9_1:
> Audio backend: you have to select exactly one of them
 ALSA=on: ALSA audio architecture support
 PULSEAUDIO=off: PulseAudio sound server support
 SNDIO=off: Sndio audio support
===> Use 'make config' to modify these settings
---End OPTIONS List---

--MAINTAINER--
k...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--
--with-qt-includes=/usr/local/include/qt5  
--with-qt-libraries=/usr/local/lib/qt5  
--with-extra-includes=/usr/local/include  --with-extra-libs=/usr/local/lib 
-opensource -confirm-license  -no-pch  -prefix /usr/local  -bindir 
/usr/local/lib/qt5/bin  -headerdir /usr/local/include/qt5  -libdir 
/usr/local/lib/qt5  -plugindir /usr/local/lib/qt5/plugins  -importdir 
/usr/local/lib/qt5/imports  -datadir /usr/local/share/qt5  -docdir 
/usr/local/share/doc/qt5  -translationdir /usr/local/share/qt5/translations  
-sysconfdir /usr/local/etc/xdg  -nomake examples -nomake tests  -platform 
freebsd-$(ccver="$(c++ "-B/usr/local/bin" --version)"; case "$ccver" in 
*clang*) echo clang ;; *) echo g++ ;; esac)  -archdatadir /usr/local/lib/qt5  
-libexecdir /usr/local/libexec/qt5  -qmldir /usr/local/lib/qt5/qml  
-examplesdir /usr/local/share/examples/qt5  -testsdir 
/usr/local/share/qt5/tests -no-sse2 -no-use-gold-linker -recheck-all -release 
-no-separate-debug-info
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
NINJAFLAGS="-j3"  NINJA_PATH="/usr/local/bin/ninja"   
PATH=/wrkdirs/usr/ports/www/qt5-webengine/work/.build/bin:/usr/local/bin:/wrkdirs/usr/ports/www/qt5-webengine/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 GPERF=/usr/local/bin/gperf ac_cv_path_PERL=/usr/local/bin/perl 
ac_cv_path_PERL_PATH=/usr/local/bin/perl  PERL_USE_UNSAFE_INC=1 
PKG_CONFIG=pkgconf PYTHON="/usr/local/bin/python3.9" QT_SELECT=qt5 
QMAKEMODULES="/wrkdirs/usr/ports/www/qt5-webengine/work/kde-qtwebengine-5.15.16p9/mkspecs/modules:/usr/local/lib/qt5/mkspecs/modules"
 QTDIR="/usr/local/lib/qt5" QMAKE="/usr/local/lib/qt5/bin/qmake"  
MOC="/usr/local/lib/qt5/bin/moc" RCC="/usr/local/lib/qt5/bin/rcc" 
UIC="/usr/local/lib/qt5/bin/uic"  
QMAKESPEC="/usr/local/lib/qt5/mkspecs/freebsd-$(ccver="$(c++ "-B/usr/local/bin" 
--version)"; case "$ccver" in *clang*) echo clang ;; *) echo g++ ;; esac)" 
MAKE="make" XDG_DATA_HOME=/wrkdirs/usr/ports/www/qt5-webengine/work  
XDG_CONFIG_HOME=/wrkdirs/us
r/ports/www/qt5-webengine/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/www/qt5-webengine/work/.cache  
HOME=/wrkdirs/usr/ports/www/qt5-webengine/work TMPDIR="/tmp" 

[package - 140i386-quarterly][sysutils/plasma6-libksysguard] Failed for plasma6-libksysguard-6.0.4 in package

2024-05-14 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: k...@freebsd.org
Log URL:
https://pkg-status.freebsd.org/beefy19/data/140i386-quarterly/94fd0c66debd/logs/plasma6-libksysguard-6.0.4.log
Build URL:  
https://pkg-status.freebsd.org/beefy19/build.html?mastername=140i386-quarterly=94fd0c66debd
Log:

=>> Building sysutils/plasma6-libksysguard
build started at Tue May 14 11:08:30 UTC 2024
port directory: /usr/ports/sysutils/plasma6-libksysguard
package name: plasma6-libksysguard-6.0.4
building for: FreeBSD 140i386-quarterly-job-04 14.0-RELEASE-p6 FreeBSD 
14.0-RELEASE-p6 i386
maintained by: k...@freebsd.org
Makefile datestamp: -rw-r--r--  1 root wheel 618 Apr  8 19:19 
/usr/ports/sysutils/plasma6-libksysguard/Makefile
Ports top last git commit: 94fd0c66d
Ports top unclean checkout: no
Port dir last git commit: 9a5a2c9f1
Port dir unclean checkout: no
Poudriere version: poudriere-git-3.4.1-30-g79e3edcd
Host OSVERSION: 1500018
Jail OSVERSION: 1400097
Job Id: 04

---Begin Environment---
SHELL=/bin/sh
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
OSVERSION=1400097
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
MAKE_OBJDIR_CHECK_WRITABLE=0
UNAME_m=i386
UNAME_p=i386
UNAME_r=14.0-RELEASE-p6
LOCALBASE=/usr/local
UNAME_v=FreeBSD 14.0-RELEASE-p6
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.4.1-30-g79e3edcd
MASTERMNT=/usr/local/poudriere/data/.m/140i386-quarterly/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/usr/local/poudriere/data/.m/140i386-quarterly/04/.p
OUTPUT_REDIRECTED_STDOUT=3
P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS
MASTERNAME=140i386-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/usr/local/poudriere/data/.m/140i386-quarterly/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.4.1-30-g79e3edcd
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
k...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/libksysguard-6.0.4/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.cache  
HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
NINJA_STATUS="[%p %s/%t] " QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/libksysguard-6.0.4/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.cache  
HOME=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
DESTDIR=/wrkdirs/usr/ports/sysutils/plasma6-libksysguard/work/stage 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector-str
ong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" 
-Wl,--undefined-version -fstack-protector-strong " LIBS=""  CXX="c++" 
CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing  " 
BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644" 
 BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  
BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
CMAKE_BUILD_TYPE="release" KDE_PREFIX="/usr/local" 
KDE_APPLICATIONS_VERSION="23.08.5"  KDE_FRAMEWORKS_VERSION="6.0.0"  
KDE_PLASMA_VERSION="6.0.4" QT_BINDIR="lib/qt6/bin" QT_INCDIR="include/qt6" 
QT_LIBDIR="lib/qt6" QT_ARCHDIR="lib/qt6" 

[package - 140i386-default][x11-themes/kf6-kiconthemes] Failed for kf6-kiconthemes-6.2.0 in fetch

2024-05-14 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: k...@freebsd.org
Log URL:
https://pkg-status.freebsd.org/beefy11/data/140i386-default/07badf98bbd0/logs/kf6-kiconthemes-6.2.0.log
Build URL:  
https://pkg-status.freebsd.org/beefy11/build.html?mastername=140i386-default=07badf98bbd0
Log:

=>> Building x11-themes/kf6-kiconthemes
build started at Tue May 14 10:54:02 UTC 2024
port directory: /usr/ports/x11-themes/kf6-kiconthemes
package name: kf6-kiconthemes-6.2.0
building for: FreeBSD 140i386-default-job-08 14.0-RELEASE-p6 FreeBSD 
14.0-RELEASE-p6 i386
maintained by: k...@freebsd.org
Makefile datestamp: -rw-r--r--  1 root wheel 406 Dec  5 01:01 
/usr/ports/x11-themes/kf6-kiconthemes/Makefile
Ports top last git commit: 07badf98bb
Ports top unclean checkout: no
Port dir last git commit: 49e21b4cd9
Port dir unclean checkout: no
Poudriere version: poudriere-git-3.4.1-30-g79e3edcd
Host OSVERSION: 1500018
Jail OSVERSION: 1400097
Job Id: 08

---Begin Environment---
SHELL=/bin/sh
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
OSVERSION=1400097
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
MAKE_OBJDIR_CHECK_WRITABLE=0
UNAME_m=i386
UNAME_p=i386
UNAME_r=14.0-RELEASE-p6
LOCALBASE=/usr/local
UNAME_v=FreeBSD 14.0-RELEASE-p6
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.4.1-30-g79e3edcd
MASTERMNT=/usr/local/poudriere/data/.m/140i386-default/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/usr/local/poudriere/data/.m/140i386-default/08/.p
OUTPUT_REDIRECTED_STDOUT=3
P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS
MASTERNAME=140i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/usr/local/poudriere/data/.m/140i386-default/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.4.1-30-g79e3edcd
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
k...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/kiconthemes-6.2.0/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.cache  
HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
NINJA_STATUS="[%p %s/%t] " QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/kiconthemes-6.2.0/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.cache  
HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
DESTDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/stage 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector-strong -fno-strict-aliasing 
"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -Wl,--undefined-version 
-fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe 
-fstack-protector-strong -fno-strict-aliasing  " BSD_INSTALL_PROGRAM="install  
-s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  
-m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
CMAKE_BUILD_TYPE="release" KDE_PREFIX="/usr/local" 
KDE_APPLICATIONS_VERSION="23.08.5"  KDE_FRAMEWORKS_VERSION="6.2.0"  
KDE_PLASMA_VERSION="6.0.4" QT_BINDIR="lib/qt6/bin" QT_INCDIR="include/qt6" 
QT_LIBDIR="lib/qt6" QT_ARCHDIR="lib/qt6" QT_PLUGINDIR="lib/qt6/plugins" 
QT_LIBEXECDIR="libexec/qt6" QT_IMPORTDIR="lib/qt6/imports" 

[package - main-i386-default][x11-themes/kf6-kiconthemes] Failed for kf6-kiconthemes-6.2.0 in fetch

2024-05-14 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: k...@freebsd.org
Log URL:
https://pkg-status.freebsd.org/beefy17/data/main-i386-default/p07badf98bbd0_s338d53965d9/logs/kf6-kiconthemes-6.2.0.log
Build URL:  
https://pkg-status.freebsd.org/beefy17/build.html?mastername=main-i386-default=p07badf98bbd0_s338d53965d9
Log:

=>> Building x11-themes/kf6-kiconthemes
build started at Tue May 14 09:04:52 UTC 2024
port directory: /usr/ports/x11-themes/kf6-kiconthemes
package name: kf6-kiconthemes-6.2.0
building for: FreeBSD main-i386-default-job-10 15.0-CURRENT FreeBSD 
15.0-CURRENT 1500018 i386
maintained by: k...@freebsd.org
Makefile datestamp: -rw-r--r--  1 root wheel 406 Dec  5 01:01 
/usr/ports/x11-themes/kf6-kiconthemes/Makefile
Ports top last git commit: 07badf98bbd
Ports top unclean checkout: no
Port dir last git commit: 49e21b4cd90
Port dir unclean checkout: no
Poudriere version: poudriere-git-3.4.1-30-g79e3edcd
Host OSVERSION: 1500018
Jail OSVERSION: 1500018
Job Id: 10

---Begin Environment---
SHELL=/bin/sh
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
OSVERSION=1500018
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
MAKE_OBJDIR_CHECK_WRITABLE=0
UNAME_m=i386
UNAME_p=i386
UNAME_r=15.0-CURRENT
LOCALBASE=/usr/local
UNAME_v=FreeBSD 15.0-CURRENT 1500018
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.4.1-30-g79e3edcd
MASTERMNT=/usr/local/poudriere/data/.m/main-i386-default/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/usr/local/poudriere/data/.m/main-i386-default/10/.p
OUTPUT_REDIRECTED_STDOUT=3
P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS
MASTERNAME=main-i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/usr/local/poudriere/data/.m/main-i386-default/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.4.1-30-g79e3edcd
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
k...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/kiconthemes-6.2.0/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.cache  
HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
NINJA_STATUS="[%p %s/%t] " QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/kiconthemes-6.2.0/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.cache  
HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
DESTDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/stage 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector-strong -fno-strict-aliasing 
"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -Wl,--undefined-version 
-fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe 
-fstack-protector-strong -fno-strict-aliasing  " BSD_INSTALL_PROGRAM="install  
-s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  
-m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
CMAKE_BUILD_TYPE="release" KDE_PREFIX="/usr/local" 
KDE_APPLICATIONS_VERSION="23.08.5"  KDE_FRAMEWORKS_VERSION="6.2.0"  
KDE_PLASMA_VERSION="6.0.4" QT_BINDIR="lib/qt6/bin" QT_INCDIR="include/qt6" 
QT_LIBDIR="lib/qt6" QT_ARCHDIR="lib/qt6" QT_PLUGINDIR="lib/qt6/plugins" 

[package - main-amd64-default][x11-themes/kf6-kiconthemes] Failed for kf6-kiconthemes-6.2.0 in fetch

2024-05-14 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: k...@freebsd.org
Log URL:
https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p07badf98bbd0_s338d53965d9/logs/kf6-kiconthemes-6.2.0.log
Build URL:  
https://pkg-status.freebsd.org/beefy18/build.html?mastername=main-amd64-default=p07badf98bbd0_s338d53965d9
Log:

=>> Building x11-themes/kf6-kiconthemes
build started at Tue May 14 08:39:58 UTC 2024
port directory: /usr/ports/x11-themes/kf6-kiconthemes
package name: kf6-kiconthemes-6.2.0
building for: FreeBSD main-amd64-default-job-04 15.0-CURRENT FreeBSD 
15.0-CURRENT 1500018 amd64
maintained by: k...@freebsd.org
Makefile datestamp: -rw-r--r--  1 root wheel 406 Dec  3 01:01 
/usr/ports/x11-themes/kf6-kiconthemes/Makefile
Ports top last git commit: 07badf98bbd
Ports top unclean checkout: no
Port dir last git commit: 49e21b4cd90
Port dir unclean checkout: no
Poudriere version: poudriere-git-3.4.1-30-g79e3edcd
Host OSVERSION: 1500018
Jail OSVERSION: 1500018
Job Id: 04

---Begin Environment---
SHELL=/bin/sh
OSVERSION=1500018
UNAME_v=FreeBSD 15.0-CURRENT 1500018
UNAME_r=15.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
MAKE_OBJDIR_CHECK_WRITABLE=0
LOCALBASE=/usr/local
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.4.1-30-g79e3edcd
MASTERMNT=/usr/local/poudriere/data/.m/main-amd64-default/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/usr/local/poudriere/data/.m/main-amd64-default/04/.p
OUTPUT_REDIRECTED_STDOUT=3
P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS
MASTERNAME=main-amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/usr/local/poudriere/data/.m/main-amd64-default/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.4.1-30-g79e3edcd
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
k...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/kiconthemes-6.2.0/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.cache  
HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
NINJA_STATUS="[%p %s/%t] " QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/kiconthemes-6.2.0/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.cache  
HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
DESTDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/stage 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector-strong -fno-strict-aliasing 
"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -Wl,--undefined-version 
-fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe 
-fstack-protector-strong -fno-strict-aliasing  " BSD_INSTALL_PROGRAM="install  
-s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  
-m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
CMAKE_BUILD_TYPE="release" KDE_PREFIX="/usr/local" 
KDE_APPLICATIONS_VERSION="23.08.5"  KDE_FRAMEWORKS_VERSION="6.2.0"  
KDE_PLASMA_VERSION="6.0.4" QT_BINDIR="lib/qt6/bin" QT_INCDIR="include/qt6" 
QT_LIBDIR="lib/qt6" QT_ARCHDIR="lib/qt6" QT_PLUGINDIR="lib/qt6/plugins" 
QT_LIBEXECDIR="libexec/qt6" 

[Bug 268652] Qt5: Some apps fails to start after upgrading to 5.15.8

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268652

Ken DEGUCHI  changed:

   What|Removed |Added

 CC||kdegu...@sz.tokoha-u.ac.jp

--- Comment #81 from Ken DEGUCHI  ---
(In reply to Tatsuki Makino from comment #79)

I received an email from Dmitry.

I will try to fix it so that pkg_replace does not save the old library when the
old and new libraries have the same name. It will take some time.

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

[Bug 278718] irc/kvirc: update to 5.2.4

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278718

Vladimir Druzenko  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+
   |eeBSD.org)  |
 Resolution|--- |FIXED
 Status|New |Closed
   Assignee|k...@freebsd.org |v...@freebsd.org

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

[Bug 278718] irc/kvirc: update to 5.2.4

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278718

--- Comment #2 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=8cc55088d7c033d4e092d3e05a94f4d5b7508b06

commit 8cc55088d7c033d4e092d3e05a94f4d5b7508b06
Author: Vladimir Druzenko 
AuthorDate: 2024-05-14 07:58:30 +
Commit: Vladimir Druzenko 
CommitDate: 2024-05-14 08:04:50 +

irc/kvirc: update to 5.2.4, take maintainership

This release contains changes from the last 5 years of development,
including:
 - Support for the latest version of upstream libraries: Qt5.15/6.6,
KDE5/6,
   OpenSSL 1.x/3.x
 - Wayland support
 - Fix for some nasty crash bugs
 - an improved font rendering engine able to represent complex characters
like
   emojis with ligatures
 - a reworked tray icon that now follows your OS style
 - better support for solanum ircd (Libera net)

News:
https://www.kvirc.net/?id=news=2024.01.14.19.25.1.story=latest
https://www.kvirc.net/?id=news=2024.03.09.12.18.1.story=latest
https://www.kvirc.net/?id=news=2024.05.11.13.48.1.story=latest

Changelog:
https://github.com/kvirc/KVIrc/releases/tag/5.2.0
https://github.com/kvirc/KVIrc/releases/tag/5.2.2
https://github.com/kvirc/KVIrc/releases/tag/5.2.4

PR: 278718
Reviewed by:arrowd, makc
Approved by:makc (kde), tcberner (kde)
Differential Revision:  D45025

 irc/kvirc/Makefile |  108 +-
 irc/kvirc/distinfo |6 +-
 .../files/patch-src_kvilib_CMakeLists.txt (gone)   |   10 -
 ...ch-src_modules_iograph_libkviiograph.cpp (gone) |   10 -
 irc/kvirc/pkg-plist| 3445 ++--
 5 files changed, 1831 insertions(+), 1748 deletions(-)

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

[package - 132i386-default][x11-themes/kf6-kiconthemes] Failed for kf6-kiconthemes-6.2.0 in fetch

2024-05-14 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: k...@freebsd.org
Log URL:
https://pkg-status.freebsd.org/beefy15/data/132i386-default/07badf98bbd0/logs/kf6-kiconthemes-6.2.0.log
Build URL:  
https://pkg-status.freebsd.org/beefy15/build.html?mastername=132i386-default=07badf98bbd0
Log:

=>> Building x11-themes/kf6-kiconthemes
build started at Tue May 14 08:04:08 UTC 2024
port directory: /usr/ports/x11-themes/kf6-kiconthemes
package name: kf6-kiconthemes-6.2.0
building for: FreeBSD 132i386-default-job-03 13.2-RELEASE-p11 FreeBSD 
13.2-RELEASE-p11 i386
maintained by: k...@freebsd.org
Makefile datestamp: -rw-r--r--  1 root  wheel  406 Dec  5 01:01 
/usr/ports/x11-themes/kf6-kiconthemes/Makefile
Ports top last git commit: 07badf98bbd
Ports top unclean checkout: no
Port dir last git commit: 49e21b4cd90
Port dir unclean checkout: no
Poudriere version: poudriere-git-3.4.1-30-g79e3edcd
Host OSVERSION: 1500018
Jail OSVERSION: 1302001
Job Id: 03

---Begin Environment---
SHELL=/bin/csh
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
OSVERSION=1302001
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
MAKE_OBJDIR_CHECK_WRITABLE=0
UNAME_m=i386
UNAME_p=i386
UNAME_r=13.2-RELEASE-p11
LOCALBASE=/usr/local
UNAME_v=FreeBSD 13.2-RELEASE-p11
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.4.1-30-g79e3edcd
MASTERMNT=/usr/local/poudriere/data/.m/132i386-default/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/usr/local/poudriere/data/.m/132i386-default/03/.p
OUTPUT_REDIRECTED_STDOUT=3
P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS
MASTERNAME=132i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/usr/local/poudriere/data/.m/132i386-default/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.4.1-30-g79e3edcd
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
k...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/kiconthemes-6.2.0/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.cache  
HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
NINJA_STATUS="[%p %s/%t] " QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/kiconthemes-6.2.0/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.cache  
HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
DESTDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/stage 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector-strong -fno-strict-aliasing 
"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -Wl,--undefined-version 
-fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe 
-fstack-protector-strong -fno-strict-aliasing  " BSD_INSTALL_PROGRAM="install  
-s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  
-m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
CMAKE_BUILD_TYPE="release" KDE_PREFIX="/usr/local" 
KDE_APPLICATIONS_VERSION="23.08.5"  KDE_FRAMEWORKS_VERSION="6.2.0"  
KDE_PLASMA_VERSION="6.0.4" QT_BINDIR="lib/qt6/bin" QT_INCDIR="include/qt6" 
QT_LIBDIR="lib/qt6" QT_ARCHDIR="lib/qt6" QT_PLUGINDIR="lib/qt6/plugins" 
QT_LIBEXECDIR="libexec/qt6" 

[package - 132amd64-default][x11-themes/kf6-kiconthemes] Failed for kf6-kiconthemes-6.2.0 in fetch

2024-05-14 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: k...@freebsd.org
Log URL:
https://pkg-status.freebsd.org/beefy16/data/132amd64-default/07badf98bbd0/logs/kf6-kiconthemes-6.2.0.log
Build URL:  
https://pkg-status.freebsd.org/beefy16/build.html?mastername=132amd64-default=07badf98bbd0
Log:

=>> Building x11-themes/kf6-kiconthemes
build started at Tue May 14 07:43:25 UTC 2024
port directory: /usr/ports/x11-themes/kf6-kiconthemes
package name: kf6-kiconthemes-6.2.0
building for: FreeBSD 132amd64-default-job-04 13.2-RELEASE-p11 FreeBSD 
13.2-RELEASE-p11 amd64
maintained by: k...@freebsd.org
Makefile datestamp: -rw-r--r--  1 root  wheel  406 Dec  7 01:01 
/usr/ports/x11-themes/kf6-kiconthemes/Makefile
Ports top last git commit: 07badf98bbd
Ports top unclean checkout: no
Port dir last git commit: 49e21b4cd90
Port dir unclean checkout: no
Poudriere version: poudriere-git-3.4.1-30-g79e3edcd
Host OSVERSION: 1500018
Jail OSVERSION: 1302001
Job Id: 04

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1302001
UNAME_v=FreeBSD 13.2-RELEASE-p11
UNAME_r=13.2-RELEASE-p11
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
MAKE_OBJDIR_CHECK_WRITABLE=0
LOCALBASE=/usr/local
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.4.1-30-g79e3edcd
MASTERMNT=/usr/local/poudriere/data/.m/132amd64-default/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/usr/local/poudriere/data/.m/132amd64-default/04/.p
OUTPUT_REDIRECTED_STDOUT=3
P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS
MASTERNAME=132amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/usr/local/poudriere/data/.m/132amd64-default/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.4.1-30-g79e3edcd
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
k...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/kiconthemes-6.2.0/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.cache  
HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
NINJA_STATUS="[%p %s/%t] " QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/kiconthemes-6.2.0/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.cache  
HOME=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
DESTDIR=/wrkdirs/usr/ports/x11-themes/kf6-kiconthemes/work/stage 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector-strong -fno-strict-aliasing 
"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -Wl,--undefined-version 
-fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe 
-fstack-protector-strong -fno-strict-aliasing  " BSD_INSTALL_PROGRAM="install  
-s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  
-m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
CMAKE_BUILD_TYPE="release" KDE_PREFIX="/usr/local" 
KDE_APPLICATIONS_VERSION="23.08.5"  KDE_FRAMEWORKS_VERSION="6.2.0"  
KDE_PLASMA_VERSION="6.0.4" QT_BINDIR="lib/qt6/bin" QT_INCDIR="include/qt6" 
QT_LIBDIR="lib/qt6" QT_ARCHDIR="lib/qt6" QT_PLUGINDIR="lib/qt6/plugins" 
QT_LIBEXECDIR="libexec/qt6" QT_IMPORTDIR="lib/qt6/imports" 

[package - 132amd64-quarterly][sysutils/plasma6-plasma-disks] Failed for plasma6-plasma-disks-6.0.4 in package

2024-05-14 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: k...@freebsd.org
Log URL:
https://pkg-status.freebsd.org/beefy14/data/132amd64-quarterly/94fd0c66debd/logs/plasma6-plasma-disks-6.0.4.log
Build URL:  
https://pkg-status.freebsd.org/beefy14/build.html?mastername=132amd64-quarterly=94fd0c66debd
Log:

=>> Building sysutils/plasma6-plasma-disks
build started at Tue May 14 06:27:40 UTC 2024
port directory: /usr/ports/sysutils/plasma6-plasma-disks
package name: plasma6-plasma-disks-6.0.4
building for: FreeBSD 132amd64-quarterly-job-05 13.2-RELEASE-p11 FreeBSD 
13.2-RELEASE-p11 amd64
maintained by: k...@freebsd.org
Makefile datestamp: -rw-r--r--  1 root  wheel  416 Apr  9 01:02 
/usr/ports/sysutils/plasma6-plasma-disks/Makefile
Ports top last git commit: 94fd0c66d
Ports top unclean checkout: no
Port dir last git commit: 9a5a2c9f1
Port dir unclean checkout: no
Poudriere version: poudriere-git-3.4.1-30-g79e3edcd
Host OSVERSION: 1500018
Jail OSVERSION: 1302001
Job Id: 05

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1302001
UNAME_v=FreeBSD 13.2-RELEASE-p11
UNAME_r=13.2-RELEASE-p11
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
MAKE_OBJDIR_CHECK_WRITABLE=0
LOCALBASE=/usr/local
USER=root
POUDRIERE_NAME=poudriere-git
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.4.1-30-g79e3edcd
MASTERMNT=/usr/local/poudriere/data/.m/132amd64-quarterly/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/usr/local/poudriere/data/.m/132amd64-quarterly/05/.p
OUTPUT_REDIRECTED_STDOUT=3
P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS
MASTERNAME=132amd64-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=bulk.sh
OLDPWD=/usr/local/poudriere/data/.m/132amd64-quarterly/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.4.1-30-g79e3edcd
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
k...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/sysutils/plasma6-plasma-disks/work/plasma-disks-6.0.4/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/sysutils/plasma6-plasma-disks/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/sysutils/plasma6-plasma-disks/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/sysutils/plasma6-plasma-disks/work/.cache  
HOME=/wrkdirs/usr/ports/sysutils/plasma6-plasma-disks/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/sysutils/plasma6-plasma-disks/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/sysutils/plasma6-plasma-disks/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
NINJA_STATUS="[%p %s/%t] " QT_SELECT=qt6 
QMAKEMODULES="/wrkdirs/usr/ports/sysutils/plasma6-plasma-disks/work/plasma-disks-6.0.4/mkspecs/modules:/usr/local/lib/qt6/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/sysutils/plasma6-plasma-disks/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/sysutils/plasma6-plasma-disks/work  
XDG_CACHE_HOME=/wrkdirs/usr/ports/sysutils/plasma6-plasma-disks/work/.cache  
HOME=/wrkdirs/usr/ports/sysutils/plasma6-plasma-disks/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/sysutils/plasma6-plasma-disks/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 
PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/sysutils/plasma6-plasma-disks/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
DESTDIR=/wrkdirs/usr/ports/sysutils/plasma6-plasma-disks/work/stage 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector-str
ong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" 
-Wl,--undefined-version -fstack-protector-strong " LIBS=""  CXX="c++" 
CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing  " 
BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644" 
 BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  
BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
CMAKE_BUILD_TYPE="release" KDE_PREFIX="/usr/local" 
KDE_APPLICATIONS_VERSION="23.08.5"  KDE_FRAMEWORKS_VERSION="6.0.0"  
KDE_PLASMA_VERSION="6.0.4" QT_BINDIR="lib/qt6/bin" QT_INCDIR="include/qt6" 
QT_LIBDIR="lib/qt6" QT_ARCHDIR="lib/qt6"