Build of some ports hang up on recent 14-CURRENT amd64
Yasuhiro Kimura
yasu at utahime.org
Fri Apr 9 21:01:24 UTC 2021
yasu at rolling-vm-freebsd1[1044]% uname -a
FreeBSD rolling-vm-freebsd1.home.utahime.org 14.0-CURRENT FreeBSD 14.0-CURRENT #0 main-n245912-f2400e6e832: Sat Apr 10 01:42:33 JST 2021 rootz at rolling-vm-freebsd1.home.utahime.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
After the update from 36d6e65722e to f2400e6e832 I noticed build of
some ports hang up in the middle of it on my 14-CURRENT amd64 host.
One of such examples is security/py-cryptography.
----------------------------------------------------------------------
root at rolling-vm-freebsd1[1008]# make
===> License APACHE20 BSD3CLAUSE accepted by the user
===> py39-cryptography-3.3.2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by py39-cryptography-3.3.2 for building
===> Extracting for py39-cryptography-3.3.2
=> SHA256 Checksum OK for cryptography-3.3.2.tar.gz.
===> Patching for py39-cryptography-3.3.2
===> py39-cryptography-3.3.2 depends on package: py39-cffi>=1.8 - found
===> py39-cryptography-3.3.2 depends on package: py39-setuptools>0 - found
===> py39-cryptography-3.3.2 depends on file: /usr/local/bin/python3.9 - found
===> Configuring for py39-cryptography-3.3.2
running config
----------------------------------------------------------------------
And another one is devel/arcanist-lib.
----------------------------------------------------------------------
root at rolling-vm-freebsd1[1023]# make
===> License APACHE20 accepted by the user
===> arcanist-lib-php74-20210113 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by arcanist-lib-php74-20210113 for building
===> Extracting for arcanist-lib-php74-20210113
=> SHA256 Checksum OK for phacility-arcanist-20210113-b2e715f_GH0.tar.gz.
===> Patching for arcanist-lib-php74-20210113
===> Applying FreeBSD patches for arcanist-lib-php74-20210113 from /usr/ports/devel/arcanist-lib/files
===> Configuring for arcanist-lib-php74-20210113
===> Staging for arcanist-lib-php74-20210113
===> arcanist-lib-php74-20210113 depends on file: /usr/local/include/php/main/php.h - found
===> arcanist-lib-php74-20210113 depends on file: /usr/local/lib/php/20190902/curl.so - found
===> arcanist-lib-php74-20210113 depends on file: /usr/local/lib/php/20190902/dom.so - found
===> arcanist-lib-php74-20210113 depends on file: /usr/local/lib/php/20190902/json.so - found
===> arcanist-lib-php74-20210113 depends on file: /usr/local/lib/php/20190902/simplexml.so - found
===> arcanist-lib-php74-20210113 depends on file: /usr/local/lib/php/20190902/zlib.so - found
===> arcanist-lib-php74-20210113 depends on file: /usr/local/lib/php/20190902/mbstring.so - found
===> Generating temporary packing list
cd /usr/ports/devel/arcanist-lib/work-php74/arcanist-b2e715f ; /bin/pax -rw * /usr/ports/devel/arcanist-lib/work-php74/stage/usr/local/lib/php/arcanist
install -l rs /usr/ports/devel/arcanist-lib/work-php74/stage/usr/local/lib/php/arcanist/support/shell/hooks/bash-completion.sh /usr/ports/devel/arcanist-lib/work-php74/stage/usr/local/share/bash-completion/completions/arc
/usr/ports/devel/arcanist-lib/work-php74/stage/usr/local/lib/php/arcanist/bin/arc shell-complete --generate
GENERATE Generating shell completion rules...
RULES Wrote updated completion rules for "bash" to: work-php74/stage/usr/local/lib/php/arcanist/support/shell/rules/bash-rules.sh.
NOTE You may need to open a new terminal window or launch a new shell before the changes take effect.
----------------------------------------------------------------------
The problem also happens with poudriere.
I tried boot with old 36d6e65722e kernel but the problem still
happens. So the cause may be older than it.
Does anyone else have the same problem?
Best Regards.
---
Yasuhiro Kimura
More information about the freebsd-current
mailing list