Bug#883778: problems building guile-2.0 on armel

2019-01-02 Thread Rob Browning
Kurt Roeckx  writes:

> I've enabled guile-2.0 and 2.2 again on armel yesterday, and it
> seems to build without issues now.

Nice!  And thanks much.

-- 
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#883778: problems building guile-2.0 on armel

2019-01-02 Thread Kurt Roeckx
I've enabled guile-2.0 and 2.2 again on armel yesterday, and it
seems to build without issues now.



Bug#883778: problems building guile-2.0 on armel

2018-10-02 Thread Rob Browning
Jeremy Bicha  writes:

> Does this issue still affect guile-2.2?
>
> https://buildd.debian.org/status/package.php?p=guile-2.2
>
> Because guile-2.2 was never built on armel but guile-2.0 was, this is
> blocking aisleriot and other packages from migrating to Testing.

Not sure, but we may find out soonish:
https://lists.debian.org/debian-arm/2018/09/msg00059.html

-- 
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



Processed: Re: Bug#883778: problems building guile-2.0 on armel

2018-09-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> affects 883778 src:guile-2.2
Bug #883778 [guile-2.0] problems building guile-2.0 on armel
Added indication that 883778 affects src:guile-2.2
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
883778: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883778
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#883778: problems building guile-2.0 on armel

2018-09-19 Thread Jeremy Bicha
Control: affects -1 guile-2.2

Does this issue still affect guile-2.2?

https://buildd.debian.org/status/package.php?p=guile-2.2

Because guile-2.2 was never built on armel but guile-2.0 was, this is
blocking aisleriot and other packages from migrating to Testing.

Thanks,
Jeremy Bicha



Processed: Re: Bug#883778: problems building guile-2.0 on armel

2018-09-19 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 guile-2.2
Bug #883778 [guile-2.0] problems building guile-2.0 on armel
Added indication that 883778 affects guile-2.2

-- 
883778: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883778
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#883778: problems building guile-2.0 on armel

2017-12-11 Thread Steve McIntyre
On Fri, Dec 08, 2017 at 05:32:38PM -0600, Rob Browning wrote:
>Steve McIntyre  writes:
>
>> Interestingly, in armhf mode the package builds just fine on the same
>> type of hardware (built ok on hoiby). Wondering what on earth is going
>> on...
>
>Agreed.
>
>For what it's worth, the only change between -4 and -5 should be this.
>
>diff --git a/libguile/threads.c b/libguile/threads.c
>index dcbd24d91..0f688c3fb 100644
>--- a/libguile/threads.c
>+++ b/libguile/threads.c
>@@ -552,6 +552,7 @@ guilify_self_1 (struct GC_stack_base *base)
>   t.base = base->mem_base;
> #ifdef __ia64__
>   t.register_backing_store_base = base->reg_base;
>+  t.pending_rbs_continuation = 0;
> #endif
>   t.continuation_root = SCM_EOL;
>   t.continuation_base = t.base;

ACK. Adrian (in CC) was pondering if it might be a (new) toolchain
issue.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
There's no sensation to compare with this
Suspended animation, A state of bliss



Bug#883778: problems building guile-2.0 on armel

2017-12-08 Thread Rob Browning
Steve McIntyre  writes:

> Interestingly, in armhf mode the package builds just fine on the same
> type of hardware (built ok on hoiby). Wondering what on earth is going
> on...

Agreed.

For what it's worth, the only change between -4 and -5 should be this.

diff --git a/libguile/threads.c b/libguile/threads.c
index dcbd24d91..0f688c3fb 100644
--- a/libguile/threads.c
+++ b/libguile/threads.c
@@ -552,6 +552,7 @@ guilify_self_1 (struct GC_stack_base *base)
   t.base = base->mem_base;
 #ifdef __ia64__
   t.register_backing_store_base = base->reg_base;
+  t.pending_rbs_continuation = 0;
 #endif
   t.continuation_root = SCM_EOL;
   t.continuation_base = t.base;

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#883778: problems building guile-2.0 on armel

2017-12-07 Thread Steve McIntyre
Package: guile-2.0
Version: 2.0.13+1-5
Severity: serious

Hi.

Putting this information into the BTS for posterity...

Trying to build guile-2.0/armel is currently crashing our buildds and
porter box. See

  https://buildd.debian.org/status/package.php?p=guile-2.0&suite=sid

at the moment - hartmann tried to build the package, but
crashed. Adrian Bunk says he's tried to build it on abel too, and that
caused the same issue. I've just tried a local rebuild here on the
same hardware as the buildds (Marvell Armada XP) and I see the same
issue. Unfortunately, there's no diagnostic output I can share. The
machine simply died overnight without even any kernel messages to show
for it.

I was also running top and displaying CPU temperature in a loop during
the build, with no problems shown at the point of failure.

Interestingly, in armhf mode the package builds just fine on the same
type of hardware (built ok on hoiby). Wondering what on earth is going
on...


-- System Information:
Debian Release: 9.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-debug'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages guile-2.0 depends on:
ii  guile-2.0-libs  2.0.13+1-4

guile-2.0 recommends no packages.

Versions of packages guile-2.0 suggests:
pn  guile-2.0-doc  

-- no debconf information