Re: pkgsrc bash-4.1 won't build

2010-02-08 Thread Rumko
Steve O'Hara-Smith wrote: > On Mon, 08 Feb 2010 22:58:56 +0200 > Aggelos Economopoulos wrote: > >> Steve O'Hara-Smith wrote: >> > So rather more like the one attached then (which is also >> > suitable for use in localpatches or as a pkgsrc patch file). >> >> Yah. Assuming you've tested it, can

Re: pkgsrc bash-4.1 won't build

2010-02-08 Thread Steve O'Hara-Smith
On Mon, 08 Feb 2010 22:58:56 +0200 Aggelos Economopoulos wrote: > Steve O'Hara-Smith wrote: > > So rather more like the one attached then (which is also > > suitable for use in localpatches or as a pkgsrc patch file). > > Yah. Assuming you've tested it, can you please attach it to Rumko's PR

Re: pkgsrc bash-4.1 won't build

2010-02-08 Thread Aggelos Economopoulos
Steve O'Hara-Smith wrote: > So rather more like the one attached then (which is also suitable > for use in localpatches or as a pkgsrc patch file). Yah. Assuming you've tested it, can you please attach it to Rumko's PR? Thanks! Aggelos

Re: DVD that other computers can't play

2010-02-08 Thread Rumko
Steve O'Hara-Smith wrote: > On Sun, 7 Feb 2010 11:37:33 -0500 > Pierre Abbat wrote: > >> I installed vlc and tried to play the disk. It came up with a menu >> saying "English/Español"; I picked one and tried to play one of the >> movies. It is now spewing an endless stream of the following error

Re: pkgsrc bash-4.1 won't build

2010-02-08 Thread Steve O'Hara-Smith
On Mon, 08 Feb 2010 20:00:47 +0200 Aggelos Economopoulos wrote: > Steve O'Hara-Smith wrote: > > So this patch (which works for me): > > Kind of. This is nested in another __DragonFly__ test, so plese convert > the test on line 56 to #if defined __sferror ... #elif defined > __DragonFly__ et

Re: I got a kernel dump

2010-02-08 Thread Matthew Dillon
:I stopped the dd_rescue (I left it wishwashing all night, and it appeared to :have run past the end of the disk). Some time later, the computer rebooted, :and stopped with the kernel panic. I rebooted it without ACPI and savecore :wrote a dump, saying "malloc limit exceeded". What should I do

Re: pkgsrc bash-4.1 won't build

2010-02-08 Thread Aggelos Economopoulos
Steve O'Hara-Smith wrote: >> Yes. Like I exlained above, I don't think removing the code for >> DragonFly is the correct solution. Unless someone takes the time to >> audit fpurge(), I suppose using __FILE_public is the safest "fix" since >> it brings us back to how things were. > > So this

Re: pkgsrc bash-4.1 won't build

2010-02-08 Thread Steve O'Hara-Smith
On Mon, 08 Feb 2010 15:10:21 +0200 Aggelos Economopoulos wrote: > Max Herrgård wrote: > > Den 2010-02-08 09:00:02 skrev Steve O'Hara-Smith : > >> Hi, > >> > >> I've just done a pkgsrc update and fired off a build of my packages > >> only to find that bash fails to build because of this bi

early boot prompt not accessible on newly installed system

2010-02-08 Thread Johannes Hofmann
Hi, on a recently installed system I can't get into the early boot prompt (the one before LOADER(8)). If I hit enter while the bar is spinning the systems gets stuck. If I just wait for the timeout it continues to boot fine with a warning "/boot/loader: Not a directory". I assume it is related to

I got a kernel dump

2010-02-08 Thread Pierre Abbat
I stopped the dd_rescue (I left it wishwashing all night, and it appeared to have run past the end of the disk). Some time later, the computer rebooted, and stopped with the kernel panic. I rebooted it without ACPI and savecore wrote a dump, saying "malloc limit exceeded". What should I do with

Re: pkgsrc bash-4.1 won't build

2010-02-08 Thread Aggelos Economopoulos
Max Herrgård wrote: > Den 2010-02-08 09:00:02 skrev Steve O'Hara-Smith : >> Hi, >> >> I've just done a pkgsrc update and fired off a build of my packages >> only to find that bash fails to build because of this bit of code: >> >> # if defined __sferror || defined __DragonFly__ /* FreeBSD, N

Re: pkgsrc bash-4.1 won't build

2010-02-08 Thread Max Herrgård
Den 2010-02-08 09:00:02 skrev Steve O'Hara-Smith : Hi, I've just done a pkgsrc update and fired off a build of my packages only to find that bash fails to build because of this bit of code: # if defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, # OpenBSD, Dra gonFly

pkgsrc bash-4.1 won't build

2010-02-08 Thread Steve O'Hara-Smith
Hi, I've just done a pkgsrc update and fired off a build of my packages only to find that bash fails to build because of this bit of code: # if defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, # OpenBSD, Dra gonFly, MacOS X, Cygwin */ if (result == 0) /* Correc