-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Has anyone been working on an sbcl port?
I tried a little when 1.0 was released. the build was failed with the error; [...... long build process log ......] *** - The foreign symbol "nl_langinfo" is undefined. Bye. //testing for consistency of first and second GENESIS passes diff: output/genesis-2: No such file or directory error: header files do not match between first and second GENESIS *** Error code 1 Stop in /usr/ports/mystuff/lang/sbcl (line 74 of Makefile). *** Error code 1 Stop in /usr/ports/mystuff/lang/sbcl (line 2055 of /usr/ports/infrastructure/mk/bsd.port.mk). just tried with 1.0.1 again, the same situation. let me know if you want the whole build log. here attached my Makefile for reference. - -- yozo. _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- # $OpenBSD$ # COMMENT= "Steel Bank Common Lisp" VERSION= 1.0.1 DISTNAME= $(PKGNAME)-source PKGNAME= sbcl-$(VERSION) # for libtool-based ports, have a look at WRKBUILD/shared_libs.log as a basis #SHARED_LIBS= ??? CATEGORIES= lang HOMEPAGE= http://www.sbcl.org/ MAINTAINER= Yozo TODA <[EMAIL PROTECTED]> # MIT PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM=Yes PERMIT_DISTFILES_FTP= Yes #WANTLIB= ??? MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/} EXTRACT_SUFX= .tar.bz2 BUILD_DEPENDS= ::lang/clisp CONFIGURE_STYLE= simple CONFIGURE_SCRIPT= make.sh CONFIGURE_ARGS+= clisp do-configure: @echo "==> !! no configuration script !!" do-build: @echo "==> !! building phase simply executes make.sh !!" (cd $(WRKDIST) && ./make.sh clisp) WRKDIST= ${WRKDIR}/${PKGNAME} .include <bsd.port.mk> _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (OpenBSD) iD8DBQFFuRFbbPu8mcw6alMRAomqAJ9u+SGYSaTsevVrhzICCQMYSbg4SwCfX28M KPQEFVj5RUBDTmzC7ilseDc= =06y3 -----END PGP SIGNATURE-----
