$(includedir) var its not on the BASE_CPPFLAGS parameter in the Makefile.in file, so, you can't compile a scheme script (.scm file) because you need checken.h header file to do this. Few months before I was report this "bug" but the new maintainer drop this patch. Check this please: http://www.freebsd.org/cgi/query-pr.cgi?pr=80219 Fix: Add $(includedir) var on BASE_CPPFLAGS parameter in the Makefile.in file. This is the patch: INCLUDES = $(BASE_CPPFLAGS) -DC_NO_PIC_NO_DLL--ur5ZSJjEOZCGAiOkAPvab7AW7f13U8E3dHGHV5LcAz6VZfEi Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.in.orig Sun Sep 25 15:49:35 2005 +++ Makefile.in Sun Sep 25 15:50:06 2005 @@ -201,7 +201,7 @@ # use -DC_NO_PIC_NO_DLL ... -DC_NO_PIC_NO_DLL is only for libtool # compiles BASE_CPPFLAGS = -DC_STACK_GROWS_DOWNWARD=$(STACK_GROWS_DOWNWARD) -DC_INSTALL_LIB_HOME='"$(pkglibdir)"' \ - -DC_INSTALL_HOME='"$(pkgdatadir)"' -DC_USE_C_DEFAULTS + -DC_INSTALL_HOME='"$(pkgdatadir)"' -DC_USE_C_DEFAULTS -I$(includedir) How-To-Repeat: Try to compile something.
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs I am assuming that this is a ports bug and that it is about lang/chicken. There are very few FreeBSD Problem Reports that really belong in the 'misc' category, and most of them have to do with toolchain/build issues.
Dear maintainer of FreeBSD port lang/chicken, please take a look at http://www.freebsd.org/cgi/query-pr.cgi?q=86565 Do you approve restoring that patch? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org>
State Changed From-To: open->feedback Asked maintainer for approval
Responsible Changed From-To: freebsd-ports-bugs->pav Track
On Sun, 02 Oct 2005 22:12:33 +0200 Pav Lucistnik <pav@FreeBSD.org> wrote: > Dear maintainer of FreeBSD port lang/chicken, please take a look at > > http://www.freebsd.org/cgi/query-pr.cgi?q=86565 > > Do you approve restoring that patch? > > -- > Pav Lucistnik <pav@oook.cz> > <pav@FreeBSD.org> > I approve the patch. Best Regards, Ale
State Changed From-To: feedback->closed Committed, thanks!