Your message dated Tue, 27 Dec 2022 16:09:40 +0100
with message-id <6365018.DvuYhMxLoT@grummly>
and subject line Not reproducible
has caused the Debian Bug report #898638,
regarding verdigris: Reduce tests' memory usage on limited archs
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.)


-- 
898638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898638
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: verdigris
Version: 1.0-1
Severity: important
Tags: patch

Hi! Marking this as important because it prevents verdigris from being built in 
mips.

The current test suite of verdigris makes a havey memory usage for some archs. 
The
way to reduce this is reducing debugging symbols on thise archs, which for tests
is just OK.

Here is a patch by Adrian Bunk:

--- debian/rules.old    2018-05-13 08:28:51.581772929 +0000
+++ debian/rules        2018-05-13 08:30:15.391768205 +0000
@@ -4,6 +4,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+# less debug info to avoid running out of address space
+ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel))
+    export DEB_CXXFLAGS_MAINT_APPEND += -g1
+endif
+
 export QT_SELECT=qt5
 
 %:

Kinds regards, Lisandro.


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'buildd-unstable'), (500, 'testing'), (500, 'stable'), 
(1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.16.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8), 
LANGUAGE=es_AR:es (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--- End Message ---
--- Begin Message ---
control: tags -1 + unreproducible

Not an issue anymore, arch:all packages are built on x86 builders.

--- End Message ---
_______________________________________________
pkg-kde-extras mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-kde-extras

Reply via email to