bugcombine: Extensible File Matching and Filtering - Bugs: bug #6403, Missing Guile causes compilation...

 
 

bug #6403: Missing Guile causes compilation problem.

Submitted by:  Daniel P. Valentine <dpv>
Submitted on:  Thu 06 Nov 2003 06:32:35 PM UTC  
 
Category: NoneSeverity: 2 - Minor
Item Group: NoneStatus: Fixed
Privacy: PublicAssigned to: Daniel P. Valentine <dpv>
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Mon 24 Nov 2003 11:58:27 AM UTC, comment #1:

This has been fixed, and will be in the next release. As far as I know, one of the calls to Guile was not checking for HAVE_LIBGUILE.

Daniel P. Valentine <dpv>
Project AdministratorIn charge of this item.
Thu 06 Nov 2003 06:32:35 PM UTC, original submission:

Attempt to load gh.h and use SCM type when HAVE_LIBGUILE is not defined.

# ./configure
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for function prototypes... yes
checking for ANSI C header files... yes
checking for string.h... (cached) yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for a BSD-compatible install... ./install-sh -c
checking for ranlib... ranlib
checking for gawk... (cached) nawk
checking how to run the C preprocessor... gcc -E
checking for gh_scm2bool in -lguile... no
checking for gettext in -lintl... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... no
checking for msgmerge... no
checking build system type... powerpc-ibm-aix5.1.0.0
checking host system type... powerpc-ibm-aix5.1.0.0
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... yes
checking how to link with libintl... -lintl
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... no
checking for bzero... yes
checking for memmove... yes
checking for memset... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strtol... yes
checking for strtoll... yes
checking for long long... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating lib/Makefile
config.status: creating po/Makefile.in
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: setting ALL_LINGUAS in configure.in is obsolete
config.status: creating po/Makefile
#
# make
make all-recursive
Making all in lib
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT getopt1.o -MD
-MP -MF ".deps/getopt1.Tpo" -c -o getopt1.o `test -f 'getopt1.c' || echo
'./'`getopt1.c; then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; else
rm -f ".deps/getopt1.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT getopt.o -MD
-MP -MF ".deps/getopt.Tpo" -c -o getopt.o `test -f 'getopt.c' || echo
'./'`getopt.c; then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm
-f ".deps/getopt.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT version-etc.o
-MD -MP -MF ".deps/version-etc.Tpo" -c -o version-etc.o `test -f
'version-etc.c' || echo './'`version-etc.c; then mv -f
".deps/version-etc.Tpo" ".deps/version-etc.Po"; else rm -f
".deps/version-etc.Tpo"; exit 1; fi
rm -f libdf.a
ar cru libdf.a getopt1.o getopt.o version-etc.o
ranlib libdf.a
Target "all" is up to date.
Making all in src
if gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.
-I. -I.. -I.. -I. -I../intl -I../lib -I/usr/local/include -g -O2 -MT
df_global.o -MD -MP -MF ".deps/df_global.Tpo" -c -o df_global.o `test -f
'df_global.c' || echo './'`df_global.c; then mv -f ".deps/df_global.Tpo"
".deps/df_global.Po"; else rm -f ".deps/df_global.Tpo"; exit 1; fi
In file included from df_global.c:22:
df_common.h:30:22: guile/gh.h: No such file or directory
In file included from df_global.c:22:
df_common.h:171: error: parse error before "SCM"
df_common.h:171: warning: no semicolon at end of struct or union
df_common.h:174: error: parse error before '}' token
In file included from df_global.c:23:
df_global.h:62: error: parse error before '*' token
df_global.h:62: warning: data definition has no type or storage class
df_global.h:63: error: parse error before '*' token
df_global.h:63: warning: data definition has no type or storage class
df_global.c:65: error: parse error before '*' token
df_global.c:65: warning: data definition has no type or storage class
df_global.c:66: error: parse error before '*' token
df_global.c:66: warning: data definition has no type or storage class
make: 1254-004 The error code from the last command is 1.

Stop.
make: 1254-004 The error code from the last command is 1.

Stop.
make: 1254-004 The error code from the last command is 2.

Stop.

Daniel P. Valentine <dpv>
Project AdministratorIn charge of this item.

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 3 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Mon 24 Nov 2003 11:59:04 AM UTCdpvStatusNone=>(Error - Not Found)
  Open/ClosedOpen=>(Error - Not Found)
Mon 24 Nov 2003 11:58:27 AM UTCdpvAssigned toNone=>NA

Back to the top


Powered by Savane 3.1-cleanup1