On Mon, Aug 03, 2009 at 09:44:27AM +0200, felix winkelmann wrote: > Hello! > > CHICKEN 4.1.0 has been released.
Congrats on the new release! Unfortunately, while creating a pkgsrc package for it, I have found a bug in how the chicken-setup program is built; it needs relinking. I hadn't noticed this in the RC because I didn't use this command :( Attached is a patch that fixes this problem. Cheers, Peter -- http://sjamaan.ath.cx -- "The process of preparing programs for a digital computer is especially attractive, not only because it can be economically and scientifically rewarding, but also because it can be an aesthetic experience much like composing poetry or music." -- Donald Knuth
Index: rules.make
===================================================================
--- rules.make (revision 15310)
+++ rules.make (working copy)
@@ -837,7 +837,7 @@
$(REMOVE_COMMAND) $(REMOVE_COMMAND_OPTIONS) $(CHICKEN_PROGRAM)$(EXE) \
$(CSI_PROGRAM)$(EXE) $(CSC_PROGRAM)$(EXE)
$(CHICKEN_PROFILE_PROGRAM)$(EXE) \
$(CHICKEN_INSTALL_PROGRAM)$(EXE) $(CHICKEN_UNINSTALL_PROGRAM)$(EXE) \
- $(CHICKEN_STATUS_PROGRAM)$(EXE) \
+ $(CHICKEN_STATUS_PROGRAM)$(EXE) $(CHICKEN_SETUP_PROGRAM)$(EXE) \
$(IMPORT_LIBRARIES:%=%.so) $(IMPORT_LIBRARIES:%=%.import.so)
$(MAKE) -f $(SRCDIR)Makefile.$(PLATFORM) NEEDS_RELINKING=no
RUNTIME_LINKER_PATH=$(LIBDIR) install
$(MAKE_WRITABLE_COMMAND) $(CHICKEN_PROGRAM)$(EXE) $(CSI_PROGRAM)$(EXE) \
pgp78yimrKgHw.pgp
Description: PGP signature
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
