Your message dated Tue, 04 Aug 2020 18:17:07 +0200 with message-id <159655782741.3026743.8860163526858369106@auryn.jones.dk> 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 owner@bugs.debian.org immediately.) -- 967901: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=967901 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: lower memory usage for riscv build
- From: Sebastien Bacher <seb128@ubuntu.com>
- Date: Tue, 4 Aug 2020 17:29:21 +0200
- Message-id: <[🔎] ec4ddb15-b3d8-20c6-e1c1-ea5354aab01a@ubuntu.com>
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 <seb128@debian.org> 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 ---
- To: 967901-done@bugs.debian.org
- Subject: Re: Bug#967901: lower memory usage for riscv build
- From: Jonas Smedegaard <jonas@jones.dk>
- Date: Tue, 04 Aug 2020 18:17:07 +0200
- Message-id: <159655782741.3026743.8860163526858369106@auryn.jones.dk>
- Reply-to: 967901@bugs.debian.org
- In-reply-to: <[🔎] ec4ddb15-b3d8-20c6-e1c1-ea5354aab01a@ubuntu.com>
- References: <[🔎] ec4ddb15-b3d8-20c6-e1c1-ea5354aab01a@ubuntu.com>
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 privateAttachment: signature.asc
Description: signature
--- End Message ---