On Sat, Jul 20, 2013 at 12:02:22AM -0400, Bill Waggoner wrote: > On Fri, Jul 19, 2013 at 11:40 PM, Jack Howarth <howa...@bromo.med.uc.edu> > wrote: > > 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 > > I do not have that file. My OpenSP version installed is 1:1.5.2-4 if > that makes any difference.
Bill, What do you have for... % dpkg -L opensp5-dev | grep constant /sw/include/OpenSP/constant.h The problem is that opensp5 isn't properly packaged on your system. I would start by installing the proper Xcode Command Line Tools by launching Xcode.app and then clicking the Install button the Perferences panel of Xcode components. You really don't want to mix major Xcode releases like that (4.6 vs 4.5). FYI, Apple announced at WWDC that Xcode 4.7 will automatically update the Command Line Tools via Software Update to that issue will disappear on Mavericks. After upgrading the Xcode Command Line Tools, try... fink rebuild opensp5 and see if the rebuild produces an opensp5-dev with the missing constant.h header. Jack > > Bill W ------------------------------------------------------------------------------ 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