From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Victor V Ismakaev Organization: Alt Linux Team To: devel@altlinux.ru Date: Thu, 22 Jan 2004 09:47:09 +0500 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200401220947.09788.ivv@altlinux.ru> Subject: [devel] iplog - rebuild X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.1.4 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2004 09:49:03 -0000 Archived-At: List-Archive: List-Post: Приветсвую! Наткнулся вот на проблему при пересборке iplog в hasher: gcc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Wall -O2 -march=i586 -mcpu=i686 -D_REENTRANT -c iplog_options.c iplog_options.c:443:19: missing terminating " character iplog_options.c: In function `print_help': iplog_options.c:444: error: wrong type argument to decrement iplog_options.c:444: error: syntax error before "user" iplog_options.c:478:59: missing terminating ' character iplog_options.c:478:59: warning: character constant too long for its type iplog_options.c:493:65: missing terminating " character make[3]: *** [iplog_options.o] Error 1 Фрагмент кода,на котором компиляция обламывается: /* ** Print all command-line options to the screen. */ static void print_help(void) { mysyslog( "Usage: " PACKAGE " [options] (\"*\" Denotes enabled by default) /*^^^^^^^ это как раз строка 443 */ --user or -u Run as specified the user or UID. --group or -g Run with specified the group or GID. --logfile or -l Log to . --pid-file Use as the pid file. --ignore or -d Ignore DNS traffic from nameservers listed in /etc/resolv.conf. Причем в локальном окружении собирается нормально. У меня сложилось впечатление,что чего не хватает в BuildRequires, но вот чего - не пойму. buildreq находит только libpcap-devel . дополнительно прописал еще libpopt-devel, getopt - не помогло. Причем в локальном окружении собирается нормально. Может кто прокомментировать или дать рекомендации к исправлению ? -- С уважением Виктор В Исмакаев ivv@altlinux.ru