Re: Panic on head (r255759) [_callout_stop_safe()- panic: Lock lle not exclusively locked @ /usr/src/sys/kern/kern_rwlock.c:140]

2013-09-22 Thread O. Hartmann
On Sat, 21 Sep 2013 09:34:59 -0700 Davide Italiano dav...@freebsd.org wrote: On Sat, Sep 21, 2013 at 9:31 AM, Bryan Drewery bdrew...@freebsd.org wrote: On 9/21/2013 11:18 AM, Adam McDougall wrote: On 09/21/13 09:41, Davide Italiano wrote: On Sat, Sep 21, 2013 at 2:51 PM, O. Hartmann

r255757: crahsing frquently, even faster when compiled with WITH_SSP in /etc/make.conf

2013-09-21 Thread O. Hartmann
Today, I realised that the most recent source (r255757) is crashing very frequent when under load (compiling world). This pgenomenon is with all FreeBSD CURRENT boxes I updated recently to r255757 and the kernel I work on at the very moment is on those system FreeBSD 10.0-ALPHA2 #2 r255748: Sat

Re: Panic on head (r255759) [_callout_stop_safe()- panic: Lock lle not exclusively locked @ /usr/src/sys/kern/kern_rwlock.c:140]

2013-09-21 Thread O. Hartmann
On Sat, 21 Sep 2013 07:08:25 -0500 Bryan Drewery bdrew...@freebsd.org wrote: On 9/21/2013 7:06 AM, Bjoern A. Zeeb wrote: On Sat, 21 Sep 2013, Bryan Drewery wrote: Unread portion of the kernel message buffer: panic: Lock lle not exclusively locked @ /usr/src/sys/kern/kern_rwlock.c:140

Re: Panic on head (r255759) [_callout_stop_safe()- panic: Lock lle not exclusively locked @ /usr/src/sys/kern/kern_rwlock.c:140]

2013-09-21 Thread O. Hartmann
On Sat, 21 Sep 2013 09:34:59 -0700 Davide Italiano dav...@freebsd.org wrote: On Sat, Sep 21, 2013 at 9:31 AM, Bryan Drewery bdrew...@freebsd.org wrote: On 9/21/2013 11:18 AM, Adam McDougall wrote: On 09/21/13 09:41, Davide Italiano wrote: On Sat, Sep 21, 2013 at 2:51 PM, O. Hartmann

Re: libreoffice build error

2013-09-19 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 18 Sep 2013 20:00:09 -0400 Jung-uk Kim j...@freebsd.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-09-18 13:20:27 -0400, Jung-uk Kim wrote: 2013년 9월 18일 13:20, Jung-uk Kim 쓴 글: On 2013-09-18 12:39:46 - -0400, David

Re: libreoffice build error

2013-09-17 Thread O. Hartmann
On Tue, 17 Sep 2013 14:57:19 +0400 S.N.Grigoriev serguey-grigor...@yandex.ru wrote: Hi list, the following error occures when I try to build editors/libreoffice: [build CXX] sal/rtl/source/ustrbuf.cxx In file included from

Re: r255449: kernel compilation fails due to : cc: error: no input files

2013-09-11 Thread O. Hartmann
On Wed, 11 Sep 2013 13:06:44 -0700 David O'Brien obr...@freebsd.org wrote: On Tue, Sep 10, 2013 at 08:14:30PM +0200, O. Hartmann wrote: On Tue, 10 Sep 2013 09:24:45 -0700 John-Mark Gurney j...@funkthat.com wrote: But, can you tell use how you built your kernel and on what system

r255426: CRASH (core dump) from nvdidia-driver and virtualbox due to vm_map changes (via r255426)

2013-09-10 Thread O. Hartmann
The changes made with r255426 make x11/nvdia-driver and emuldator/virtualbox-ose-kmod coredumping. Especially the virtualbox driver is a hard one. For the x11/nvidia-driver, I have a patch and it should be similar to the vbox driver, but I have massive problems understanding a sed error, which

r255449: kernel compilation fails due to : cc: error: no input files

2013-09-10 Thread O. Hartmann
I get this error when trying to compile a kernel on CURRENT r29: [...] make[2]: Unclosed substitution for COMPILER_TYPE (/ missing) cc -c -O3 -fno-strict-aliasing -march=native -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith

Re: r255449: kernel compilation fails due to : cc: error: no input files

2013-09-10 Thread O. Hartmann
On Tue, 10 Sep 2013 09:24:45 -0700 John-Mark Gurney j...@funkthat.com wrote: O. Hartmann wrote this message on Tue, Sep 10, 2013 at 15:03 +0200: I get this error when trying to compile a kernel on CURRENT r29: [...] make[2]: Unclosed substitution for COMPILER_TYPE (/ missing

CURRENT r255426: x11/nvidia-driver: nvidia_subr.c:835:46: error: too few arguments to function call, expected 10, have 9 (VM_PROT_READ | VM_PROT_WRITE), 0);

2013-09-09 Thread O. Hartmann
x11/nvidia-driver (as well as emulators/virtualbox-ose-kmod) do not compile on FreeBSD 10.0-CURRENT #0 r255426: Mon Sep 9 21:35:43 CEST 2013 amd64. The error is: x11/nvidia-driver: --- nvidia_subr.o --- nvidia_subr.c:835:46: error: too few arguments to function call, expected 10, have 9

Re: CURRENT r255426: x11/nvidia-driver: nvidia_subr.c:835:46: error: too few arguments to function call, expected 10, have 9 (VM_PROT_READ | VM_PROT_WRITE), 0);

