Issue status update for
http://smalltalk.gnu.org/node/78 Post a follow up: http://smalltalk.gnu.org/project/comments/add/78 Project: GNU Smalltalk Version: <none> Component: Base classes Category: bug reports Priority: normal Assigned to: Reported by: gecko Updated by: gecko Status: active 1. autoreconf and ./configure on a system missing one or more auxiliary libraries (e.g., GDBM, libpq, etc.) 2. Issue make. 3. VM build seems to succeed, but packages seem to fail with something similar to the following: ln -s -f /Users/benjamin/Documents/Code/smalltalk/packages/dbd-mysql/Row.st /tmp/gstar-UvxmGW/DBD-MySQL/Row.st ln -s -f /Users/benjamin/Documents/Code/smalltalk/packages/dbd-mysql/Statement.st /tmp/gstar-UvxmGW/DBD-MySQL/Statement.st rm -f /Users/benjamin/Documents/Code/smalltalk/DBD-MySQL.star cd /tmp/gstar-UvxmGW/DBD-MySQL && /usr/bin/zip -n .st:.xml -qr /Users/benjamin/Documents/Code/smalltalk/DBD-MySQL.star . make[2]: *** No rule to make target `packages/dbd-postgresql/stamp-classes', needed by `all-local'. Stop. make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Running "touch packages/dbd-postgresql/stamp-classes" and similar will allow the build to continue. This was tested on Mac OS X 10.3.9 and 10.4.0. gecko _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Issue status update for
http://smalltalk.gnu.org/project/issue/78 Post a follow up: http://smalltalk.gnu.org/project/comments/add/78 Project: GNU Smalltalk Version: <none> Component: Base classes Category: bug reports Priority: normal Assigned to: Reported by: gecko Updated by: bonzinip Status: active I can fix this by distributing stamp-classes in the arch repository. Does 2.95d work (it does include stamp-classes files)? bonzinip Previous comments: ------------------------------------------------------------------------ Thu, 27 Sep 2007 23:03:16 +0000 : gecko 1. autoreconf and ./configure on a system missing one or more auxiliary libraries (e.g., GDBM, libpq, etc.) 2. Issue make. 3. VM build seems to succeed, but packages seem to fail with something similar to the following: ln -s -f /Users/benjamin/Documents/Code/smalltalk/packages/dbd-mysql/Row.st /tmp/gstar-UvxmGW/DBD-MySQL/Row.st ln -s -f /Users/benjamin/Documents/Code/smalltalk/packages/dbd-mysql/Statement.st /tmp/gstar-UvxmGW/DBD-MySQL/Statement.st rm -f /Users/benjamin/Documents/Code/smalltalk/DBD-MySQL.star cd /tmp/gstar-UvxmGW/DBD-MySQL && /usr/bin/zip -n .st:.xml -qr /Users/benjamin/Documents/Code/smalltalk/DBD-MySQL.star . make[2]: *** No rule to make target `packages/dbd-postgresql/stamp-classes', needed by `all-local'. Stop. make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Running "touch packages/dbd-postgresql/stamp-classes" and similar will allow the build to continue. This was tested on Mac OS X 10.3.9 and 10.4.0. _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
In reply to this post by Benjamin Pollack
Issue status update for
http://smalltalk.gnu.org/project/issue/78 Post a follow up: http://smalltalk.gnu.org/project/comments/add/78 Project: GNU Smalltalk Version: <none> -Component: Base classes +Component: Build Category: bug reports Priority: normal -Assigned to: +Assigned to: bonzinip Reported by: gecko Updated by: bonzinip -Status: active +Status: fixed I've added stamp-classes and Makefile.frag files to the repository. Thanks for the report! bonzinip Previous comments: ------------------------------------------------------------------------ Thu, 27 Sep 2007 23:03:16 +0000 : gecko 1. autoreconf and ./configure on a system missing one or more auxiliary libraries (e.g., GDBM, libpq, etc.) 2. Issue make. 3. VM build seems to succeed, but packages seem to fail with something similar to the following: ln -s -f /Users/benjamin/Documents/Code/smalltalk/packages/dbd-mysql/Row.st /tmp/gstar-UvxmGW/DBD-MySQL/Row.st ln -s -f /Users/benjamin/Documents/Code/smalltalk/packages/dbd-mysql/Statement.st /tmp/gstar-UvxmGW/DBD-MySQL/Statement.st rm -f /Users/benjamin/Documents/Code/smalltalk/DBD-MySQL.star cd /tmp/gstar-UvxmGW/DBD-MySQL && /usr/bin/zip -n .st:.xml -qr /Users/benjamin/Documents/Code/smalltalk/DBD-MySQL.star . make[2]: *** No rule to make target `packages/dbd-postgresql/stamp-classes', needed by `all-local'. Stop. make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Running "touch packages/dbd-postgresql/stamp-classes" and similar will allow the build to continue. This was tested on Mac OS X 10.3.9 and 10.4.0. ------------------------------------------------------------------------ Fri, 28 Sep 2007 05:57:00 +0000 : bonzinip I can fix this by distributing stamp-classes in the arch repository. Does 2.95d work (it does include stamp-classes files)? _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Free forum by Nabble | Edit this page |