ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] äÒÁÊ×ÅÒ AIC7xxx É ÓÙÒÃÙ ÑÄÒÁ
@ 2002-11-21 16:51 çÅÎÎÁÄÉÊ òÅÄØËÏ
  2002-11-22  6:49 ` [Comm] Драйвер AIC7xxx и сырцы ядра Alex Yustasov
  0 siblings, 1 reply; 2+ messages in thread
From: çÅÎÎÁÄÉÊ òÅÄØËÏ @ 2002-11-21 16:51 UTC (permalink / raw)
  To: community

Доброго времени суток  всем.

В свое время пытался собрать ядро  2.4.18  из исходников  на диске "мастера".
Релиз сборки был alt6 .  Пока не выключил модуль AIC7xxx   - ядро, точнее модули не собирались. Сейчас нужно  собрать ядро с адаптером, поддерживаемым именно этим драйвером. На сайте лежит сборка исходников ядра alt8. Сейчас пытаюсь ее скачать. Не пропадет ли мой "скорбный труд"?

А можно ли где-то увидеть, что пофиксено ? Не скачивая пакет, конечно.

Геннадий Редько.



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

* Re: [Comm] Драйвер AIC7xxx и сырцы ядра
  2002-11-21 16:51 [Comm] äÒÁÊ×ÅÒ AIC7xxx É ÓÙÒÃÙ ÑÄÒÁ çÅÎÎÁÄÉÊ òÅÄØËÏ
@ 2002-11-22  6:49 ` Alex Yustasov
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Yustasov @ 2002-11-22  6:49 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 468 bytes --]

On Thu, Nov 21, 2002 at 06:51:10PM +0200, Геннадий Редько wrote:
> 
> В свое время пытался собрать ядро  2.4.18  из исходников  на диске "мастера".
> Релиз сборки был alt6 .  Пока не выключил модуль AIC7xxx   - ядро, точнее модули не собирались. Сейчас нужно  собрать ядро с адаптером, поддерживаемым именно этим драйвером. На сайте лежит сборка исходников ядра alt8. Сейчас пытаюсь ее скачать. Не пропадет ли мой "скорбный труд"?
> 
Не пропадет если добавите патчик


[-- Attachment #2: qqq --]
[-- Type: text/plain, Size: 1482 bytes --]

Это было в августе в sisyphus@altlinux.ru

Alexander Bokovoy <a.bokovoy@sam-solutions.net> writes:

> > Установил src.rpm (2.4.18-alt7) и запустил time -bb kernel.spec
> > А сборка вываливается:
> > 
> > make[4]: Entering directory 
> > `/usr/src/RPM/BUILD/linux/drivers/scsi/aic7xxx/aicasm'
> > *** Install db development libraries
> > yacc -d -b aicasm_gram aicasm_gram.y
> > mv aicasm_gram.tab.c aicasm_gram.c
> > mv aicasm_gram.tab.h aicasm_gram.h
> Установите libdb1-devel, libdb4-devel-static

Эти пакеты стоят в BuildPreReq, без них все обломилось бы гораздо раньше :)
Там проблема в том, что linux/drivers/scsi/aic7xxx/aicasm/Makefile не
подцепит db.h ни от libdb1-devel, ни от libdb4-devel. Hаверняка ведь у
Константина установлен полный ассортимент libdbX-devel, так что он-то проблем
не испытывает :) 

Вот с таким патчиком все собирается:
--- linux/drivers/scsi/aic7xxx/aicasm/Makefile.orig Wed Apr 17 20:52:39 2002
+++ linux/drivers/scsi/aic7xxx/aicasm/Makefile  Wed Apr 17 20:51:37 2002
@@ -34,6 +34,8 @@
        echo "#include <db3/db_185.h>" > aicdb.h;   \
     elif [ -e "/usr/include/db2/db_185.h" ]; then      \
        echo "#include <db2/db_185.h>" > aicdb.h;   \
+    elif [ -e "/usr/include/db1/db.h" ]; then              \
+           echo "#include <db1/db.h>" > aicdb.h;           \
     elif [ -e "/usr/include/db/db_185.h" ]; then       \
        echo "#include <db/db_185.h>" > aicdb.h;    \
     elif [ -e "/usr/include/db_185.h" ]; then      \

-- 



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

end of thread, other threads:[~2002-11-22  6:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-21 16:51 [Comm] äÒÁÊ×ÅÒ AIC7xxx É ÓÙÒÃÙ ÑÄÒÁ çÅÎÎÁÄÉÊ òÅÄØËÏ
2002-11-22  6:49 ` [Comm] Драйвер AIC7xxx и сырцы ядра Alex Yustasov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git