2013-09-09 Thread O. Hartmann
On Tue, 10 Sep 2013 00:02:37 +0300 Ivan Klymenko fi...@ukr.net wrote: В Mon, 9 Sep 2013 22:37:48 +0200 O. Hartmann ohart...@zedat.fu-berlin.de пишет: x11/nvidia-driver (as well as emulators/virtualbox-ose-kmod) do not compile on FreeBSD 10.0-CURRENT #0 r255426: Mon Sep 9 21:35:43 CEST

Re: CURRENT r255426: x11/nvidia-driver: nvidia_subr.c:835:46: error: too few arguments to function call, expected 10, have 9 (VM_PROT_READ | VM_PROT_WRITE), 0);

2013-09-09 Thread O. Hartmann
On Mon, 09 Sep 2013 16:49:23 -0600 Ian Lepore i...@freebsd.org wrote: On Tue, 2013-09-10 at 00:42 +0200, O. Hartmann wrote: On Tue, 10 Sep 2013 00:24:05 +0300 Ivan Klymenko fi...@ukr.net wrote: В Mon, 9 Sep 2013 23:17:13 +0200 O. Hartmann ohart...@zedat.fu-berlin.de пишет

Re: CURRENT r255426: x11/nvidia-driver: nvidia_subr.c:835:46: error: too few arguments to function call, expected 10, have 9 (VM_PROT_READ | VM_PROT_WRITE), 0);

2013-09-09 Thread O. Hartmann
On Tue, 10 Sep 2013 00:24:05 +0300 Ivan Klymenko fi...@ukr.net wrote: В Mon, 9 Sep 2013 23:17:13 +0200 O. Hartmann ohart...@zedat.fu-berlin.de пишет: On Tue, 10 Sep 2013 00:02:37 +0300 Ivan Klymenko fi...@ukr.net wrote: В Mon, 9 Sep 2013 22:37:48 +0200 O. Hartmann ohart

Re: ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-08 Thread O. Hartmann
On Sat, 7 Sep 2013 22:49:54 GMT rak...@freebsd.org wrote: Synopsis: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous State-Changed-From-To: open-patched State-Changed-By: rakuco State-Changed-When: Sat Sep 7 22:47:43 UTC 2013 State-Changed-Why:

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-08 Thread O. Hartmann
On Sun, 08 Sep 2013 10:44:01 +0200 Guido Falsi madpi...@freebsd.org wrote: On 09/07/13 21:46, O. Hartmann wrote: On Sat, 07 Sep 2013 14:27:48 +0200 Guido Falsi madpi...@freebsd.org wrote: On 09/07/13 14:10, olli hauer wrote: There are 13 ports using --with-iconv=${LOCALBASE} devel

Re: ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-08 Thread O. Hartmann
On Sun, 8 Sep 2013 14:57:01 +0200 Dimitry Andric d...@freebsd.org wrote: On Sep 8, 2013, at 08:14, O. Hartmann ohart...@zedat.fu-berlin.de wrote: On Sat, 7 Sep 2013 22:49:54 GMT rak...@freebsd.org wrote: Synopsis: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-08 Thread O. Hartmann
On Fri, 06 Sep 2013 09:34:52 +0200 Guido Falsi madpi...@freebsd.org wrote: On 09/06/13 05:16, AN wrote: Hi: I am posting to both lists because this problem affects users of current and ports, and I didn't know which would be more appropriate so please forgive me. # uname -a

Re: ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-08 Thread O. Hartmann
On Sun, 8 Sep 2013 14:57:01 +0200 Dimitry Andric d...@freebsd.org wrote: On Sep 8, 2013, at 08:14, O. Hartmann ohart...@zedat.fu-berlin.de wrote: On Sat, 7 Sep 2013 22:49:54 GMT rak...@freebsd.org wrote: Synopsis: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Sat, 07 Sep 2013 02:10:50 +0400 Boris Samorodov b...@passap.ru wrote: 07.09.2013 01:51, O. Hartmann пишет: On Fri, 06 Sep 2013 21:11:26 +0400 Boris Samorodov b...@passap.ru wrote: 06.09.2013 20:44, O. Hartmann пишет: On Fri, 06 Sep 2013 20:08:59 +0400 Boris Samorodov b

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Sat, 07 Sep 2013 09:42:05 +0200 Guido Falsi madpi...@freebsd.org wrote: On 09/07/13 08:10, O. Hartmann wrote: On Sat, 07 Sep 2013 02:10:50 +0400 Boris Samorodov b...@passap.ru wrote: 07.09.2013 01:51, O. Hartmann пишет: On Fri, 06 Sep 2013 21:11:26 +0400 Boris Samorodov b

Re: HEADS UP: No gcc by default in -HEAD on platforms where clang is cc

