Bug#884750: happy: stage1 build profile FTBFS

Manuel A. Fernandez Montecelo mafm at debian.org
Fri Aug 17 16:16:25 BST 2018


Source: happy
Version: 1.19.9-4
Followup-For: Bug #884750
User: debian-riscv at lists.debian.org
Usertags: riscv64

Hi,

As Adrian said, this was still failing recently when bootstrapping riscv64.

We were working on it in parallel by mistake, and I attach the patch that I got,
basically the same.

I reported the problem to src:alex in: https://bugs.debian.org/906434


Thanks and cheers.
--
Manuel A. Fernandez Montecelo <mafm at debian.org>
-------------- next part --------------
diff -Nru happy-1.19.9/debian/changelog happy-1.19.9/debian/changelog
--- happy-1.19.9/debian/changelog	2018-07-14 20:20:35.000000000 +0200
+++ happy-1.19.9/debian/changelog	2018-07-24 23:07:48.000000000 +0200
@@ -1,3 +1,10 @@
+happy (1.19.9-4~0.riscv64.1) unreleased; urgency=medium
+
+  * Non-maintainer upload.
+  * Bootstrap for riscv64
+
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Tue, 24 Jul 2018 23:07:48 +0200
+
 happy (1.19.9-4) unstable; urgency=medium
 
   * Set Rules-Requires-Root to no.
diff -Nru happy-1.19.9/debian/rules happy-1.19.9/debian/rules
--- happy-1.19.9/debian/rules	2018-04-09 21:06:48.000000000 +0200
+++ happy-1.19.9/debian/rules	2018-07-24 23:07:48.000000000 +0200
@@ -17,7 +17,7 @@
 DEB_SETUP_GHC_CONFIGURE_ARGS += --with-happy=/bin/true
 
 cleanbuilddir/happy::
-	cp -a dist/build/happy/happy-tmp/*.hs src/
+#	cp -a dist/build/happy/happy-tmp/*.hs src/
 endif
 
 clean::


More information about the Pkg-haskell-maintainers mailing list