Bug#966301: guile oom test fails on ppc64el

2020-08-16 Thread Graham Inggs
Control: found -1 2.2.7+1-5

Adjusting version to the one in testing.



Bug#966301: guile oom test fails on ppc64el

2020-08-07 Thread Sebastian Ramacher
Hi Rob

On 2020-08-01 18:54:05 -0500, Rob Browning wrote:
> Matthias Klose  writes:
> 
> > https://buildd.debian.org/status/fetch.php?pkg=guile-2.2=ppc64el=2.2.7%2B1-5.1=1595497537=0
> >
> > Apparently this is known, and already reported by Debian:
> > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=+29464
> > but no update since 2017.
> >
> > For some reason the test succeeds on the Ubuntu buildds.
> 
> I believe we originally avoided this via 
> 
>   # https://debbugs.gnu.org/29464
>   export DEB_CFLAGS_MAINT_APPEND += -fno-stack-protector
> 
> in debian/rules.  I wonder if that doesn't avoid the problem anymore, or
> somehow the option's no longer making it all the way through.

-fno-stack-protector is still passed through, but doesn't appear to
avoid the issue anymore.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature


Bug#966301: guile oom test fails on ppc64el

2020-08-01 Thread Rob Browning
Matthias Klose  writes:

> https://buildd.debian.org/status/fetch.php?pkg=guile-2.2=ppc64el=2.2.7%2B1-5.1=1595497537=0
>
> Apparently this is known, and already reported by Debian:
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=+29464
> but no update since 2017.
>
> For some reason the test succeeds on the Ubuntu buildds.

I believe we originally avoided this via 

  # https://debbugs.gnu.org/29464
  export DEB_CFLAGS_MAINT_APPEND += -fno-stack-protector

in debian/rules.  I wonder if that doesn't avoid the problem anymore, or
somehow the option's no longer making it all the way through.

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4



Bug#966301: guile oom test fails on ppc64el

2020-07-26 Thread Matthias Klose
Package: src:guile-2.2
Version: 2.2.7+1-5.1
Severity: serious
Tags: sid bullseye

The guile testssuite fails one test on ppc64el:

[...]
wrote
`/<>/cache/guile/ccache/2.2-LE-8-3.A/<>/test-suite/standalone/test-stack-overflow.go'
allocate_stack failed: Cannot allocate memory
allocate_stack failed: Cannot allocate memory
allocate_stack failed: Cannot allocate memory
allocate_stack failed: Cannot allocate memory
allocate_stack failed: Cannot allocate memory
PASS: test-stack-overflow
wrote
`/<>/cache/guile/ccache/2.2-LE-8-3.A/<>/test-suite/standalone/test-out-of-memory.go'
GC Warning: Failed to expand heap by 134348800 bytes
GC Warning: Failed to expand heap by 134217728 bytes
GC Warning: Out of Memory! Heap size: 2 MiB. Returning NULL!
GC Warning: Failed to expand heap by 1000144896 bytes
GC Warning: Failed to expand heap by 113824 bytes
GC Warning: Out of Memory! Heap size: 2 MiB. Returning NULL!
mmap(PROT_NONE) failed
/bin/bash: line 5: 24840 Aborted top_srcdir="../.." srcdir="."
builddir="." CHARSETALIASDIR="/<>/lib" GUILE_AUTO_COMPILE=0
"../../meta/build-env" ${dir}$tst
FAIL: test-out-of-memory
==
1 of 39 tests failed
Please report to bug-gu...@gnu.org


https://buildd.debian.org/status/fetch.php?pkg=guile-2.2=ppc64el=2.2.7%2B1-5.1=1595497537=0

Apparently this is known, and already reported by Debian:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=+29464
but no update since 2017.

For some reason the test succeeds on the Ubuntu buildds.