From: Anton Farygin <rider@altlinux.com> To: ALT Linux kernel packages development <devel-kernel@altlinux.ru> Subject: [d-kernel] текщий sisyphus + ядро из sisyphus Date: Fri, 04 Jul 2003 01:27:07 +0400 Message-ID: <3F049FAB.7040701@altlinux.com> (raw) [-- 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 --]
next reply other threads:[~2003-07-03 21:27 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2003-07-03 21:27 Anton Farygin [this message] 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
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=3F049FAB.7040701@altlinux.com \ --to=rider@altlinux.com \ --cc=devel-kernel@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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