* [devel] Q: Сборка xen-3.2.0 для 4.0 (x86_64) -- отсутствует gnu/stubs-32.h
@ 2008-04-30 13:14 Aleksey Avdeev
2008-04-30 13:43 ` Михаил Якушин
2008-04-30 13:46 ` Alexey I. Froloff
0 siblings, 2 replies; 6+ messages in thread
From: Aleksey Avdeev @ 2008-04-30 13:14 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 2074 bytes --]
Приветствую.
Пытаясь собрать 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
Каков правельный путь решения проблемы?
--
С уважением. Алексей.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 481 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] Q: Сборка xen-3.2.0 для 4.0 (x86_64) -- отсутствует gnu/stubs-32.h
2008-04-30 13:14 [devel] Q: Сборка xen-3.2.0 для 4.0 (x86_64) -- отсутствует gnu/stubs-32.h Aleksey Avdeev
@ 2008-04-30 13:43 ` Михаил Якушин
2008-04-30 17:54 ` Aleksey Avdeev
2008-04-30 13:46 ` Alexey I. Froloff
1 sibling, 1 reply; 6+ messages in thread
From: Михаил Якушин @ 2008-04-30 13:43 UTC (permalink / raw)
To: ALT Linux Team development discussions
Не рекомендую сейчас что то делать с 3.2.0.
Во первых он пока кривой
Во вторых вышел 3.2.1
Для branch лучше собрать 3.1.4.
По существу: как _правильно_ это делать вопрос интересный, я решал эту
проблему волюнтаристским докладыванием этого файла в сам xen.
Хотя наверное тут надо юзать arepo, потому что этот файл нужен для
hvmloader который собирается для 32х битного режима процессора(возможно
real-mode) с флагом -m32.А не падает оно без arepo, поскольку собираться
статикой, проблем с ним минимум.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] Q: Сборка xen-3.2.0 для 4.0 (x86_64) -- отсутствует gnu/stubs-32.h
2008-04-30 13:14 [devel] Q: Сборка xen-3.2.0 для 4.0 (x86_64) -- отсутствует gnu/stubs-32.h Aleksey Avdeev
2008-04-30 13:43 ` Михаил Якушин
@ 2008-04-30 13:46 ` Alexey I. Froloff
2008-04-30 17:51 ` Aleksey Avdeev
1 sibling, 1 reply; 6+ messages in thread
From: Alexey I. Froloff @ 2008-04-30 13:46 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 137 bytes --]
* Aleksey Avdeev <solo@> [080430 17:15]:
> Каков правельный путь решения проблемы?
Использовать arepo?
--
Regards,
Sir Raorn.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] Q: Сборка xen-3.2.0 для 4.0 (x86_64) -- отсутствует gnu/stubs-32.h
2008-04-30 13:46 ` Alexey I. Froloff
@ 2008-04-30 17:51 ` Aleksey Avdeev
2008-04-30 18:12 ` Alexey I. Froloff
0 siblings, 1 reply; 6+ messages in thread
From: Aleksey Avdeev @ 2008-04-30 17:51 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 227 bytes --]
Alexey I. Froloff пишет:
> * Aleksey Avdeev <solo@> [080430 17:15]:
>> Каков правельный путь решения проблемы?
> Использовать arepo?
Где прочитать, как его правильно использовать?
--
С уважением. Алексей.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 544 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] Q: Сборка xen-3.2.0 для 4.0 (x86_64) -- отсутствует gnu/stubs-32.h
2008-04-30 13:43 ` Михаил Якушин
@ 2008-04-30 17:54 ` Aleksey Avdeev
0 siblings, 0 replies; 6+ messages in thread
From: Aleksey Avdeev @ 2008-04-30 17:54 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 242 bytes --]
Михаил Якушин пишет:
> Не рекомендую сейчас что то делать с 3.2.0.
> Во первых он пока кривой
> Во вторых вышел 3.2.1
> Для branch лучше собрать 3.1.4.
Правильно понимаю, что в твоём git его нет?
--
С уважением. Алексей.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 544 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] Q: Сборка xen-3.2.0 для 4.0 (x86_64) -- отсутствует gnu/stubs-32.h
2008-04-30 17:51 ` Aleksey Avdeev
@ 2008-04-30 18:12 ` Alexey I. Froloff
0 siblings, 0 replies; 6+ messages in thread
From: Alexey I. Froloff @ 2008-04-30 18:12 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 300 bytes --]
* Aleksey Avdeev <solo@> [080430 21:59]:
> >> Каков правельный путь решения проблемы?
> > Использовать arepo?
> Где прочитать, как его правильно использовать?
В его usage. arepo путь/к/конфигу. /etc/arepo.conf скопировать
куда надо и поправить пути по вкусу.
--
Regards,
Sir Raorn.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-04-30 18:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-30 13:14 [devel] Q: Сборка xen-3.2.0 для 4.0 (x86_64) -- отсутствует gnu/stubs-32.h Aleksey Avdeev
2008-04-30 13:43 ` Михаил Якушин
2008-04-30 17:54 ` Aleksey Avdeev
2008-04-30 13:46 ` Alexey I. Froloff
2008-04-30 17:51 ` Aleksey Avdeev
2008-04-30 18:12 ` Alexey I. Froloff
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git