Re: `make makesum` fails with lang/pyton-doc-html

2021-05-10 Thread Yasuhiro Kimura
From: Yasuhiro Kimura Subject: Re: `make makesum` fails with lang/pyton-doc-html Date: Tue, 11 May 2021 03:03:51 +0900 (JST) > Thank you for patch. I applied it to 61daf777c5d6 of main and now > `make makesum` works fine. Bad news. The problem is found when I tried to update

Re: Build of Python 3.8.10/3.9.5 fails on 12.2-RELEASE

2021-05-10 Thread Yasuhiro Kimura
From: Yasuhiro Kimura Subject: Build of Python 3.8.10/3.9.5 fails on 12.2-RELEASE Date: Mon, 10 May 2021 16:29:03 +0900 (JST) > I submitted patches to update lang/python3[89] to 3.8.10/3.9.5 > respectively. > > Bug 255729 - lang/python38: Update to 3.8.10 >

I was wrong; Re: Build of Python 3.8.10/3.9.5 fails on 12.2-RELEASE

2021-05-10 Thread George Mitchell
On 5/10/21 11:46 AM, George Mitchell wrote: On 5/10/21 11:39 AM, George Mitchell wrote: On 5/10/21 3:29 AM, Yasuhiro Kimura wrote:  > Hello,  >  > I submitted patches to update lang/python3[89] to 3.8.10/3.9.5  > respectively.  >  > Bug 255729 - lang/python38: Update to 3.8.10  >

Re: Build of Python 3.8.10/3.9.5 fails on 12.2-RELEASE

2021-05-10 Thread George Mitchell
On 5/10/21 6:49 PM, Yasuhiro Kimura wrote: [...] I investigated repository of Python and found following commits (bpo-43799) are the source of the problem. [3.8] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (GH-25383)

Re: pkg builders order of jobs

2021-05-10 Thread Tatsuki Makino
Ronald Klop wrote on 2021/05/10 18:54: > At home my Poudriere names the builds like "2021-05-09_20h49m55s". I don't > remember configuring this by myself, so I think it is the default. In poudriere.conf, there is a setting for BUILDNAME_FORMAT. It will be set to the default value of

Re: pkg builders order of jobs

2021-05-10 Thread Mark Millard via freebsd-ports
Tatsuki Makino tatsuki_makino at hotmail.com wrote on Mon May 10 21:08:06 UTC 2021 : > In poudriere.conf, there is a setting for BUILDNAME_FORMAT. > It will be set to the default value of %Y-%m-%d_%Hh%Mm%Ss in > /usr/local/share/poudriere/common.sh > > BUILDNAME_FORMAT is used as

ports-mgmt/poudriere-devel, lang/rust (for example), and USE_TMPFS that includes wrkdir (or yes)

2021-05-10 Thread Mark Millard via freebsd-ports
I've been using USE_TMPFS=yes (so "wrkdir data") on various systems, both ZFS (recently) and UFS (generally, even now). Only one system builds rust (in order for something else to be built), at least so far. An example of the wrkdirs tmpfs use for rust is (UFS context): # df -m | grep tmpfs

Re: `make makesum` fails with lang/pyton-doc-html

2021-05-10 Thread Yasuhiro Kimura
From: Yasuhiro Kimura Subject: Re: `make makesum` fails with lang/pyton-doc-html Date: Tue, 11 May 2021 08:21:28 +0900 (JST) > Bad news. The problem is found when I tried to update > lang/python-doc-html/distinfo for Python 3.8.10 and 3.9.5. > (snip) > > Since lang/python-doc-html/Makefile and

Build of Python 3.8.10/3.9.5 fails on 12.2-RELEASE

2021-05-10 Thread Yasuhiro Kimura
Hello, I submitted patches to update lang/python3[89] to 3.8.10/3.9.5 respectively. Bug 255729 - lang/python38: Update to 3.8.10 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255729 Bug 255730 - lang/python39: Update to 3.9.5 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255730 I

Re: Preferred way of repocopy in terms of git

2021-05-10 Thread Mathieu Arnold
On Fri, May 07, 2021 at 11:32:48PM +0600, Muhammad Moinur Rahman wrote: > Hi, > > What is the preferred way of doing ports repocopy in git? In the hard way I > can see moving it into two locations and merging them. But is there any > easier way of doing it? Well, here is what I did when I

