[fpc-devel] Can't build 1.9.8
Peter Vreman
peter at freepascal.org
Sun Mar 20 19:02:06 CET 2005
> Hi all,
>
> As 1.9.6 has finally entered Debian, I'm now working on packages for
Why is the debian diff for 1.9.6 so big? It looks like it contains the
same files that are also available in install/doc and install/debian in
the original fpc sources and in cvs.
If you want to get a tar.gz.orig file you can use 'make debtargz' in the
top dir of FPC.
> 1.9.8. However, by the time I try to compile the RTL, I get makefile
> errors which I didn't with 1.9.6. Here's the relevant output:
> `/home/claviola/code/debian/packages/freepascal/fpc/build/fpc-1.9.8/rtl/linux'
> /usr/bin/fpcmake -p -Ti386-linux Makefile.fpc
> Processing Makefile.fpc
> Error: No targets set
> make[3]: *** [fpc_install] Error 1
Already fixed in current CVS:
RCS file: /FPC/CVS/fpc/install/debian/rules,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- rules 6 Feb 2005 22:13:15 -0000 1.21
+++ rules 7 Mar 2005 18:10:25 -0000 1.22
@@ -54,9 +54,10 @@
# Get utils
NEWPP=$(PWD)/compiler/$(PPNEW)
NEWFPDOC=$(PWD)/utils/fpdoc/fpdoc
+NEWFPCMAKE=$(PWD)/utils/fpcm/fpcmake
# Create default options
BUILDOPTS=PP=$(NEWPP)
-INSTALLOPTS=PP=$(NEWPP) INSTALL_PREFIX=$(INSTALL_DIR)/usr
+INSTALLOPTS=PP=$(NEWPP) FPCMAKE=$(NEWFPCMAKE)
INSTALL_PREFIX=$(INSTALL_DIR)/usr
export DH_COMPAT=2
# export DH_VERBOSE=1
More information about the fpc-devel
mailing list