Using MAKE_JOBS_UNSAFE=yes avoided:

# grep error: 
/usr/local/poudriere/data/logs/bulk/release-i386-default/2025-07-04_14h42m01s/logs/errors/curl-8.14.1.log
ld: error: undefined symbol: curl_url
ld: error: undefined symbol: curl_url_set
ld: error: undefined symbol: curl_url_get
ld: error: undefined symbol: curl_strequal
ld: error: undefined symbol: curl_free
ld: error: undefined symbol: curl_url_cleanup
ld: error: undefined symbol: curl_easy_setopt
ld: error: undefined symbol: curl_mime_free
ld: error: undefined symbol: curl_version_info
ld: error: undefined symbol: curl_msnprintf
ld: error: undefined symbol: curl_slist_append
ld: error: undefined symbol: curl_slist_free_all
ld: error: undefined symbol: curl_getenv
ld: error: undefined symbol: curl_easy_getinfo
ld: error: undefined symbol: curl_mfprintf
ld: error: undefined symbol: curl_strnequal
ld: error: undefined symbol: curl_maprintf
ld: error: undefined symbol: curl_easy_pause
ld: error: undefined symbol: curl_mvaprintf
ld: error: undefined symbol: curl_mime_init
ld: error: too many errors emitted, stopping now (use --error-limit=0 to see 
all errors)
cc: error: linker command failed with exit code 1 (use -v to see invocation)

It looks like a build race needs to be prevented, such
that the listed curl_* symbol definitions end up always
in place before the link operation involved is attempted.


For reference:

# uname -apKU
FreeBSD 7950X3D-ZFS 15.0-CURRENT FreeBSD 15.0-CURRENT main-n278320-3a33e39edd48 
GENERIC-NODEBUG amd64 amd64 1500048 

# poudriere jail -jrelease-i386 -i
Jail name:         release-i386
Jail version:      14.3-RELEASE
Jail arch:         i386
Jail method:       pkgbase
Jail mount:        /usr/local/poudriere/jails/release-i386
Jail fs:           zoptb/poudriere/jails/release-i386
Jail updated:      2025-06-28 21:53:52
Jail pkgbase:      disabled

# ~/fbsd-based-on-what-commit.sh -C /usr/ports/
6a6a0f11043c (HEAD -> main, freebsd/main, freebsd/HEAD) graphics/kdegraphics: 
install colord-kde
Author:     Max Brazhnikov <[email protected]>
Commit:     Max Brazhnikov <[email protected]>
CommitDate: 2025-06-28 18:03:24 +0000
branch: main
merge-base: 6a6a0f11043cea55e789395d2f89b091c1cdf97c
merge-base: CommitDate: 2025-06-28 18:03:24 +0000
n711132 (--first-parent --count for merge-base)
1500048

===
Mark Millard
marklmi at yahoo.com


Reply via email to