unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Error building linux-libre on Overdrive 1000
@ 2019-04-09 14:37 Tobias Geerinckx-Rice
  2019-04-09 18:18 ` Andreas Enge
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-04-09 14:37 UTC (permalink / raw)
  To: Guix-devel

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

Guix,

‘guix system init’ fails for me in the following way on the 
following version:

  $ guix describe
  Generation 4    Apr 08 2019 23:29:08    (current)                                 
  guix 2afb793                                                                    
    repository URL: https://git.savannah.gnu.org/git/guix.git                     
    branch: master                                                                
    commit: 2afb79392d39df05e5b285ea46dd59eafb0616d8                              

I'd attach the system configuration, but it's basically the one 
from guix-maintenance/hydra/overdrive.scm.  There's nothing custom 
about the kernel.

Kind regards,

T G-R

--- 8< ---

In file included from 
/gnu/store/im7irb1qnmvwypz53dxv5i75wy94dcz5-glibc-2.28/inc
lude/stdint.h:34:0,
                 from 
                 /gnu/store/7ykq1909hf7jgkvqcxdz7r0dglnbx005-gcc-7.4.0-lib/
lib/gcc/aarch64-unknown-linux-gnu/7.4.0/include/arm_neon.h:33,
In file included from 
/gnu/store/im7irb1qnmvwypz53dxv5i75wy94dcz5-glibc-2.28/inc
lude/stdint.h:34:0,
                 from 
                 /gnu/store/7ykq1909hf7jgkvqcxdz7r0dglnbx005-gcc-7.4.0-lib/ 
h:27:19: error: conflicting types for 'int64_t'                                   
 typedef __int64_t int64_t;                                                       
                   ^~~~~~~                                                        
In file included from ./include/linux/list.h:5:0,                                 
                 from ./include/linux/module.h:9,                                 
                 from arch/arm64/lib/xor-neon.c:13:                               
./include/linux/types.h:114:15: note: previous declaration of 
'int64_t' was here  
 typedef s64   int64_t;                                                           
               ^~~~~~~                                                            
lude/stdint.h:37:0,                                                               
lib/gcc/aarch64-unknown-linux-gnu/7.4.0/include/arm_neon.h:33,                    
                 from 
                 ./arch/arm64/include/asm/neon-intrinsics.h:36,              
                 from arch/arm64/lib/xor-neon.c:14:                               
.h:27:20: error: conflicting types for 'uint64_t'                                 
 typedef __uint64_t uint64_t;                                                     
                    ^~~~~~~~                                                      
In file included from ./include/linux/list.h:5:0,                                 
                 from ./include/linux/module.h:9,                                 
                 from arch/arm64/lib/xor-neon.c:13:                               
e                                                                                 
 typedef u64   uint64_t;                                                          
               ^~~~~~~~                                                           
make[1]: *** [scripts/Makefile.build:283: 
arch/arm64/lib/xor-neon.o] Error 1      
make: *** [Makefile:1066: arch/arm64/lib] Error 2                                 
make: *** Waiting for unfinished jobs....                                         

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

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

* Re: Error building linux-libre on Overdrive 1000
  2019-04-09 14:37 Error building linux-libre on Overdrive 1000 Tobias Geerinckx-Rice
@ 2019-04-09 18:18 ` Andreas Enge
  2019-04-09 19:37   ` Tobias Geerinckx-Rice
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Enge @ 2019-04-09 18:18 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: Guix-devel, bug-guix

On Tue, Apr 09, 2019 at 04:37:09PM +0200, Tobias Geerinckx-Rice wrote:
> ‘guix system init’ fails for me in the following way on the following
> version:
> 
>  $ guix describe
>  Generation 4    Apr 08 2019 23:29:08    (current)
> guix 2afb793
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: master
> commit: 2afb79392d39df05e5b285ea46dd59eafb0616d8
> 
> I'd attach the system configuration, but it's basically the one from
> guix-maintenance/hydra/overdrive.scm.  There's nothing custom about the
> kernel.

I confirm after just trying to reconfigure, with commit
36dbad3858ca4229e9ec319bd4983fca7835067d.
Cc-ing the bug tracker.

Andreas

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

* Re: Error building linux-libre on Overdrive 1000
  2019-04-09 18:18 ` Andreas Enge
@ 2019-04-09 19:37   ` Tobias Geerinckx-Rice
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-04-09 19:37 UTC (permalink / raw)
  To: Andreas Enge; +Cc: Guix-devel, 35210

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

Andreas,

Andreas Enge wrote:
> I confirm after just trying to reconfigure, with commit
> 36dbad3858ca4229e9ec319bd4983fca7835067d.
> Cc-ing the bug tracker.

Thanks!  I wasn't expecting to hit an ‘actual’ bug.  Yaay.

Kind regards,

T G-R

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

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

end of thread, other threads:[~2019-04-09 19:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-09 14:37 Error building linux-libre on Overdrive 1000 Tobias Geerinckx-Rice
2019-04-09 18:18 ` Andreas Enge
2019-04-09 19:37   ` Tobias Geerinckx-Rice

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