Re: On what days are the git servers available to obtain the ports tree?

2022-05-03 Thread Ewout1 (Excite/BlueTie)
> Op 3 mei 2022, om 01:07 heeft Tatsuki Makino het > volgende geschreven: > > Hello. > > I'm a maintainer too :) > Probably, git is difficult for maintainers to keep the following conditions. > > # git status --show-stash -- > On branch main > Your branch is up to date with 'origin/main'. >

Firefox 100.0_1,2 immediate crash on signal 5

2022-05-03 Thread Frank Seltzer
Upgrading to the latest version of Firefox results in the following errors and a crash in 10-15 seconds. What am I missing? Thanks. console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at /home/frank_s/.mozilla/firefox/aksntfbh.de

Re: Firefox 100.0_1,2 immediate crash on signal 5

2022-05-03 Thread Richard Frewin
On Tue 03 May 2022 at 05:30, Frank Seltzer wrote: > Upgrading to the latest version of Firefox results in the following > errors and a crash in 10-15 seconds. What am I missing? Don't know - but I'm missing it as well :-) Syslog also sees: May 3 13:46:40 XXX kernel: pid 3066 (firefox)

Re: Firefox 100.0_1,2 immediate crash on signal 5

2022-05-03 Thread Jan Beich
Frank Seltzer writes: > Upgrading to the latest version of Firefox results in the following > errors and a crash in 10-15 seconds. What am I missing? > > Thanks. > > console.warn: SearchSettings: "get: No settings file exists, new > profile?" (new NotFoundError("Could not open the file at > /hom

Re: On what days are the git servers available to obtain the ports tree?

2022-05-03 Thread John Kennedy
On Mon, May 02, 2022 at 01:37:47PM -0700, Chris wrote: > ... I can clone the github hosted mirror && make the changes. But that > removes the one-true-source factor, adds additional steps to a procedure > that should "Just Work". > Which is the real question. Why doesn't it Just Work? Clearly ther

Re: Firefox 100.0_1,2 immediate crash on signal 5

2022-05-03 Thread Frank Seltzer
On Tue, 3 May 2022 13:57:59 +0100 Richard Frewin wrote: > On Tue 03 May 2022 at 05:30, Frank Seltzer > wrote: > > Upgrading to the latest version of Firefox results in the following > > errors and a crash in 10-15 seconds. What am I missing? > > Don't know - but I'm missing it as well :-) O

Re: Firefox 100.0_1,2 immediate crash on signal 5

2022-05-03 Thread Frank Seltzer
On Tue, 03 May 2022 15:27:33 +0200 Jan Beich wrote: > Try rebuilding without LTO. rust-1.60 emits LLVM 14 bytecode that LLD > from llvm13 may not understand. firefox cannot switch to llvm14 yet > due to missing wasi-compiler-rt14. In the past firefox build usually > broke due to LLVM mismatch, s

Re: Firefox 100.0_1,2 immediate crash on signal 5

2022-05-03 Thread Frank Seltzer
On Tue, 3 May 2022 11:29:56 -0400 Frank Seltzer wrote: > On Tue, 03 May 2022 15:27:33 +0200 > Jan Beich wrote: > > > Try rebuilding without LTO. rust-1.60 emits LLVM 14 bytecode that > > LLD from llvm13 may not understand. firefox cannot switch to llvm14 > > yet due to missing wasi-compiler-rt

Re: Firefox 100.0_1,2 immediate crash on signal 5

2022-05-03 Thread John Kennedy
On Tue, May 03, 2022 at 11:29:56AM -0400, Frank Seltzer wrote: > On Tue, 03 May 2022 15:27:33 +0200 > Jan Beich wrote: > > Try rebuilding without LTO. rust-1.60 emits LLVM 14 bytecode that LLD > > from llvm13 may not understand. firefox cannot switch to llvm14 yet > > due to missing wasi-compiler-

Re: Firefox 100.0_1,2 immediate crash on signal 5

2022-05-03 Thread Christoph Moench-Tegeder
## Frank Seltzer (fran...@bellsouth.net): > Upgrading to the latest version of Firefox results in the following > errors and a crash in 10-15 seconds. What am I missing? commit fc0a979a30ea in ports removes LTO from all gecko ports default options: firefox-100.0_3,2, firefox-esr-91.9.0_2,1 and t

Re: Firefox 100.0_1,2 immediate crash on signal 5

2022-05-03 Thread Frank Seltzer
On Tue, 3 May 2022 11:39:21 -0400 Frank Seltzer wrote: > On Tue, 3 May 2022 11:29:56 -0400 > Frank Seltzer wrote: > > > On Tue, 03 May 2022 15:27:33 +0200 > > Jan Beich wrote: > > > > > Try rebuilding without LTO. rust-1.60 emits LLVM 14 bytecode that > > > LLD from llvm13 may not understa

Re: On what days are the git servers available to obtain the ports tree?

2022-05-03 Thread Chris
On 2022-05-03 07:33, John Kennedy wrote: On Mon, May 02, 2022 at 01:37:47PM -0700, Chris wrote: ... I can clone the github hosted mirror && make the changes. But that removes the one-true-source factor, adds additional steps to a procedure that should "Just Work". Which is the real question. Wh

FreeBSD ports you maintain which are out of date

2022-05-03 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, you

Portscout: tells me to upgrade to an unreleased version?

2022-05-03 Thread Larry Rosenman
How can I tell portscout to not bother me until the download page is updated? https://pigeonhole.dovecot.org/download.html the https directory for the download has the new 0.5.19 file, but it's not released yet. Thanks for any help here. -- Larry Rosenman http://people.

avoiding "install" for dependencies with PORTS_MODULES

2022-05-03 Thread G. Paul Ziemba
An unfortunate property of building ports locally (as opposed to via poudriere) is that dependencies are often installed to the host file system during the build even when I am not doing "make install" to the target port. I normally sidestep this issue by using poudriere. However, I am trying to u

Re: avoiding "install" for dependencies with PORTS_MODULES

2022-05-03 Thread Tatsuki Makino
Hello. I am not sure, but here is my normal port update: portmaster (some other options...) -x \*-kmod-\[0-9gv\] -a Regards. G. Paul Ziemba wrote on 2022/05/04 01:23: > An unfortunate property of building ports locally (as opposed to > via poudriere) is that dependencies are often installed to

Re: Firefox 100.0_1,2 immediate crash on signal 5

2022-05-03 Thread Greg 'groggy' Lehey
On Tuesday, 3 May 2022 at 11:39:21 -0400, Frank Seltzer wrote: > On Tue, 3 May 2022 11:29:56 -0400 Frank Seltzer wrote: >> On Tue, 03 May 2022 15:27:33 +0200 Jan Beich wrote: >> >>> Try rebuilding without LTO. rust-1.60 emits LLVM 14 bytecode that >>> LLD from llvm13 may not understand. firefox

Re: Firefox 100.0_1,2 immediate crash on signal 5

2022-05-03 Thread Frank Seltzer
On Wed, 4 May 2022 09:51:47 +1000 "Greg 'groggy' Lehey" wrote: > > OK, I found LTO. Compiling firefox even as we speak. > > For those of us who haven't, can you tell us how and where? > > Greg > -- > Sent from my desktop computer. > See complete headers for address and phone numbers. > This m

Re: avoiding "install" for dependencies with PORTS_MODULES

2022-05-03 Thread Gleb Popov
On Tue, May 3, 2022 at 11:59 PM G. Paul Ziemba wrote: > An unfortunate property of building ports locally (as opposed to > via poudriere) is that dependencies are often installed to the host > file system during the build even when I am not doing "make install" > to the target port. > > I normall