ext2fs_20040121.patch problem

2004-03-04 Thread Dmitry V. Zhulanov
Hi! I try patch which fix 1.5Gb limitation of ext2fs server. I apply it: $ cd /src/hurd $ cat ../../patches/ext2fs_20040121.patch| patch -p1 $ cd /src/build/hurd $ ../../hurd/configure $ make While make builds ext2fs server it fails with compiling error. It missed ihash_t type. I looking through

AC_FD_MSG macros undefined

2004-02-29 Thread Dmitry V. Zhulanov
Hi! I still have a problem with compiling libc from cvs. I do following steps: $ pwd /src/libc $ cvs update $ mkdir build $ cd build $ ../configure --prefix= >/dev/null $ make make -r PARALLELMFLAGS="" CVSOPTS="" -C .. objdir=`pwd` all make[1]: Entering directory `/src/libc' autoconf sysdeps/i386

warning while running [libc]/configure

2004-02-26 Thread Dmitry V. Zhulanov
Hi! While running [libc]/configure script $ mkdir build;cd build $ ../configure It prints warning message: configure: WARNING: --prefix= (empty) is requed for GNU/Hurd to work normaly. I wish to install libc to the root. So I try $ ../configure --prefix=/ Warning message printed again, --prefix=

Re: compiling error

2004-02-25 Thread Dmitry V. Zhulanov
On Thu, Feb 26, 2004 at 01:16:13AM +0100, Alfred M. Szmidt wrote: >The line is from sysdeps/i386/elf/configure.new that produced after >'make' command. See attachment. > > What is configure.new? It produced while executing 'make'. See attachment for more details. e make -r PARALLELMFLAGS=

Re: compiling error

2004-02-25 Thread Dmitry V. Zhulanov
On Wed, Feb 25, 2004 at 04:51:42PM +0100, Alfred M. Szmidt wrote: >>From cvs sources at sources.redhat.org I also have compile problem: >$ mkdir build >$ mkdir root >$ cd build >$ ../configure --prefix=/src/libc/root > > Please don't do that, you will have screwed up paths and

Re: compiling error

2004-02-25 Thread Dmitry V. Zhulanov
On Wed, Feb 25, 2004 at 02:06:41PM +0100, Alfred M. Szmidt wrote: > Please use glibc from CVS with any GNU/Hurd system. >From cvs sources at sources.redhat.org I also have compile problem: $ mkdir build $ mkdir root $ cd build $ ../configure --prefix=/src/libc/root $ make output logs attached e

locale-gen --usage --help

2004-02-15 Thread Dmitry V. Zhulanov
Hi! It seems that locale-gen doesn't have --usage and --help arguments. e ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: xkb

2004-02-15 Thread Dmitry V. Zhulanov
On Sun, Feb 15, 2004 at 10:26:42PM +0600, Dmitry V. Zhulanov wrote: > > xkb_keymap "ru" { > > xkb_keycodes{ include "xfree86" }; > > xkb_types { include "default" }; > > xkb_compatibility

Re: xkb

2004-02-15 Thread Dmitry V. Zhulanov
On Sun, Feb 15, 2004 at 04:37:06PM +0100, Marco Gerards wrote: > [EMAIL PROTECTED] (Dmitry V. Zhulanov) writes: > > >> To be honest, I do not know. What is the output of the locale > >> program? > > # locale > > LANG=POSIX > > LC_NUMERIC="ru_RU.KO

Re: xkb

2004-02-15 Thread Dmitry V. Zhulanov
On Sun, Feb 15, 2004 at 04:02:31PM +0100, Marco Gerards wrote: > Try `--font 8x13.bdf' instead of `--font=8x13.bdf'. The argument > parsing of the vga driver is not according to the GCS. thanks :) > >> Set your own locate to a UTF-8 locale as well and start the console > >> client. There are s

Re: xkb

2004-02-15 Thread Dmitry V. Zhulanov
On Sun, Feb 15, 2004 at 01:45:21PM +0100, Marco Gerards wrote: > [EMAIL PROTECTED] (Dmitry V. Zhulanov) writes: > > This is the debug output I told you about in my previous mail. Did > you include 2>/dev/null. Perhaps I did not use stderr, can you try > adding >/dev/null

Re: xkb

