Re: System libc++ isn't fully compatible with clang 3.4 from ports

2014-01-29 Thread Dimitry Andric
On 29 Jan 2014, at 03:27, Dmitry Marakasov amd...@amdmi3.ru wrote: JFYI, I've just ran into shortcoming of libc++ from 10-RELEASE when used with clang 3.4 from ports: ... The cause: http://llvm.org/bugs/show_bug.cgi?id=17798, was fixed in libc++ r194154. We probably need to update libc++ or

[head tinderbox] failure on mips/mips

2014-01-29 Thread FreeBSD Tinderbox
TB --- 2014-01-29 07:49:44 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2014-01-29 07:49:44 - 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: Apple Trackpad driver

2014-01-29 Thread Lundberg, Johannes
Hi I tested the driver on a 2012 Macbook Air 11 and it works great! Good job! Is there a way to disable click-by-touch? I always preferred clicking with the physical button that is built in to the pad. Best regards -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Wed, Jan 29, 2014 at 2:24

[head tinderbox] failure on mips64/mips

2014-01-29 Thread FreeBSD Tinderbox
TB --- 2014-01-29 08:33:48 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2014-01-29 08:33:48 - 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: Lessons learned from source upgrade from FreeBSD i386 9.2 Stable to FreeBSD i386 10.0 Release.

2014-01-29 Thread Jakub Lach
Could you elaborate? Are those ntfs pendrives? ntfs support by ntfs.ko and mount_ntfs was removed in 10 tree. There is fuse kernel module and a port for ntfs in place of it (haven't tested but I'm told it works). Regarding fat (msdosfs) pendrives, I've just mounted one created under 8-CURRENT.

Re: Lessons learned from source upgrade from FreeBSD i386 9.2 Stable to FreeBSD i386 10.0 Release.

