Re: mesa is broken on macppc (__sync_add_and_fetch_8)

2017-01-20 Thread Jonathan Gray
On Fri, Jan 20, 2017 at 10:04:43PM +0100, Stefan Sperling wrote: > Mesa doesn't run anymore on my 15" powerbook g4 which has a radeon R300. > > glxinfo fails like this: > > glxinfo:/usr/X11R6/lib/modules/dri/r300_dri.so: undefined symbol > '__sync_add_and_fetch_8' > libGL error: unable to load

Re: high number of acpitz noifications causing the acpi_dotask to never terminate

2017-01-20 Thread Daniel Kroczynski
reverting acpitz.c to 1.49 solves my problem. [1] http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/acpi/acpitz.c.diff?r1=1.49=1.50=h

mesa is broken on macppc (__sync_add_and_fetch_8)

2017-01-20 Thread Stefan Sperling
Mesa doesn't run anymore on my 15" powerbook g4 which has a radeon R300. glxinfo fails like this: glxinfo:/usr/X11R6/lib/modules/dri/r300_dri.so: undefined symbol '__sync_add_and_fetch_8' libGL error: unable to load driver: r300_dri.so libGL error: driver pointer missing libGL error: failed to

libressl ocsp aborts with a passphrase in the rkey file

2017-01-20 Thread xavier . s
>Synopsis: libressl aborted when starting ocsp with a passphrase in the >generated rkey file >Category: library >Environment: System : OpenBSD 6.0 Details : OpenBSD 6.0-current (GENERIC.MP) #150: Tue Jan 17 17:41:15 MST 2017

Re: libressl ocsp aborts with a passphrase in the rkey file

2017-01-20 Thread Bob Beck
just committed the fix. On Fri, Jan 20, 2017 at 1:10 AM, Bob Beck wrote: > This will certainly be because it's not tty pledged, and it will ask for > the password for his private key > > > On Fri, Jan 20, 2017 at 12:51 AM, Sebastien Marie > wrote: > >> On

Re: libressl ocsp aborts with a passphrase in the rkey file

2017-01-20 Thread Bob Beck
This will certainly be because it's not tty pledged, and it will ask for the password for his private key On Fri, Jan 20, 2017 at 12:51 AM, Sebastien Marie wrote: > On Fri, Jan 20, 2017 at 12:45:10AM +0100, Xavier Sanchez wrote: > > >Synopsis: libressl aborted when