bug-hurd
[Top][All Lists]
Advanced

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

hurd package


From: Rene
Subject: hurd package
Date: Wed, 15 Aug 2018 02:47:51 +0000

Hello,

I'm compiling hurd package from git 06429d67b7e9be332d1012ed4c2bba694e5ddabb 
through Guix and I've the following error:

gcc -std=gnu99 -fgnu89-inline -Wall -g -O3 -fno-strict-aliasing  -g -O2 -I.  
-I..  -I../include -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  
-DPACKAGE_NAME=\"GNU\ Hurd\" -DPACKAGE_TARNAME=\"hurd\" 
-DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"GNU\ Hurd\ 0.9\" 
-DPACKAGE_BUGREPORT=\"bug-hurd@gnu.org\" 
-DPACKAGE_URL=\"http://www.gnu.org/software/hurd/\"; -DHAVE_MIG_RETCODE=1 
-DUTIME_NOW=-1 -DUTIME_OMIT=-2 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DX11_PREFIX=\"\"  -c -o wire.o wire.c
wire.c: In function ‘wire_task_self’:
wire.c:227:9: warning: implicit declaration of function ‘vm_wire_all’ 
[-Wimplicit-function-declaration]
   err = vm_wire_all (host, mach_task_self (), VM_WIRE_ALL);
         ^
wire.c:227:47: error: ‘VM_WIRE_ALL’ undeclared (first use in this function)
   err = vm_wire_all (host, mach_task_self (), VM_WIRE_ALL);
                                               ^
wire.c:227:47: note: each undeclared identifier is reported only once for each 
function it appears in
make[1]: *** [<builtin>: wire.o] Error 1
make[1]: Leaving directory 
'/tmp/guix-build-hurd-0.9.1.drv-0/hurd-0.9.1/libshouldbeinlibc'
make: *** [Makefile:248: libshouldbeinlibc] Error 2
phase `build' failed after 13.5 seconds

Any idea about the error?

Attached file config.log

regards
Rene

Attachment: config.log
Description: Text Data


reply via email to

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