`make makesum` fails with lang/pyton-doc-html

2021-05-10 Thread Yasuhiro Kimura
Hello, I tried to update lang/pyton-doc-html and found `make makesum` fails as following. -- yasu@rolling-vm-freebsd2[1242]% pwd /usr/ports yasu@rolling-vm-freebsd2[1243]% git status On branch main Your branch is up to date with

FreeBSD ports you maintain which are out of date

2021-05-10 Thread portscout
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,

Re: Preferred way of repocopy in terms of git

2021-05-10 Thread Tijl Coosemans
On Mon, 10 May 2021 09:30:56 +0200 Mathieu Arnold wrote: > On Fri, May 07, 2021 at 11:32:48PM +0600, Muhammad Moinur Rahman wrote: >> What is the preferred way of doing ports repocopy in git? In the hard >> way I can see moving it into two locations and merging them. But is >> there any easier

Re: pkg builders order of jobs

2021-05-10 Thread Ronald Klop
Van: Stefan Esser Datum: zondag, 9 mei 2021 12:40 Aan: po...@freebsd.org Onderwerp: Re: pkg builders order of jobs Am 09.05.21 um 12:22 schrieb Ronald Klop: > Hi, > > On the pkg builders the list of builds is ordered on git hash. >

Re: Preferred way of repocopy in terms of git

2021-05-10 Thread Mathieu Arnold
On Mon, May 10, 2021 at 11:21:43AM +0200, Tijl Coosemans wrote: > On Mon, 10 May 2021 09:30:56 +0200 Mathieu Arnold > wrote: > > On Fri, May 07, 2021 at 11:32:48PM +0600, Muhammad Moinur Rahman wrote: > >> What is the preferred way of doing ports repocopy in git? In the hard > >> way I can see

Re: Build of Python 3.8.10/3.9.5 fails on 12.2-RELEASE

2021-05-10 Thread George Mitchell
On 5/10/21 11:39 AM, George Mitchell wrote: On 5/10/21 3:29 AM, Yasuhiro Kimura wrote: > Hello, > > I submitted patches to update lang/python3[89] to 3.8.10/3.9.5 > respectively. > > Bug 255729 - lang/python38: Update to 3.8.10 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255729 >

Re: `make makesum` fails with lang/pyton-doc-html

2021-05-10 Thread Danilo G. Baio
On Mon, May 10, 2021 at 04:41:18PM +0900, Yasuhiro Kimura wrote: > Hello, > > I tried to update lang/pyton-doc-html and found `make makesum` fails > as following. > > -- > yasu@rolling-vm-freebsd2[1242]% pwd > /usr/ports >

Re: Build of Python 3.8.10/3.9.5 fails on 12.2-RELEASE

2021-05-10 Thread George Mitchell
On 5/10/21 3:29 AM, Yasuhiro Kimura wrote: > Hello, > > I submitted patches to update lang/python3[89] to 3.8.10/3.9.5 > respectively. > > Bug 255729 - lang/python38: Update to 3.8.10 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255729 > [...] I tried your patch on python38 and did not

Re: Quarterly reports?

2021-05-10 Thread Li-Wen Hsu
There is web archive at https://www.freebsd.org/status/ BTW -ports@ may not be the best place to ask this question because it could be overwhelmed by ports questions. I guess -questions might be more suitable. Best, Li-Wen On Tue, May 11, 2021 at 12:13 AM Kevin Oberman wrote: > > Thanks. I

Re: Quarterly reports?

2021-05-10 Thread Kevin Oberman
Thanks. I found it in the archives, but did not receive it at all. Not in spam. Just no sign of it. I should have received it on current, stable, and announce. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint:

Re: `make makesum` fails with lang/pyton-doc-html

2021-05-10 Thread Yasuhiro Kimura
From: "Danilo G. Baio" Subject: Re: `make makesum` fails with lang/pyton-doc-html Date: Mon, 10 May 2021 11:25:23 -0300 > Hi. > > Take a look on [1], it was working last time I checked. > > If it's ok, I'll open a review, please let me know. > > More details about that on [2] and [3]. > > 1