Re: pkgsrc2012Q1-firefox build fails

2012-05-04 Thread Goetz Isenmann
On Fri, May 04, 2012 at 11:01:54AM -0700, Edward wrote: On 05/03/2012 10:46 PM, Justin Sherrill wrote: I recommend pkg_rolling-replace in general when building from source. Off the top of my head, this should mark firefox for rebuilding and then rebuild it and all its dependencies.

ghc linker problem with __thread int errno

2012-02-20 Thread Goetz Isenmann
what has to be done, when there is more than one tls variable. Hmm, maybe I should try also from the opposite side: How important is this static __inline on the __error function? Are there any situations, where one would notice a performance impact? -- Goetz Isenmann -- Vorstand/Board of Management

ghc haskell compiler

2012-01-11 Thread Goetz Isenmann
Ok, as promised yesterday on #dragonflybsd, I tried to build ghc-7.0.4 on both 32bit and 64bit DragonFly. Since I was not able to spend much time on this, I just run the build on the available machines with their current setup, and took the results without much testing. See below for possible

Re: ACPI based interrupt routing and new ACPI code ready for testing

2011-04-05 Thread Goetz Isenmann
OK, please test following commit on master: 40ad81aa20e2ba47db1f04204a60ffd06b513150 Great! This dell laptop (latitude d820) now boots v2.9.1.1044.gf7a1ba GENERIC_SMP with: hw.apic_io_enable=1 debug.acpi.enabled=pci pci_link And this time no problems with bge0 timeout reset cycle. And

Re: problem with system freeze

2010-07-15 Thread Goetz Isenmann
On Wed, May 19, 2010 at 10:17:03PM +0200, Goetz Isenmann wrote: On Tue, 18 May 2010 22:02:37 -0400 Justin C. Sherrill jus...@shiningsilence.com wrote: The same problem on two different architectures makes me think it's the one thing that hasn't changed: the hardware. Is there anything

Re: The most supported X desktop for DragonFly ** please fix git://git.dragonflybsd.org/pkgsrc.git

2010-06-23 Thread Goetz Isenmann
://git.dragonflybsd.org/pkgsrc.git? For me it looks more or less useless, a mixture of things that are current and things that are months behind. -- Goetz Isenmann -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech Vorsitzender des Aufsichtsrats/ Chairman

Re: problem with system freeze

2010-05-19 Thread Goetz Isenmann
On Tue, 18 May 2010 22:02:37 -0400 Justin C. Sherrill jus...@shiningsilence.com wrote: The same problem on two different architectures makes me think it's the one thing that hasn't changed: the hardware. Is there anything else connected to the computer that could be disconnected? Perhaps

Re: problem with system freeze

2010-05-19 Thread Goetz Isenmann
On Wed, 19 May 2010 11:55:30 -0700 (PDT) Matthew Dillon dil...@apollo.backplane.com wrote: What network interface is being used? If it is the new wireless stuff you need to use a UP kernel. It's nfe0: NVIDIA MCP67 Gigabit Ethernet port 0xd880-0xd887 mem

Re: which pkgsrc version do I get via git?

2010-05-18 Thread Goetz Isenmann
On Mon, 17 May 2010 20:53:42 +0200 Max HerrgÄrd herrg...@gmail.com wrote: If you do 'make pkgsrc-create' you get git://git.dragonflybsd.org/ pkgsrc.git (see /usr/src/Makefile). It's pkgsrc-current . But when I compare it with cvs checkout -rpkgsrc-2010Q1 and cvs checkout pkgsrc, it doesn't

problem with system freeze

2010-05-18 Thread Goetz Isenmann
Hi! My problem started many weeks ago, with a cheap amd64 system running i386 dfly240 and after updating to something (I believe) between 2.5.1.750 and 850, and any later version. The system stopped suddenly responding to the keyboard and the mouse. As far as I remember, it only happened within

which pkgsrc version do I get via git?

2010-05-17 Thread Goetz Isenmann
Hi! What flavor of pkgsrc do I get, when I use cd /usr make pkgsrc-create/update? There are regular updates, but there seem to be a lot of differences compared to 2010Q1 and cvs/pkgsrc-changes. -- Goetz

Visibility of SIGVTALRM

2010-03-02 Thread Goetz Isenmann
Hello! What are my options, if I need an improved /usr/include/sys/signal.h? The DragonFly version seems to be based on the FreeBSD version from 2001/04/19 with some modifications. One of my problems is, that SIGVTALRM (used with setitimer and ITIMER_VIRTUAL) is within an #ifndef _POSIX_SOURCE

Re: pkgsrc DragonFly 2.5.1/x86_64 2010-01-22 01:35

2010-01-25 Thread Goetz Isenmann
workaround is: --- dbinc/queue.h.orig 2010-01-22 23:20:15 +0100 +++ dbinc/queue.h 2010-01-22 23:20:18 @@ -36,6 +36,7 @@ #ifndef_DB_QUEUE_H_ #define_DB_QUEUE_H_ +#define _SYS_QUEUE_H_ #if defined(__cplusplus) extern C { -- Goetz Isenmann -- Vorstand/Board of Management

panic: lockmgr: locking against myself

2009-12-04 Thread Goetz Isenmann
Hi! Got this panic while running darcs whatsnew on a directory that was rsynced to/from a linux machine. Got the same crash after reboot and after hammer cleanup. Temporarily no crash on a local copy of this directory and maybe also after a hammer version-upgrade from 2.0 to 2.3. I am not sure,

Re: panic: lockmgr: locking against myself

2009-12-04 Thread Goetz Isenmann
On Fri, Dec 04, 2009 at 11:26:09AM -0800, Matthew Dillon wrote: Please try this patch. Thanks a lot! No more panics, neither in the vkernel nor in the three different situations I have kept on the real system.