2013-09-07 Thread O. Hartmann
On Fri, 6 Sep 2013 21:19:32 +0100 David Chisnall thera...@freebsd.org wrote: Hi Everyone, As of r255321, we are no longer building gcc or libstdc++ as part of the default install on platforms where clang is cc. If you are using gcc, you have two options: 1) Install one of the lang/gcc*

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Fri, 06 Sep 2013 21:11:26 +0400 Boris Samorodov b...@passap.ru wrote: 06.09.2013 20:44, O. Hartmann пишет: On Fri, 06 Sep 2013 20:08:59 +0400 Boris Samorodov b...@passap.ru wrote: 06.09.2013 19:44, O. Hartmann пишет: Here we go. It is the config.log from one of the failing

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Sat, 07 Sep 2013 00:16:16 +0200 Guido Falsi madpi...@freebsd.org wrote: On 09/07/13 00:10, Boris Samorodov wrote: 07.09.2013 01:51, O. Hartmann пишет: On Fri, 06 Sep 2013 21:11:26 +0400 Boris Samorodov b...@passap.ru wrote: 06.09.2013 20:44, O. Hartmann пишет: On Fri, 06 Sep 2013

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Sat, 7 Sep 2013 00:07:29 +0200 Baptiste Daroussin b...@freebsd.org wrote: On Fri, Sep 06, 2013 at 11:51:32PM +0200, O. Hartmann wrote: On Fri, 06 Sep 2013 21:11:26 +0400 Boris Samorodov b...@passap.ru wrote: 06.09.2013 20:44, O. Hartmann пишет: On Fri, 06 Sep 2013 20:08:59 +0400

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
While proceeding in the iconv-mess, I run into a very nasty situation with some ports showing strange linker errors on most recent systems. The symptoms are present on boxes with CURRENT r255259, for instance, the error below is taken from a box which has already compiled the port in question

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Sat, 07 Sep 2013 14:27:48 +0200 Guido Falsi madpi...@freebsd.org wrote: On 09/07/13 14:10, olli hauer wrote: There are 13 ports using --with-iconv=${LOCALBASE} devel/apr1 devel/apr2 devel/git irc/epic5 lang/gauche net-mgmt/ettercap net/ssltunnel-client

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Sat, 7 Sep 2013 21:13:36 +0200 O. Hartmann ohart...@zedat.fu-berlin.de wrote: While proceeding in the iconv-mess, I run into a very nasty situation with some ports showing strange linker errors on most recent systems. The symptoms are present on boxes with CURRENT r255259, for instance

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Sat, 7 Sep 2013 21:52:11 +0200 O. Hartmann ohart...@zedat.fu-berlin.de wrote: On Sat, 7 Sep 2013 21:13:36 +0200 O. Hartmann ohart...@zedat.fu-berlin.de wrote: While proceeding in the iconv-mess, I run into a very nasty situation with some ports showing strange linker errors on most

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Sat, 07 Sep 2013 13:34:25 +0200 Guido Falsi madpi...@freebsd.org wrote: On 09/07/13 13:03, O. Hartmann wrote: On Sat, 07 Sep 2013 00:16:16 +0200 Guido Falsi madpi...@freebsd.org wrote: On 09/07/13 00:10, Boris Samorodov wrote: 07.09.2013 01:51, O. Hartmann пишет: On Fri, 06 Sep

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-06 Thread O. Hartmann
On Fri, 06 Sep 2013 11:35:35 +0400 Boris Samorodov b...@passap.ru wrote: 06.09.2013 07:16, AN пишет: Hi: I am posting to both lists because this problem affects users of current and ports, and I didn't know which would be more appropriate so please forgive me. # uname -a

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-06 Thread O. Hartmann
On Fri, 06 Sep 2013 11:35:35 +0400 Boris Samorodov b...@passap.ru wrote: 06.09.2013 07:16, AN пишет: Hi: I am posting to both lists because this problem affects users of current and ports, and I didn't know which would be more appropriate so please forgive me. # uname -a

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-06 Thread O. Hartmann
On Fri, 06 Sep 2013 17:33:09 +0200 Guido Falsi madpi...@freebsd.org wrote: On 09/06/13 17:32, O. Hartmann wrote: On Fri, 06 Sep 2013 11:35:35 +0400 Boris Samorodov b...@passap.ru wrote: 06.09.2013 07:16, AN пишет: Hi: I am posting to both lists because this problem affects users

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-06 Thread O. Hartmann
On Fri, 06 Sep 2013 20:08:59 +0400 Boris Samorodov b...@passap.ru wrote: 06.09.2013 19:44, O. Hartmann пишет: Here we go. It is the config.log from one of the failing machines, failing in print/cups-client. Please, show the output of following commands (at the host in question): # svn

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-06 Thread O. Hartmann
On Fri, 06 Sep 2013 21:11:26 +0400 Boris Samorodov b...@passap.ru wrote: 06.09.2013 20:44, O. Hartmann пишет: On Fri, 06 Sep 2013 20:08:59 +0400 Boris Samorodov b...@passap.ru wrote: 06.09.2013 19:44, O. Hartmann пишет: Here we go. It is the config.log from one of the failing

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-06 Thread O. Hartmann
On Fri, 06 Sep 2013 17:31:48 +0200 Guido Falsi madpi...@freebsd.org wrote: On 09/06/13 17:26, AN wrote: On Fri, 6 Sep 2013, Guido Falsi wrote: On 09/06/13 05:16, AN wrote: Hi: I am posting to both lists because this problem affects users of current and ports, and I didn't know

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-06 Thread O. Hartmann
On Fri, 06 Sep 2013 17:35:27 +0200 Guido Falsi madpi...@freebsd.org wrote: On 09/06/13 17:04, O. Hartmann wrote: Using portmaster, I'm higly adviced to use option -f, otherwise every second port I try to update gets interrupted due to missing libiconv.so.3. It is impossible to update

Re: New iSCSI stack.

2013-09-05 Thread O. Hartmann
On Thu, 5 Sep 2013 16:03:31 -0400 Outback Dingo outbackdi...@gmail.com wrote: On Thu, Sep 5, 2013 at 2:47 PM, Miroslav Lachman 000.f...@quip.cz wrote: Edward Tomasz Napierała wrote: Wiadomość napisana przez Ivan Vorasivo...@freebsd.org w dniu 5 wrz 2013, o godz. 13:18: On

port x11/nvidia-driver fails to build due to error: [...] 'unsigned long long' to parameter of type 'cap_rights_t *' (aka 'struct cap_rights *') ...

