unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* swig failure on aarch64 on core-updates
@ 2018-11-18  7:35 Efraim Flashner
  2018-11-20  9:18 ` Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2018-11-18  7:35 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1164 bytes --]

From the build log with --cores=1

checking guile testcase template_whitespace
checking guile testcase threads
checking guile testcase threads_exception
checking guile testcase throw_exception (with run test)
free(): invalid pointer
/gnu/store/3dzvi613nf3fz42rabksw6svslvanfz7-bash-minimal-4.4.23/bin/sh: line 1: 21784 Aborted                 (core dumped) env GUILE_AUTO_COMPILE=0 LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH /gnu/store/7pb9ywfzvr8jwgykpj52vfd8d6kimc3w-guile-2.0.14/bin/guile -l .
/throw_exception_runme.scm
make[1]: *** [Makefile:36: throw_exception.cpptest] Error 134
checking guile testcase typedef_array_member
checking guile testcase typedef_class
checking guile testcase typedef_funcptr
checking guile testcase typedef_inherit (with run test)
checking guile testcase typedef_mptr

I don't see anything upstream about this, so I figured I'd post it here
first. This happens with and without the fix-swig-for-i686 patch.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: swig failure on aarch64 on core-updates
  2018-11-18  7:35 swig failure on aarch64 on core-updates Efraim Flashner
@ 2018-11-20  9:18 ` Efraim Flashner
  2018-11-22  8:56   ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2018-11-20  9:18 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1403 bytes --]

On Sun, Nov 18, 2018 at 09:35:51AM +0200, Efraim Flashner wrote:
> From the build log with --cores=1
> 
> checking guile testcase template_whitespace
> checking guile testcase threads
> checking guile testcase threads_exception
> checking guile testcase throw_exception (with run test)
> free(): invalid pointer
> /gnu/store/3dzvi613nf3fz42rabksw6svslvanfz7-bash-minimal-4.4.23/bin/sh: line 1: 21784 Aborted                 (core dumped) env GUILE_AUTO_COMPILE=0 LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH /gnu/store/7pb9ywfzvr8jwgykpj52vfd8d6kimc3w-guile-2.0.14/bin/guile -l .
> /throw_exception_runme.scm
> make[1]: *** [Makefile:36: throw_exception.cpptest] Error 134
> checking guile testcase typedef_array_member
> checking guile testcase typedef_class
> checking guile testcase typedef_funcptr
> checking guile testcase typedef_inherit (with run test)
> checking guile testcase typedef_mptr
> 
> I don't see anything upstream about this, so I figured I'd post it here
> first. This happens with and without the fix-swig-for-i686 patch.
> 

I don't know what's different about today, but swig built with no
problems while I was test building my profile on core-updates.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: swig failure on aarch64 on core-updates
  2018-11-20  9:18 ` Efraim Flashner
@ 2018-11-22  8:56   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2018-11-22  8:56 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: guix-devel

Efraim Flashner <efraim@flashner.co.il> skribis:

> On Sun, Nov 18, 2018 at 09:35:51AM +0200, Efraim Flashner wrote:
>> From the build log with --cores=1
>> 
>> checking guile testcase template_whitespace
>> checking guile testcase threads
>> checking guile testcase threads_exception
>> checking guile testcase throw_exception (with run test)
>> free(): invalid pointer
>> /gnu/store/3dzvi613nf3fz42rabksw6svslvanfz7-bash-minimal-4.4.23/bin/sh: line 1: 21784 Aborted                 (core dumped) env GUILE_AUTO_COMPILE=0 LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH /gnu/store/7pb9ywfzvr8jwgykpj52vfd8d6kimc3w-guile-2.0.14/bin/guile -l .
>> /throw_exception_runme.scm
>> make[1]: *** [Makefile:36: throw_exception.cpptest] Error 134
>> checking guile testcase typedef_array_member
>> checking guile testcase typedef_class
>> checking guile testcase typedef_funcptr
>> checking guile testcase typedef_inherit (with run test)
>> checking guile testcase typedef_mptr
>> 
>> I don't see anything upstream about this, so I figured I'd post it here
>> first. This happens with and without the fix-swig-for-i686 patch.
>> 
>
> I don't know what's different about today, but swig built with no
> problems while I was test building my profile on core-updates.

The thing actually aborted (SIGABRT):

--8<---------------cut here---------------start------------->8---
scheme@(guile-user)> (status:term-sig 134)
$3 = 6
scheme@(guile-user)> SIGABRT
$4 = 6
--8<---------------cut here---------------end--------------->8---

So I guess this could have been caused by an OOM condition.

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-22  9:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-18  7:35 swig failure on aarch64 on core-updates Efraim Flashner
2018-11-20  9:18 ` Efraim Flashner
2018-11-22  8:56   ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).