Your message dated Tue, 04 Aug 2020 18:17:07 +0200
with message-id <[email protected]>
and subject line Re: Bug#967901: lower memory usage for riscv build
has caused the Debian Bug report #967901,
regarding lower memory usage for riscv build in ubuntu
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
967901: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=967901
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pandoc
Version: 2.9.1.1-3
Tags: patch
Could you add riscv64 to the list of architecture where build needs a
reduced memory usage? The change has been added to Ubuntu and is the
only delta between the distribution
Thanks
diff -Nru pandoc-2.9.1.1/debian/changelog pandoc-2.9.1.1/debian/changelog
--- pandoc-2.9.1.1/debian/changelog 2020-07-30 15:31:00.000000000 +0200
+++ pandoc-2.9.1.1/debian/changelog 2020-08-04 17:10:56.000000000 +0200
@@ -1,3 +1,9 @@
+pandoc (2.9.1.1-4) unstable; urgency=medium
+
+ * debian/rules: reduce compile-time memory utilization on riscv
+
+ -- Sebastien Bacher <[email protected]> Tue, 04 Aug 2020 17:10:56 +0200
+
pandoc (2.9.1.1-3) unstable; urgency=medium
* tune build for weak targets:
diff -Nru pandoc-2.9.1.1/debian/rules pandoc-2.9.1.1/debian/rules
--- pandoc-2.9.1.1/debian/rules 2020-07-30 15:22:39.000000000 +0200
+++ pandoc-2.9.1.1/debian/rules 2020-08-04 17:10:56.000000000 +0200
@@ -178,7 +178,7 @@
DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="+RTS -V0 -RTS"
# Reduce compile-time memory utilization on low-memory architectures
-ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf hppa mips mipsel))
+ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf hppa mips mipsel riscv64))
DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10 -O0"
endif
--- End Message ---
--- Begin Message ---
Control: tags -1 wontfix
Quoting Sebastien Bacher (2020-08-04 17:29:21)
> Could you add riscv64 to the list of architecture where build needs a
> reduced memory usage? The change has been added to Ubuntu and is the
> only delta between the distribution
Sorry, no.
We do not need that in Debian, and I will not carry patches in Debian
unique to downstream derivatives: When a derivative distribution choose
to be different from Debian then it is on them to carry the burden of
maintaining such delta.
- Jonas
--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/
[x] quote me freely [ ] ask before reusing [ ] keep private
signature.asc
Description: signature
--- End Message ---