2013-09-05 Thread O. Hartmann
Updating sources of CURRENT after r255211 makes the building/updating of port x11/nvidia-driver make fail with the rror shown below: --- nvidia_linux.o --- nvidia_linux.c:42:37: error: incompatible integer to pointer conversion passing 'unsigned long long' to parameter of type 'cap_rights_t *'

print/cups: 10.0-CURRENT renders cups unusable / recompilation fails due to missing libiconv

2013-08-26 Thread O. Hartmann
Today I update a box to 10.0-CURRENT #0 r254896: Mon Aug 26 09:42:48 CEST 2013 amd64. Bevor the update this morning, I ran a box with the sources from around last Friday and port print/cups was working fine so far. After building/installation of world/kernel today as of r254896 the cups daemon

Re: print/cups: 10.0-CURRENT renders cups unusable / recompilation fails due to missing libiconv

2013-08-26 Thread O. Hartmann
On Mon, 26 Aug 2013 16:24:26 +0200 Dimitry Andric d...@freebsd.org wrote: [...] and furthermore, when I thought the cups binary might be out of sync with the environment, I tried to recompile the whole preint/cups installation, but this fails now in a close to EPICAL way not finding

Re: /etc/namedb-@ referrs to NIL after crash or typing reboot (not shutdown -r)

2013-08-18 Thread O. Hartmann
On Sat, 17 Aug 2013 11:41:08 -0700 Tim Kientzle t...@kientzle.com wrote: On Aug 17, 2013, at 11:17 AM, O. Hartmann wrote: On Sat, 17 Aug 2013 10:42:07 -0700 Tim Kientzle t...@kientzle.com wrote: On Aug 17, 2013, at 10:35 AM, O. Hartmann wrote: On Sat, 17 Aug 2013 21:10:49

/etc/namedb-@ referrs to NIL after crash or typing reboot (not shutdown -r)

2013-08-17 Thread O. Hartmann
I have running a CURRENT box (running most recent sources, recompiling world at least four times a week) acting as a local MASTER DNS server for my private LAN at home. The configuration is simple, the setup is stored in /etc/namedb/named.conf. /etc/namedb is effectively a link to

graphics/blender: math.h: isnan(): error: controlling expression type 'unsigned int' not compatible with any generic association type

2013-08-17 Thread O. Hartmann
port graphics/blender doesn't compiler neither in CURRENT nor 9.2-PRE for the moment. On CURRENT (FreeBSD 10.0-CURRENT #4 r254430: Fri Aug 16 23:23:08 CEST 2013 amd64), compilation fails with the belwo shown error message - for roughly a month now. I think this is dur to some issues of

Re: graphics/blender: math.h: isnan(): error: controlling expression type 'unsigned int' not compatible with any generic association type

2013-08-17 Thread O. Hartmann
On Sat, 17 Aug 2013 11:24:41 +0100 David Chisnall thera...@freebsd.org wrote: On 17 Aug 2013, at 10:48, O. Hartmann ohart...@zedat.fu-berlin.de wrote: port graphics/blender doesn't compiler neither in CURRENT nor 9.2-PRE for the moment. On CURRENT (FreeBSD 10.0-CURRENT #4 r254430: Fri

Re: /etc/namedb-@ referrs to NIL after crash or typing reboot (not shutdown -r)

2013-08-17 Thread O. Hartmann
On Sat, 17 Aug 2013 21:10:49 +0400 Boris Samorodov b...@passap.ru wrote: 17.08.2013 13:36, O. Hartmann пишет: I can reproduceable truncate the link in /etc/ to be NIL by typing simply reboot when rebooting the box Does it make any difference if you use shutdown -r instead? Yes, when

Re: /etc/namedb-@ referrs to NIL after crash or typing reboot (not shutdown -r)

2013-08-17 Thread O. Hartmann
On Sat, 17 Aug 2013 10:42:07 -0700 Tim Kientzle t...@kientzle.com wrote: On Aug 17, 2013, at 10:35 AM, O. Hartmann wrote: On Sat, 17 Aug 2013 21:10:49 +0400 Boris Samorodov b...@passap.ru wrote: 17.08.2013 13:36, O. Hartmann пишет: I can reproduceable truncate the link in /etc

Re: /etc/namedb-@ referrs to NIL after crash or typing reboot (not shutdown -r)

2013-08-17 Thread O. Hartmann
On Sat, 17 Aug 2013 11:41:08 -0700 Tim Kientzle t...@kientzle.com wrote: On Aug 17, 2013, at 11:17 AM, O. Hartmann wrote: On Sat, 17 Aug 2013 10:42:07 -0700 Tim Kientzle t...@kientzle.com wrote: On Aug 17, 2013, at 10:35 AM, O. Hartmann wrote: On Sat, 17 Aug 2013 21:10:49

Re: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present

2013-08-10 Thread O. Hartmann
On Sat, 10 Aug 2013 11:31:19 +0200 Gary Jennejohn gljennj...@googlemail.com wrote: On Sat, 10 Aug 2013 11:10:40 +0200 Rainer Hurling rhur...@gwdg.de wrote: Yes, I can confirm, that it builds, installs and runs fine for me. The patch should be placed as

Re: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present

2013-08-10 Thread O. Hartmann
On Sat, 10 Aug 2013 15:39:48 +0200 Gary Jennejohn gljennj...@googlemail.com wrote: On Sat, 10 Aug 2013 14:59:22 +0200 O. Hartmann ohart...@zedat.fu-berlin.de wrote: On Sat, 10 Aug 2013 11:31:19 +0200 Gary Jennejohn gljennj...@googlemail.com wrote: On Sat, 10 Aug 2013 11:10:40 +0200

