Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6436 - openjade-1.3.1-r4 fails to compile with gcc-3.1.1-r1
Summary: openjade-1.3.1-r4 fails to compile with gcc-3.1.1-r1
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-13 22:27 UTC by Andrew Sayman
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Sayman 2002-08-13 22:27:11 UTC
I get the following failure output:

g++ -march=i686 -O2 -pipe -fno-implicit-templates -I. -I./../include
-I./../grove -I./../spgrove -DPACKAGE=\"openjade\" -DVERSION=\"1.3.1\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1
-DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_ST_BLKSIZE=1 -DSIZEOF_SIZE_T=4
-DSIZEOF_UNSIGNED_INT=4 -DSP_HAVE_LOCALE=1 -DSP_HAVE_WCHAR=1 -DSP_HAVE_GETTEXT=1
-DSIZE_T_IS_UINT=1 -DSP_HAVE_BOOL=1 -DSP_ANSI_CLASS_INST=1 -DSP_HAVE_SOCKET=1
-DJADE_MIF=1 -DJADE_HTML=1 -DSP_MULTI_BYTE=1
-DSGML_CATALOG_FILES_DEFAULT=\"/etc/sgml/catalog\"
-DSGML_SEARCH_PATH_DEFAULT=\"/usr/share/sgml\" -DHAVE_DLFCN_H=1
-DDEFAULT_SCHEME_BUILTINS=\"/usr/share/sgml/openjade-1.3.1/builtins.dsl\" -c
Expression.cxx  -fPIC -DPIC
mv -f Expression.o .libs/Expression.lo
g++ -march=i686 -O2 -pipe -fno-implicit-templates -I. -I./../include
-I./../grove -I./../spgrove -DPACKAGE=\"openjade\" -DVERSION=\"1.3.1\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1
-DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_ST_BLKSIZE=1 -DSIZEOF_SIZE_T=4
-DSIZEOF_UNSIGNED_INT=4 -DSP_HAVE_LOCALE=1 -DSP_HAVE_WCHAR=1 -DSP_HAVE_GETTEXT=1
-DSIZE_T_IS_UINT=1 -DSP_HAVE_BOOL=1 -DSP_ANSI_CLASS_INST=1 -DSP_HAVE_SOCKET=1
-DJADE_MIF=1 -DJADE_HTML=1 -DSP_MULTI_BYTE=1
-DSGML_CATALOG_FILES_DEFAULT=\"/etc/sgml/catalog\"
-DSGML_SEARCH_PATH_DEFAULT=\"/usr/share/sgml\" -DHAVE_DLFCN_H=1
-DDEFAULT_SCHEME_BUILTINS=\"/usr/share/sgml/openjade-1.3.1/builtins.dsl\" -c
Expression.cxx >/dev/null 2>&1
make[2]: *** [Expression.lo] Error 1
rm InterpreterMessages.cxx
make[2]: Leaving directory
`/var/tmp/portage/openjade-1.3.1-r4/work/openjade-1.3.1/style'
make[1]: *** [style] Error 2
make[1]: Leaving directory `/var/tmp/portage/openjade-1.3.1-r4/work/openjade-1.3.1'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -199, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/app-text/openjade/openjade-1.3.1-r4.ebuild .

I can't actually tell what is going wrong.
Comment 1 Andrew Sayman 2002-08-13 23:22:05 UTC
Fixed after deleting the tar.gz in distfiles and trying again.