Hi all.
When enabling WITH_LIBCPLUSPLUS libc build fails with:
/usr/local/libexec/ccache/clang++ -O2 -pipe -march=native
-I/usr/src/lib/libc++/../../contrib/libc++/include
-I/usr/src/lib/libc++/../../contrib/libcxxrt -nostdlib -DLIBCXXRT
-Qunused-arguments -fstack-protector -Wno-empty-body
when using an amd64 host to 'make buildworld' it seems that
it's using the wrong cpp, at least when building ioctl.c via mkioctl in
usr.bin/ktrace and having set WITHOUT_CPP(*). This used to work with
previous releases.
*: Im compiling for an embedded system, and hence I want the minimum stuff.
a
Hi everybody,
I have an default installation of FreeBSD 9.1-RC1.
When I try to mount an fusefs-encfs or pefs type, system panics and reboots.
Problem occurs both i386 and amd64 platform.
The output is shown below.
There is no such problem on FreeBSD 9.0 RELEASE.
I think, this problem should be s
On 2012-10-02 09:53, Volodymyr Kostyrko wrote:
When enabling WITH_LIBCPLUSPLUS libc build fails with:
/usr/local/libexec/ccache/clang++ -O2 -pipe -march=native
-I/usr/src/lib/libc++/../../contrib/libc++/include
-I/usr/src/lib/libc++/../../contrib/libcxxrt -nostdlib -DLIBCXXRT
-Qunused-arguments
TB --- 2012-10-02 09:33:17 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-10-02 09:33:17 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE
FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
TB --- 2012-10-02 09
> when using an amd64 host to 'make buildworld' it seems that
> it's using the wrong cpp, at least when building ioctl.c via mkioctl in
> usr.bin/ktrace and having set WITHOUT_CPP(*). This used to work with
> previous releases.
> *: Im compiling for an embedded system, and hence I want the minimum
On Sep 27, 2012, at 6:33 PM, Nikolay Denev wrote:
> Hi All,
>
> With the help of Chuck Tuffli, I'm now able to use CTL to export a zvol over
> FC to a Linux host:
>
> LUN Backend Size (Blocks) BS Serial NumberDevice ID
> 0 block4185915392 512 FBSDZFS001
Em 02/10/12 05:58, Özkan KIRIK escreveu:
Hi everybody,
I have an default installation of FreeBSD 9.1-RC1.
When I try to mount an fusefs-encfs or pefs type, system panics and reboots.
Problem occurs both i386 and amd64 platform.
The output is shown below.
There is no such problem on FreeBSD 9.0
on 01/10/2012 17:56 Randy Bush said the following:
>> Humm. It seems this wasn't the actual faulting instruction. Can you do
>> 'l *0x80704740'?
>
> (gdb) l *0x80704740
> 0x80704740 is in sckbdevent (/usr/src/sys/dev/syscons/syscons.c:743).
> 738 * the Xaccel-2.1
> > when using an amd64 host to 'make buildworld' it seems that
> > it's using the wrong cpp, at least when building ioctl.c via mkioctl in
> > usr.bin/ktrace and having set WITHOUT_CPP(*). This used to work with
> > previous releases.
>
> > *: Im compiling for an embedded system, and hence I want
TB --- 2012-10-02 13:27:42 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-10-02 13:27:42 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE
FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
TB --- 2012-10-02 13
on 02/10/2012 16:16 geoffroy desvernay said the following:
> Hi all,
>
> Trying to upgrade a system from 9.0-RELEASE to 9.1-PRE from yesterday on
> my machine (GEOM+ZFS mirror setup on ada[01]p3), the new kernel becomes
> unable to mount root... The only way to recover is to boot from 9.0 kernel.
I'll compile a kernel with
options WITNESS
options WITNESS_KDB
ok? Or should I include WITNESS_SKIPSPIN too?
Regards,
Norbert
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any
On 02.10.2012 16:51, Andriy Gapon wrote:
on 02/10/2012 16:16 geoffroy desvernay said the following:
Hi all,
Trying to upgrade a system from 9.0-RELEASE to 9.1-PRE from yesterday on
my machine (GEOM+ZFS mirror setup on ada[01]p3), the new kernel becomes
unable to mount root... The only way to re
02.10.2012 12:12, Dimitry Andric wrote:
On 2012-10-02 09:53, Volodymyr Kostyrko wrote:
When enabling WITH_LIBCPLUSPLUS libc build fails with:
/usr/local/libexec/ccache/clang++ -O2 -pipe -march=native
-I/usr/src/lib/libc++/../../contrib/libc++/include
-I/usr/src/lib/libc++/../../contrib/libcxxr
TB --- 2012-10-02 17:17:16 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-10-02 17:17:16 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE
FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
TB --- 2012-10-02 17
On 2 October 2012 12:01, Volodymyr Kostyrko wrote:
> 02.10.2012 12:12, Dimitry Andric wrote:
>>
>> On 2012-10-02 09:53, Volodymyr Kostyrko wrote:
>>>
>>> When enabling WITH_LIBCPLUSPLUS libc build fails with:
>>>
>>> /usr/local/libexec/ccache/clang++ -O2 -pipe -march=native
>>> -I/usr/src/lib/lib
On Tuesday, October 02, 2012 11:21:06 am Norbert Aschendorff wrote:
> I'll compile a kernel with
>
> options WITNESS
> options WITNESS_KDB
>
> ok? Or should I include WITNESS_SKIPSPIN too?
Yes, you should include WITNESS_SKIPSPIN. We should probably make that the
default.
--
John Baldwin
___
Well...
Here the results for a kernel without WITNESS_SKIPSPIN (I'll compile one
including that tomorrow, but until then...)
Good news is: The kernel crashed with activated WITNESS.
Bad news is: I have to turn power off after the crash with WITNESS. The
crash dump is _not_ written to disk :(
Goo
On Mon, 2012-10-01 at 05:47 -0700, John Baldwin wrote:
> Can you add extra printfs to see where exactly attach is failing? I
> would
> start with the attach routine in sys/dev/acpica/acpi_pcib_pci.c:
>
>
hrm ... interesting side effects. After adding my printf's I don't hit
the panic any more.
> on 01/10/2012 17:56 Randy Bush said the following:
>>> Humm. It seems this wasn't the actual faulting instruction. Can you do
>>> 'l *0x80704740'?
>>
>> (gdb) l *0x80704740
>> 0x80704740 is in sckbdevent (/usr/src/sys/dev/syscons/syscons.c:743).
>> 738 * the Xa
TB --- 2012-10-02 21:17:52 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-10-02 21:17:52 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE
FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
TB --- 2012-10-02 21
On Tuesday, October 02, 2012 3:05:30 pm Sean Bruno wrote:
> On Mon, 2012-10-01 at 05:47 -0700, John Baldwin wrote:
> > Can you add extra printfs to see where exactly attach is failing? I
> > would
> > start with the attach routine in sys/dev/acpica/acpi_pcib_pci.c:
> >
> >
>
> hrm ... interesti
On Tuesday, October 02, 2012 2:19:35 pm Norbert Aschendorff wrote:
> Well...
>
> Here the results for a kernel without WITNESS_SKIPSPIN (I'll compile one
> including that tomorrow, but until then...)
>
> Good news is: The kernel crashed with activated WITNESS.
> Bad news is: I have to turn power
John Baldwin wrote:
> On Tuesday, October 02, 2012 2:19:35 pm Norbert Aschendorff wrote:
> > Well...
> >
> > Here the results for a kernel without WITNESS_SKIPSPIN (I'll compile
> > one
> > including that tomorrow, but until then...)
> >
> > Good news is: The kernel crashed with activated WITNESS.
On 2012-10-02 19:27, Eitan Adler wrote:
On 2 October 2012 12:01, Volodymyr Kostyrko wrote:
...
Bingo. Yes, disabling ccache makes everything work.
please ping the ccache folk about this. It *shouldn't* matter. :)
In this case, ccache apparently does not realize that the world stage is
using
03.10.2012 00:48, Dimitry Andric wrote:
Bingo. Yes, disabling ccache makes everything work.
please ping the ccache folk about this. It *shouldn't* matter. :)
In this case, ccache apparently does not realize that the world stage is
using the toolchain built during the cross-tools stage, which u
On Tue, 2012-10-02 at 14:06 -0700, John Baldwin wrote:
> On Tuesday, October 02, 2012 3:05:30 pm Sean Bruno wrote:
> > On Mon, 2012-10-01 at 05:47 -0700, John Baldwin wrote:
> > > Can you add extra printfs to see where exactly attach is failing? I
> > > would
> > > start with the attach routine in
TB --- 2012-10-03 01:07:54 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-10-03 01:07:54 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE
FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
TB --- 2012-10-03 01
^ You don't say what target architecture you are cross-compiling for, and if
^ your host OS was FreeBSD or something else like Linux or NetBSD.
^ I've been cross-compiling NetBSD 5.1_STABLE, 6.0 prerelease and HEAD for
^ i386 and amd64 from FreeBSD 9.0_STABLE with varied results, but in my
^ exper
TB --- 2012-10-03 04:58:06 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-10-03 04:58:06 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE
FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
TB --- 2012-10-03 04
31 matches
Mail list logo