r254147: kernel build failure: vm_page.c:1206:20: error: use of undeclared identifier 'VPO_BUSY'

2013-08-09 Thread O. Hartmann
Most recent sources fails in kernel build: [...] cc -c -pipe -O3 -fno-strict-aliasing -march=native -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions

CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present

2013-08-08 Thread O. Hartmann
The most recent CURRENT doesn't work with the x11/nvidia-driver (which is at 319.25 in the ports and 325.15 from nVidia). After build- and installworld AND successfully rebuilding port x11/nvidia-driver, the system crashes immediately after a reboot as soon the kernel module nvidia.ko seems to

Re: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present

2013-08-08 Thread O. Hartmann
to keep kernel and world in sync. But compiling them both takes 2 hours on my older box, I haven't access to the faster i7 system until monday. -adrian On 8 August 2013 11:10, O. Hartmann ohart...@zedat.fu-berlin.de wrote: The most recent CURRENT doesn't work with the x11/nvidia

Re: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present

2013-08-08 Thread O. Hartmann
On Thu, 08 Aug 2013 14:39:21 -0700 Sean Bruno sean_br...@yahoo.com wrote: On Thu, 2013-08-08 at 11:30 -0700, Adrian Chadd wrote: Can you go over some previous versions in -HEAD and see when it was introduced? -adrian On 8 August 2013 11:10, O. Hartmann ohart...@zedat.fu

CURRENT (r253984) buildworld fails: contrib/bind9/bin/dig/dighost.c:4340:27: error: passing 'const char *' to parameter of type 'void *' discards qualifiers

2013-08-06 Thread O. Hartmann
Buildword on r253984 fails ins BIND9: cc -O2 -pipe -O3 -march=native -I/usr/src/usr.sbin/pkg_install/create/../lib -pipe -O3 -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes

Re: CURRENT (r253862): buildworld fails in libexec/atf/atf-check: ... /usr/obj/usr/src/tmp/usr/bin/ld: 6: invalid DSO for symbol `__cxa_call_unexpected@@CXXABI_1.3'

2013-08-02 Thread O. Hartmann
On Fri, 2 Aug 2013 08:26:01 +0100 David Chisnall thera...@freebsd.org wrote: On 1 Aug 2013, at 20:10, Baptiste Daroussin b...@freebsd.org wrote: Thay is with the new ld behaviour, it seems like for some reason, when linking with libc++ it lacks an explicit link on libcxxrt, I ll let c++

CUURENT: make buildworld fails: install: libegacy.a: No such file or directory

2013-08-01 Thread O. Hartmann
This is strange: Accidentally I started from two different terminals on the same box rm -rf /usr/obj/usr make -j2 buildworld While the first proceess had a headstart, the second killed the /usr/obj entries and so both jobs died immediately. But after that, I tried simply again make buildworld

Re: CUURENT: make buildworld fails: install: libegacy.a: No such file or directory

2013-08-01 Thread O. Hartmann
On Thu, 1 Aug 2013 17:26:18 +0200 O. Hartmann ohart...@zedat.fu-berlin.de wrote: This is strange: Accidentally I started from two different terminals on the same box rm -rf /usr/obj/usr make -j2 buildworld While the first proceess had a headstart, the second killed the /usr/obj entries

CURRENT (r253862): buildworld fails in libexec/atf/atf-check: ... /usr/obj/usr/src/tmp/usr/bin/ld: 6: invalid DSO for symbol `__cxa_call_unexpected@@CXXABI_1.3'

2013-08-01 Thread O. Hartmann
Buildworld fails with === libexec/atf/atf-check (all) c++ -O2 -pipe -O3 -march=native -DHAVE_CONFIG_H -O3 -I/usr/src/libexec/atf/atf-check/../../../contrib/atf -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith

