isunbejo / sams2

Automatically exported from code.google.com/p/sams2
GNU General Public License v2.0
1 stars 0 forks source link

(Trac:523) ошибка при выполнии configure #516

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
(Trac:523) Originaly reported by anonymous on 2010-10-01 11:48:13

пытался собрать последний sams(885) из trunk, 
получил следующее - 

{{{
router:~ # svn co http://svn.nixdev.net/svn/sams/trunk > /dev/null
router:~ # cd ./trunk/
router:~/trunk # autoconf
configure.in:2: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:15: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.in:16: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.in:56: error: possibly undefined macro: AC_CHECK_LDAP
configure.in:57: error: possibly undefined macro: AC_CHECK_SRC_DOCS
configure.in:58: error: possibly undefined macro: AC_CHECK_PCRE
configure.in:59: error: possibly undefined macro: AC_CHECK_MYSQL
configure.in:60: error: possibly undefined macro: AC_CHECK_PQ
configure.in:61: error: possibly undefined macro: AC_CHECK_UNIXODBC
configure.in:62: error: possibly undefined macro: AC_CHECK_HTTPD
router:~/trunk # ./configure
./configure: line 1797: syntax error near unexpected token `sams2,'
./configure: line 1797: `AM_INIT_AUTOMAKE(sams2, 2.0.0)'
}}}

Original issue reported on code.google.com by bl...@nixdev.net on 5 Jun 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Commented by blaze@nixdev.net on 2010-10-01 11:49:30:

а черт, все переносы строк потерялись %) а в 
превью все правильно отобюражалось

Original comment by bl...@nixdev.net on 5 Jun 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Commented by blaze@nixdev.net on 2010-10-01 13:06:18:

это были ошибки с autoconf 2.63
с 2.13 ошибки другие  -

router:~/trunk # autoconf-2.13
autoconf: Undefined macros:
configure.in:15:AC_LIBTOOL_DLOPEN
configure.in:16:AC_PROG_LIBTOOL
configure.in:24:AC_HEADER_STDBOOL
configure.in:27:AC_C_RESTRICT
configure.in:32:AC_REPLACE_FNMATCH
configure.in:33:AC_FUNC_FORK
configure.in:34:AC_FUNC_MALLOC
configure.in:36:AC_FUNC_MKTIME
configure.in:3:AC_CONFIG_SRCDIR([src/tools.h])
configure.in:56:AC_CHECK_LDAP([use_ldap_dev])
configure.in:57:AC_CHECK_SRC_DOCS
configure.in:58:AC_CHECK_PCRE([which_pcre])
configure.in:59:AC_CHECK_MYSQL([use_mysql_dev])
configure.in:60:AC_CHECK_PQ([use_pq_dev])
configure.in:61:AC_CHECK_UNIXODBC([use_unixodbc_dev])
configure.in:62:AC_CHECK_HTTPD([httpd_server])
configure.in:6:AC_GNU_SOURCE
configure.in:86:AC_CONFIG_FILES([Makefile src/Makefile php/Makefile 
doc/Makefile plugins/loadavg/Makefile plugins/fsusage/Makefile])
router:~/trunk # ./configure
configure: error: can not find sources in . or .. 

оs - opensuse 11.1

Original comment by bl...@nixdev.net on 5 Jun 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Commented by chemerik@mail.ru on 2010-10-01 16:00:41:

На CentOS 5.3 с autoconf-2.59-12 все выполняется 
нормально.
гдето надо взять опенsuse.
может класть в тарбол уже готовый configure?

Original comment by bl...@nixdev.net on 5 Jun 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Commented by blaze@nixdev.net on 2010-10-01 18:15:30:

что интересно, пару месяцев назад sams2 на 
опенсусе 11.1 собирался без проблем. а, к 
примеру, на сусе 11.3 он никогда не собирался 
у меня.

Original comment by bl...@nixdev.net on 5 Jun 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Commented by blaze@nixdev.net on 2010-10-05 09:43:02:

Проверил на Debian Squeeze - те же ошибки что с 
autoconf 2.13, что с 2.67

Original comment by bl...@nixdev.net on 5 Jun 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Commented by blaze@nixdev.net on 2010-10-07 09:39:51:

Выяснил еще кое-что. Sams 1.1 без проблем 
генерит configure на опенсусе 11.1 с autoconf 2.63.

Original comment by bl...@nixdev.net on 5 Jun 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Commented by blaze@nixdev.net on 2010-10-31 17:18:59:

В отношении Debian и automake 2.67:
 - если запускать именно automake - он тоже падает с ошибкой
 - если использовать debuild-pbuilder - все замечательно собирается

Original comment by bl...@nixdev.net on 5 Jun 2011 at 8:16

GoogleCodeExporter commented 9 years ago
libtoolize 
autoreconf -I m4

решило все проблемы с созданием configure

Original comment by rbond...@gmail.com on 30 Jan 2012 at 2:32