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

Re: Bug#535267: sks: FTBFS with latest ocaml-nox



tags 535267 + patch
thanks

sks is going to block the OCaml 3.11.1 transition.

Attached is a patch that fixes the FTBFS. I am not able to reproduce
#535469, so I don't know whether it is fixed by a mere recompilation.

I suggest to proceed with the NMU anyway if there is no news from sks
maintainers. It will have to be removed from testing, though, if #535469
is still relevant when the testing migration is ready.


Cheers,

-- 
Stéphane
diff -u sks-1.1.0/debian/rules sks-1.1.0/debian/rules
--- sks-1.1.0/debian/rules
+++ sks-1.1.0/debian/rules
@@ -35,7 +35,6 @@
 build: debug configure-stamp build-stamp
 build-stamp: $(patched)
 	dh_testdir
-	cat /usr/lib/ocaml/*/native-archs
 	cd $(BUILD_TREE) && $(MAKE) DEBCFLAGS="$(DEBCFLAGS)" $(all)
 	touch build-stamp
 
diff -u sks-1.1.0/debian/changelog sks-1.1.0/debian/changelog
--- sks-1.1.0/debian/changelog
+++ sks-1.1.0/debian/changelog
@@ -1,3 +1,11 @@
+sks (1.1.0-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove reference to native-arch in old OCaml standard library path
+    (Closes: #535267)
+
+ -- Stephane Glondu <steph@glondu.net>  Fri, 10 Jul 2009 17:01:48 +0200
+
 sks (1.1.0-5) unstable; urgency=low
 
   * Check spool directories for existance (Thanks to Filippo Giunchedi

Reply to: