Re: Unwind annotations for the libc and libthr asm

2012-10-07 Thread O. Hartmann
Am 10/07/12 17:20, schrieb Konstantin Belousov: Please find below the patch to add the unwind annotations for the libc and libthr assembler routines on amd64. The change shall have no impact on the execution of the changed code, because no functions there ever generate C++ exception or call a

Re: FreeBSD 10-CURRENT and 9-STABLE snapshots

2012-10-06 Thread O. Hartmann
Am 10/06/12 03:32, schrieb Bruce Cran: On 05/10/2012 15:29, Miroslav Lachman wrote: Unofficial snapshots can be downloaded from https://pub.allbsd.org/FreeBSD-snapshots/ for a long time (bootonly.iso too) I'm baffled as to why those aren't just made official. Since a couple of time for

lang/icon: Port does not respect USE_GCC=4.6+ override and stops building duet to BROKEN flag

2012-09-25 Thread O. Hartmann
If someone overrides the default system compiler which is in my case CLANG 3.2 (on FreeBSD 10.0-CURRENT #1 r240885M: Mon Sep 24 12:30:44 CEST 2012 amd64), the if-statement does always take place and prevents lang/icon to be build: [...] .if ${CC} == clang || ${CXX} == clang++ BROKEN=

Re: lang/icon: Port does not respect USE_GCC=4.6+ override and stops building duet to BROKEN flag

2012-09-25 Thread O. Hartmann
Am 09/25/12 15:03, schrieb Steve Kargl: On Tue, Sep 25, 2012 at 02:42:23PM +0200, O. Hartmann wrote: If someone overrides the default system compiler which is in my case CLANG 3.2 (on FreeBSD 10.0-CURRENT #1 r240885M: Mon Sep 24 12:30:44 CEST 2012 amd64), the if-statement does always take

CLANG versus GCC question: compiling non-c99 code with CLANG (clang dumps error)

2012-09-24 Thread O. Hartmann
Hello, I have a problem and I guess there is a simple solution - at least, I hope. I try to compile a in spe port which contains some C code that is definitely Kernighan Ritchie standard like: -- my_func(win) Window win; { [...] if ( current-win.data == (lux_data *)NULL )

Re: CLANG versus GCC question: compiling non-c99 code with CLANG (clang dumps error)

2012-09-24 Thread O. Hartmann
Am 09/24/12 11:52, schrieb Dimitry Andric: On 2012-09-24 11:36, O. Hartmann wrote: I have a problem and I guess there is a simple solution - at least, I hope. I try to compile a in spe port which contains some C code that is definitely Kernighan Ritchie standard like: -- my_func(win

Re: More kernel performance tests on FreeBSD 10.0-CURRENT

2012-09-22 Thread O. Hartmann
Am 09/21/12 23:39, schrieb Dimitry Andric: Hi all, As a followup to my previous post about the performance of FreeBSD 10.0 kernels compiled with different compilers (clang and gcc), I did another series of tests, now on a more modern machine (Core i5-based). I also tested the performance

Re: More kernel performance tests on FreeBSD 10.0-CURRENT

2012-09-22 Thread O. Hartmann
Hello Dimitry. Am 09/22/12 13:43, schrieb Dimitry Andric: On 2012-09-22 09:35, O. Hartmann wrote: Am 09/21/12 23:39, schrieb Dimitry Andric: ... At least one can say FreeBSD does not suffer from performance drain using the cutting edge clang 3.2 compared with a gcc 4.2.1 compiler, the echo

Re: More kernel performance tests on FreeBSD 10.0-CURRENT

2012-09-22 Thread O. Hartmann
Am 09/22/12 15:52, schrieb Dimitry Andric: On 2012-09-22 14:52, O. Hartmann wrote: ... When we used FreeBSD for scientific work, that was around 1998 - 2002, there were some attempts made to use Intel's icc compiler suite on FreeBSD in the 32Bit Linuxulator. That time I used that compiler

Re: [panic] 10-CURRENT r239865: General protection fault (sysctl)

2012-09-12 Thread O. Hartmann
Am 09/12/12 09:30, schrieb Olivier Cochard-Labbé: On Tue, Sep 11, 2012 at 6:32 PM, Glen Barber g...@freebsd.org wrote: I'd blame this one: http://lists.freebsd.org/pipermail/svn-src-head/2012-September/040236.html Yes, reverting that commit allows the system to boot. Hi, Same

Re: FreeBSD 10.0-CURRENT: CLANG and port/clang weirdness!

2012-09-08 Thread O. Hartmann
On 09/07/12 19:07, Brooks Davis wrote: On Fri, Sep 07, 2012 at 05:46:02PM +0200, O. Hartmann wrote: On 09/07/12 17:09, Dimitry Andric wrote: On 2012-09-07 11:41, O. Hartmann wrote: Building ports not explicitely enabling USE_GCC=4.6+ are considered using the system's LLVM/CLANG, which

HELP: New Port: devel/pocl: A portable OpenCL library with LLVM backend

2012-09-08 Thread O. Hartmann
Hello. I tried to create a port, see the Makefile attached I created already. For further informations and your convenience, look at this website: POCL: https://launchpad.net/pocl LLVM: http://llvm.org/docs/ReleaseNotes.html I use FreeBSD 10.0-CURRENT r240186M amd64, my world and kernel are

make: don't know how to make add-plist-buildinfo. Stop

2012-09-07 Thread O. Hartmann
On all portupgrades, port installations I receive this error since today on FreeBSD 10.0-CURRENT amd64 r240150M: make: don't know how to make add-plist-buildinfo. Stop *** [reinstall] Error code 2 What is missing? Oliver signature.asc Description: OpenPGP digital signature

FreeBSD 10.0-CURRENT: CLANG and port/clang weirdness!

2012-09-07 Thread O. Hartmann
Building ports not explicitely enabling USE_GCC=4.6+ are considered using the system's LLVM/CLANG, which is clang 3.2 in our installation (FreeBSD 10.0-CURRENT #0 r240164), but since some ports require the special ports devel/llvm and lang/clang, LLVM 3.1 and clang 3.1 get installed and 3.1 is

Re: FreeBSD 10.0-CURRENT: CLANG and port/clang weirdness!

2012-09-07 Thread O. Hartmann
On 09/07/12 17:09, Dimitry Andric wrote: On 2012-09-07 11:41, O. Hartmann wrote: Building ports not explicitely enabling USE_GCC=4.6+ are considered using the system's LLVM/CLANG, which is clang 3.2 in our installation (FreeBSD 10.0-CURRENT #0 r240164), but since some ports require

Re: Help. Porting FreeOCL fails (atomic_ops.h missing, CLANG++ libc++ issues ...)

2012-09-06 Thread O. Hartmann
On 09/06/12 12:16, Matthieu Volat wrote: On Wed, 05 Sep 2012 16:45:49 +0200 O. Hartmann ohart...@mail.zedat.fu-berlin.de wrote: Hello. FreeBSD has fallen back far behind the standards of modern scientific computing and I dsperately look for solutions having OpenCL support on FreeBSD

Re: Help. Porting FreeOCL fails (atomic_ops.h missing, CLANG++ libc++ issues ...)

2012-09-06 Thread O. Hartmann
On 09/06/12 12:16, Matthieu Volat wrote: On Wed, 05 Sep 2012 16:45:49 +0200 O. Hartmann ohart...@mail.zedat.fu-berlin.de wrote: Hello. FreeBSD has fallen back far behind the standards of modern scientific computing and I dsperately look for solutions having OpenCL support on FreeBSD

fetch(3): Authentication error when URL https://

2012-09-06 Thread O. Hartmann
Hello. Creating a port, I need to fectch sources from a site whos URL is https://xxx.xxx.xxx. Doing so, I end up with an Authentication error. This makes the fetch process in the port's Makefile impossible. I tried to fetch the source tar-ball via wget(1), but this also fails, wget suggests to

Firefox-15/Thunderbird-15: won't compile on FreeBSD 10.0-CUR: /jsproxy.h:17:7: error: visibility does not match previous declaration

2012-09-05 Thread O. Hartmann
Hello. Udating/reinstalling of both ports www/firefox (15.0) and mail/thunderbird (15) fail with an error like showed below. Last time I saw this on FreeBSD 10.0-CUR ( r240108M), it was almost the same issue due to the compiler change from CLANG 3.0 - 3.1 as far as I experienced and has been

atomic_ops.h: missing ...

2012-09-05 Thread O. Hartmann
Hello. While fiddling around with software that is looking for an include file atomic_ops.h, which seems to reside in the FreeBSD operating system's sources with lib/lbkse, I'd like to know whether those architecture specific header files are installed in some places, where they could be found by

Re: Compiler performance tests on FreeBSD 10.0-CURRENT

2012-09-04 Thread O. Hartmann
On 09/04/12 22:39, Dimitry Andric wrote: Hi all, I recently performed a series of compiler performance tests on FreeBSD 10.0-CURRENT, particularly comparing gcc 4.2.1 and gcc 4.7.1 against clang 3.1 and clang 3.2. The attached text file[1] contains more information about the tests, some

Re: FreeBSD 10.0-CURRENT r239477 doesn't compile: virtualbox-ose-kmod-4.1.18_1 is marked as broken: Does not compile on FreeBSD 8.2.

2012-08-22 Thread O. Hartmann
Am 08/21/12 22:53, schrieb Bernhard Fröhlich: On Di., 21. Aug. 2012 13:56:02 CEST, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Today I ran into a problem with FreeBSD 10.0-CURRENT #0 r239477 recompiling the VBox kernel module: === Cleaning for virtualbox-ose-kmod-4.1.18_1

Re: FreeBSD 10.0-CURRENT r239477 doesn't compile: virtualbox-ose-kmod-4.1.18_1 is marked as broken: Does not compile on FreeBSD 8.2.

2012-08-22 Thread O. Hartmann
Am 08/22/12 16:02, schrieb Chris Rees: On 22 August 2012 14:32, O. Hartmann ohart...@mail.zedat.fu-berlin.de wrote: On 08/22/12 15:05, Chris Rees wrote: On 22 August 2012 08:18, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Am 08/21/12 22:53, schrieb Bernhard Fröhlich: On Di., 21. Aug. 2012

Re: FreeBSD 10.0-CURRENT r239477 doesn't compile: virtualbox-ose-kmod-4.1.18_1 is marked as broken: Does not compile on FreeBSD 8.2.

2012-08-22 Thread O. Hartmann
Am 08/22/12 17:24, schrieb Garrett Cooper: On Wed, Aug 22, 2012 at 7:02 AM, Chris Rees cr...@freebsd.org wrote: On 22 August 2012 14:32, O. Hartmann ohart...@mail.zedat.fu-berlin.de wrote: On 08/22/12 15:05, Chris Rees wrote: On 22 August 2012 08:18, O. Hartmann ohart...@zedat.fu-berlin.de

Re: FreeBSD 10.0-CURRENT r239477 doesn't compile: virtualbox-ose-kmod-4.1.18_1 is marked as broken: Does not compile on FreeBSD 8.2.

2012-08-22 Thread O. Hartmann
Am 08/22/12 21:56, schrieb Garrett Cooper: On Wed, Aug 22, 2012 at 11:54 AM, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Am 08/22/12 17:24, schrieb Garrett Cooper: On Wed, Aug 22, 2012 at 7:02 AM, Chris Rees cr...@freebsd.org wrote: On 22 August 2012 14:32, O. Hartmann ohart

FreeBSD 10.0-CURRENT r239477 doesn't compile: virtualbox-ose-kmod-4.1.18_1 is marked as broken: Does not compile on FreeBSD 8.2.

2012-08-21 Thread O. Hartmann
Today I ran into a problem with FreeBSD 10.0-CURRENT #0 r239477 recompiling the VBox kernel module: === Cleaning for virtualbox-ose-kmod-4.1.18_1 === virtualbox-ose-kmod-4.1.18_1 is marked as broken: Does not compile on FreeBSD 8.2. *** [all] Error code 1 Stop in

Re: OpenLDAP/SASL2 problem in FreeBSD 10.0-CURRENT WAS: Re: HELP! core dumps: install, mtree, et cetera all of the sudden after portmaster security/cyrus-sasl2

2012-08-20 Thread O. Hartmann
Am 08/18/12 22:31, schrieb Adam McDougall: On 8/18/2012 4:07 AM, O. Hartmann wrote: My setups on all boxes using OpenLDAP, the port net/opendldap24-client/server has security/cyrus-sasl2 enabled. I use nsswitch and nascd. The problem: I can not anymore install or reinstall (using portmaster

Re: HELP! core dumps: install, mtree, et cetera all of the sudden after portmaster security/cyrus-sasl2

2012-08-18 Thread O. Hartmann
Am 08/16/12 21:44, schrieb Garrett Cooper: On Thu, Aug 16, 2012 at 8:33 AM, Hartmann, O. ohart...@zedat.fu-berlin.de wrote: I ran into a very delicate and nasty situation. ... On both FBSD 10 boxes, the installation of the port security/cyrus-sasl2 got corrupted by install and/or mtree

OpenLDAP/SASL2 problem in FreeBSD 10.0-CURRENT WAS: Re: HELP! core dumps: install, mtree, et cetera all of the sudden after portmaster security/cyrus-sasl2

2012-08-18 Thread O. Hartmann
As I reported in my previous help request, I discovered on ALL(!) of my FreeBSD 10.0-CURRENT box a very strange problem. Attached, you'll find /etc/src.conf - which might give hints what I'm doing wrong. Another issue might be pkg(ng), I changed to that recently (a week ago), but had no problems

Howto create a FreeBSD 10.0-CURRENT/amd64 media? Where are the ISOs?

2012-08-16 Thread O. Hartmann
I'd like to create a installation medium or media of FreeBSD 10.0-CURRENT/amd64 as it is installed on my box with some of the most important ports as a package. I looked through the handbook - but the handbook seems hopelessly outdated, even for FreeBSD 9.0/9.1. I use subversion (svn) for both

HELP! core dumps: install, mtree, et cetera all of the sudden after portmaster security/cyrus-sasl2

2012-08-16 Thread O. Hartmann
I ran into a very delicate and nasty situation. On several boxes, FreeBSD 9.1-PRE and FreeBSD 10-CURRENT (build of CURRENT sources from yesterday, r239295 Wed August 15 17:04:51 CEST 2012 amd64, I had to recompile all requirements of port Apache22, since after the port update it core dumped. On

Re: Howto create a FreeBSD 10.0-CURRENT/amd64 media? Where are the ISOs?

2012-08-16 Thread O. Hartmann
Am 08/16/12 22:58, schrieb Warren Block: On Thu, 16 Aug 2012, O. Hartmann wrote: I find myself a bit floating when I looked for snapshot images for DVD/CD for rescue discs for FreeBSD 10.0-CURRENT/amd64. I can not find anything following the webpage www.freebsd.org! Most links with snapshot

FreeBSD development audio system: KLANG

2012-08-12 Thread O. Hartmann
A few days ago, I stumbled into sthis at Phoronix: http://www.phoronix.com/scan.php?page=news_itempx=MTE1NzY KLANG is supposed to be an exchange audio system for the kernel, replacing several userland backed systems. Phoronix also claims this approach is supposed to support the FreeBSD kernel

pkg and portmaster: Downgrading ports? Why? portmaster messes up ...

2012-08-07 Thread O. Hartmann
Hello. I tried to switch to the new tool pkg. I'm still installing my ports via sources and compiling, but I appreciate the more stable dependency tracking of pkg(ng). Therefore, I patched, as reuqired and recommended, ports-mgmt/portmaster. I performed a portmaster --check-depends after I got

Re: VirtualBox: Eating up 100% CPU, freezing Windows 7

2012-08-05 Thread O. Hartmann
Am 08/04/12 22:26, schrieb Doug Barton: On 08/04/2012 00:40, O. Hartmann wrote: No, also in my case. I build world and the VBox software with each kernel - usually. You can ensure that by putting this in src.conf: PORTS_MODULES= emulators/virtualbox-ose-kmod You can place other

Re: VirtualBox: Eating up 100% CPU, freezing Windows 7

2012-08-04 Thread O. Hartmann
Am 08/04/12 00:36, schrieb Kevin Oberman: On Fri, Aug 3, 2012 at 6:41 AM, Luigi Rizzo ri...@iet.unipi.it wrote: On Fri, Aug 03, 2012 at 07:44:27AM +0200, Bernhard Fr?hlich wrote: On Fr.,?? 3. Aug. 2012 06:18:33 CEST, Kevin Oberman kob6...@gmail.com wrote: On Thu, Aug 2, 2012 at 12:54 AM,

Re: r238860: bsdtar: eating up 100% CPU, hanging

2012-07-29 Thread O. Hartmann
/libarchive/libarchive/commit/f67370d c6d3cd33aecdc579966c3fbe7b9424cea83c7555 https://github.com/libarchive/libarchive/commit/c6d3cd3 Dňa 29. 7. 2012 3:18 Tim Kientzle wrote / napísal(a): On Jul 28, 2012, at 10:21 AM, O. Hartmann wrote: When updating ports (like databases/sqlite3 or graphics

Re: r238860: bsdtar: eating up 100% CPU, hanging

2012-07-29 Thread O. Hartmann
Am 07/29/12 19:19, schrieb Martin Matuska: Do you still have this problem after r238882? Dňa 28. 7. 2012 19:21 O. Hartmann wrote / napísal(a): When updating ports (like databases/sqlite3 or graphics/png via portmaster graphics/png), the installation process comes to a point where a backup

r238860: bsdtar: eating up 100% CPU, hanging

2012-07-28 Thread O. Hartmann
When updating ports (like databases/sqlite3 or graphics/png via portmaster graphics/png), the installation process comes to a point where a backup of the old port is created with bsdtar. The process hangs then: === Starting build for graphics/png === === All dependencies are up to date ===

kldload: can't load /boot/modules/vboxdrv.ko: Exec format error

2012-07-21 Thread O. Hartmann
On FreeBSD 10.0-CURRENT #1 r238671: Sat Jul 21 16:21:32 CEST 2012 (/usr/src recently update, is at Revision: 238672), VirtualBox seems to be broken: kldload: can't load /boot/modules/vboxdrv.ko: Exec format error When both buildworld and kernel as well as /usr/src itself were at Revision:

Re: kldload: can't load /boot/modules/vboxdrv.ko: Exec format error

2012-07-21 Thread O. Hartmann
On 07/21/12 16:53, O. Hartmann wrote: On FreeBSD 10.0-CURRENT #1 r238671: Sat Jul 21 16:21:32 CEST 2012 (/usr/src recently update, is at Revision: 238672), VirtualBox seems to be broken: kldload: can't load /boot/modules/vboxdrv.ko: Exec format error When both buildworld and kernel

Re: 10.0-CURRENT: kernel: Fatal trap 12: page fault while in kernel mode

2012-07-06 Thread O. Hartmann
On 07/06/12 00:21, O. Hartmann wrote: On 07/05/12 23:27, John Baldwin wrote: On Tuesday, July 03, 2012 1:43:30 am O. Hartmann wrote: The most recent build of FreeBSD 10.0-CURRENT crashes on one of our boxes with recent Intel hardware, see dmesg extract below. FreeBSD does obviously only crash

Re: 10.0-CURRENT: kernel: Fatal trap 12: page fault while in kernel mode

2012-07-05 Thread O. Hartmann
On 07/05/12 23:27, John Baldwin wrote: On Tuesday, July 03, 2012 1:43:30 am O. Hartmann wrote: The most recent build of FreeBSD 10.0-CURRENT crashes on one of our boxes with recent Intel hardware, see dmesg extract below. FreeBSD does obviously only crash on hardware with modern Sandy-Bridge

10.0-CURRENT: kernel: Fatal trap 12: page fault while in kernel mode

2012-07-03 Thread O. Hartmann
The most recent build of FreeBSD 10.0-CURRENT crashes on one of our boxes with recent Intel hardware, see dmesg extract below. FreeBSD does obviously only crash on hardware with modern Sandy-Bridge hardware, the very same kernel config and a very similar setup does work very well on an older Intel

print/foomatic-db-engine : install: *.1: No such file or directory

2012-06-29 Thread O. Hartmann
I'm stuck with this nasty error in print/foomatic-db-engine, which prevents me from updating ports relying on this specific port. This problem is sticky on all FreeBSD 10-CURRENT boxes. /usr/local/bin/perl -p -i -e s:foomatic-templates:/usr/local/share/foomatic//templates:g

Re: [HEADS-UP] BSD sort is the default sort in -CURRENT

2012-06-27 Thread O. Hartmann
On 06/27/12 08:04, Gabor Kovesdan wrote: Hi Folks, as I announced before, the default sort in -CURRENT has been changed to BSD sort. Since the import, the reported minor bugs have been fixed and BSD sort has passed the portbuild test. If you encounter any problems or incompatibility with

Re: [HEADS-UP] Import of src/usr.sbin/bsdconfig from sysutils/bsdconfig (ports)

2012-06-27 Thread O. Hartmann
On 06/28/12 01:11, Devin Teske wrote: Hi All, I'd like to announce that I intend to import bsdconfig(8) today. === Run-up… Q. What is bsdconfig(8)? A. dialog(1) based post-install configuration utility for configuring/managing various aspects of FreeBSD. Q. What does it look

Re: USB system: FreeBSD 9-STABLE and 10-CURRENT do not recognize 64GB USB drive while Linux and Windows do

2012-06-23 Thread O. Hartmann
On 06/22/12 08:22, Hans Petter Selasky wrote: On Friday 22 June 2012 08:01:38 O. Hartmann wrote: I have a USB drive/stick, Lexar USB Flash drive as reported by FreeBSD shown below. When first used, I was able to put approx. 30 GB of data on it - it was visible to FreeBSD 9 and 10 as expected

Re: USB system: FreeBSD 9-STABLE and 10-CURRENT do not recognize 64GB USB drive while Linux and Windows do

2012-06-23 Thread O. Hartmann
On 06/23/12 10:39, Eduardo Morras wrote: At 09:21 23/06/2012, you wrote: I tried the USB drive this morning with the recommended quirk shown above on FreeBSD 10.0-CURRENT #1 r237462: Sat Jun 23 01:00:35 CEST 2012 without success. I get the same error message as shown above. With or without

USB system: FreeBSD 9-STABLE and 10-CURRENT do not recognize 64GB USB drive while Linux and Windows do

2012-06-22 Thread O. Hartmann
I have a USB drive/stick, Lexar USB Flash drive as reported by FreeBSD shown below. When first used, I was able to put approx. 30 GB of data on it - it was visible to FreeBSD 9 and 10 as expected. A Linux system at the lab was also capable of recognizing it. After that, I tried to operate on the

Intel XEON Phi: Linux only?

2012-06-19 Thread O. Hartmann
Taken this message, http://www.phoronix.com/scan.php?page=news_itempx=MTExOTE it seems Intel does favour Linux for the new massiv parallel Knights Corner add-on PCIe card. The news doesn't mention any other opensource OS (like FreeBSD), but Phoronix is well known for its Linux relation. So, does

Re: [CFT] Xorg 7.7 ready for testing!

2012-06-10 Thread O. Hartmann
On 06/10/12 11:46, Alexander Yerenkow wrote: Okay everyone interested - listen up :) http://gits.kiev.ua/FreeBSD/FreeBSD-10-i386-2012-06-08.img.xz Here is the image, which can be dd'ed to 4g+ flash drive. It should be bootable, and contains new xorg, and some soft from ports; - seamonkey

Re: Why Are You NOT Using FreeBSD ?

2012-06-10 Thread O. Hartmann
On 06/10/12 12:37, Chris Rees wrote: On 10 June 2012 11:12, Martin Sugioarto mar...@sugioarto.com wrote: Am Sat, 09 Jun 2012 21:09:09 +0700 schrieb Adam Strohl adams-free...@ateamsystems.com: I get the feeling people are updating their ports tree and then recompiling/reinstalling everything

Re: Why Are You NOT Using FreeBSD ?

2012-06-10 Thread O. Hartmann
On 06/10/12 12:37, Chris Rees wrote: On 10 June 2012 11:12, Martin Sugioarto mar...@sugioarto.com wrote: Am Sat, 09 Jun 2012 21:09:09 +0700 schrieb Adam Strohl adams-free...@ateamsystems.com: I get the feeling people are updating their ports tree and then recompiling/reinstalling everything

Re: Why Are You NOT Using FreeBSD ?

2012-06-10 Thread O. Hartmann
On 06/10/12 13:16, Jakub Lach wrote: Sometimes it would be enough just to test if the port compiles before committing it (I'm talking about libreoffice here which is broken) Yeah right... Like updating libreoffice without testing would be actually possible at all... Are you familiar

WAS: Re: Why Are You NOT Using FreeBSD ? New: port annoyance LibreOffice

2012-06-10 Thread O. Hartmann
On 06/10/12 17:43, John Merryweather Cooper wrote: On 06/10/12 09:54, Martin Sugioarto wrote: Am Sun, 10 Jun 2012 11:37:09 +0100 schrieb Chris Reescr...@freebsd.org: Er... people always test their commits. Sometimes edge cases will creep in, such as the libreoffice failure which was due to

Re: WAS: Re: Why Are You NOT Using FreeBSD ? New: port annoyance LibreOffice

2012-06-10 Thread O. Hartmann
On 06/10/12 19:20, Chris Rees wrote: On 10 June 2012 18:10, O. Hartmann ohart...@zedat.fu-berlin.de wrote: On 06/10/12 17:43, John Merryweather Cooper wrote: On 06/10/12 09:54, Martin Sugioarto wrote: Am Sun, 10 Jun 2012 11:37:09 +0100 schrieb Chris Reescr...@freebsd.org: Er... people

Re: Default password hash

2012-06-09 Thread O. Hartmann
On 06/08/12 14:51, Dag-Erling Smørgrav wrote: We still have MD5 as our default password hash, even though known-hash attacks against MD5 are relatively easy these days. We've supported SHA256 and SHA512 for many years now, so how about making SHA512 the default instead of MD5, like on most

Re: Why Are You NOT Using FreeBSD ?

2012-06-09 Thread O. Hartmann
On 06/09/12 06:45, Adam Strohl wrote: On 6/9/2012 3:34, Steve Franks wrote: Every time libjpeg or perl or python bumps the rev, I have to explain to my boss that I won't be using my computer for 48 hours. Lucky man! We are off from some desktop services (like LibreOffice and Firefox) for more

Re: Default password hash

2012-06-09 Thread O. Hartmann
On 06/09/12 11:28, Dimitry Andric wrote: On 2012-06-09 09:43, O. Hartmann wrote: On 06/08/12 14:51, Dag-Erling Smørgrav wrote: We still have MD5 as our default password hash, even though known-hash attacks against MD5 are relatively easy these days. We've supported SHA256 and SHA512 for many

mail/thunderbird: FreeBSD 10.0-CURRENT/amd64 and CLANG fail to build Thunderbird 13

2012-06-09 Thread O. Hartmann
My FreeBSD 10-CURRENT/amd64 boxes fail to build Thunderbird 13 compiling with CLANG. The error is very much the same as when I try compiling Firefox 13 on the same box with CLANG. I tried to track down the problem, but I failed. Bot systems are used to have very similar setups and ports, both

Re: mail/thunderbird: FreeBSD 10.0-CURRENT/amd64 and CLANG fail to build Thunderbird 13

2012-06-09 Thread O. Hartmann
On 06/09/12 14:53, Dimitry Andric wrote: On 2012-06-09 14:14, O. Hartmann wrote: My FreeBSD 10-CURRENT/amd64 boxes fail to build Thunderbird 13 compiling with CLANG. The error is very much the same as when I try compiling Firefox 13 on the same box with CLANG. ... I'm not sure this problem

Re: Why Are You NOT Using FreeBSD ?

2012-06-09 Thread O. Hartmann
On 06/09/12 15:43, Adam Strohl wrote: On 6/9/2012 14:50, O. Hartmann wrote: Lucky man! We are off from some desktop services (like LibreOffice and Firefox) for more than a week now! Why did you update to begin with? Bug/security fix? -- Adam Strohl http://www.ateamsystems.com/ Well

graphics/dri: nouveau_array.c:49:16: error: illegal storage class on function, *extract_u = EXTRACT(char, unsigned, 1);

2012-06-09 Thread O. Hartmann
I try to track down problems on one of our FreeBSD 10.0-CURRENT/amd64 boxes and therefore, I try recompiling xorg. One box is constantly failing to compile port graphics/dri with a obviously well know error, as googling reveals (

Re: Why Are You NOT Using FreeBSD ?

2012-06-09 Thread O. Hartmann
On 06/09/12 18:03, Jakub Lach wrote: I just have successfully (*) build LibreOffice by just typing # make build in editors/libreoffice... * Without any manually removed hiccups. Dependencies build with clang fine too, as graphics/vigra is updated. -- Did you made the built in a

Re: graphics/dri: nouveau_array.c:49:16: error: illegal storage class on function, *extract_u = EXTRACT(char, unsigned, 1);

2012-06-09 Thread O. Hartmann
On 06/09/12 19:34, Dimitry Andric wrote: On 2012-06-09 19:00, O. Hartmann wrote: ... I try to track down problems on one of our FreeBSD 10.0-CURRENT/amd64 boxes and therefore, I try recompiling xorg. One box is constantly failing to compile port graphics/dri with a obviously well know error

Re: Why Are You NOT Using FreeBSD?

2012-06-06 Thread O. Hartmann
On 06/06/12 16:15, Chris Rees wrote: On 6 June 2012 14:48, Erich Dollansky er...@alogreentechnologies.com wrote: Hi, On 06 June 2012 9:21:22 Sean Cavanaugh wrote: Overall I see it as packages are flat stable at the cost of being out of date, and ports are current but not guaranteed to

Re: Why Are You NOT Using FreeBSD?

2012-06-04 Thread O. Hartmann
On 06/04/12 17:24, Chris Rees wrote: On 3 June 2012 21:55, O. Hartmann ohart...@zedat.fu-berlin.de wrote: On 06/03/12 15:29, Erich wrote: Hi, On 03 June 2012 PM 5:14:10 Adam Strohl wrote: On 6/3/2012 11:14, Erich wrote: What I really do not understand in this whole discussion is very simple

Re: Why Are You NOT Using FreeBSD?

2012-06-03 Thread O. Hartmann
On 06/03/12 15:29, Erich wrote: Hi, On 03 June 2012 PM 5:14:10 Adam Strohl wrote: On 6/3/2012 11:14, Erich wrote: What I really do not understand in this whole discussion is very simple. Is it just a few people who run into problems like this or is this simply ignored by the people who

Re: Why Are You NOT Using FreeBSD ?

2012-06-02 Thread O. Hartmann
On 06/01/12 21:46, Lars Engels wrote: On Fri, Jun 01, 2012 at 08:32:08PM +0100, Chris Rees wrote: On 1 June 2012 16:20, Nomen Nescio nob...@dizum.com wrote: Dear All , There is a thread Why Are You Using FreeBSD ? I think another thread with the specified subject 'Why Are You NOT

Re: Why Are You NOT Using FreeBSD?

2012-06-02 Thread O. Hartmann
On 06/02/12 14:47, Daniel Kalchev wrote: On 02.06.12 15:32, Erich wrote: I know that the ports tree is a moving target. But it stops moving during the release period. This could be used to give a fall back solution. Or do I see this really too simple? The ports tree is a moving target

Re: usr/src/lib/clang/libllvmtablegen/../../../contrib/llvm/lib/TableGen/Error.cpp:15:10: fatal error: 'llvm/TableGen/Error.h' file not found, #include llvm/TableGen/Error.h

2012-05-26 Thread O. Hartmann
On 05/24/12 21:29, Dimitry Andric wrote: On 2012-05-24 18:53, O. Hartmann wrote: Trying to build buildworld on FreeBSD 10-CURRENT/amd64 with CLANG today ends up in the following error: === lib/clang/libllvmtablegen (obj,depend,all,install) /usr/obj/usr/src/tmp/usr/src/lib/clang

usr/src/lib/clang/libllvmtablegen/../../../contrib/llvm/lib/TableGen/Error.cpp:15:10: fatal error: 'llvm/TableGen/Error.h' file not found, #include llvm/TableGen/Error.h

2012-05-24 Thread O. Hartmann
Trying to build buildworld on FreeBSD 10-CURRENT/amd64 with CLANG today ends up in the following error: === lib/clang/libllvmtablegen (obj,depend,all,install) /usr/obj/usr/src/tmp/usr/src/lib/clang/libllvmtablegen created for /usr/src/lib/clang/libllvmtablegen rm -f .depend CC='clang' mkdep -f

Re: CURRENT: buildworld fails

2012-05-23 Thread O. Hartmann
On 05/19/12 22:33, Garrett Cooper wrote: On Sat, May 19, 2012 at 6:55 AM, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Since approx. a week for now, I can not build FreeBSD 10.0-CURRENT/amd64 anymore! This happens to be on ALL(!) FreeBSD 10 boxes around here I maintain. ... b) build

CURRENT: buildworld fails

2012-05-19 Thread O. Hartmann
Since approx. a week for now, I can not build FreeBSD 10.0-CURRENT/amd64 anymore! This happens to be on ALL(!) FreeBSD 10 boxes around here I maintain. Build is usually performed with CLANG, but also legacy gcc 4.2.1 build do fail. The error is always the same, as documented below. I allow to

r235510: recent buildworld fail

2012-05-16 Thread O. Hartmann
When compiling world (make buildworld) I receive the bewlo error, which seems very strange! The error occured out of the blue on a FreeBSD 10.0-CURRENT/amd64 box. The line /usr/obj/usr/src/tmp/usr/bin/ld: Warning: size of symbol `_ZNSi6ignoreEv@GLIBCXX_3.4' changed from 243 in

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

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 r235281

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 ohart...@zedat.fu-berlin.de wrote: I can not build FreeBSD 10.0-CURRENT/amd64, the build terminates with the following error when building with CLANG

Re: Binary packages for LibreOffice 3.5 or 3.4

2012-05-08 Thread O. Hartmann
On 05/07/12 22:08, Baptiste Daroussin wrote: On Mon, May 07, 2012 at 08:22:16PM +0200, Dimitry Andric wrote: On 2012-05-07 12:22, Hartmann, O. wrote: ... The error I faced was introduced by the port net/libcmis, which in my case was built via gcc 4.6 (and doesn't build with CLANG). After

Re: Binary packages for LibreOffice 3.5 or 3.4

2012-05-08 Thread O. Hartmann
On 05/07/12 20:22, Dimitry Andric wrote: On 2012-05-07 12:22, Hartmann, O. wrote: ... The error I faced was introduced by the port net/libcmis, which in my case was built via gcc 4.6 (and doesn't build with CLANG). After building libcmis with legacy gcc 4.2.1, I was able to build

Re: OpenLDAP 2.4.31 on FreeBSD 10.0-CURRENT/amd64 broken!

2012-05-06 Thread O. Hartmann
On 05/06/12 01:55, Dimitry Andric wrote: On 2012-05-05 17:54, Hartmann, O. wrote: Since Friday, I have on all of our FreeBSD 10.0-CURRENT/amd64 boxes massive trouble with net/openldap24-server (SASL enabled, so it is openldap-sasl-server). Last time OpenLDAP worked was Thursday last week,

Binary packages for LibreOffice 3.5 or 3.4

2012-05-06 Thread O. Hartmann
. I'd like to ask whether there are sites were binary packages could be downloaded from and are there any experiences with installing them on either 9-STABLE or 10-CURRENT? Thank you very much for the patience, O. Hartmann signature.asc Description: OpenPGP digital signature

Re: Binary packages for LibreOffice 3.5 or 3.4

2012-05-06 Thread O. Hartmann
On 05/06/12 16:15, Baptiste Daroussin wrote: On Sun, May 06, 2012 at 03:52:57PM +0200, Baptiste Daroussin wrote: On Sun, May 06, 2012 at 02:30:40PM +0200, O. Hartmann wrote: Since LibreOffice 3.5.X can not be build on either FreeBSD 9-STABLE/amd64 or FreeBSD 10-CURRENT/amd64 (I tried legacy

Re: FreeBSD 10 prognostication...

2012-05-02 Thread O. Hartmann
On 05/03/12 06:31, Vance Siemens wrote: Can't say that I wouldn't look forward to this, but it sounds a little off: http://www.trollaxor.com/2012/05/freebsd-x-berkeley-unix-apple-quality.html What do others think? --Vance OMG! signature.asc Description: OpenPGP digital signature

Re: lang/gcc46: error when compiling with CLANG

2012-05-01 Thread O. Hartmann
Am 04/30/12 13:44, schrieb Jean-Sébastien Pédron: On 30.04.2012 08:11, O. Hartmann wrote: Repeating the build ends up at the same stage as it stopped when building on regular basis - for my understanding. You say you have two boxes running 10-CURRENT: do they run the same SVN revision

LLVM compiler backend for AMD Radeon HD r600 - the potential solution for OpenCL in FreeBSD?

2012-05-01 Thread O. Hartmann
I read this week this article on Phoronix: http://www.phoronix.com/scan.php?page=articleitem=amd_r600g_llvmnum=1 Well, it looks promising to me in terms of having also OpenCL capabilities for GPGPU, but as the report says, the code is not finished and still in a very preliminary stage. What is

Re: lang/gcc46: error when compiling with CLANG

2012-04-30 Thread O. Hartmann
Am 04/29/12 14:18, schrieb Dimitry Andric: On 2012-04-29 12:54, O. Hartmann wrote: On a FreeBSD 10-CURRENT/amd64 box the compilation/update of the port lang/gcc46 fails with the below shown error. Since the port compiles well on FreeBSD 9 and another FreeBSD 10 box (all amd64, CLANG built

Re: New Xorg: graphics/dri: fails to compile with CLANG: nouveau_array.c:49:16: error: illegal storage class on function, *extract_u = EXTRACT(char, unsigned, 1);

2012-04-30 Thread O. Hartmann
Am 04/28/12 18:52, schrieb Dimitry Andric: On 2012-04-28 13:12, Volodymyr Kostyrko wrote: O. Hartmann wrote: Is there in official way to get this fixed with CLANG? I see that files folder in graphics/dri is missing, so none of the fixes for both the faulty source files I think the patch

Re: www/firefox and mail/thunderbird fail to compile in FreeBSD 10-CUR/amd64 with CLANG

2012-04-30 Thread O. Hartmann
I realized that compiling mail/thunderbird and www/firefox on most recent FreeBSD 10-CURRENT/amd64 with CLANG/LLVM 3.1 doesn't work anymore. Compiling www/firefox and mail/thunderbird with gcc 4.6 works fine. Am 04/29/12 10:10, schrieb O. Hartmann: On my FreeBSD 10 boxes, all compiled

www/firefox and mail/thunderbird fail to compile in FreeBSD 10-CUR/amd64 with CLANG

2012-04-29 Thread O. Hartmann
On my FreeBSD 10 boxes, all compiled with CLANG and using CLANG ( FreeBSD 10.0-CURRENT #0 r234500: Fri Apr 20 21:59:02 CEST 2012), compiling/updating Firefox to V12 and Thunderbird to V12 fails with the below shown error. Does someone have any clue what could trigger the problem? On FreeBSD

Re: New Xorg: graphics/dri: fails to compile with CLANG: nouveau_array.c:49:16: error: illegal storage class on function, *extract_u = EXTRACT(char, unsigned, 1);

2012-04-29 Thread O. Hartmann
Am 04/28/12 13:12, schrieb Volodymyr Kostyrko: O. Hartmann wrote: Is there in official way to get this fixed with CLANG? I see that files folder in graphics/dri is missing, so none of the fixes for both the faulty source files I think the patch should go to graphics/libGL. cd /usr/ports

lang/gcc46: error when compiling with CLANG

2012-04-29 Thread O. Hartmann
On a FreeBSD 10-CURRENT/amd64 box the compilation/update of the port lang/gcc46 fails with the below shown error. Since the port compiles well on FreeBSD 9 and another FreeBSD 10 box (all amd64, CLANG built), I feel a bit confused since the setup is almost the same on all boxes. The machine in

www/firefox or mail/thunderbird: Build on FreeBSD 10-CURRENT/amd64 CLANG doesn't work: ./jsapi.h:2105:1: error: 'JS_GetNegativeInfinityValue' has C-linkage specified, but returns user-defined type 'js

2012-04-29 Thread O. Hartmann
Both ports, www/firefox and mail/thunderbird, reject compiling/updating with almost the same error as shown below for www/firefox. This happens on all FreeBSD 10-CURRENT/amd64 boxes compiling with CLANG. FreeBSD 9 is fine. Are there any solutions? Is this problem well known and I missed

New Xorg: graphics/dri: fails to compile with CLANG: nouveau_array.c:49:16: error: illegal storage class on function, *extract_u = EXTRACT(char, unsigned, 1);

2012-04-28 Thread O. Hartmann
Compiling Xorg stuff with the switch set in /etc/make.conf for the new Xorg graphics/dri mesa 7.11.x and xorg-server 1.10.6 with CLANG on bot FreeBSD 10 and 9 end up in an error: nouveau_array.c:49:16: error: illegal storage class on function *extract_u = EXTRACT(char, unsigned,

jemalloc: Conf string ends with key

2012-04-17 Thread O. Hartmann
Having just built world on 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r234370: Tue Apr 17 10:17:46 CEST 2012, gives me now a flooding of jemalloc: Conf string ends with key on console, screens, xterms with almost everything I touch. If those messages, which I believe are surely necessary, could be

Re: Kernel builds, but crashes at boot (amd64, Revision: 234306)

2012-04-17 Thread O. Hartmann
On 04/17/12 10:49, Rainer Hurling wrote: Am 17.04.2012 03:53 (UTC+1) schrieb Edward Tomasz Napierała: Wiadomość napisana przez Rainer Hurling w dniu 16 kwi 2012, o godz. 19:58: On 16.04.2012 19:31 (UTC+1), Konstantin Belousov wrote: On Mon, Apr 16, 2012 at 06:15:32PM +0200, Rainer Hurling

Re: jemalloc: Conf string ends with key

2012-04-17 Thread O. Hartmann
On 04/17/12 14:51, Ivan Klymenko wrote: В Tue, 17 Apr 2012 10:42:13 +0200 O. Hartmann ohart...@mail.zedat.fu-berlin.de пишет: Having just built world on 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r234370: Tue Apr 17 10:17:46 CEST 2012, gives me now a flooding of jemalloc: Conf string ends

usr/src/sys/modules/nxge/../../dev/nxge/if_nxge.c:1289:11: error: case value not in enumerated type 'xge_hal_event_e' (aka 'enum xge_hal_event_e') [-Werror,-Wswitch], case XGE_LL_EVENT_DEVI

2012-04-17 Thread O. Hartmann
Compiling the most recent kernel sources results in the following error. OS is: FreeBSD 10.0-CURRENT #3 r234326: Mon Apr 16 00:47:35 CEST 2012 === nxge (all) clang -O2 -fno-strict-aliasing -pipe -pipe -O3 -fno-strict-aliasing -march=native -DXGE_DEBUG_MODULE_MASK=XGE_COMPONENT_LL

Re: usr/src/sys/modules/nxge/../../dev/nxge/if_nxge.c:1289:11: error: case value not in enumerated type 'xge_hal_event_e' (aka 'enum xge_hal_event_e') [-Werror,-Wswitch], case XGE_LL_EVENT_

2012-04-17 Thread O. Hartmann
Am 04/17/12 21:55, schrieb Dimitry Andric: On 2012-04-17 21:28, O. Hartmann wrote: Compiling the most recent kernel sources results in the following error. OS is: FreeBSD 10.0-CURRENT #3 r234326: Mon Apr 16 00:47:35 CEST 2012 === nxge (all) clang -O2 -fno-strict-aliasing -pipe -pipe -O3

<    7   8   9   10   11   12   13   14   15   >