Re: Possible fix for Perl failing with ../lib/auto/POSIX/POSIX.so: Undefined symbol __flt_rounds on ARM

2012-06-12 Thread Jan Sieka
On 2012.06.09 18:11, Tim Kientzle wrote: On Jun 5, 2012, at 8:09 AM, Jan Sieka wrote: Hello Ian! I tried recently to compile and run Perl 5.12 on ARM (SheevaPlug) using HEAD from 22.05.2012 and got the following error while trying to run: /usr/ports/lang/perl5.12 # make test [...]

Re: How to add symbol to be exported in lib/libc/arm/Symbol.map

2012-06-12 Thread Jan Sieka
On 2012.06.08 19:04, Konstantin Belousov wrote: On Fri, Jun 08, 2012 at 02:51:09PM +0200, Jan Sieka wrote: Hello group! I have a few questions regarding adding symbols to lib/libc/arch/Symbol.map, so that function signatures are exported: - what are the conventions regarding putting symbols

Re: Possible fix for Perl failing with ../lib/auto/POSIX/POSIX.so: Undefined symbol __flt_rounds on ARM

2012-06-12 Thread Konstantin Belousov
On Tue, Jun 12, 2012 at 10:18:58AM +0200, Jan Sieka wrote: On 2012.06.09 18:11, Tim Kientzle wrote: On Jun 5, 2012, at 8:09 AM, Jan Sieka wrote: Hello Ian! I tried recently to compile and run Perl 5.12 on ARM (SheevaPlug) using HEAD from 22.05.2012 and got the following error

[head tinderbox] failure on arm/arm

2012-06-12 Thread FreeBSD Tinderbox
TB --- 2012-06-12 13:10:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-06-12 13:10:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

[head tinderbox] failure on i386/pc98

2012-06-12 Thread FreeBSD Tinderbox
TB --- 2012-06-12 13:10:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-06-12 13:10:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

[head tinderbox] failure on i386/i386

2012-06-12 Thread FreeBSD Tinderbox
TB --- 2012-06-12 13:10:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-06-12 13:10:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

Re: Possible fix for Perl failing with ../lib/auto/POSIX/POSIX.so: Undefined symbol __flt_rounds on ARM

2012-06-12 Thread Jan Sieka
On 2012.06.12 10:49, Konstantin Belousov wrote: On Tue, Jun 12, 2012 at 10:18:58AM +0200, Jan Sieka wrote: On 2012.06.09 18:11, Tim Kientzle wrote: On Jun 5, 2012, at 8:09 AM, Jan Sieka wrote: Hello Ian! I tried recently to compile and run Perl 5.12 on ARM (SheevaPlug) using HEAD from

[head tinderbox] failure on amd64/amd64

2012-06-12 Thread FreeBSD Tinderbox
TB --- 2012-06-12 13:10:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-06-12 13:10:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

Re: Why Are You NOT Using FreeBSD ?

2012-06-12 Thread C. P. Ghost
On Sun, Jun 10, 2012 at 2:23 PM, O. Hartmann ohart...@zedat.fu-berlin.de wrote: A complete No-Go is the lack of CUDA and more important OpenCL capabilities and therefore GPGPU usage. As nVidia made clear in San Jose, CUDA, and therefore GPGPU, is a tremendous fast growing market. On all of our

Re: Why Are You NOT Using FreeBSD ?

2012-06-12 Thread Adrian Chadd
As I keep pointing out - if people want to make FreeBSD work on HPC, please work on making it work. Either wade through the depths yourself, or find a friendly developer who would like to wade through the depths for you. People are working on their areas of interest (paid, free, otherwise) or

Re: est man page

2012-06-12 Thread Sean Bruno
On Tue, 2012-06-05 at 14:13 -0700, Sean Bruno wrote: On Tue, 2012-06-05 at 11:55 -0700, Sean Bruno wrote: allrighty, after some doc reviews by Glen, I've thwacked together a quick and dirty est(4). Any objections? http://people.freebsd.org/~sbruno/est_man.txt view via: groff -S -P-h -Wall

Re: Possible fix for Perl failing with ../lib/auto/POSIX/POSIX.so: Undefined symbol __flt_rounds on ARM

2012-06-12 Thread Konstantin Belousov
On Tue, Jun 12, 2012 at 05:56:12PM +0200, Jan Sieka wrote: Both versions work indeed. I have analysed other architectures' lib/libc/arch/Symbol.map files and __flt_rounds should go into FBSD_ and *not* into FBSDprivate section. I have verified that at least one of the Perl's libraries

Rudimentary DTrace IO provider going in in one week...

2012-06-12 Thread George Neville-Neil
Howdy, I'd really like this code: http://people.freebsd.org/~gnn/dtio_provider_2.diff to get some review before I commit it to HEAD. In particular I'd like people to try and test it but also I want to know: *) Is the code organization correct? The way that DTrace was imported had some issues

panic td-td_lock == NULL in scheduler(), csup'd 2011-02-19

2012-06-12 Thread Benjamin Kaduk
Hi all, I know, I should update the machine, but I figured I would throw this out for the archives anyway. I saw the panic a few minutes after starting X, but I'm pretty sure I was not actually swapping. In ddb (blind), I ran 'call doadump; show alllocks; show lockedvnods; call doadump;

Re: Possible fix for Perl failing with ../lib/auto/POSIX/POSIX.so: Undefined symbol __flt_rounds on ARM

2012-06-12 Thread Ian Lepore
On Tue, 2012-06-12 at 23:26 +0300, Konstantin Belousov wrote: On Tue, Jun 12, 2012 at 05:56:12PM +0200, Jan Sieka wrote: Both versions work indeed. I have analysed other architectures' lib/libc/arch/Symbol.map files and __flt_rounds should go into FBSD_ and *not* into FBSDprivate section.

Re: est man page

2012-06-12 Thread Hiroki Sato
Sean Bruno sean...@yahoo-inc.com wrote in 1339531057.42366.2.ca...@powernoodle.corp.yahoo.com: se On Tue, 2012-06-05 at 14:13 -0700, Sean Bruno wrote: se On Tue, 2012-06-05 at 11:55 -0700, Sean Bruno wrote: se se se se allrighty, after some doc reviews by Glen, I've thwacked together a se

Re: est man page

2012-06-12 Thread Glen Barber
On Wed, Jun 13, 2012 at 12:06:00PM +0900, Hiroki Sato wrote: Sean Bruno sean...@yahoo-inc.com wrote in 1339531057.42366.2.ca...@powernoodle.corp.yahoo.com: se On Tue, 2012-06-05 at 14:13 -0700, Sean Bruno wrote: se On Tue, 2012-06-05 at 11:55 -0700, Sean Bruno wrote: se se se se