Hi, I cannot rebuild the hurd package (both the one from sid & from alioth). Before digging deeper into this, I just wanted to ask if I'm missing something obvious here:
[...] make -C libshouldbeinlibc all make[3]: Entering directory `/media/scratch/teythoon/packages/hurd-pkg/build/libshouldbeinlibc' gcc -std=gnu99 -fgnu89-inline -Wall -g -O3 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I. -I../../libshouldbeinlibc -I.. -I../.. -I../include -I../../include -D_GNU_SOURCE -D_IO_MTSAFE_IO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DPACKAGE_NAME=\"GNU\ Hurd\" -DPACKAGE_TARNAME=\"hurd\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"GNU\ Hurd\ 0.3\" -DPACKAGE_BUGREPORT=\"bug-hurd@gnu.org\" -DPACKAGE_URL=\"http://www.gnu.org/software/hurd/\" -DHAVE_MIG_RETCODE=1 -DHAVE_GETGROUPLIST=1 -DHAVE_USELOCALE=1 -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 -DHAVE_PARTED_PARTED_H=1 -DHAVE_LIBPARTED=1 -DHAVE_LIBUUID=1 -DHAVE_LIBDL=1 -DYYTEXT_POINTER=1 -DX11_PREFIX=\"/usr\" -c -o exec-reauth.o ../../libshouldbeinlibc/exec-reauth.c In file included from ../../libshouldbeinlibc/exec-reauth.c:24:0: /usr/include/hurd/io.h:422:2: error: unknown type name ‘timespec_t’ /usr/include/hurd/io.h:845:2: error: unknown type name ‘timespec_t’ make[3]: *** [exec-reauth.o] Error 1 make[3]: Leaving directory `/media/scratch/teythoon/packages/hurd-pkg/build/libshouldbeinlibc' make[2]: *** [libshouldbeinlibc] Error 2 make[2]: Leaving directory `/media/scratch/teythoon/packages/hurd-pkg/build' dh_auto_build: make -j1 returned exit code 2 make[1]: *** [override_dh_auto_build] Error 2 make[1]: Leaving directory `/media/scratch/teythoon/packages/hurd-pkg' make: *** [binary] Error 2 Also aiui, the hurd package is maintained on alioth under git.debian.org/git/pkg-hurd/hurd.git, right? Alioth allows me to create a repo for this project, but in the alioth ui under SCM it lists a different path: git.debian.org/git/pkg-hurd/pkg-hurd.git But that repo is empty, why would I want to clone this? I'm somewhat confused... Cheers, Justus