Приветствую. Пытаясь собрать xen-3.2.0 для 4.0 (x86_64) наткнулся на следующее (кусок лога сборки): make[3]: Entering directory `/usr/src/RPM/BUILD/xen-3.2.0/tools/firmware/rombios/32bit' mv -f compat/trace.c.new compat/trace.c mkdir -p compat grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/vcpu.h | \ /usr/src/RPM/BUILD/xen-3.2.0/xen/tools/compat-build-source.py >compat/vcpu.c.new make[4]: Entering directory `/usr/src/RPM/BUILD/xen-3.2.0/tools/firmware/rombios/32bit/tcgbios' gcc -m32 -march=i686 -DNDEBUG -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -fno-builtin -O2 -msoft-float -nostdlib -fno-stack-protector -I../ -I../../ -DGCC_PROTOS -c -o tcgbios.o tcgbios.c In file included from /usr/include/features.h:352, from /usr/include/stdint.h:26, from ../rombios_compat.h:8, from tcgbios.c:24: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory make[4]: *** [tcgbios.o] Error 1 make[4]: Leaving directory `/usr/src/RPM/BUILD/xen-3.2.0/tools/firmware/rombios/32bit/tcgbios' make[3]: *** [subdirs] Error 2 make[3]: Leaving directory `/usr/src/RPM/BUILD/xen-3.2.0/tools/firmware/rombios/32bit' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/src/RPM/BUILD/xen-3.2.0/tools/firmware' make[1]: *** [install] Error 2 make[1]: Leaving directory `/usr/src/RPM/BUILD/xen-3.2.0/tools' make: *** [install-tools] Error 2 install -d -m0755 -p pdf make: *** Waiting for unfinished jobs.... Ищу gnu/stubs-32.h: $ fgrep 'gnu/stubs-' /opt/ftp/ALTLinux/4.0/branch/{noarch,x86_64,i586}/base/contents_index /opt/ftp/ALTLinux/4.0/branch/x86_64/base/contents_index:/usr/include/gnu/stubs-64.h glibc-devel /opt/ftp/ALTLinux/4.0/branch/i586/base/contents_index:/usr/include/gnu/stubs-32.h glibc-devel Каков правельный путь решения проблемы? -- С уважением. Алексей.