Re: CURRENT (r253862): buildworld fails in libexec/atf/atf-check: ... /usr/obj/usr/src/tmp/usr/bin/ld: 6: invalid DSO for symbol `__cxa_call_unexpected@@CXXABI_1.3'

2013-08-01 Thread O. Hartmann
On Thu, 1 Aug 2013 21:10:52 +0200 Baptiste Daroussin b...@freebsd.org wrote: On Thu, Aug 01, 2013 at 08:31:02PM +0200, O. Hartmann wrote: Buildworld fails with === libexec/atf/atf-check (all) c++ -O2 -pipe -O3 -march=native -DHAVE_CONFIG_H -O3 -I/usr/src/libexec/atf/atf-check

CURRENT r253690: fetch(1) fails with: Certificate verification failed for ...

2013-07-31 Thread O. Hartmann
Updating several ports on CURRENT fails with a fetch error, which expresses itself via [math/eigen3] Certificate verification failed for /C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance EV CA-1 34380876968:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate

port graphics/blender fails to compile due to issue in math.h: error: controlling expression type 'unsigned int' not compatible with any generic association type [...] isnan' __fp_type_select(x, __in

2013-07-31 Thread O. Hartmann
On most recent CUURENT (FreeBSD 10.0-CURRENT #4 r253800: Tue Jul 30 13:41:11 CEST 2013 amd64 ) port garphics/blender fails to compile due to the following error. I guess this has to do with the changes necessary to math.h/cmath and the c++11 standard issue. [...] Scanning dependencies of target

Re: CURRENT r253690: fetch(1) fails with: Certificate verification failed for ...

2013-07-31 Thread O. Hartmann
On Wed, 31 Jul 2013 07:45:33 -0700 Bryan Drewery bdrew...@freebsd.org wrote: On 7/31/2013 3:16 AM, O. Hartmann wrote: Updating several ports on CURRENT fails with a fetch error, which expresses itself via [math/eigen3] This should be fixed now. SSL Certificate Verification has

Re: CURRENT: Ivy Bridge CPU (i3-3220) and Intel Bull Mountain RNG (options RDRAND_RNG)

2013-07-31 Thread O. Hartmann
On Tue, 30 Jul 2013 16:07:48 +0200 Julian Stecklina jstec...@os.inf.tu-dresden.de wrote: On 07/30/2013 01:46 PM, O. Hartmann wrote: I tried the new option options RDRAND_RNG on my SOHO server, equipted with a Intel i3-3220 Ivy Brdige CPU, which is supposed to have the Bull Mountain

CURRENT r253794: make installkernel fails: install: runfw.ko: No such file or directory

2013-07-30 Thread O. Hartmann
make installkernel fails in r253794 with the following error: === usb/runfw (install) install -o root -g wheel -m 555 runfw.ko /boot/kernel install: runfw.ko: No such file or directory *** Error code 71 regards, oliver signature.asc Description: PGP signature

Re: CURRENT r253794: make installkernel fails: install: runfw.ko: No such file or directory

2013-07-30 Thread O. Hartmann
On Tue, 30 Jul 2013 09:29:56 +0200 O. Hartmann ohart...@zedat.fu-berlin.de wrote: make installkernel fails in r253794 with the following error: === usb/runfw (install) install -o root -g wheel -m 555 runfw.ko /boot/kernel install: runfw.ko: No such file or directory *** Error code

CURRENT: Ivy Bridge CPU (i3-3220) and Intel Bull Mountain RNG (options RDRAND_RNG)

2013-07-30 Thread O. Hartmann
I tried the new option options RDRAND_RNG on my SOHO server, equipted with a Intel i3-3220 Ivy Brdige CPU, which is supposed to have the Bull Mountain random number generator as a piece of hardware in its uncore. Enabling the kernel option doesn't reveal any presence of such a hardware number

Re: CURRENT: Ivy Bridge CPU (i3-3220) and Intel Bull Mountain RNG (options RDRAND_RNG)

2013-07-30 Thread O. Hartmann
On Tue, 30 Jul 2013 16:07:48 +0200 Julian Stecklina jstec...@os.inf.tu-dresden.de wrote: On 07/30/2013 01:46 PM, O. Hartmann wrote: I tried the new option options RDRAND_RNG on my SOHO server, equipted with a Intel i3-3220 Ivy Brdige CPU, which is supposed to have the Bull Mountain

ZPOOL import failure due to multiple pool IDs?

2013-07-24 Thread O. Hartmann
I have trouble with a ZFS pool after interrupted scrubbing on FreeBSD 10-CURREN (10.0-CURRENT #1 r253579: Tue Jul 23 20:31:59 CEST 2013 amd64). After I shut down the box while the ZFS pool in question was still in scrubbing, after a reboot the system marked that pool as defect. I tried to clean

CURRENT: Changes in lib/msun/math.h make ports to fail

2013-07-12 Thread O. Hartmann
Updating CURRENT from r253216 to r253252 triggers an updating of several ports to fail, namely, for instance, www/firefox graphiks/webkit-gtk2 deskuitls/fbreader graphics/gdal The error is in all ports when compiled with CLANG 3.3 -std=c++11 -stdlib=libc++ similar, routing to math.h. I will

Re: CURRENT: CLANG 3.3 and -stad=c++11 and -stdlib=libc++: isnan()/isninf() oddity

2013-07-12 Thread O. Hartmann
On Fri, 12 Jul 2013 12:13:58 -0500 Scot Hetzel swhet...@gmail.com wrote: On Fri, Jul 12, 2013 at 11:16 AM, Scot Hetzel swhet...@gmail.com wrote: On Thu, Jul 11, 2013 at 9:33 AM, David Chisnall thera...@freebsd.org wrote: On 11 Jul 2013, at 13:11, Bruce Evans b...@optusnet.com.au wrote:

CURRENT: CLANG 3.3 and -stad=c++11 and -stdlib=libc++: isnan()/isninf() oddity

2013-07-10 Thread O. Hartmann
Whe I try to compile the sources of a port in spe (devel/pocl), which is now out as RC6, I receive this error shown below: [...] ../vecmathlib/pocl/../vec_sse_double1.h:451:38: error: conversion from 'int' to 'boolvec_t' (aka 'boolvecreal_t, size') is ambiguous boolvec_t isinf() const { return

Re: CURRENT: CLANG 3.3 and -stad=c++11 and -stdlib=libc++: isnan()/isninf() oddity

2013-07-10 Thread O. Hartmann
On Wed, 10 Jul 2013 15:22:58 +0100 David Chisnall thera...@freebsd.org wrote: Hi, On 10 Jul 2013, at 14:58, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Whe I try to compile the sources of a port in spe (devel/pocl), which is now out as RC6, I receive this error shown below

Re: CURRENT: CLANG 3.3 and -stad=c++11 and -stdlib=libc++: isnan()/isninf() oddity

2013-07-10 Thread O. Hartmann
On Wed, 10 Jul 2013 18:04:16 +0100 David Chisnall thera...@freebsd.org wrote: On 10 Jul 2013, at 17:33, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Hi David, thanks for the fast response. The code I was told to check with is this: #include iostream #include typeinfo

libc++: std::isinf() returns int, is supposed to return boolvec_t

2013-07-07 Thread O. Hartmann
Hello. I try to compile a package of C++ software for FreeBSD with CLANG which uses clang++. I have to use -stdlib=libc++ -std=c++11. I receive the following error and after consulting developers of the code I was informed that libc++ routine std::isinf() should return boolvec_t, but it returns

Re: libc++: std::isinf() returns int, is supposed to return boolvec_t

2013-07-07 Thread O. Hartmann
On Sun, 7 Jul 2013 10:11:28 +0200 O. Hartmann ohart...@zedat.fu-berlin.de wrote: Hello. I try to compile a package of C++ software for FreeBSD with CLANG which uses clang++. I have to use -stdlib=libc++ -std=c++11. I receive the following error and after consulting developers

CURRENT fails to build: usr/src/sbin/devd/devd.cc:1125:2: error: use of undeclared identifier 'va_end' va_end(argp);

2013-07-02 Thread O. Hartmann
The recent sources fails to build with the following error: [...] === sbin/devd (all) c++ -O2 -pipe -O3 -march=native -I. -I/usr/src/sbin/devd -pipe -O3 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith

Re: CURRENT fails to build: usr/src/sbin/devd/devd.cc:1125:2: error: use of undeclared identifier 'va_end' va_end(argp);

2013-07-02 Thread O. Hartmann
it when I get to the office this morning. The code version I have is [...] Updating /usr/src using Subversion -- Updating '.': At revision 252505. [...] Thanks for looking into it. Regards, Oliver On Tue, Jul 2, 2013 at 3:56 AM, O

Re: revision 252095: kerenl fails to compile: nfs_clstate.c:5160:33: error: format specifies type 'long long' but the argument has type 'uint64_t'

2013-06-23 Thread O. Hartmann
On Sun, 23 Jun 2013 01:53:18 +0900 (JST) Hiroki Sato h...@freebsd.org wrote: hiren panchasara hiren.panchas...@gmail.com wrote in calcpeug98bmk5hh58xwpr4d39vgptpotfsjnej-1phk5vm2...@mail.gmail.com: hi On Jun 22, 2013 6:09 AM, O. Hartmann hi ohart...@zedat.fu-berlin.de wrote: hi hi

revision 252095: kerenl fails to compile: nfs_clstate.c:5160:33: error: format specifies type 'long long' but the argument has type 'uint64_t'

2013-06-22 Thread O. Hartmann
Just for notice. The most recent sources fail to compile a kernel successfully: [...] /usr/src/sys/fs/nfsclient/nfs_clstate.c:5160:33: error: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Werror,-Wformat] lastbyte=%qd\n, error, flp-nfsfl_off,

gpart: can not add MBR partitions with gpart add -t mbr

2013-06-18 Thread O. Hartmann
Having a 1TB disk with a MBR partition layout created successfully with gpart create -s MBR ada4, which is shown as Geom name: ada4 modified: false state: OK fwheads: 16 fwsectors: 63 last: 1953525167 first: 63 entries: 4 scheme: MBR Consumers: 1. Name: ada4 Mediasize: 1000204886016 (931G)

r251744: amd64/vmm/io/vlapic.c:468:15: error: implicit declaration of function 'cpusetobj_ffs' is invalid in C99

2013-06-14 Thread O. Hartmann
Kernel build fails on recent r251744 CURRENT: [...] --- vlapic.o --- /usr/src/sys/modules/vmm/../../amd64/vmm/io/vlapic.c:468:15: error: implicit declaration of function 'cpusetobj_ffs' is invalid in C99 [-Werror,-Wimplicit-function-declaration] while ((i = cpusetobj_ffs(dmask)) != 0) { ^ 1 error

r251736: amd64/vmm/io/vlapic.c:468:15: error:implicit declaration of function 'cpusetobj_ffs' is invalid in C99

2013-06-14 Thread O. Hartmann
Kernel compilation fails on most recent CURRENT with the following error on AMD64 machines: --- vlapic.o --- /usr/src/sys/modules/vmm/../../amd64/vmm/io/vlapic.c:468:15: error: implicit declaration of function 'cpusetobj_ffs' is invalid in C99 [-Werror,-Wimplicit-function-declaration] while ((i =

Re: r251744: amd64/vmm/io/vlapic.c:468:15: error: implicit declaration of function 'cpusetobj_ffs' is invalid in C99

2013-06-14 Thread O. Hartmann
On Fri, 14 Jun 2013 15:40:20 +0400 Boris Samorodov b...@passap.ru wrote: 14.06.2013 15:06, Sergey Kandaurov пишет: On 14 June 2013 13:55, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Kernel build fails on recent r251744 CURRENT: [...] --- vlapic.o --- /usr/src/sys/modules/vmm

Revision: 251326: Compiling fails in /usr/src/lib/msun/ld80: s_expl.c:288:12: error: use of undeclared identifier 'P5' t45 = r * P5 + P4;

2013-06-03 Thread O. Hartmann
Compiling most recent world doesn't proceed and fails with the following error: /usr/src/lib/msun/ld80/s_expl.c:288:12: error: use of undeclared identifier 'P5' t45 = r * P5 + P4; Just for notice. Oliver signature.asc Description: PGP signature

Re: Revision: 251326: Compiling fails in /usr/src/lib/msun/ld80: s_expl.c:288:12: error: use of undeclared identifier 'P5' t45 = r * P5 + P4;

2013-06-03 Thread O. Hartmann
On Mon, 3 Jun 2013 11:15:25 -0700 Steve Kargl s...@troutmask.apl.washington.edu wrote: On Mon, Jun 03, 2013 at 07:59:39PM +0200, O. Hartmann wrote: Compiling most recent world doesn't proceed and fails with the following error: /usr/src/lib/msun/ld80/s_expl.c:288:12: error: use

error: unknown warning group '-Wcpp', ignored (#pragma GCC)

2013-05-25 Thread O. Hartmann
With CLANG on FreeBSD 10.0-CURRENT r250968, I get this error message in a source I try to port. I did not find any suitable official workaround and I'd like to avoid patching all files containing those #pragma statements. Is there a geenral solution on FreeBSD to overcome this? error: unknown

CURRENT: system crashing while shuting down - files system corruption

2013-05-24 Thread O. Hartmann
Since r250670 (last known stable) I face a lot of problems. On systems with SSD, after a couple of seconds the box is crashing and rebooting, showing up a lot of CAM/SCSI stuff on the console. A system with traditional disks I get while shutdown in progress (via ACPI power button or shutdown -p

CURRENT: crash on systems with SSD

2013-05-22 Thread O. Hartmann
For a short notice: I have a box that is at the moment stuck with r250670 since this is version doesn't crash. Every version above also most recent sources, coredump after several seconds after the console login shows up with a lot of chat on the screen regarding CAM and SCSI-like output. This

r250886: ACPI shutdown doesn't work anymore

2013-05-22 Thread O. Hartmann
Switching off systems running FreeBSD 10.0-CURRENT #3 r250886: Tue May 21 23:12:29 CEST 2013 amd64 but pressing the power button doesn't switch the box off anymore. The console is stuck with presenting last lines of syncing disks and several numbers counting down the to-sync blocks. This happens

Re: CURRENT r250636: ZFS pool destroyed while scrubbing in action and shutdown

2013-05-16 Thread O. Hartmann
On Thu, 2013-05-16 at 19:42 +0100, Steven Hartland wrote: - Original Message - From: Xin Li delp...@delphij.net On 05/15/13 10:20, O. Hartmann wrote: Several machines running FreeBSD 10.0-CURRENT #0 r250636: Tue May 14 21:13:19 CEST 2013 amd64 were scrubbing the pools over

CURRENT r250636: ZFS pool destroyed while scrubbing in action and shutdown

2013-05-15 Thread O. Hartmann
Several machines running FreeBSD 10.0-CURRENT #0 r250636: Tue May 14 21:13:19 CEST 2013 amd64 were scrubbing the pools over the past two days. Since that takes a while, I was sure I could shutdown the boxes and scrubbing will restart next restart automatically. Not this time! On ALL(!) systems

Re: CURRENT r250636: ZFS pool destroyed while scrubbing in action and shutdown

2013-05-15 Thread O. Hartmann
On Wed, 2013-05-15 at 10:39 -0700, Xin Li wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 05/15/13 10:20, O. Hartmann wrote: Several machines running FreeBSD 10.0-CURRENT #0 r250636: Tue May 14 21:13:19 CEST 2013 amd64 were scrubbing the pools over the past two days. Since

Re: CURRENT r250636: ZFS pool destroyed while scrubbing in action and shutdown

2013-05-15 Thread O. Hartmann
On Wed, 2013-05-15 at 10:39 -0700, Xin Li wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 05/15/13 10:20, O. Hartmann wrote: Several machines running FreeBSD 10.0-CURRENT #0 r250636: Tue May 14 21:13:19 CEST 2013 amd64 were scrubbing the pools over the past two days. Since

Re: openjdk6 broken on current

2013-05-11 Thread O. Hartmann
On Thu, 2013-05-09 at 17:16 -0500, Larry Rosenman wrote: On 2013-05-09 06:16, Damjan Jovanovic wrote: On Wed, May 8, 2013 at 8:52 PM, Larry Rosenman l...@lerctr.org wrote: On 2013-05-08 13:37, Larry Rosenman wrote: On 2013-05-08 12:46, Larry Rosenman wrote: On 2013-05-08 12:00, Daniel

Re: kernel panic with _autoload_ nvidia driver

2013-05-06 Thread O. Hartmann
On Sun, 2013-05-05 at 10:01 +0400, de...@stasyan.com wrote: Hello ! This problems appears about 4-6 months ago after updating of -CURRENT host. Unable to boot host with nvidia_load=YES in loader.conf because panic. But when nvidia driver loads manually via kldload, everything OK. Nvidia

Re: Light humour

2013-04-30 Thread O. Hartmann
If people would participate in discussions of severe subjects like they do regarding to the none-sense that BSD hater writes and womit out into the world, or even start commenting on the misguided guy's preferred comments in the Phoronix forum, I guess Google would counter-balance the hits a

[CURRENT] install: link /usr/share/man/man4/ntb_hw.4.gz - /usr/share/man/man4/nve.4.gz: No such file or directory

2013-04-30 Thread O. Hartmann
When doing a make installworld on FreeBSD 10.0-CURRENT #1 r250041: Mon Apr 29 09:34:03 CEST 2013 amd64 (sources at At revision 250097) I receive this sticky error below: /usr/share/man/man4/nve.4.gz - /usr/share/man/man4/ntb_hw.4.gz install: link /usr/share/man/man4/ntb_hw.4.gz -

Re: Light humour

2013-04-28 Thread O. Hartmann
On Sun, 2013-04-28 at 10:44 +0200, Stefan Esser wrote: Am 28.04.2013 00:31, schrieb Paul Webster: Just got this link on IRC, (freenode/##freebsd) was so funny I thought I would see if I could get any of you guys to spit out you're coffee :) http://antibsd.wordpress.com/ So much

CURRENT: still suffering from nscd(1) issue?

2013-04-27 Thread O. Hartmann
Since the overhaul of several core functions of P Davidek, the NSCD nameservice caching daemon seems to be broken. Just to test this, I enabled the nscd again and my most recent CURRENT box seems to have forgotten that there is a root: su: unknown login: root or when trying to

<    5   6   7   8   9   10   11   12   13   14   >