isunbejo / sams2

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

(Trac:517) undefined macro: AC_CHECK_HTTPD #510

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(Trac:517) Originaly reported by first-leon <first-leon@yandex.ru> on 
2010-09-22 20:35:18

Здравствуйте.
Попробовал собрать sams из изсходников 
(ревизия 880).
Система Debian squeeze amd64 обновлена.
При попытке сборки пакетов с помощью debuild 
вижу такую ошибку:

{{{
configure.in:62: error: possibly undefined macro: AC_CHECK_HTTPD
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
make[1]: *** [all] Ошибка 1
make[1]: Leaving directory `/home/leon/sams2-2.0.0'
make: *** [config.status] Ошибка 2
dpkg-buildpackage: ошибка: debian/rules build возвратил код 
ошибки 2
debuild: fatal error at line 1327:
dpkg-buildpackage -rfakeroot -D -us -uc failed
}}}

В документации про debuild ничего не нашел, 
потому попробовал собрать так, как указано 
в документации. Но при запуске make -f Makefile.cvs 
вижу такую ошибку:

{{{
configure.in:62: error: possibly undefined macro: AC_CHECK_HTTPD
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
make: *** [all] Ошибка 1
}}}

При запуске sh ./configure такую:

{{{
checking for sqltypes.h... no
./configure: line 18759: syntax error near unexpected token `httpd_server'
./configure: line 18759: `AC_CHECK_HTTPD(httpd_server)'

checking for sqltypes.h... no
./configure: line 18759: syntax error near unexpected token `httpd_server'
./configure: line 18759: `AC_CHECK_HTTPD(httpd_server)'
}}}

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 chemerik@mail.ru on 2010-09-23 07:25:52:

в прикремленном файле недостающий макрос. 
вечером добавлю в svn,
файл был добавлен в Changeset 862, видимо 
случайно выкинули

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-09-27 13:33:44:

Добрый день!

Тоже попытался сегодня собрать из 
исходников уже следующей ревизии 881. 
Появилась в точности такая же ошибка при 
выполнении команды make -f Makefile.cvs. Файл httpd.m4 
присутствует, тем не менее - ошибка никуда 
не делась. (Gentoo Linux)

Спасибо.

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-09-27 21:25:29:

пофиксено в rev.883

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