From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <3F049FAB.7040701@altlinux.com> Date: Fri, 04 Jul 2003 01:27:07 +0400 From: Anton Farygin Organization: ALT Linux User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.4) Gecko/20030627 X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: ALT Linux kernel packages development X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB34B404C16E905AD57FF23D8" Subject: [d-kernel] =?koi8-r?b?1MXL3cnKIHNpc3lwaHVzICsg0cTSzyDJ2iBzaXN5cGh1cw==?= X-BeenThere: devel-kernel@altlinux.ru X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ALT Linux kernel packages development List-Id: ALT Linux kernel packages development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 21:38:27 -0000 Archived-At: List-Archive: List-Post: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB34B404C16E905AD57FF23D8 Content-Type: multipart/mixed; boundary="------------010502000103070109080406" This is a multi-part message in MIME format. --------------010502000103070109080406 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Собственно не пересобирается: /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 --------------010502000103070109080406 Content-Type: text/plain; name="linux-2.4.20-alt-aic7xx-makefile.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="linux-2.4.20-alt-aic7xx-makefile.patch" --- 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 " > aicdb.h; \ + elif [ -e "/usr/include/db3/db_185.h" ]; then \ echo "#include " > aicdb.h; \ elif [ -e "/usr/include/db2/db_185.h" ]; then \ echo "#include " > aicdb.h; \ --------------010502000103070109080406-- --------------enigB34B404C16E905AD57FF23D8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/BJ+rqohfd2vlwKsRAnQPAJ9e5ujmHraKwYDQRnxBwqoeGaVQiQCdFLfX cx5GLJSVpvmShUPrxBXaMbA= =WJTC -----END PGP SIGNATURE----- --------------enigB34B404C16E905AD57FF23D8--