building port zsh (static version) failed on r235325

2012-05-11 Thread Vladimir Sharun
cc -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib -static   -o zsh main.o  `cat stamp-modobjs`   -L/usr/local/lib -Wl,-R/usr/local/lib -lpcre -liconv -lncursesw -lrt -lm  -lc /usr/lib/libc.a(jemalloc_jemalloc.o): In function `calloc': jemalloc_jemalloc.c:(.text+0x1d80): multiple definition of `c

Re: : jemalloc_arena.c:182: Failed assertion: "p[i] == 0"

2012-05-11 Thread Jason Evans
On May 9, 2012, at 12:01 AM, Stefan Farfeleder wrote: > On Tue, May 08, 2012 at 03:59:42PM -0700, Jason Evans wrote: >> On May 8, 2012, at 2:58 PM, Stefan Farfeleder wrote: >>> On Tue, May 08, 2012 at 02:47:59PM -0700, Jason Evans wrote: On May 8, 2012, at 2:37 PM, Stefan Farfeleder wrote: >>>

[head tinderbox] failure on sparc64/sparc64

2012-05-11 Thread FreeBSD Tinderbox
TB --- 2012-05-12 04:16:13 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-12 04:16:13 - 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 --- 2012-

[head tinderbox] failure on mips/mips

2012-05-11 Thread FreeBSD Tinderbox
TB --- 2012-05-12 01:19:59 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-12 01:19:59 - 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 --- 2012-

Re: [CFT] SMP/i386 suspend/resume

2012-05-11 Thread Garrett Cooper
On Fri, May 11, 2012 at 12:56 PM, Adrian Chadd wrote: > Thanks so very much for this! > > I'll try it on my thinkpad T60 this weekend and report back. It > unfortunately is running 9.0-RELEASE though - if I have issues, I'll > try 9-stable on another T60 next week and similarly report back. +1. I

Re: [CFT] Ralink RT2860, RT2870, RT3060, RT3090 support

2012-05-11 Thread Bernhard Schmidt
On Friday 11 May 2012 17:57:03 hopto wrote: > FreeBSD 9 amd64 > > cc1: warnings being treated as errors > /usr/src/sys/modules/ral/../../dev/ral/rt2860.c: In function > 'rt2860_attach': > /usr/src/sys/modules/ral/../../dev/ral/rt2860.c:349: warning: assignment > from incompatible pointer type > **

Re: can not build world or kernel: /usr/src/sys/boot/i386/cdboot/cdboot.S:597:10: error: .code16 not supported yet

2012-05-11 Thread Andriy Gapon
on 11/05/2012 22:57 O. Hartmann said the following: > On 05/11/12 21:52, Andriy Gapon wrote: >> on 11/05/2012 20:50 Garrett Cooper said the following: >>> On Fri, May 11, 2012 at 10:41 AM, O. Hartmann >>> wrote: I can not build FreeBSD 10.0-CURRENT/amd64, the build terminates with the f

Re: can not build world or kernel: /usr/src/sys/boot/i386/cdboot/cdboot.S:597:10: error: .code16 not supported yet

2012-05-11 Thread O. Hartmann
On 05/11/12 21:52, Andriy Gapon wrote: > on 11/05/2012 20:50 Garrett Cooper said the following: >> On Fri, May 11, 2012 at 10:41 AM, O. Hartmann >> wrote: >>> I can not build FreeBSD 10.0-CURRENT/amd64, the build terminates with >>> the following error when building with CLANG either worl or kerne

Re: [CFT] SMP/i386 suspend/resume

2012-05-11 Thread Adrian Chadd
Thanks so very much for this! I'll try it on my thinkpad T60 this weekend and report back. It unfortunately is running 9.0-RELEASE though - if I have issues, I'll try 9-stable on another T60 next week and similarly report back. Adrian ___ freebsd-curr

Re: can not build world or kernel: /usr/src/sys/boot/i386/cdboot/cdboot.S:597:10: error: .code16 not supported yet

2012-05-11 Thread Andriy Gapon
on 11/05/2012 20:50 Garrett Cooper said the following: > On Fri, May 11, 2012 at 10:41 AM, O. Hartmann > wrote: >> I can not build FreeBSD 10.0-CURRENT/amd64, the build terminates with >> the following error when building with CLANG either worl or kernel. >> >> Is there something I missed? How to

Re: can not build world or kernel: /usr/src/sys/boot/i386/cdboot/cdboot.S:597:10: error: .code16 not supported yet

2012-05-11 Thread O. Hartmann
On 05/11/12 20:08, Dimitry Andric wrote: > On 2012-05-11 19:41, O. Hartmann wrote: >> I can not build FreeBSD 10.0-CURRENT/amd64, the build terminates with >> the following error when building with CLANG either worl or kernel. >> >> Is there something I missed? How to solve? > > Should be fixed in

