Bug#289926: ogre: FTBFS: errors generating configure script: missing build dependencies.

2005-01-11 Thread Federico Di Gregorio
Il giorno mar, 11-01-2005 alle 22:49 +0100, Kurt Roeckx ha scritto:
> Package: ogre
> Version: 0.15.1-8
> Severity: serious
> 
> Hi,
> 
> Your package is failing to build with the following error:

already uploaded 0.15.1-9 that should fix the problem. thank you for
this report.

-- 
Federico Di Gregorio http://people.initd.org/fog
Debian GNU/Linux Developer[EMAIL PROTECTED]
INIT.D Developer   [EMAIL PROTECTED]
   God is real. Unless declared integer. -- Anonymous FORTRAN programmer


signature.asc
Description: Questa parte del messaggio =?ISO-8859-1?Q?=E8?= firmata


Bug#289926: ogre: FTBFS: errors generating configure script: missing build dependencies.

2005-01-11 Thread Kurt Roeckx
Package: ogre
Version: 0.15.1-8
Severity: serious

Hi,

Your package is failing to build with the following error:
cd build-tree/ogre-free && \
  libtoolize --force && \
  aclocal && \
  autoheader && \
  automake --include-deps --add-missing --foreign && \
  autoconf && \
  ./configure --prefix=/usr \
--host=hppa-linux --build=hppa-linux \
--mandir=\${prefix}/share/man --infodir=\${prefix}/share/info \
--with-platform=GLX --with-gl-support=GLX
You should update your `aclocal.m4' by running aclocal.
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODUL
ES
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
aclocal:acinclude.m4:203: warning: macro `AM_PATH_SDL' not found in library
aclocal:acinclude.m4:237: warning: macro `AM_PATH_SDL' not found in library
OgreMain/src/Makefile.am: installing `./compile'
configure.in:46: error: possibly undefined macro: AC_MSG_ERROR
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
configure:20658: error: possibly undefined macro: AM_PATH_SDL
make: *** [build-tree/ogre-free/config.status] Error 1

This seems to be caused by a missing build dependency on
libsdl1.2-dev.  After adding that, it can generate the
configure script (with some warnings).

Note that the old scripts where build using automake 1.7
instead of 1.9 and the other warnings go away if you use
that version instead.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]