Unable to build python3.11

2024-06-08 Thread Xavier Humbert
Hi, Tried to compile python 3.11 but if fails at QA and install stage with  : [root@numenor python311]# make clean all [...] > Compressing man pages (compress-man) > Running Q/A tests (stage-qa) egrep: warning: egrep is obsolescent; using /usr/local/bin/ggrep -E Warning: you might not ne

Re: Unable to build python3.11

2024-06-08 Thread TIM KELLERS
On 6/8/24 12:38 PM, Xavier Humbert wrote: Hi, Tried to compile python 3.11 but if fails at QA and install stage with  : [root@numenor python311]# make clean all [...] > Compressing man pages (compress-man) > Running Q/A tests (stage-qa) egrep: warning: egrep is obsolescent; using /usr/l

Re: Unable to build python3.11

2024-06-08 Thread Xavier Humbert
Le 08/06/2024 19:33, TIM KELLERS a écrit : On 6/8/24 12:38 PM, Xavier Humbert wrote: Hi, Tried to compile python 3.11 but if fails at QA and install stage with  : [root@numenor python311]# make clean all [...] > Compressing man pages (compress-man) > Running Q/A tests (stage-qa) egre

Re: Unable to build python3.11

2024-06-08 Thread TIM KELLERS
I'm doing the update according to UPDATING now on: FreeBSD beachpatt.com 13.3-STABLE FreeBSD 13.3-STABLE stable/13-n257865-e5e6242f62a3 MAY7 amd64 I'm a little confused on the #make clean all part you used. 3.11 just finished without an error, using just this: # sh # portmaster -o lang/pyth

Re: Unable to build python3.11

2024-06-08 Thread TIM KELLERS
On 6/8/24 2:32 PM, TIM KELLERS wrote: I'm doing the update according to UPDATING now on: FreeBSD beachpatt.com 13.3-STABLE FreeBSD 13.3-STABLE stable/13-n257865-e5e6242f62a3 MAY7 amd64 I'm a little confused on the #make clean all part you used. 3.11 just finished without an error, using just

Re: After following the advise from UPDATING about pythoin-3.11, 'pkg add' now says: pkg: "Cannot solve problem using SAT solver" and attempts to install and then offers to remove py39- packages

2024-06-08 Thread Tatsuki Makino
Hello. I feel that there is a slight possibility that this upgrade may include the following issues. ( echo py39-foo ; echo py311-foo ) | sort However, I have only thought about the possibility and have not looked into it yet :) Regards.

Re: After following the advise from UPDATING about pythoin-3.11, 'pkg add' now says: pkg: "Cannot solve problem using SAT solver" and attempts to install and then offers to remove py39- packages

2024-06-08 Thread Yuri
Hello, On 6/8/24 14:24, Tatsuki Makino wrote: I feel that there is a slight possibility that this upgrade may include the following issues. ( echo py39-foo ; echo py311-foo ) | sort You are right. Package DB contains both py39- and py311- packages: $ pkg search py311- | wc    4477   33240  3

Unmaintained FreeBSD ports which are out of date

2024-06-08 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained 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. Please consider also adopting this po

Re: Service for jails?

2024-06-08 Thread Matthias Fechner
Am 07.06.2024 um 10:44 schrieb Miroslav Lachman: On 07/06/2024 08:20, Matthias Fechner wrote: Dear all, I saw in some commit messages that the startup scripts are modified like: BBB_svcj_options=${BBB_svcj_options:-"net_basic"} But I cannot find anything in the porters handbook about that n