bug#39369: re-exporting local variable: iota

2020-01-31 Thread Julien Lepiller
Hi, I get this error when building a module-import-compiled on a guix from 
January 28 (so after the previous fix of the same symptoms). This is when 
running `guix build cat-avatar-generator`.

Thank you :)





bug#39370: Dovecot does not build on arm

2020-01-31 Thread Julien Lepiller
Hi,

Our dovecot fails its tests on armhf and aarch64.





bug#39374: Failing channels and graph on 1.0.1.10297-c5bbcb

2020-01-31 Thread Ellen Papsch
Hello,

I have installed GuixSD today with the attached config.scm and followed
the "Contributing" chapter of the manual and executed the test suite,
which results in two lone errors. I assume the errors are not due
misconfiguration, although the messages don't tell me much, I could be
mistaken.

Best regards
Ellen
;; This is an operating system configuration generated
;; by the graphical installer.

(use-modules (gnu))
(use-service-modules desktop networking ssh xorg)

(operating-system
  (locale "de_DE.utf8")
  (timezone "Europe/Berlin")
  (keyboard-layout
(keyboard-layout "de" "nodeadkeys"))
  (bootloader
(bootloader-configuration
  (bootloader grub-bootloader)
  (target "/dev/sda")
  (keyboard-layout keyboard-layout)))
  (swap-devices (list "/dev/sda1"))
  (file-systems
(cons* (file-system
 (mount-point "/")
 (device
   (uuid "b0ad2645-d28e-4109-94eb-72860c8edebf"
 'ext4))
 (type "ext4"))
   %base-file-systems))
  (host-name "pluto")
  (users (cons* (user-account
  (name "ep")
  (comment "Ellen Papsch")
  (group "users")
  (home-directory "/home/ep")
  (supplementary-groups
'("wheel" "netdev" "audio" "video")))
%base-user-accounts))
  (packages
(append
  (list (specification->package "evolution-data-server")
(specification->package "nss-certs"))
  %base-packages))
  (services
(append
  (list (service gnome-desktop-service-type)
(set-xorg-configuration
  (xorg-configuration
(keyboard-layout keyboard-layout
  %desktop-services)))


test-suite.log.gz
Description: application/gzip


bug#39377: guix search reports bad location for bytestructures

2020-01-31 Thread Matt Wette

I'm using guix-1.0.1 on Fedora 30, x86_64.

I wanted to get module spec for bytestructures, but failed:
location points to (guix packages), but it's actually in (gnu packages 
guile).


$ guix search bytestructures
name: guile3.0-bytestructures
version: 1.0.7
outputs: out
systems: x86_64-linux i686-linux
dependencies: autoconf@2.69 automake@1.16.1 guile-next@3.0.0 
pkg-config@0.29.2

location: guix/packages.scm:880:11
homepage: https://github.com/TaylanUB/scheme-bytestructures
license: GPL 3+
synopsis: Structured access to bytevector contents for Guile
description: Guile bytestructures offers a system imitating the type 
system of
+ the C programming language, to be used on bytevectors.  C's type 
system works
+ on raw memory, and Guile works on bytevectors which are an abstraction 
over
+ raw memory.  It's also more powerful than the C type system, elevating 
types

+ to first-class status.
relevance: 6

$ guix repl
scheme@(guix-user)> guile3.0-bytestructures
;;; : warning: possibly unbound variable 
`guile3.0-bytestructures'

ERROR: error: guile3.0-bytestructures: unbound variable

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
scheme@(guix-user) [1]> ,use (gnu packages guile)
scheme@(guix-user) [1]> guile3.0-bytestructures
$1 = #7f639f9532c0>







bug#38250: PHP 7.3.11 fails its test suite

2020-01-31 Thread Maxim Cournoyer
Maxim Cournoyer  writes:

> Whenever I tried building PHP as of Guix commit
> 2484e0b3e481e2b1fcb6761d0dbf80da98089de4, the following tests fail:
>
> =
> FAILED TEST SUMMARY
> -
> Test disk_free_space and its alias diskfreespace() functions : basic 
> functionality [ext/standard/tests/fi
> Test lstat() and stat() functions: usage variations - creating file/subdir 
> [ext/standard/tests/file/lstat
> Test lstat() and stat() functions: usage variations - deleting file/subdir 
> [ext/standard/tests/file/lstat
> =
>
> The CI seems to be OK with it (I get a substitute).  I wonder if it has
> to do with my specific machine (X200).  It's equipped with 8 GB of RAM
> and 9 GB of swap.

I can still reproduce this issue on the current core-updates branch,
using a different x86_64 machine which has 8 GB RAM.





bug#38250: PHP 7.3.11 fails its test suite

2020-01-31 Thread Julien Lepiller
Le 31 janvier 2020 22:47:47 GMT-05:00, Maxim Cournoyer 
 a écrit :
>Maxim Cournoyer  writes:
>
>> Whenever I tried building PHP as of Guix commit
>> 2484e0b3e481e2b1fcb6761d0dbf80da98089de4, the following tests fail:
>>
>> =
>> FAILED TEST SUMMARY
>> -
>> Test disk_free_space and its alias diskfreespace() functions : basic
>functionality [ext/standard/tests/fi
>> Test lstat() and stat() functions: usage variations - creating
>file/subdir [ext/standard/tests/file/lstat
>> Test lstat() and stat() functions: usage variations - deleting
>file/subdir [ext/standard/tests/file/lstat
>> =
>>
>> The CI seems to be OK with it (I get a substitute).  I wonder if it
>has
>> to do with my specific machine (X200).  It's equipped with 8 GB of
>RAM
>> and 9 GB of swap.
>
>I can still reproduce this issue on the current core-updates branch,
>using a different x86_64 machine which has 8 GB RAM.

Could you send the .log file for each failing test? The report should have the 
filenames of failing tests (ext/standard/tests/file/lstat here I think, but the 
log looks broken). You'll have to build with -K to get them.