Re: "make universe" broken by r325697

2019-03-24 Thread rodteeples
Sent from my Verizon, Samsung Galaxy smartphone
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Long waits for Firefox and SeaMonkey to respond to links from other applications

2019-03-24 Thread Graham Perrin
When I open a web address in (for example) Thunderbird, there's a wait 
of around fifteen seconds before the web browser, already open, handles 
the address.


Affected browsers:

- Firefox
- SeaMonkey
- Waterfox.

Not affected:

- New Moon (Pale Moon) – the waiting period is a split-second
- Chromium – split-second
- Falkon – less than two seconds.

Any ideas?

 shows the waiting period with 
Konsole as the starting point, Firefox as the default web browser.


I can't say exactly when the problem began, but it was long before 
Firefox 66.




$ date ; uname -v
Sun 24 Mar 2019 16:23:22 GMT
FreeBSD 13.0-CURRENT r345330 GENERIC-NODEBUG
$ pkg query '%o %v %R' firefox seamonkey waterfox
www/firefox 66.0_3,1 poudriere
www/seamonkey 2.49.4_24 FreeBSD
www/waterfox 56.2.7.2 poudriere
$
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Long waits for Firefox and SeaMonkey to respond to links from other applications

2019-03-24 Thread Adam
On Sun, Mar 24, 2019 at 6:22 PM Graham Perrin 
wrote:

> When I open a web address in (for example) Thunderbird, there's a wait
> of around fifteen seconds before the web browser, already open, handles
> the address.
>
> Affected browsers:
>
> - Firefox
> - SeaMonkey
> - Waterfox.
>
> Not affected:
>
> - New Moon (Pale Moon) – the waiting period is a split-second
> - Chromium – split-second
> - Falkon – less than two seconds.
>
> Any ideas?
>
>
Start thunderbird from a terminal so you can see an messages.  Sounds like
a tcp or dns timeout, so perhaps some addon.

-- 
Adam
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: FreeBSD 12 kernel broken

2019-03-24 Thread Peter Jeremy
On 2019-Mar-22 19:08:18 +0300, Rozhuk Ivan  wrote:
>ld: error: undefined symbol: xz_dec_init
 referenced by g_uzip_lzma.c:106 (/usr/src/sys/geom/uzip/g_uzip_lzma.c:106)
   g_uzip_lzma.o:(g_uzip_lzma_ctor)
>
>ld: error: undefined symbol: xz_dec_run
 referenced by g_uzip_lzma.c:81 (/usr/src/sys/geom/uzip/g_uzip_lzma.c:81)
   g_uzip_lzma.o:(g_uzip_lzma_decompress)
>
>ld: error: undefined symbol: xz_dec_end
 referenced by g_uzip_lzma.c:60 (/usr/src/sys/geom/uzip/g_uzip_lzma.c:60)
   g_uzip_lzma.o:(g_uzip_lzma_free)
>--- kernel.full ---
>*** [kernel.full] Error code 1

Are you talking about FreeBSD 12 or FreeBSD 13?

-- 
Peter Jeremy


signature.asc
Description: PGP signature


Re: FreeBSD 12 kernel broken

2019-03-24 Thread Rozhuk Ivan
On Mon, 25 Mar 2019 06:13:28 +1100
Peter Jeremy  wrote:

> On 2019-Mar-22 19:08:18 +0300, Rozhuk Ivan 
> wrote:
> >ld: error: undefined symbol: xz_dec_init  
>  referenced by g_uzip_lzma.c:106
>  (/usr/src/sys/geom/uzip/g_uzip_lzma.c:106)
>  g_uzip_lzma.o:(g_uzip_lzma_ctor)  
> >
> >ld: error: undefined symbol: xz_dec_run  
>  referenced by g_uzip_lzma.c:81
>  (/usr/src/sys/geom/uzip/g_uzip_lzma.c:81)
>  g_uzip_lzma.o:(g_uzip_lzma_decompress)  
> >
> >ld: error: undefined symbol: xz_dec_end  
>  referenced by g_uzip_lzma.c:60
>  (/usr/src/sys/geom/uzip/g_uzip_lzma.c:60)
>  g_uzip_lzma.o:(g_uzip_lzma_free)  
> >--- kernel.full ---
> >*** [kernel.full] Error code 1  
> 
> Are you talking about FreeBSD 12 or FreeBSD 13?
> 

12
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Long waits for Firefox and SeaMonkey to respond to links from other applications

2019-03-24 Thread Graham Perrin

On 24/03/2019 18:51, Adam wrote:
On Sun, Mar 24, 2019 at 6:22 PM Graham Perrin > wrote:


When I open a web address in (for example) Thunderbird, there's a
wait
of around fifteen seconds before the web browser, already open,
handles
the address.

Affected browsers:

- Firefox
- SeaMonkey
- Waterfox.

Not affected:

- New Moon (Pale Moon) – the waiting period is a split-second
- Chromium – split-second
- Falkon – less than two seconds.

Any ideas?


Start thunderbird from a terminal so you can see an messages.

No message during the waiting period.

Sounds like a tcp or dns timeout, so perhaps some addon.


Reproducible with Firefox in safe mode.

Also reproducible with a user account that I rarely touch (it was this 
account that I used for the screen recording).


Bugging multiple desktop environments, if I recall correctly I 
reproduced the issue with MATE and Xfce.


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"