HEADS UP - HAMMER on-media format changed 12-May-2008

2008-05-12 Thread Matthew Dillon
For those people testing HAMMER, the HAMMER on-media format has changed so you will have to newfs any HAMMER filesystems. I know I have said this before, but there's a very good chance that no more on-media changes will be made after this point. The official freeze of the on-m

Re: problem with ELF

2008-05-12 Thread Joerg Sonnenberger
On Mon, May 12, 2008 at 07:37:32PM +0200, dark0s Optik wrote: > I've installed opera, but when I lanch it, console outputs Load linux emulation. Joerg

problem with ELF

2008-05-12 Thread dark0s Optik
I've installed opera, but when I lanch it, console outputs #opera ELF binary type "0" not known Abort # What is the problem? -- only the paranoid will survive

Re: problem with xorg

2008-05-12 Thread Robert Luciani
> (EE) : Cannot find wich device to use Maybe you gave the wrong pointer device. If you use moused in console, you can use /dev/sysmouse. Otherwise directly /dev/ums0 -- Robert Luciani Chalmers University of Technology, SWE Department of Computer Science and Engineering http://www.rluciani.com/

Re: problem with xorg

2008-05-12 Thread dark0s Optik
I've installed the following packages: modular-xorg-drivers modular-xorg-libs modular-xorg-fonts modular-xorg-server modular-xorg-apps and xf86-input-void xf86-input-mouse xf86-input-keyboard but consola outputs: (EE) : Cannot find wich device to use (EE) xf86OpenSerial: No Device Specified (E

Re: Linking with gcc runtime

2008-05-12 Thread Simon 'corecode' Schubert
[cc & reply-to kernel] Thomas E. Spanjaard wrote: > Hasso Tepper wrote: >> There are some software pieces out there which want to link with gcc >> runtime stuff (emacs and pcc are examples). But we have the >> interesting files in /usr/lib/gcc/. >> >> What I really don't want to do is to maintain

Re: Linking with gcc runtime

2008-05-12 Thread Thomas E. Spanjaard
Hasso Tepper wrote: There are some software pieces out there which want to link with gcc runtime stuff (emacs and pcc are examples). But we have the interesting files in /usr/lib/gcc/. What I really don't want to do is to maintain patches which will break with every compiler upgrade: #if de

Linking with gcc runtime

2008-05-12 Thread Hasso Tepper
There are some software pieces out there which want to link with gcc runtime stuff (emacs and pcc are examples). But we have the interesting files in /usr/lib/gcc/. What I really don't want to do is to maintain patches which will break with every compiler upgrade: #if defined(__GNUC__) && __GN