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
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
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
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
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
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.
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
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
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