ALT Linux kernel packages development
 help / color / mirror / Atom feed
* [d-kernel] текщий sisyphus + ядро из sisyphus
@ 2003-07-03 21:27 Anton Farygin
  2003-07-04  8:18 ` [d-kernel] ÔÅËÝÉÊ sisyphus + ÑÄÒÏ ÉÚ sisyphus Ed V. Bartosh
  0 siblings, 1 reply; 4+ messages in thread
From: Anton Farygin @ 2003-07-03 21:27 UTC (permalink / raw)
  To: ALT Linux kernel packages development


[-- Attachment #1.1: Type: text/plain, Size: 1403 bytes --]

Собственно не пересобирается:

/usr/bin/make -C aicasm
make[4]: Entering directory 
`/home/rider/RPM/BUILD/kernel-source-2.4.21/drivers/scsi/aic7xxx/aicasm'
*** Install db development libraries
bison -y -d -b aicasm_gram aicasm_gram.y
mv aicasm_gram.tab.c aicasm_gram.c
mv aicasm_gram.tab.h aicasm_gram.h
bison -y -d -b aicasm_macro_gram -p mm aicasm_macro_gram.y
mv aicasm_macro_gram.tab.c aicasm_macro_gram.c
mv aicasm_macro_gram.tab.h aicasm_macro_gram.h
lex  -oaicasm_scan.c aicasm_scan.l
lex  -Pmm -oaicasm_macro_scan.c aicasm_macro_scan.l
gcc -I/usr/include -I. -ldb aicasm.c aicasm_symbol.c aicasm_gram.c 
aicasm_macro_gram.c aicasm_scan.c aicasm_macro_scan.c -o aicasm
aicasm.c:291:1: warning: multi-line string literals are deprecated
aicasm.c:338:1: warning: multi-line string literals are deprecated
aicasm.c:377:1: warning: multi-line string literals are deprecated
aicasm.c:392:1: warning: multi-line string literals are deprecated
aicasm.c:412:1: warning: multi-line string literals are deprecated
aicasm.c:428:1: warning: multi-line string literals are deprecated
aicasm_symbol.c:47:19: aicdb.h: No such file or directory
aicasm_symbol.c:61: syntax error before '*' token
aicasm_symbol.c:61: warning: data definition has no type or storage class
aicasm_symbol.c: In function `symbol_delete':

Собственно в свое время был патч на эту тему, исправляющий поиск db.h 
(attached)

Rgds,
Rider

[-- Attachment #1.2: linux-2.4.20-alt-aic7xx-makefile.patch --]
[-- Type: text/plain, Size: 575 bytes --]

--- linux/drivers/scsi/aic7xxx/aicasm/Makefile.orig	Sat May  5 00:16:28 2001
+++ linux/drivers/scsi/aic7xxx/aicasm/Makefile	Wed Aug  1 16:18:24 2001
@@ -33,7 +33,9 @@
 	$(AICASM_CC) $(AICASM_CFLAGS) $(SRCS) -o $(PROG)
 
 aicdb.h:
-	@if [ -e "/usr/include/db3/db_185.h" ]; then		\
+	@if [ -e "/usr/include/db4/db_185.h" ]; then		\
+		echo "#include <db4/db_185.h>" > aicdb.h;	\
+	 elif [ -e "/usr/include/db3/db_185.h" ]; then		\
 		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;	\

[-- Attachment #2: Type: application/pgp-signature, Size: 252 bytes --]

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

end of thread, other threads:[~2003-07-04 10:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-03 21:27 [d-kernel] текщий sisyphus + ядро из sisyphus Anton Farygin
2003-07-04  8:18 ` [d-kernel] ÔÅËÝÉÊ sisyphus + ÑÄÒÏ ÉÚ sisyphus Ed V. Bartosh
2003-07-04 10:51     ` [d-kernel] текщий sisyphus + ядро из sisyphus avl
2003-07-04 10:01       ` [d-kernel] ÔÅËÝÉÊ sisyphus + ÑÄÒÏ ÉÚ sisyphus Ed V. Bartosh

ALT Linux kernel packages development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/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-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
		devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
	public-inbox-index devel-kernel

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


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