Bug#440068: gnumach: GPT in fp_save, fpu.c:675

2007-09-10 Thread Michael Casadevall
Ever since applying this patch, mach panics for me on startup. It gets as far as starting sshd, then it panics with panic: zalloc: zone i386 pcb state exhausted kernel breakpoint trap, eip 0x1179d7 stopped at 0x1179d6: int $3 Any ideas why I'm getting a panic while others aren't? (I haven't had t

Re: memory usage

2007-08-19 Thread Michael Casadevall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 20, 2007, at 12:26 AM, Thomas Bushnell BSG wrote: On Mon, 2007-08-20 at 02:52 +0200, Samuel Thibault wrote: Samuel Thibault, le Mon 20 Aug 2007 02:18:44 +0200, a écrit : Samuel Thibault, le Mon 20 Aug 2007 02:06:18 +0200, a écrit : int

Bug#435907: gcc-4.1: Empty ; causes programs built with profiling to hang

2007-08-03 Thread Michael Casadevall,,,
Package: gcc-4.1 Version: 4.1.2-13 Severity: important Discovered by running configure, any empty lines with just a ; will cause an endless loop. I attempted to debug with gdb, but that crashed to. I've included a test file that reproduces the problem. Also reproduced with gcc-4.2 -- System In

Bug#434937: gcc-4.2: Profiling on Hurd procudes a non-working executable

2007-07-27 Thread Michael Casadevall
Package: gcc-4.2 Version: 4.2.1-0 Severity: normal Tags: patch Profiling support is broken on Hurd due to a mistake within GCC's internal spec files. I've included a patch to fix the default spec file. Michael -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy:

Re: Confusion about where to go in Hurd

2007-07-25 Thread Michael Casadevall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Very long message :-). Anyway, I'll reply to the best of my ability First, I think its very important to clarify the terms Hurd and mach Mach - the underlying microkernel used by all versions of Hurd Hurd - the userland translators which snap into t

Re: Confusion about where to go in Hurd

2007-07-25 Thread Michael Casadevall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There is a large amount of cooridination between the Hurd and the Debian GNU/Hurd project. Mach and Hurd are both maintained upstream, although Debian does keep some patches that we don't (or still haven't merged upstream) Michael On Wed, 25 Jul

Bug#433716: file: File doesn't compile on Debian GNU/Hurd

2007-07-18 Thread Michael Casadevall
Package: file Version: 4.21-1 Severity: serious Tags: patch Justification: no longer builds from source -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 File doesn't compile on Hurd due to a dependence on PIPE_BUF. The patch uses pathconf to get _PC_PIPE_BUF which is unlimited (-1) on Hurd. Michael

Bug#433539: gcc-4.1: profiling support on hurd

2007-07-17 Thread Michael Casadevall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 X-Debbugs-Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Package: gcc-4.1 Version: 4.1.2-13 Severity: important Tags: patch Profiling support on Hurd has been broken for some time due to a mistake within GCC's spec files. I've included a patch that change

Gettext 0.16 patch

2007-07-17 Thread Michael Casadevall
This patch allows gettext-0.16 to be built, and it disables Java support on Hurd since gcj is broken anyway. This should solve quite a few dependency issues in the buildd (and help me get po-debconf for my local buildd running. --- gettext-runtime/configure.old 2007-07-14 17:20:43.57

Re: GCC Spec File for Profiling

2007-07-16 Thread Michael Casadevall
} %{!p:crt1.o%s}}} \ + %{static: %{pg:gcrt0.o%s} %{!pg:{%p:gcrt0}} %{!p:crt0.o%s}}} \ crti.o%s %{static:crtbeginT.o%s}\ %{!static:%{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}}" Regards, Michael On Mon, 16 Jul 2007, Michael Banck wrote: Hi, On Sat, Jul 14, 2007 at 02:36:02PM -0400, Mich

Re: GCC Spec File for Profiling

2007-07-16 Thread Michael Casadevall
best course of action would to probably see if we can just get 4.2 bootstrapped (with as few patches as possible), get those included upstream, and then work on resolving regressions (should there be any for Hurd). Michael On Mon, 16 Jul 2007, Michael Banck wrote: On Sat, Jul 14, 2007 at 11:38:

Re: GCC Spec File for Profiling

2007-07-16 Thread Michael Casadevall
It will take some time, I need to run GCC's regression tests before I'll submit a patch; I don't want to unintentionally break something. If you perfer I just submit a patch and not run regression testing, thats fine. Michael On Mon, 16 Jul 2007, Samuel Thibault wrote:

GCC Spec File for Profiling

2007-07-16 Thread Michael Casadevall
After some trail and error as well as reading up how static binaries work and the difference between gcrt0 and gcrt1, I was able to fix the profiling bug with a GCC spec file: %rename startfile old_startfile *startfile: %{!shared: %{!static: %{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s} %{!p:crt1.o%s}

Re: Please test DHCP on gnuab

2007-06-14 Thread Michael Casadevall
-0400, Michael Casadevall wrote: Success, I was able to get a DHCP response in my virtual machine, and was assigned the IP address 10.211.55.1 Good, thanks for testing. It did complain about /etc/dhclient-script: line 125: inetutils- ifconfig: command not found but it still assigned the IP ad

Re: Please test DHCP on gnuab

2007-06-13 Thread Michael Casadevall
I installed the inetutils-tools package, and the warning disappeared. Nice work :-) Michael On Jun 13, 2007, at 4:11 PM, Michael Banck wrote: Hi, On Wed, Jun 13, 2007 at 03:27:32PM -0400, Michael Casadevall wrote: Success, I was able to get a DHCP response in my virtual machine, and was

Re: Please test DHCP on gnuab

2007-06-13 Thread Michael Casadevall
Success, I was able to get a DHCP response in my virtual machine, and was assigned the IP address 10.211.55.1 It did complain about /etc/dhclient-script: line 125: inetutils- ifconfig: command not found but it still assigned the IP address to the interface. Michael On Jun 13, 2007, at 8:27