Re: Massive libxo-zation that breaks everything

2015-03-04 Thread John Baldwin
On Tuesday, March 03, 2015 09:09:43 AM David Chisnall wrote: Hopefully there's a lesson here that we can learn from: human-readable formats do not make good intermediate representations when communicating between tools. I think this is actually an argument against libxo-ification in the one

Re: [Call for testers] DRM device-independent code update to Linux 3.8 (take #2)

2015-03-04 Thread J.R. Oldroyd
On Tue, 03 Mar 2015 23:33:23 +0100 Jean-Sébastien Pédron dumbb...@freebsd.org wrote: Hi! Here is a new patch to based on HEAD r279508: https://people.freebsd.org/~dumbbell/graphics/drm-update-38.i.patch You can apply it to a Subversion checkout using the following command: svn

[SOLVED] Re: pcie Realtek 8168G issues (re driver)(minnowboard)

2015-03-04 Thread Luca Pizzamiglio
Hi all, I've managed to get the Realtek 8168g running. It's actually a driver bug, the command register enables rx and tx too early. Apparently, it's OK for many Realtek chips, but not for 3 kind of them, as stated by the Realtek developer, who submitted this patch to Linux

Re: system failure: cannot kill webkit-gtk3 if using dumbell/radeon

2015-03-04 Thread Beeblebrox
Hi. Sorry for the delay to get back to you (including your private emails). Not a problem, those were various reports left to your judgment as to their significance. Better to provide more information rather than less. slim failure: Traced to dbus start failure at bootup. Slim now starts, after

Re: r279514: buildworld failure: /usr/src/lib/libnv/tests/dnv_tests.cc:453:2: error: use of overloaded operator '' is ambiguous

2015-03-04 Thread O. Hartmann
Am Wed, 4 Mar 2015 14:10:00 +0100 Dimitry Andric dimi...@andric.com schrieb: On 04 Mar 2015, at 12:31, O. Hartmann ohart...@zedat.fu-berlin.de wrote: On Mon, 2 Mar 2015 08:58:05 -0500 Ryan Stone ryst...@gmail.com wrote: Can you post the contents of your make.conf and src.conf? I

Re: r279514: buildworld failure: /usr/src/lib/libnv/tests/dnv_tests.cc:453:2: error: use of overloaded operator '' is ambiguous

2015-03-04 Thread O. Hartmann
Am Wed, 4 Mar 2015 14:10:00 +0100 Dimitry Andric dimi...@andric.com schrieb: On 04 Mar 2015, at 12:31, O. Hartmann ohart...@zedat.fu-berlin.de wrote: On Mon, 2 Mar 2015 08:58:05 -0500 Ryan Stone ryst...@gmail.com wrote: Can you post the contents of your make.conf and src.conf? I

Re: r279278 failed to build (yacc: maximum table size exceeded)

2015-03-04 Thread Warner Losh
[[ I know this is a bit stale, but this is a dangerous notion ]] On Feb 25, 2015, at 1:11 PM, Garrett Cooper yaneurab...@gmail.com wrote: I was going to propose something a bit more radical — I can remove the BOOTSTRAPPING conditionals and simplify the code on 10-STABLE / 11-CURRENT.

Re: Massive libxo-zation that breaks everything

2015-03-04 Thread Andrey Chernov
On 04.03.2015 19:21, John Baldwin wrote: On Tuesday, March 03, 2015 09:09:43 AM David Chisnall wrote: Hopefully there's a lesson here that we can learn from: human-readable formats do not make good intermediate representations when communicating between tools. I think this is actually an

Re: Massive libxo-zation that breaks everything

2015-03-04 Thread Alfred Perlstein
On 3/4/15 8:21 AM, John Baldwin wrote: On Tuesday, March 03, 2015 09:09:43 AM David Chisnall wrote: Hopefully there's a lesson here that we can learn from: human-readable formats do not make good intermediate representations when communicating between tools. I think this is actually an

Re: r279514: buildworld failure: /usr/src/lib/libnv/tests/dnv_tests.cc:453:2: error: use of overloaded operator '' is ambiguous

2015-03-04 Thread Dimitry Andric
On 04 Mar 2015, at 21:19, Dimitry Andric d...@freebsd.org wrote: On 04 Mar 2015, at 18:18, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Am Wed, 4 Mar 2015 14:10:00 +0100 Dimitry Andric dimi...@andric.com schrieb: On 04 Mar 2015, at 12:31, O. Hartmann ohart...@zedat.fu-berlin.de wrote:

Re: r279514: buildworld failure: /usr/src/lib/libnv/tests/dnv_tests.cc:453:2: error: use of overloaded operator '' is ambiguous

2015-03-04 Thread Dimitry Andric
On 04 Mar 2015, at 18:18, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Am Wed, 4 Mar 2015 14:10:00 +0100 Dimitry Andric dimi...@andric.com schrieb: On 04 Mar 2015, at 12:31, O. Hartmann ohart...@zedat.fu-berlin.de wrote: On Mon, 2 Mar 2015 08:58:05 -0500 Ryan Stone ryst...@gmail.com

Re: Massive libxo-zation that breaks everything

2015-03-04 Thread John Baldwin
On Wednesday, March 04, 2015 10:35:34 AM Alfred Perlstein wrote: On 3/4/15 8:21 AM, John Baldwin wrote: I would probably want pciconf -l in that case to dump the entire PCI header (right now the human-readable pciconf -l only dumps a subset), and I would want it to dump fields in

Re: sysutils/lsof does not build (maybe) after r279433

2015-03-04 Thread Ryan Stone
Would: #undef __BSD_VISIBLE #include stdio.h #define __BSD_VISIBLE 1 Work in lsof? ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: Massive libxo-zation that breaks everything

2015-03-04 Thread Mehmet Erol Sanliturk
On Wed, Mar 4, 2015 at 1:11 PM, John Baldwin j...@freebsd.org wrote: On Wednesday, March 04, 2015 10:35:34 AM Alfred Perlstein wrote: On 3/4/15 8:21 AM, John Baldwin wrote: I would probably want pciconf -l in that case to dump the entire PCI header (right now the human-readable

Re: sysutils/lsof does not build (maybe) after r279433

2015-03-04 Thread Larry Rosenman
On 2015-03-04 17:23, Ryan Stone wrote: Would: #undef __BSD_VISIBLE #include stdio.h #define __BSD_VISIBLE 1 Work in lsof? ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any

Re: system failure: cannot kill webkit-gtk3 if using dumbell/radeon

2015-03-04 Thread Kevin Oberman
On Wed, Mar 4, 2015 at 8:47 AM, Beeblebrox zap...@berentweb.com wrote: Hi. Sorry for the delay to get back to you (including your private emails). Not a problem, those were various reports left to your judgment as to their significance. Better to provide more information rather than less.

sysutils/lsof does not build (maybe) after r279433

2015-03-04 Thread Tomoaki AOKI
Hi. Today I upgraded my -head (amd64) VM from r279417 to r279579, and sysutils/lsof does not build any more. Looking into build log (attached), it seems that r279433 broke build. (Not actually bi-sected) Fix: Not known. But maybe renaming asprintf() and vasprintf() in sys/sys/systm.h and its

Re: [Call for testers] DRM device-independent code update to Linux 3.8 (take #2)

2015-03-04 Thread Hans Petter Selasky
On 03/03/15 23:33, Jean-Sébastien Pédron wrote: Hi! Here is a new patch to based on HEAD r279508: https://people.freebsd.org/~dumbbell/graphics/drm-update-38.i.patch You can apply it to a Subversion checkout using the following command: svn patch drm-update-38.i.patch There are few

ports/audio/alsa-lib Error code 74

2015-03-04 Thread R0B_ROD
Hello, First ld could not find python. I removed a $. Now the following: Dunno what to do. PS: Thanks to all for such amazing software! FreeBSD rocks! Willing to be a tester. I have this hobby of breaking things ;) -Roberto Rodriguez Jr /* # diff Makefile.R0B Makefile.11.0-CURRENT 18c18

Re: r279514: buildworld failure: /usr/src/lib/libnv/tests/dnv_tests.cc:453:2: error: use of overloaded operator '' is ambiguous

2015-03-04 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Mon, 2 Mar 2015 08:58:05 -0500 Ryan Stone ryst...@gmail.com wrote: Can you post the contents of your make.conf and src.conf? I didn't see this in any of my make tinderbox runs ___

Re: r279514: buildworld failure: /usr/src/lib/libnv/tests/dnv_tests.cc:453:2: error: use of overloaded operator '' is ambiguous

2015-03-04 Thread Dimitry Andric
On 04 Mar 2015, at 12:31, O. Hartmann ohart...@zedat.fu-berlin.de wrote: On Mon, 2 Mar 2015 08:58:05 -0500 Ryan Stone ryst...@gmail.com wrote: Can you post the contents of your make.conf and src.conf? I didn't see this in any of my make tinderbox runs

Re: ports/audio/alsa-lib Error code 74

2015-03-04 Thread Herbert J. Skuhra
On Wed, Mar 04, 2015 at 06:17:01AM -0500, R0B_ROD wrote: Hello, First ld could not find python. What was the error? Python bindings are optional and off by default. Run 'make config' in audio/alsa-lib to disable it and try again. I removed a $. This change is wrong. It breaks staging!

Re: r279514: buildworld failure: /usr/src/lib/libnv/tests/dnv_tests.cc:453:2: error: use of overloaded operator '' is ambiguous

2015-03-04 Thread Ryan Stone
I don't think that libnv is the problem. It looks like a problem with atf-c++ to me. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to