On Fri, Jul 19, 2013 at 11:11:52PM -0400, Bill Waggoner wrote: > After a self-update on a system I have neglected for a while I get an > error duiring update-all:
I can't reproduce this problem on 10.7.5 with Xcode 4.6.3, however one thing that might be a problem is that your Xcode.app is not sync'd to your installed Xcode command line tools... > Xcode.app: 4.6.1 > Xcode command-line tools: 4.5.0.0.1.1249367152 > > g++ -O2 -I. -I./../include -I./../grove -I/sw/include/OpenSP > -I/sw/include/OpenSP/.. "-DPACKAGE_NAME=\"\"" "-DPACKAGE_TARNAME=\"\"" > "-DPACKAGE_VERSION=\"\"" "-DPACKAGE_STRING=\"\"" > "-DPACKAGE_BUGREPORT=\"\"" "-DPACKAGE=\"openjade\"" > "-DVERSION=\"1.3.2\"" -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=8 > -DSIZEOF_UNSIGNED_INT=4 -DSP_HAVE_LOCALE=1 -DSP_HAVE_WCHAR=1 > -DSP_HAVE_GETTEXT=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=\"/sw/share/sgml/catalog\"" > -DHAVE_DLFCN_H=1 > "-DDEFAULT_SCHEME_BUILTINS=\"/sw/share/builtins.dsl\"" -c GroveApp.cxx > In file included from GroveApp.cxx:8: > ./../include/config.h:39:9: warning: 'SP_DEFINE_TEMPLATES' macro redefined > #define SP_DEFINE_TEMPLATES > ^ > /sw/include/OpenSP/config.h:357:9: note: previous definition is here > #define SP_DEFINE_TEMPLATES 1 > ^ > g++ -O2 -I. -I./../include -I./../grove -I/sw/include/OpenSP > -I/sw/include/OpenSP/.. "-DPACKAGE_NAME=\"\"" "-DPACKAGE_TARNAME=\"\"" > "-DPACKAGE_VERSION=\"\"" "-DPACKAGE_STRING=\"\"" > "-DPACKAGE_BUGREPORT=\"\"" "-DPACKAGE=\"openjade\"" > "-DVERSION=\"1.3.2\"" -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=8 > -DSIZEOF_UNSIGNED_INT=4 -DSP_HAVE_LOCALE=1 -DSP_HAVE_WCHAR=1 > -DSP_HAVE_GETTEXT=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=\"/sw/share/sgml/catalog\"" > -DHAVE_DLFCN_H=1 > "-DDEFAULT_SCHEME_BUILTINS=\"/sw/share/builtins.dsl\"" -c SdNode.cxx > In file included from SdNode.cxx:5: > ./../include/config.h:39:9: warning: 'SP_DEFINE_TEMPLATES' macro redefined > #define SP_DEFINE_TEMPLATES > ^ > /sw/include/OpenSP/config.h:357:9: note: previous definition is here > #define SP_DEFINE_TEMPLATES 1 > ^ > In file included from SdNode.cxx:6: > In file included from ./SdNode.h:9: > In file included from /sw/include/OpenSP/Sd.h:13: > In file included from /sw/include/OpenSP/CharsetInfo.h:11: > /sw/include/OpenSP/UnivCharsetDesc.h:12:10: fatal error: 'constant.h' > file not found > #include "constant.h" > ^ > In file included from GroveApp.cxx:9: > In file included from ./GroveApp.h:10: > In file included from /sw/include/OpenSP/ParserApp.h:13: > In file included from /sw/include/OpenSP/EntityApp.h:11: > In file included from /sw/include/OpenSP/CmdLineApp.h:24: > In file included from /sw/include/OpenSP/CodingSystemKit.h:15: > In file included from /sw/include/OpenSP/CharsetInfo.h:11: > /sw/include/OpenSP/UnivCharsetDesc.h:12:10: fatal error: 'constant.h' > file not found > #include "constant.h" > ^ Do you have /sw/include/OpenSP/constant.h? # ls /sw/include/OpenSP/constant.h /sw/include/OpenSP/constant.h I don't see anything obvious here as my build also shows... g++ -O2 -I. -I./../include -I./../grove -I/sw/include/OpenSP -I/sw/include/OpenSP/.. "-DPACKAGE_NAME=\"\"" "-DPACKAGE_TARNAME=\"\"" "-DPACKAGE_VERSION=\"\"" "-DPACKAGE_STRING=\"\"" "-DPACKAGE_BUGREPORT=\"\"" "-DPACKAGE=\"openjade\"" "-DVERSION=\"1.3.2\"" -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=8 -DSIZEOF_UNSIGNED_INT=4 -DSP_HAVE_LOCALE=1 -DSP_HAVE_WCHAR=1 -DSP_HAVE_GETTEXT=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=\"/sw/share/sgml/catalog\"" -DHAVE_DLFCN_H=1 "-DDEFAULT_SCHEME_BUILTINS=\"/sw/share/builtins.dsl\"" -c SdNode.cxx In file included from SdNode.cxx:5: ./../include/config.h:39:9: warning: 'SP_DEFINE_TEMPLATES' macro redefined #define SP_DEFINE_TEMPLATES ^ /sw/include/OpenSP/config.h:357:9: note: previous definition is here #define SP_DEFINE_TEMPLATES 1 ^ 1 warning generated. echo timestamp > SdNode.lo 1 warning generated. echo timestamp > GroveApp.lo but it compiles without issues. > 1 warning and 1 error generated. > make[2]: *** [SdNode.lo] Error 1 > make[2]: *** Waiting for unfinished jobs.... > 1 warning and 1 error generated. > make[2]: *** [GroveApp.lo] Error 1 > make[1]: *** [spgrove] Error 2 > make: *** [all] Error 2 > ### execution of make failed, exit code 2 > ### execution of /tmp/fink.dLzq4 failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-openjade-1.3.2-1040 > (Reading database ... 49379 files and directories currently installed.) > Removing fink-buildlock-openjade-1.3.2-1040 ... > Failed: phase compiling: openjade-1.3.2-1040 failed > > Before reporting any errors, please run "fink selfupdate" and try again. > Also try using "fink configure" to set your maximum build jobs to 1 and > attempt to build the package again. > If you continue to have issues, please check to see if the FAQ on Fink's > website solves the problem. If not, ask on one (not both, please) of > these mailing lists: > > The Fink Users List <fink-users@lists.sourceforge.net> > The Fink Beginners List <fink-beginn...@lists.sourceforge.net>, > > with a carbon copy to the maintainer: > > Jack Howarth <howa...@bromo.med.uc.edu> > > Note that this is preferable to emailing just the maintainer directly, > since most fink package maintainers do not have access to all possible > hardware and software configurations. > > Please try to include the complete error message in your report. This > generally consists of a compiler line starting with e.g. "gcc" or "g++" > followed by the actual error output from the compiler. > > Also include the following system information: > Package manager version: 0.35.1 > Distribution version: selfupdate-rsync Fri Jul 19 22:16:37 2013, 10.7, x86_64 > Trees: local/main stable/main > Xcode.app: 4.6.1 > Xcode command-line tools: 4.5.0.0.1.1249367152 > Max. Fink build jobs: 2 ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users