FreeBSD ports you maintain which are out of date
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/pyt...@freebsd.org.html Port| Current version | New version +-+ www/py-rollbar | 0.15.1 | 0.16.1 +-+ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by:portscout!
[Bug 256699] lang/python38: Fails to configure when IPv6 not set up: checking getaddrinfo bug... yes
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256699 --- Comment #4 from freeb...@spm.s.deo.rodeo --- Created attachment 225931 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=225931&action=edit Build logs for python37 & python38 + make.conf lang/python37 builds fine, lang/python38 fails. I attached the build logs of both versions as well as the poudriere.d make.conf (no particular options were set for these ports beyond those in make.conf) host uname -a: FreeBSD build.local 12.2-RELEASE-p7 FreeBSD 12.2-RELEASE-p7 GENERIC amd64 jail uname -a: FreeBSD build32-default 12.2-RELEASE-p7 FreeBSD 12.2-RELEASE-p7 GENERIC i386 Neither the host nor the jail have been assigned an IPv6 address (only IPv4). The kernel is GENERIC. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
[Bug 256699] lang/python38: Fails to configure when IPv6 not set up: checking getaddrinfo bug... yes
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256699 --- Comment #5 from freeb...@spm.s.deo.rodeo --- The information from my last comment was not entirely correct. Actually I disabled the IPv6 option for python37. When I enable it the build fails, just like for python38. Conversely, when I disable ipv6 for python38, the buiLd completes fine. Sorry for the confusion. Is building python with the ipv6 option enabled supposed to fail in a jail that only has an ipv4 address set? Below are the options that I set for a successful build: # This file is auto-generated by 'make config'. # Options for python38-3.8.10 _OPTIONS_READ=python38-3.8.10 _FILE_COMPLETE_OPTIONS_LIST=DEBUG IPV6 LIBMPDEC NLS PYMALLOC FNV SIPHASH OPTIONS_FILE_UNSET+=DEBUG OPTIONS_FILE_UNSET+=IPV6 OPTIONS_FILE_SET+=LIBMPDEC OPTIONS_FILE_SET+=NLS OPTIONS_FILE_SET+=PYMALLOC OPTIONS_FILE_UNSET+=FNV OPTIONS_FILE_UNSET+=SIPHASH -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.