2014-01-29 Thread Jakub Lach
Regarding ports, since I've converted to pkng earlier, for most part I've just removed /usr/local/* and hit portmaster -af -- View this message in context:

[head tinderbox] failure on sparc64/sparc64

2014-01-29 Thread FreeBSD Tinderbox
TB --- 2014-01-29 09:53:38 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2014-01-29 09:53:38 - 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: Apple Trackpad driver

2014-01-29 Thread Hans Petter Selasky
On 01/29/14 09:49, Lundberg, Johannes wrote: Hi I tested the driver on a 2012 Macbook Air 11 and it works great! Good job! Is there a way to disable click-by-touch? I always preferred clicking with the physical button that is built in to the pad. Hi, I've added an #if 0 around the 1 finger

[head tinderbox] failure on powerpc/powerpc

2014-01-29 Thread FreeBSD Tinderbox
TB --- 2014-01-29 09:15:40 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2014-01-29 09:15:40 - 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 ---

11.0-CURRENT r261258 pkg read/poll hang

2014-01-29 Thread Markiyan Kushnir
Hello, freshly built: root@vm0:~ # uname -a FreeBSD vm0.mkushnir.mooo.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r261258: Wed Jan 29 12:27:00 EET 2014 r...@vm0.mkushnir.mooo.com:/work/obj/work/src.svnup/sys/MAREK amd64 # pkg help will hang eating up 100% CPU. truss shows it's locked in an

[head tinderbox] failure on powerpc64/powerpc

2014-01-29 Thread FreeBSD Tinderbox
TB --- 2014-01-29 09:32:09 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2014-01-29 09:32:09 - 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: Lessons learned from source upgrade from FreeBSD i386 9.2 Stable to FreeBSD i386 10.0 Release.

2014-01-29 Thread Robert_Burmeister
Lessons learned from source upgrade from FreeBSD i386 9.2 Stable to FreeBSD i386 10.0 Release. A) Clang does not need to to be installed first. B) FreeBSD 10's change to pkg(8) (a.k.a. PKGNG) affects the portupgrade tools as well as the package tools. Even if you are not using packages,

Re: Lessons learned from source upgrade from FreeBSD i386 9.2 Stable to FreeBSD i386 10.0 Release.

2014-01-29 Thread Robert_Burmeister
E) None of the USB flash drives I used with FreeBSD 9.2 will mount on FreeBSD 10.0. -- View this message in context: http://freebsd.1045724.n5.nabble.com/Lessons-learned-from-source-upgrade-from-FreeBSD-i386-9-2-Stable-to-FreeBSD-i386-10-0-Release-tp5878896p5880959.html Sent from the

Re: 11.0-CURRENT r261258 pkg read/poll hang

2014-01-29 Thread Dag-Erling Smørgrav
Markiyan Kushnir markiyan.kush...@gmail.com writes: # pkg help will hang eating up 100% CPU. truss shows it's locked in an endless loop: Fixed in r261263. DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd.org mailing list

Re: Apple Trackpad driver

2014-01-29 Thread Hans Petter Selasky
Hi, Can you also write a manual page for the wsp driver? --HPS ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

[no subject]

2014-01-29 Thread Adrian Chadd
Hi guys, I'm running up to date -HEAD (from Jan 26) on a Lenovo T400 with: vgapci0@pci0:0:2:0: class=0x03 card=0x20e417aa chip=0x2a428086 rev=0x07 hdr=0x00 vendor = 'Intel Corporation' device = 'Mobile 4 Series Chipset Integrated Graphics Controller' class =

Re: 11.0-CURRENT r261258 pkg read/poll hang

2014-01-29 Thread Markiyan Kushnir
2014-01-29 Dag-Erling Smørgrav d...@des.no: Markiyan Kushnir markiyan.kush...@gmail.com writes: # pkg help will hang eating up 100% CPU. truss shows it's locked in an endless loop: Fixed in r261263. thanks, -- Markiyan. DES -- Dag-Erling Smørgrav - d...@des.no

[head tinderbox] failure on armv6/arm

2014-01-29 Thread FreeBSD Tinderbox
TB --- 2014-01-29 11:40:17 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2014-01-29 11:40:17 - 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 arm/arm

2014-01-29 Thread FreeBSD Tinderbox
TB --- 2014-01-29 11:40:17 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2014-01-29 11:40:17 - 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: System libc++ isn't fully compatible with clang 3.4 from ports

2014-01-29 Thread Dmitry Marakasov
* Dimitry Andric (d...@freebsd.org) wrote: JFYI, I've just ran into shortcoming of libc++ from 10-RELEASE when used with clang 3.4 from ports: ... The cause: http://llvm.org/bugs/show_bug.cgi?id=17798, was fixed in libc++ r194154. We probably need to update libc++ or at least backport

Re: [OT] ta-spring

2014-01-29 Thread David Chisnall
On 29 Jan 2014, at 15:08, Michael Schmiedgen schmied...@gmx.net wrote: Can we expect a current version of spring in ports soon? That would be nice! AFAIK newer versions require OpenMP. Will this compile with our (new 3.4 soon) base clang? Base clang doesn't support OpenMP. We should probably

Re: [OT] ta-spring

2014-01-29 Thread Michael Schmiedgen
On 29.01.2014 15:45, Dmitry Marakasov wrote: * Dimitry Andric (d...@freebsd.org) wrote: Hm, which port is having problems with this? I have built quite a large set, and never encountered this issue. In any case: yes, it is quite long overdue for a libc++ update. :-) I will have a look

Re: [OT] ta-spring

2014-01-29 Thread Michael Schmiedgen
On 29.01.2014 16:16, David Chisnall wrote: On 29 Jan 2014, at 15:08, Michael Schmiedgen schmied...@gmx.net wrote: Can we expect a current version of spring in ports soon? That would be nice! AFAIK newer versions require OpenMP. Will this compile with our (new 3.4 soon) base clang? Base clang

Re: [OT] ta-spring

2014-01-29 Thread David Chisnall
On 29 Jan 2014, at 15:37, Michael Schmiedgen schmied...@gmx.net wrote: On 29.01.2014 16:16, David Chisnall wrote: On 29 Jan 2014, at 15:08, Michael Schmiedgen schmied...@gmx.net wrote: Can we expect a current version of spring in ports soon? That would be nice! AFAIK newer versions require

Re: [OT] ta-spring

2014-01-29 Thread Michael Schmiedgen
On 29.01.2014 16:42, David Chisnall wrote: On 29 Jan 2014, at 15:37, Michael Schmiedgen schmied...@gmx.net wrote: On 29.01.2014 16:16, David Chisnall wrote: On 29 Jan 2014, at 15:08, Michael Schmiedgen schmied...@gmx.net wrote: I thought OpenMP will be an integral part of LLVM/clang in near

Re: (no subject)

2014-01-29 Thread Jakub Lach
I'm using a T400 with exact same GM45 and besides error: [drm:pid861:intel_lvds_enable] *ERROR* timed out waiting for panel to power off I don't experience errors with FreeBSD 10.0-STABLE #0 r261219 amd64, xorg trunk. -- View this message in context:

libm lacks C99 functions - no c++11 cmath in libstdc++

2014-01-29 Thread Dmitry Marakasov
Hi! Gerald haven't responded yet, so I though I'd better post in on the list as well for wider discussion. In short: - our libm lacks some C99 functions: erfl erfcl lgammal tgammal - bad enough by itself, it affects libstdc++ from ports' gcc in such a way that it disables C++11 math completely

Re: [OT] ta-spring

2014-01-29 Thread Dmitry Marakasov
* Michael Schmiedgen (schmied...@gmx.net) wrote: Hm, which port is having problems with this? I have built quite a large set, and never encountered this issue. In any case: yes, it is quite long overdue for a libc++ update. :-) I will have a look tonight. New version of

Re: Apple Trackpad driver

2014-01-29 Thread Mark Felder
On Tue, Jan 28, 2014, at 23:13, Adrian Chadd wrote: holy crap, cool! Hans? Any chance we could get this into -HEAD? Wow, this is nice. I'll gladly provide the USB device ID for the trackpad in the 2013 Late MBP if someone can point me to a way to boot FreeBSD from an external drive :-)

Re: libm lacks C99 functions - no c++11 cmath in libstdc++

2014-01-29 Thread Steve Kargl
On Wed, Jan 29, 2014 at 08:41:36PM +0400, Dmitry Marakasov wrote: Gerald haven't responded yet, so I though I'd better post in on the list as well for wider discussion. In short: - our libm lacks some C99 functions: erfl erfcl lgammal tgammal I have code for erfl and erfcl, and I've done

11-CURRENT r260369 panic in free_unr

2014-01-29 Thread Steve Wills
Hi, I had a panic on a box running r260369. I unfortunately didn't get a core dump, but did take a picture, available here: http://meatwad.mouf.net/~swills/panic_r260369_1.jpg and the backtrace, here: http://meatwad.mouf.net/~swills/panic_r260369_2.jpg The box was very heavily loaded doing

Re: [OT] ta-spring

2014-01-29 Thread Michael Schmiedgen
On 29.01.2014 17:34, Dmitry Marakasov wrote: * Michael Schmiedgen (schmied...@gmx.net) wrote: Can we expect a current version of spring in ports soon? That would be nice! Yes and no. The port is ready, however it's unstable - it crashes on start in most cases, however if it doesn't crash on

Re: libm lacks C99 functions - no c++11 cmath in libstdc++

2014-01-29 Thread Dmitry Marakasov
* Steve Kargl (s...@troutmask.apl.washington.edu) wrote: - bad enough by itself, it affects libstdc++ from ports' gcc in such a way that it disables C++11 math completely (along with a lot more other more widely used math functions) - we may probably implement these by calling

Re: freebsd-update

2014-01-29 Thread Lars Engels
On Sat, Jan 25, 2014 at 09:11:04AM -0600, Mark Felder wrote: On Sat, Jan 25, 2014, at 5:32, Lars Engels wrote: Also using freebsd-update behind a proxy is really slow. Even with a very fast internet connection (normally download rates ca. 3 MBytes / s) downloading all the tiny

Re: freebsd-update

2014-01-29 Thread Colin Percival
On 01/29/14 12:51, Lars Engels wrote: On Sat, Jan 25, 2014 at 09:11:04AM -0600, Mark Felder wrote: On Sat, Jan 25, 2014, at 5:32, Lars Engels wrote: Also using freebsd-update behind a proxy is really slow. Even with a very fast internet connection (normally download rates ca. 3 MBytes / s)

Re: libm lacks C99 functions - no c++11 cmath in libstdc++

2014-01-29 Thread Steve Kargl
On Wed, Jan 29, 2014 at 10:47:35PM +0400, Dmitry Marakasov wrote: * Steve Kargl (s...@troutmask.apl.washington.edu) wrote: - bad enough by itself, it affects libstdc++ from ports' gcc in such a way that it disables C++11 math completely (along with a lot more other more widely used

Re: libm lacks C99 functions - no c++11 cmath in libstdc++

2014-01-29 Thread Dmitry Marakasov
* Steve Kargl (s...@troutmask.apl.washington.edu) wrote: - bad enough by itself, it affects libstdc++ from ports' gcc in such a way that it disables C++11 math completely (along with a lot more other more widely used math functions) - we may probably implement these by

Re: freebsd-update

2014-01-29 Thread Adrian Chadd
On 29 January 2014 13:51, Colin Percival cperc...@freebsd.org wrote: On 01/29/14 12:51, Lars Engels wrote: On Sat, Jan 25, 2014 at 09:11:04AM -0600, Mark Felder wrote: On Sat, Jan 25, 2014, at 5:32, Lars Engels wrote: Also using freebsd-update behind a proxy is really slow. Even with a very

Re: freebsd-update

2014-01-29 Thread Colin Percival
On 01/29/14 14:26, Adrian Chadd wrote: On 29 January 2014 13:51, Colin Percival cperc...@freebsd.org wrote: FWIW, the performance problems with proxies are limited to HTTP proxies which don't speak HTTP/1.1. Did you / others ever actually benchmark this? The fact that performance sucks when

Re: freebsd-update

2014-01-29 Thread Rainer Duffner
Am 25.01.2014 um 16:11 schrieb Mark Felder f...@freebsd.org: On Sat, Jan 25, 2014, at 5:32, Lars Engels wrote: Also using freebsd-update behind a proxy is really slow. Even with a very fast internet connection (normally download rates ca. 3 MBytes / s) downloading all the tiny binary

Re: Lessons learned from source upgrade from FreeBSD i386 9.2 Stable to FreeBSD i386 10.0 Release.

2014-01-29 Thread Robert_Burmeister
Jakub Lach wrote Could you elaborate? Are those ntfs pendrives? ntfs support by ntfs.ko and mount_ntfs was removed in 10 tree. There is fuse kernel module and a port for ntfs in place of it (haven't tested but I'm told it works). Regarding fat (msdosfs) pendrives, I've just mounted one created

Re: libm lacks C99 functions - no c++11 cmath in libstdc++

2014-01-29 Thread Steve Kargl
On Thu, Jan 30, 2014 at 02:23:25AM +0400, Dmitry Marakasov wrote: * Steve Kargl (s...@troutmask.apl.washington.edu) wrote: - bad enough by itself, it affects libstdc++ from ports' gcc in such a way that it disables C++11 math completely (along with a lot more other more

Re: Lessons learned from source upgrade from FreeBSD i386 9.2 Stable to FreeBSD i386 10.0 Release.

2014-01-29 Thread Jakub Lach
Fuse is now the only way to mount ntfs. That's all. Regarding Gnome, Avahi or hald, I use none of it so really I have nothing to compare. Speaking of ports, did you really cleanly rebuild all of them? When you are speaking of ports linked against port libconv, I'm suspicious (old libtool?).

[head tinderbox] failure on arm/arm

2014-01-29 Thread FreeBSD Tinderbox
TB --- 2014-01-29 23:00:18 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2014-01-29 23:00:18 - 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 armv6/arm

2014-01-29 Thread FreeBSD Tinderbox
TB --- 2014-01-29 23:00:18 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2014-01-29 23:00:18 - 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: freebsd-update

2014-01-29 Thread Tim Kientzle
On Jan 29, 2014, at 12:51 PM, Lars Engels lars.eng...@0x20.net wrote: On Sat, Jan 25, 2014 at 09:11:04AM -0600, Mark Felder wrote: On Sat, Jan 25, 2014, at 5:32, Lars Engels wrote: Also using freebsd-update behind a proxy is really slow. Even with a very fast internet connection

Re: Apple Trackpad driver

2014-01-29 Thread Huang Wen Hui
Hans, Thanks for you take care of it and commit it! I found two problems: 1. The selection is not expected when selection with 2 fingers sometimes. 2. Unexpected scrolling when Click with 2 fingers. This patch can fix that. The var n modify to ntouch seems to be necessary. Cheers, Huang Wen

Re: Apple Trackpad driver

2014-01-29 Thread Hans Petter Selasky
Hi Huang, On 01/30/14 06:56, Huang Wen Hui wrote: Hans, Thanks for you take care of it and commit it! I found two problems: 1. The selection is not expected when selection with 2 fingers sometimes. 2. Unexpected scrolling when Click with 2 fingers. This patch can fix that. The var n modify