ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Проблема с hasher
@ 2005-11-12 11:03 Vadim V. Zhytnikov
  2005-11-12 13:22 ` Dmitry V. Levin
                   ` (2 more replies)
  0 siblings, 3 replies; 27+ messages in thread
From: Vadim V. Zhytnikov @ 2005-11-12 11:03 UTC (permalink / raw)
  To: ALT Devel discussion list

Добрый день!

Пытаясь заточить пакет maxima под x86_64
столкнулся со странной проблемой.

Дело в том, что из этого пакета собирается
несколько бинарных пакетов с разными
версиями Common Lisp и состав бинарных пакетов
различен для 32bit и 64bit.  Для i586 maxima
собирается с gcl, clisp и sbcl, а вот на x86_64
только с gcl и clisp (собрать sbcl под x86_64 пока
не удалось).  Поэтому в начале спека есть
конструкция

%ifarch %ix86
%define BUILD_GCL	1
%define BUILD_CLISP 	1
%define BUILD_SBCL	1
%define BUILD_CMUCL	0
%else
%define BUILD_GCL	1
%define BUILD_CLISP 	1
%define BUILD_SBCL	0
%define BUILD_CMUCL	0
%endif

ну и далее всё относящееся
к каждому бинарному пакету обвешано
%if %BUILD_<XYZ> %endif

При ручной сборке как в i586 так и в x86_64
всё отрабатывает совершенно нормально.
Получаем три пакета для i586 и два x86_86.

Но вот при сборке в hasher на x86_64 hsh
пытается поствить sbcl, которого там нет.

Что делать?

-- 
      Vadim V. Zhytnikov

       <vvzhy@mail.ru>
      <vvzhy@netorn.ru>


^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2005-11-15 13:21 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-12 11:03 [devel] Проблема с hasher Vadim V. Zhytnikov
2005-11-12 13:22 ` Dmitry V. Levin
2005-11-12 14:02   ` Vadim V. Zhytnikov
2005-11-12 14:32 ` php-coder
2005-11-12 15:12   ` Vadim V. Zhytnikov
2005-11-13 17:40 ` [devel] " Michael Shigorin
2005-11-13 21:36   ` Vadim V. Zhytnikov
2005-11-13 21:41     ` Dmitry V. Levin
2005-11-13 22:09   ` Alexey Gladkov
2005-11-13 22:57     ` [devel] Проблема с incominger Dmitry V. Levin
2005-11-13 23:47       ` Mikhail Zabaluev
2005-11-14  0:03         ` Dmitry V. Levin
2005-11-14  0:16           ` Alexey Gladkov
2005-11-14  0:23             ` Dmitry V. Levin
2005-11-14  1:29               ` Alexey Gladkov
2005-11-15  9:32               ` Alexey Borovskoy
2005-11-14  0:49           ` Mikhail Zabaluev
2005-11-14  0:59             ` Dmitry V. Levin
2005-11-14 11:37               ` Anton D. Kachalov
2005-11-14  0:02       ` Alexey Gladkov
2005-11-14  0:10         ` Dmitry V. Levin
2005-11-14  0:46           ` Alexey Gladkov
2005-11-14  0:56             ` Dmitry V. Levin
2005-11-14  1:10               ` Alexey Gladkov
2005-11-14 11:47               ` Anton D. Kachalov
2005-11-14  9:39           ` Alexey Gladkov
2005-11-15 13:21     ` [devel] Re: Проблема с hasher Michael Shigorin

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