Re: can not build world or kernel: /usr/src/sys/boot/i386/cdboot/cdboot.S:597:10: error: .code16 not supported yet

2012-05-11 Thread Dimitry Andric
On 2012-05-11 19:41, O. Hartmann wrote: > I can not build FreeBSD 10.0-CURRENT/amd64, the build terminates with > the following error when building with CLANG either worl or kernel. > > Is there something I missed? How to solve? Should be fixed in r235281. Please try again. _

Re: can not build world or kernel: /usr/src/sys/boot/i386/cdboot/cdboot.S:597:10: error: .code16 not supported yet

2012-05-11 Thread Garrett Cooper
On Fri, May 11, 2012 at 10:41 AM, O. Hartmann wrote: > I can not build FreeBSD 10.0-CURRENT/amd64, the build terminates with > the following error when building with CLANG either worl or kernel. > > Is there something I missed? How to solve? Andriy CCed. -Garrett _

can not build world or kernel: /usr/src/sys/boot/i386/cdboot/cdboot.S:597:10: error: .code16 not supported yet

2012-05-11 Thread O. Hartmann
I can not build FreeBSD 10.0-CURRENT/amd64, the build terminates with the following error when building with CLANG either worl or kernel. Is there something I missed? How to solve? regards, Oliver clang -O2 -fno-strict-aliasing -pipe -pipe -O3 -fno-strict-aliasing -march=native -I/usr/src/sys

Re: [CFT] Ralink RT2860, RT2870, RT3060, RT3090 support

2012-05-11 Thread hopto
FreeBSD 9 amd64 cc1: warnings being treated as errors /usr/src/sys/modules/ral/../../dev/ral/rt2860.c: In function 'rt2860_attach': /usr/src/sys/modules/ral/../../dev/ral/rt2860.c:349: warning: assignment from incompatible pointer type *** Error code 1 Stop in /usr/src/sys/modules/ral. what? --

Re: [HEADS-UP] BSD sort coming to -CURRENT

2012-05-11 Thread Pedro Giffuni
Oleg and Gabor; Awesome! Kudos and huge thanks for working on this!! Pedro. On 05/08/12 10:51, Gabor Kovesdan wrote: Hi Folks, Oleg Moskalenko has been working very hard on BSD sort and by now we think it is compatible with the base version (and has even more features, the ideas mostly take

Re: [CFT] SMP/i386 suspend/resume

2012-05-11 Thread David Wolfskill
On Fri, May 11, 2012 at 11:10:19AM +0900, Mitsuru IWASAKI wrote: > Hi > > I've been working on suspend/resume for SMP/i386 for a week > and created patches against CURRENT, RELENG_9 and RELENG_8 > available at: > > http://people.freebsd.org/~iwasaki/acpi/i386-SMP-sus

Re: [HEADS-UP] BSD sort coming to -CURRENT

2012-05-11 Thread Gabor Kovesdan
On 2012.05.08. 17:51, Gabor Kovesdan wrote: Hi Folks, Oleg Moskalenko has been working very hard on BSD sort and by now we think it is compatible with the base version (and has even more features, the ideas mostly taken from the latest GNU sort) and it is efficient. I just updated the textpro

Re: [CFT] SMP/i386 suspend/resume

2012-05-11 Thread David Wolfskill
On Fri, May 11, 2012 at 11:10:19AM +0900, Mitsuru IWASAKI wrote: > Hi > > I've been working on suspend/resume for SMP/i386 for a week > and created patches against CURRENT, RELENG_9 and RELENG_8 > available at: > > http://people.freebsd.org/~iwasaki/acpi/i386-SMP-sus

Re: [CFT] SMP/i386 suspend/resume

2012-05-11 Thread David Wolfskill
On Fri, May 11, 2012 at 11:10:19AM +0900, Mitsuru IWASAKI wrote: > Hi > > I've been working on suspend/resume for SMP/i386 for a week > and created patches against CURRENT, RELENG_9 and RELENG_8 > available at: > > http://people.freebsd.org/~iwasaki/acpi/i386-SMP-sus

Re: [CFT] SMP/i386 suspend/resume

2012-05-11 Thread Peter Jeremy
On 2012-May-11 11:10:19 +0900, Mitsuru IWASAKI wrote: >I've been working on suspend/resume for SMP/i386 for a week >and created patches against CURRENT, RELENG_9 and RELENG_8 >available at: Thank you for that. Since I was in the process of upgrading my netbook (Acer Aspire One AOA-110 - Atom N27