[Bug 221205] [NEW] compiling pgAdmin from source gives an warning about underquoted soundtouch.m4 line

Launchpad Bug Tracker 221205 at bugs.launchpad.net
Mon Jul 7 09:23:51 BST 2008


You have been subscribed to a public bug by Luca Falavigna (dktrkranz):

Compiling pgAdmin (Front-end tool that comes with PostGresql database) from source, requires a command (bash bootstrap).
Earlier on, this ran fine. But off lately this part of the compile always shows an error about an 'underquoted line' in soundtouch.m4

I quoted the given variable in the soundtouch.m4 file and now that warning is gone. 
I have provided the patch below as well.

Hope it helps.


Ubuntu Version:
8.04 (x86-64)


Patch (applied to soundtouch.m4) that resolved the warning: 
29c29
< AC_DEFUN([AM_PATH_SOUNDTOUCH],[

---
> AC_DEFUN(AM_PATH_SOUNDTOUCH,[



Warning (See the warning after the aclocal line):
$ bash bootstrap
Checking aclocal...
Checking automake...
Stamping the version number...
Configuring the build system...
+ mkdir config
+ set -x
+ aclocal-1.9
/usr/share/aclocal/soundtouch.m4:29: warning: underquoted definition of AM_PATH_SOUNDTOUCH
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
+ autoheader
+ automake-1.9 --foreign --add-missing --copy
configure.ac: installing `config/install-sh'
configure.ac: installing `config/missing'
pgadmin/Makefile.am: installing `config/depcomp'
configure.ac:8: installing `config/config.guess'
configure.ac:8: installing `config/config.sub'
+ autoconf

** Affects: soundtouch (Ubuntu)
     Importance: Undecided
         Status: Fix Released

** Affects: soundtouch (Ubuntu Hardy)
     Importance: Undecided
         Status: Confirmed

-- 
compiling pgAdmin from source gives an warning about underquoted soundtouch.m4 line
https://bugs.edge.launchpad.net/bugs/221205
You received this bug notification because you are a member of Ubuntu Sponsors for universe, which is a direct subscriber.



More information about the Ubuntu-universe-sponsors mailing list