Re: alpha-1.ports.openbsd.org bulk build report

2016-02-09 Thread David Coppa
Il 10/feb/2016 08:24, "Landry Breuil" ha scritto: > > On Wed, Feb 10, 2016 at 09:52:22AM +1100, Jonathan Gray wrote: > > Toolchain bugs. > > > > Something along the lines of > > > > lib/mesa/src/mesa/main/format_pack.c -fPIC -DPIC -o main/.libs/format_pack.o > > /usr/xenocara/lib/mesa/src/mesa/ma

Re: www/xombrero Segmentation fault (core dumped) on macppc -current from Feb 8.

2016-02-09 Thread Landry Breuil
On Tue, Feb 09, 2016 at 11:43:44PM +0100, Christoph R. Murauer wrote: > Hello ! > > I installed xombrero using pkg_add and, tried to launch it. The results are > different but ends mostly like > > $xombrero > xombrero: config_

Re: alpha-1.ports.openbsd.org bulk build report

2016-02-09 Thread Landry Breuil
On Wed, Feb 10, 2016 at 09:52:22AM +1100, Jonathan Gray wrote: > Toolchain bugs. > > Something along the lines of > > lib/mesa/src/mesa/main/format_pack.c -fPIC -DPIC -o main/.libs/format_pack.o > /usr/xenocara/lib/mesa/src/mesa/main/format_pack.c: In function > 'pack_float_bgr_srgb8': > /usr/x

Re: xstatbar memory leak

2016-02-09 Thread Ryan Flannery
On Tue, Feb 9, 2016 at 5:29 AM, Gregor Best wrote: > On Tue, Feb 09, 2016 at 02:43:32AM +, Stuart Henderson wrote: > > I just noticed xstatbar using "quite a lot" more memory than I was > > expecting. Does anyone fancy trying to track down the leak? It doesn't > > look like any flags are need

Re: www/xombrero Segmentation fault (core dumped) on macppc -current from Feb 8.

2016-02-09 Thread Christoph R. Murauer
Hello ! Thanks for your answer and the explanation. > gdb `which xombrero` > > and enter `bt' and hit enter -- this will bring you the stack trace of > the place where it crashed. If you compile xombrero with debugging > enabled (-g gcc option) you will even see lines of code... I will try it t

Cant build subversion on OPENBSD_5_8

2016-02-09 Thread sven falempin
Hello, Sorry to inform you something is broken, looks these problem already happened a long time ago because of Build.pm regexp of version. I am not sure if it is iconv 0.2 ? Without the FLAVOR it ask iconv '6' and fail too. With flavor It comes from the apr pack # make install ===> Checking fi

Re: www/xombrero Segmentation fault (core dumped) on macppc -current from Feb 8.

2016-02-09 Thread Karel Gardas
gdb `which xombrero` and enter `bt' and hit enter -- this will bring you the stack trace of the place where it crashed. If you compile xombrero with debugging enabled (-g gcc option) you will even see lines of code... Is this your new G5? If so, congratulations! On Tue, Feb 9, 2016 at 11:43 PM,

Re: alpha-1.ports.openbsd.org bulk build report

2016-02-09 Thread Jonathan Gray
Toolchain bugs. Something along the lines of lib/mesa/src/mesa/main/format_pack.c -fPIC -DPIC -o main/.libs/format_pack.o /usr/xenocara/lib/mesa/src/mesa/main/format_pack.c: In function 'pack_float_bgr_srgb8': /usr/xenocara/lib/mesa/src/mesa/main/format_pack.c:6890: error: unrecognizable insn:

www/xombrero Segmentation fault (core dumped) on macppc -current from Feb 8.

2016-02-09 Thread Christoph R. Murauer
Hello ! I installed xombrero using pkg_add and, tried to launch it. The results are different but ends mostly like $xombrero xombrero: config_parse: cannot open /home/crm/.xombrero.conf: No such file or directory xombrero: ru

Re: sox can't record audio with 24-bits precision

