[Bug 261552] net-mgmt/zabbix54-frontend: poudriere rebuilds every time
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Jan 2022 12:33:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261552 Bug ID: 261552 Summary: net-mgmt/zabbix54-frontend: poudriere rebuilds every time Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: otis@FreeBSD.org Reporter: chris@chrullrich.net Flags: maintainer-feedback?(otis@FreeBSD.org) Assignee: otis@FreeBSD.org The latest change to net-mgmt/zabbix54-frontend made it flavored. Since then, poudriere detects it as moved and rebuilds it on every bulk run. # cat zabbix.sel net-mgmt/zabbix54-frontend@php74 # poudriere bulk -j stable -p clean -z main -f ~/zabbix.sel [00:00:00] Creating the reference jail... done [00:00:01] Mounting system devices for stable-clean-main [00:00:01] Mounting ports/packages/distfiles [00:00:01] Stashing existing package repository [00:00:01] Mounting ccache from: /var/cache/ccache [00:00:01] Mounting packages from: /usr/local/poudriere/data/packages/stable-clean-main [00:00:01] Copying /var/db/ports from: /usr/local/etc/poudriere.d/options /etc/resolv.conf -> /usr/local/poudriere/data/.m/stable-clean-main/ref/etc/resolv.conf [00:00:01] Starting jail stable-clean-main [00:00:01] Will build as nobody: (65534:65534) [00:00:01] Logs: /usr/local/poudriere/data/logs/bulk/stable-clean-main/2022-01-29_13h25m06s [00:00:01] Loading MOVED for /usr/local/poudriere/data/.m/stable-clean-main/ref/usr/ports [00:00:02] Ports supports: FLAVORS SELECTED_OPTIONS [00:00:02] Gathering ports metadata [00:00:02] Warning: MOVED: net-mgmt/zabbix54-frontend renamed to net-mgmt/zabbix54-frontend@php74 [00:00:03] Calculating ports order and dependencies [00:00:04] Sanity checking the repository [00:00:04] Checking packages for incremental rebuild needs [00:00:04] Deleting zabbix54-frontend-php74-5.4.9_1.pkg: net-mgmt/zabbix54-frontend moved to net-mgmt/zabbix54-frontend@php74 [00:00:04] Deleting stale symlinks... done [00:00:04] Deleting empty directories... done [00:00:04] Cleaning the build queue [00:00:04] Sanity checking build queue [00:00:04] Processing PRIORITY_BOOST [00:00:04] Balancing pool [00:00:04] Recording filesystem state for prepkg... done [00:00:05] Building 1 packages using 1 builders [00:00:05] Starting/Cloning builders [00:00:05] Hit CTRL+t at any time to see build progress and stats [00:00:05] [01] [00:00:00] Building net-mgmt/zabbix54-frontend@php74 | zabbix54-frontend-php74-5.4.9_1 [00:00:29] [01] [00:00:24] Finished net-mgmt/zabbix54-frontend@php74 | zabbix54-frontend-php74-5.4.9_1: Success [00:00:30] Stopping 1 builders [00:00:30] Creating pkg repository Creating repository in /tmp/packages: 100% Packing files for repository: 100% [00:00:31] Committing packages to repository: /usr/local/poudriere/data/packages/stable-clean-main/.real_1643459136 via .latest symlink [00:00:31] Removing old packages [00:00:31] Built ports: net-mgmt/zabbix54-frontend [stable-clean-main] [2022-01-29_13h25m06s] [committing:] Queued: 1 Built: 1 Failed: 0 Skipped: 0 Ignored: 0 Tobuild: 0 Time: 00:00:30 [00:00:31] Logs: /usr/local/poudriere/data/logs/bulk/stable-clean-main/2022-01-29_13h25m06s [00:00:31] Cleaning up [00:00:31] Unmounting file systems This log repeats identically with another build. poudriere has no make.conf, src.conf, blacklist. Ports tree is main branch. No options for the port. I naively tried using PHP_PKGNAMEPREFIX instead of ...SUFFIX, like the Python ports do, without success. -- You are receiving this mail because: You are the assignee for the bug.