[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Built jade



This is what I had to do to get jade to build on merulo last night.
The debian/rules diff is to cure building it with fakeroot.  The other...
no idea, it said `duplicate deefinition', so I diked it out.  bdale tells
me there's new compilers on merulo now, so I'll give it another try,
without this patch.

I'll upload it before katie today, hopefully, as that will unstick a
pile of packages.

diff -ur jade-1.2.1/debian/rules jade-mine/debian/rules
--- jade-1.2.1/debian/rules	Mon Jul  2 11:13:47 2001
+++ jade-mine/debian/rules	Sun Jul  1 20:01:15 2001
@@ -296,12 +296,12 @@
 	dh_installdeb -a
 
 #	 put it all together
-	cd $(prefix-libsp1)/usr/lib && LD_LIBRARY_PATH=.		\
+	cd $(prefix-libsp1)/usr/lib && LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):. \
 	  dpkg-shlibdeps -pshlibs-$(pkg-libsp1) -O lib*.so.*.*	 	\
 	  >> $(SRCDIR)/debian/substvars
-	LD_LIBRARY_PATH=$(prefix-libsp1)/usr/lib			\
+	LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):$(prefix-libsp1)/usr/lib	\
 	  dpkg-shlibdeps -pshlibs-$(pkg-sp) $(bindir-sp)/*
-	LD_LIBRARY_PATH=$(prefix-libsp1)/usr/lib			\
+	LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):$(prefix-libsp1)/usr/lib	\
 	  dpkg-shlibdeps -pshlibs-$(pkg-jade) $(bindir-jade)/*
 #	 make control files, derive sp and sp-dev versions
 	dpkg-gencontrol -isp -p$(pkg-sp) -P$(prefix-sp)			\
diff -ur jade-1.2.1/lib/parser_inst.cxx jade-mine/lib/parser_inst.cxx
--- jade-1.2.1/lib/parser_inst.cxx	Mon Jul  2 11:13:47 2001
+++ jade-mine/lib/parser_inst.cxx	Sun Jul  1 19:17:09 2001
@@ -1648,7 +1648,7 @@
 #pragma define(Vector<long unsigned int>)
 #else
 #ifdef SP_ANSI_CLASS_INST
-template class Vector<long unsigned int>;
+// template class Vector<long unsigned int>;
 #else
 typedef Vector<long unsigned int> Dummy_120;
 #endif



Reply to: