After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 116615 - GNU Cash configure problem with 1.8.4
GNU Cash configure problem with 1.8.4
Status: VERIFIED FIXED
Product: GnuCash
Classification: Other
Component: General
1.8.x
Other Solaris
: Normal normal
: ---
Assigned To: Chris Lyttle
Chris Lyttle
Depends on:
Blocks:
 
 
Reported: 2003-07-03 09:34 UTC by Michael C. Vergallen
Modified: 2018-06-29 20:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Config.log as requested. (979 bytes, text/plain)
2003-07-03 12:34 UTC, Michael C. Vergallen
Details
Configure script as requested ( Sorry could not edit ) (456.82 KB, application/octet-stream)
2003-07-03 12:37 UTC, Michael C. Vergallen
Details

Description Michael C. Vergallen 2003-07-03 09:34:39 UTC
./configure --prefix=/opt/Gnome                       
loading cache ./config.cache
checking for non-GNU ld... /usr/ucb/ld
checking if the linker (/usr/ucb/ld) is GNU ld... no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
./configure: syntax error at line 1382:
`INTLTOOL_REQUIRED_VERSION_AS_INT=$' unexpected
Comment 1 Michael C. Vergallen 2003-07-03 09:35:58 UTC
What is the problem here ? I'm stumped on this one !
Comment 2 Christian Stimming 2003-07-03 12:08:22 UTC
Ok, so your OS is Solaris 8 (which makes it difficult to reproduce
this bug since none of the developers has access to such a machine).
What are your versions of intltools, autoconf, automake, aclocal? Did
you call ./autogen.sh before you started ./configure? Can you submit
your config.log as an attachment to this report? What does line 1382
and +-10 of surroundings read in ./configure? Thanks for your information.
Comment 3 Michael C. Vergallen 2003-07-03 12:34:20 UTC
Created attachment 18003 [details]
Config.log as requested.
Comment 4 Michael C. Vergallen 2003-07-03 12:37:41 UTC
Created attachment 18004 [details]
Configure script as requested ( Sorry could not edit )
Comment 5 Derek Atkins 2003-07-03 13:59:11 UTC
Actually, I do have/use Solaris 8/9.

You need to use "bash" to run the configure script.  This is a known
bug but mostly out of our control (it's a problem with some .m4
scripts that we depend on)



Comment 6 Derek Atkins 2003-07-03 14:01:27 UTC

*** This bug has been marked as a duplicate of 116018 ***
Comment 7 Michael C. Vergallen 2003-07-03 14:21:03 UTC
Sorry but I was using GNU bash to configure the program and it still
doesn't work !!!!
Comment 8 Michael C. Vergallen 2003-07-03 14:39:29 UTC
The actual fix is to change the first line of configure from 

#!/bin/sh

to :

#!/usr/bin/bash 

now it works ...

Comment 9 Derek Atkins 2003-07-03 14:45:35 UTC
It works fine if you run:

bash ./configure ...

Comment 10 John Ralls 2018-06-29 20:34:46 UTC
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=116615. Please update any external references or bookmarks.