* bio package star
@ 2016-07-07 5:52 Efraim Flashner
2016-07-07 5:57 ` Ben Woodcroft
0 siblings, 1 reply; 5+ messages in thread
From: Efraim Flashner @ 2016-07-07 5:52 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 501 bytes --]
http://hydra.gnu.org/build/1295673/log/raw Star currently fails to build
on i686. Looking at the logs, it freaks out at an unsigned long int,
__uint128_t, which as far as I know isn't supported on 32-bit systems,
so it looks to me like we should disable support for i686 and armhf.
--
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: 819 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bio package star
2016-07-07 5:52 bio package star Efraim Flashner
@ 2016-07-07 5:57 ` Ben Woodcroft
2016-07-07 7:07 ` Ricardo Wurmus
0 siblings, 1 reply; 5+ messages in thread
From: Ben Woodcroft @ 2016-07-07 5:57 UTC (permalink / raw)
To: Efraim Flashner, guix-devel
On 07/07/16 15:52, Efraim Flashner wrote:
> http://hydra.gnu.org/build/1295673/log/raw Star currently fails to build
> on i686. Looking at the logs, it freaks out at an unsigned long int,
> __uint128_t, which as far as I know isn't supported on 32-bit systems,
> so it looks to me like we should disable support for i686 and armhf.
Agreed, it seems likely that this bionformatics tool never worked on
these systems. I will disable builds for these platforms.
Thanks for the pick-up.
ben
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bio package star
2016-07-07 5:57 ` Ben Woodcroft
@ 2016-07-07 7:07 ` Ricardo Wurmus
2016-07-08 12:16 ` Ben Woodcroft
0 siblings, 1 reply; 5+ messages in thread
From: Ricardo Wurmus @ 2016-07-07 7:07 UTC (permalink / raw)
To: Ben Woodcroft; +Cc: guix-devel
Ben Woodcroft <b.woodcroft@uq.edu.au> writes:
> On 07/07/16 15:52, Efraim Flashner wrote:
>> http://hydra.gnu.org/build/1295673/log/raw Star currently fails to build
>> on i686. Looking at the logs, it freaks out at an unsigned long int,
>> __uint128_t, which as far as I know isn't supported on 32-bit systems,
>> so it looks to me like we should disable support for i686 and armhf.
>
> Agreed, it seems likely that this bionformatics tool never worked on
> these systems. I will disable builds for these platforms.
Thank you. This seems to be the right approach for now. Maybe we
should also file a bug report upstream? At least we’ll know if they
would be willing to support systems other than x86_64.
~~ Ricardo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bio package star
2016-07-07 7:07 ` Ricardo Wurmus
@ 2016-07-08 12:16 ` Ben Woodcroft
2016-07-08 12:24 ` Ricardo Wurmus
0 siblings, 1 reply; 5+ messages in thread
From: Ben Woodcroft @ 2016-07-08 12:16 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: guix-devel
On 07/07/16 17:07, Ricardo Wurmus wrote:
> Ben Woodcroft <b.woodcroft@uq.edu.au> writes:
>
>> On 07/07/16 15:52, Efraim Flashner wrote:
>>> http://hydra.gnu.org/build/1295673/log/raw Star currently fails to build
>>> on i686. Looking at the logs, it freaks out at an unsigned long int,
>>> __uint128_t, which as far as I know isn't supported on 32-bit systems,
>>> so it looks to me like we should disable support for i686 and armhf.
>> Agreed, it seems likely that this bionformatics tool never worked on
>> these systems. I will disable builds for these platforms.
> Thank you. This seems to be the right approach for now. Maybe we
> should also file a bug report upstream? At least we’ll know if they
> would be willing to support systems other than x86_64.
Pushed as 'c11f79a'.
I decided not to file a bug report since I noted that the README
specifies that a 64 bit system is required.
Thanks,
ben
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bio package star
2016-07-08 12:16 ` Ben Woodcroft
@ 2016-07-08 12:24 ` Ricardo Wurmus
0 siblings, 0 replies; 5+ messages in thread
From: Ricardo Wurmus @ 2016-07-08 12:24 UTC (permalink / raw)
To: Ben Woodcroft; +Cc: guix-devel
Ben Woodcroft <b.woodcroft@uq.edu.au> writes:
> On 07/07/16 17:07, Ricardo Wurmus wrote:
>> Ben Woodcroft <b.woodcroft@uq.edu.au> writes:
>>
>>> On 07/07/16 15:52, Efraim Flashner wrote:
>>>> http://hydra.gnu.org/build/1295673/log/raw Star currently fails to build
>>>> on i686. Looking at the logs, it freaks out at an unsigned long int,
>>>> __uint128_t, which as far as I know isn't supported on 32-bit systems,
>>>> so it looks to me like we should disable support for i686 and armhf.
>>> Agreed, it seems likely that this bionformatics tool never worked on
>>> these systems. I will disable builds for these platforms.
>> Thank you. This seems to be the right approach for now. Maybe we
>> should also file a bug report upstream? At least we’ll know if they
>> would be willing to support systems other than x86_64.
>
> Pushed as 'c11f79a'.
Thanks!
> I decided not to file a bug report since I noted that the README
> specifies that a 64 bit system is required.
Seems reasonable to me. It’s a little sad that in bioinformatics x86_64
is used almost exclusively and very few tools work with any other
architecture.
~~ Ricardo
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-07-08 12:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-07 5:52 bio package star Efraim Flashner
2016-07-07 5:57 ` Ben Woodcroft
2016-07-07 7:07 ` Ricardo Wurmus
2016-07-08 12:16 ` Ben Woodcroft
2016-07-08 12:24 ` Ricardo Wurmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.