2004-02-15 Thread Dmitry V. Zhulanov
On Sun, Feb 15, 2004 at 12:33:49PM +0100, Marco Gerards wrote: > [EMAIL PROTECTED] (Dmitry V. Zhulanov) writes: > > console -d vga -d xkb --keymapfile=keymap/hurd --xkbdir=/etc/X11/xkb --keymap en_US > /dev/vcs 2>/dev/null It works! but cursor positioned bottom left coner, an

xkb

2004-02-14 Thread Dmitry V. Zhulanov
Hi! I test xkb-0.3. Default directory as described in README is /etc/X11/xkb, but xkb by default set it as /home/marco/src/xkb. Starting console with # console -d xkbd --keymapfile=/etc/X11/xkb/keymap/hurd -xkbdir=/etc/X11/xkb /dev/vcs fails with outp

Re: sysv init scripts

2004-02-13 Thread Dmitry V. Zhulanov
On Fri, Feb 13, 2004 at 10:56:32PM +0100, Marco Gerards wrote: > Marcus Brinkmann <[EMAIL PROTECTED]> writes: > > > In the future, please either build yourself a Debian package of the Hurd, or > > use make install DESTDIR=... (if that works, otherwise prefix=...) and copy > > These two files and

Re: comiling error in exec

2004-02-12 Thread Dmitry V. Zhulanov
On Thu, Feb 12, 2004 at 02:07:56PM +0100, M. Gerards wrote: > Thanks for this report. It seems that Roland commited some patches: > > http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/exec/ChangeLog?rev=1.63&content-type=text/vnd.viewcvs-markup Why this changes does not noticed in commit-hurd mai

Re: comiling error in exec

2004-02-12 Thread Dmitry V. Zhulanov
> error. Make output attached. Here my actions: Forgot something :) ../../exec/exec.c: In function `check_elf_phdr': ../../exec/exec.c:931: error: `PT_GNU_STACK' undeclared (first use in this function) ../../exec/exec.c:931: error: (Each undeclared identifier is reported only once ../../exe

comiling error in exec

2004-02-12 Thread Dmitry V. Zhulanov
Hi! Today I get sources from cvs on savannah, and make fails with error. Make output attached. Here my actions: $ cd hurd $ mkdir build $ cd build $ ../configure $ make Any ideas? e ___

Re: console-client problem

2004-02-12 Thread Dmitry V. Zhulanov
on Thu, Feb 12, 2004 at 12:42:52PM +0100, M. Gerards wrote: > Quoting "Dmitry V. Zhulanov" <[EMAIL PROTECTED]>: > > > > For GNUMach you can better use the branch "gnumach-1-branch". > > Is this main branch, or not? And what is different? >

Re: console-client problem

2004-02-11 Thread Dmitry V. Zhulanov
On Wed, Feb 11, 2004 at 02:00:48PM +0100, M. Gerards wrote: > Quoting "Dmitry V. Zhulanov" <[EMAIL PROTECTED]>: > > > On Tue, Feb 10, 2004 at 08:27:14PM +0100, Marco Gerards wrote: > > > [EMAIL PROTECTED] (Dmitry V. Zhulanov) writes: > > > > >

Re: console-client problem

2004-02-10 Thread Dmitry V. Zhulanov
On Tue, Feb 10, 2004 at 08:27:14PM +0100, Marco Gerards wrote: > [EMAIL PROTECTED] (Dmitry V. Zhulanov) writes: > > > When I start console with vga and pc_kbd drivers my screen > > blanks, and ctrl-alt-backspace does nothing. How can I found the problem? > > Can you

console-client problem

2004-02-10 Thread Dmitry V. Zhulanov
Hi, all! When I start console with vga and pc_kbd drivers my screen blanks, and ctrl-alt-backspace does nothing. How can I found the problem? e ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: buld mig fail

2004-01-24 Thread Dmitry V. Zhulanov
On Sun, Jan 25, 2004 at 02:47:52AM +0100, Niels M?ller wrote: > [EMAIL PROTECTED] (Dmitry V. Zhulanov) writes: > > > Bulding cvs snapshot of mig from savannah.gnu.org fails. The > > problem is absense of depcomp script in $(MIG)/ directory. > > Files that are aut

buld mig fail

2004-01-24 Thread Dmitry V. Zhulanov
Hello, Bulding cvs snapshot of mig from savannah.gnu.org fails. The problem is absense of depcomp script in $(MIG)/ directory. Coping depcomp from other distro helps to compile mig, but I think this should be fixed in the repository. $ mkdir buld; cd build;