bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with GNU Mach compillation


From: Almudena Garcia
Subject: Problem with GNU Mach compillation
Date: Mon, 24 Dec 2018 00:37:42 +0100

Hi all:

I'm doing a few test in my own gnumach fork, fixing some smp errors.

But. when I try to compile the code, It shows an error in configure step:

test@debian:~/GNUMach_SMP/build$ ../configure --prefix=
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... i686-unknown-gnu0.9
checking host system type... i686-unknown-gnu0.9
checking for gawk... (cached) mawk
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for ar... ar
checking for ld... ld
checking for nm... nm
checking for mig... mig
checking for gzip... gzip
checking for strip... strip
checking for patch... patch
checking whether to enable assertions... yes
checking whether the compiler accepts `-fstack-protector'... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
patching file config.status
Hunk #1 FAILED at 1553.
1 out of 1 hunk FAILED -- saving rejects to file config.status.rej
configure: error: failed to patch using `config.status.dep.patch'.
      You have a serious problem.  Please contact <bug-hurd@gnu.org>.

I tried with a clean compillation from original gnumach sources, and this step runs well. But, in my fork, It crashes.

You can see my fork in https://github.com/AlmuHS/GNUMach_SMP/tree/smp

I attach the config logs.

Can you help me to find the error?
Thanks

Attachment: config.status
Description: Binary data

Attachment: config.status.orig
Description: Binary data

Attachment: config.status.rej
Description: Text Data

Attachment: config.log
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]