2016-02-09 Thread Alexandre Ratchov
On Tue, Feb 09, 2016 at 10:24:47AM +, Comète wrote: > Hi, > > i'm using openbsd 5.8 amd64 stable. I'm trying to record audio > with 24-bits precision with sox and it seems to be impossible: > > rec -t flac -c 2 -r 48000 -b 24 test.flac > > Input File : 'default' (sndio) > Channels : 2 > Sam

Re: hppa.ports.openbsd.org bulk build report

2016-02-09 Thread Nigel Taylor
On 02/09/16 21:01, Landry Breuil wrote: > Same thing for hppa. > > - Forwarded message from landry - > > bulk build on hppa.ports.openbsd.org > started on Thu Jan 28 13:31:02 MST 2016 > finished at Tue Feb 9 13:08:47 MST 2016 > lasted 12D16h37m > done with kern.version=OpenBSD 5.9-beta

hppa.ports.openbsd.org bulk build report

2016-02-09 Thread Landry Breuil
Same thing for hppa. - Forwarded message from landry - bulk build on hppa.ports.openbsd.org started on Thu Jan 28 13:31:02 MST 2016 finished at Tue Feb 9 13:08:47 MST 2016 lasted 12D16h37m done with kern.version=OpenBSD 5.9-beta (GENERIC.MP) #929: Mon Jan 25 22:38:59 MST 2016 built pa

Re: alpha-1.ports.openbsd.org bulk build report

2016-02-09 Thread Matthieu Herrb
On Tue, Feb 09, 2016 at 12:21:16PM -0500, Bryan Everly wrote: > What is preventing libGL from being built on Alpha? I have a machine > and am willing to help. This is why it was disabled: |Author: Jonathan Gray |Date: Wed Nov 25 09:24:00 2015 + | | Stop building Mesa on alpha for now

Re: alpha-1.ports.openbsd.org bulk build report

2016-02-09 Thread Bryan Everly
What is preventing libGL from being built on Alpha? I have a machine and am willing to help. Thanks, Bryan > On Feb 9, 2016, at 10:42 AM, Christian Weisgerber wrote: > >> On 2016-02-08, Landry Breuil wrote: >> >> for those who care about exotic archs, alpha has lots of failures >> because (amo

Re: alpha-1.ports.openbsd.org bulk build report

2016-02-09 Thread Christian Weisgerber
On 2016-02-08, Landry Breuil wrote: > for those who care about exotic archs, alpha has lots of failures > because (among others) we dont build libGL/libGLU there anymore. I don't see what can be done about this on the ports side, other than marking affected ports as not for alpha or, possibly, d

Re: sox can't record audio with 24-bits precision

2016-02-09 Thread Alexandre Ratchov
On Tue, Feb 09, 2016 at 10:24:47AM +, Com?te wrote: > Hi, > > i'm using openbsd 5.8 amd64 stable. I'm trying to record audio > with 24-bits precision with sox and it seems to be impossible: > > rec -t flac -c 2 -r 48000 -b 24 test.flac > > Input File : 'default' (sndio) > Channels : 2 > Sam

Re: xstatbar memory leak

2016-02-09 Thread Erling Westenvik
On Tue, Feb 09, 2016 at 02:43:32AM +, Stuart Henderson wrote: > I just noticed xstatbar using "quite a lot" more memory than I was > expecting. Does anyone fancy trying to track down the leak? It doesn't > look like any flags are needed to trigger the leak, but using "-s 0" > to avoid sleeping

Re: xstatbar memory leak

2016-02-09 Thread Gregor Best
On Tue, Feb 09, 2016 at 02:43:32AM +, Stuart Henderson wrote: > I just noticed xstatbar using "quite a lot" more memory than I was > expecting. Does anyone fancy trying to track down the leak? It doesn't > look like any flags are needed to trigger the leak, but using "-s 0" > to avoid sleeping

sox can't record audio with 24-bits precision

2016-02-09 Thread Comète
Hi, i'm using openbsd 5.8 amd64 stable. I'm trying to record audio with 24-bits precision with sox and it seems to be impossible: rec -t flac -c 2 -r 48000 -b 24 test.flac Input File : 'default' (sndio) Channels : 2 Sample Rate : 48000 Precision : 32-bit Sample Encoding: 32-bit Signed Integer P