CVS: cvs.openbsd.org: ports

2014-03-05 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2014/03/05 12:53:42

Modified files:
.  : INDEX 

Log message:
sync; reminded by jasper@



Re: Suspend/resume in Gnome

2014-03-05 Thread Giovanni Bechis
On 03/04/14 17:58, Giovanni Bechis wrote:
 On 03/04/14 07:16, Antoine Jacoutot wrote:
 On Mon, Mar 03, 2014 at 11:28:43PM -0500, Kent Fritz wrote:
 I've been trying Gnome on a Lenovo T420s, and I seem to have a problem with
 suspend/resume.  After resume, there's some garbage in the Activities bar 
 (top of the screen) that looks like some of the blue wallpaper, and the 
 graphics are really slow.  Known issue?  Operator error?

 Thanks for any nudges in the right direction!

 Same issue here. It must be a regression from the last 2 or 3 weeks (I 
 updated my laptop yesterday from Feb 17 or so) and saw the exact same issue.

 No problem for me on Gnome with 23/02 amd64 snap.
  Cheers
   Giovanni
 
With OpenBSD 5.5 (GENERIC.MP) #313: Mon Mar  3 17:12:14 MST 2014 I have some 
garbage in the Activities bar only after unhibernating, not after resume.
 Cheers
  Giovanni



Re: Scratch crashing by audio events

2014-03-05 Thread Alexandre Ratchov
On Tue, Mar 04, 2014 at 03:17:17PM +0200, Lars Engblom wrote:
 Yesterday I installed Scratch (from latest snapshot). Everything I
 tested worked, except for audio playback which causes a core-dump.
 
 I think this problem has been since last year and discussed earlier
 on the list. If I remember right, the problem is in Squeek. Is there
 anything that could be done?

sure, I could fix the audio bits; It would easier if someone
handles the autotools changes and gives me a simple receipe to
quickly edit-compile-test, this is the part where i spend most of
the time unfortunately.

-- Alexandre



Re: Suspend/resume in Gnome

2014-03-05 Thread Stefan Sperling
On Tue, Mar 04, 2014 at 09:35:01PM +, Edd Barrett wrote:
 Come to think of it, I think I *did* have this issue with that Feb 13th snap.
 
 This would fall in line with stsp's theory. I don't see any messages
 from the kernel about disabling acceleration however.

Those messages are in /var/log/Xorg.0.log. They come from the
xf86-video-intel driver, not from the kernel.

src/uxa/intel_batchbuffer.c:   Failed to 
submit batch buffer, expect rendering corruption: %s.\n ,
src/sna/kgem.c:Failed to submit 
rendering commands, disabling acceleration.\n);



Re: Suspend/resume in Gnome

2014-03-05 Thread Giovanni Bechis
On 03/05/14 09:59, Giovanni Bechis wrote:
 On 03/04/14 17:58, Giovanni Bechis wrote:
 On 03/04/14 07:16, Antoine Jacoutot wrote:
 On Mon, Mar 03, 2014 at 11:28:43PM -0500, Kent Fritz wrote:
 I've been trying Gnome on a Lenovo T420s, and I seem to have a problem with
 suspend/resume.  After resume, there's some garbage in the Activities bar 
 (top of the screen) that looks like some of the blue wallpaper, and the 
 graphics are really slow.  Known issue?  Operator error?

 Thanks for any nudges in the right direction!

 Same issue here. It must be a regression from the last 2 or 3 weeks (I 
 updated my laptop yesterday from Feb 17 or so) and saw the exact same issue.

 No problem for me on Gnome with 23/02 amd64 snap.
  Cheers
   Giovanni

 With OpenBSD 5.5 (GENERIC.MP) #313: Mon Mar  3 17:12:14 MST 2014 I have 
 some garbage in the Activities bar only after unhibernating, not after resume.
  Cheers
   Giovanni
 
After some resuming cycles I have the garbage problem as well and also this 
line in Xorg.log.0:
(EE) intel(0): Failed to submit rendering commands, disabling acceleration.
 Cheers
  Giovanni



Re: trouble building db4

2014-03-05 Thread Damien Miller
On Tue, 4 Feb 2014, Ted Unangst wrote:

 On Tue, Feb 04, 2014 at 08:54, David Coppa wrote:
  On Tue, Feb 4, 2014 at 8:46 AM, Ted Unangst t...@tedunangst.com wrote:
  I am building chromium with dpb.
  $ dbp www/chromium
  ...
 
  This dies as seen below because the db-4 directory it copies from doesn't
  have the flavor info appended?
 
  Did I break it?
  
  cd /home/tedu/ports/pobj/db-4.6.21/db-4.6.21/examples_c; install -c -o
  root -g bin -m 444
   *.c
  /home/tedu/ports/pobj/db-4.6.21-no_java-bootstrap-no_tcl/fake-amd64-no_java-bootstr
  
  ap-no_tcl/usr/local/share/examples/db4
  /bin/sh: cd: /home/tedu/ports/pobj/db-4.6.21/db-4.6.21/examples_c - No
  such file or direc
  tory
  
  Strange indeed. This should be: cd
  /usr/ports/pobj/db-4.6.21-no_java-bootstrap-no_tcl/db-4.6.21/examples_c
 
 Oh, I replicated without dpb. The flavor is there sometimes, sometimes not.
 
 $ env FLAVOR=no_java make install
...
 cd /home/tedu/ports/pobj/db-4.6.21/db-4.6.21/examples_c; install -c -o root 
 -g bin -m 444 *.c  
 /home/tedu/ports/pobj/db-4.6.21-no_java/fake-amd64-no_java/usr/local/share/examples/db4
 /bin/sh: cd: /home/tedu/ports/pobj/db-4.6.21/db-4.6.21/examples_c - No such 
 file or directory

Did anyone ever get to the bottom of this? I see it trying to rebuild db4 too.

-d



Re: trouble building db4

2014-03-05 Thread Ted Unangst
On Thu, Mar 06, 2014 at 08:54, Damien Miller wrote:
 $ env FLAVOR=no_java make install
 ...
 cd /home/tedu/ports/pobj/db-4.6.21/db-4.6.21/examples_c; install -c -o
 root -g bin -m 444 *.c
 /home/tedu/ports/pobj/db-4.6.21-no_java/fake-amd64-no_java/usr/local/share/examples/db4
 
 /bin/sh: cd: /home/tedu/ports/pobj/db-4.6.21/db-4.6.21/examples_c - No
 such file or directory
 
 Did anyone ever get to the bottom of this? I see it trying to rebuild db4
 too.

In my case, it was because somebody changed sudo defaults. You need to
be in wsrc group now to pick up the necessary environment variables.

I have no idea who or what we're protecting against by only allowing
wsrc to pass FLAVOR in the environment, but that's how things are.



Re: trouble building db4

2014-03-05 Thread Damien Miller
On Wed, 5 Mar 2014, Ted Unangst wrote:

 On Thu, Mar 06, 2014 at 08:54, Damien Miller wrote:
  
  Did anyone ever get to the bottom of this? I see it trying to rebuild db4
  too.
 
 In my case, it was because somebody changed sudo defaults. You need to
 be in wsrc group now to pick up the necessary environment variables.
 
 I have no idea who or what we're protecting against by only allowing
 wsrc to pass FLAVOR in the environment, but that's how things are.

sigh.

Well, at least I have a workaround - thanks.

-d