unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#68340: coreutils-mesboot-9.1 failed
@ 2024-01-09  5:52 Jing Luo via Bug reports for GNU Guix
  2024-01-13 11:53 ` Josselin Poiret via Bug reports for GNU Guix
  0 siblings, 1 reply; 3+ messages in thread
From: Jing Luo via Bug reports for GNU Guix @ 2024-01-09  5:52 UTC (permalink / raw)
  To: 68340


[-- Attachment #1.1: Type: text/plain, Size: 559 bytes --]

Hello Guix,

Guix told me to report a bug here.

I fresh installed Guix in a qemu vm using the official guix 1.4 iso 
image. After booting to desktop, I ran `guix pull 
--substitute-url=https://guix.jing.rocks` (guix.jing.rocks is a server 
running `guix publish` in my local LAN), then ran into a loop. I'm 
attaching console message, config.scm, build log here. Maybe it's 
already fixed, but let me know if any other information is needed.

-- 
Jing Luo
About me: https://jing.rocks/about/
PGP Fingerprint: 4E09 8D19 00AA 3F72 1899 2614 09B3 316E 13A1 1EFC

[-- Attachment #1.2: config.scm --]
[-- Type: text/plain, Size: 2764 bytes --]

;; This is an operating system configuration generated
;; by the graphical installer.
;;
;; Once installation is complete, you can learn and modify
;; this file to tweak the system configuration, and pass it
;; to the 'guix system reconfigure' command to effect your
;; changes.


;; Indicate which modules to import to access the variables
;; used in this configuration.
(use-modules (gnu))
(use-service-modules cups desktop networking ssh xorg)

(operating-system
  (locale "en_US.utf8")
  (timezone "Asia/Tokyo")
  (keyboard-layout (keyboard-layout "us"))
  (host-name "guix1")

  ;; The list of user accounts ('root' is implicit).
  (users (cons* (user-account
                  (name "jing")
                  (comment "Jing")
                  (group "users")
                  (home-directory "/home/jing")
                  (supplementary-groups '("wheel" "netdev" "audio" "video")))
                %base-user-accounts))

  ;; Packages installed system-wide.  Users can also install packages
  ;; under their own account: use 'guix search KEYWORD' to search
  ;; for packages and 'guix install PACKAGE' to install a package.
  (packages (append (list (specification->package "nss-certs"))
                    %base-packages))

  ;; Below is the list of system services.  To search for available
  ;; services, run 'guix system search KEYWORD' in a terminal.
  (services
   (append (list (service xfce-desktop-service-type)
                 (service mate-desktop-service-type)

                 ;; To configure OpenSSH, pass an 'openssh-configuration'
                 ;; record as a second argument to 'service' below.
                 (service openssh-service-type)
                 (set-xorg-configuration
                  (xorg-configuration (keyboard-layout keyboard-layout))))

           ;; This is the default list of services we
           ;; are appending to.
           %desktop-services))
  (bootloader (bootloader-configuration
                (bootloader grub-bootloader)
                (targets (list "/dev/sda"))
                (keyboard-layout keyboard-layout)))
  (initrd-modules (append '("virtio_scsi") %base-initrd-modules))
  (swap-devices (list (swap-space
                        (target (uuid
                                 "3a4bebe3-58ab-48a2-9258-c87cd8d0922f")))))

  ;; The list of file systems that get "mounted".  The unique
  ;; file system identifiers there ("UUIDs") can be obtained
  ;; by running 'blkid' in a terminal.
  (file-systems (cons* (file-system
                         (mount-point "/")
                         (device (uuid
                                  "59038b8e-94b2-4699-8928-5f0e36284c4f"
                                  'ext4))
                         (type "ext4")) %base-file-systems)))

[-- Attachment #1.3: guix-loop-bug-console-log.txt --]
[-- Type: text/plain, Size: 12158 bytes --]

jing@guix1 ~$ guix pull --substitute-urls=https://guix.jing.rocks
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Authenticating channel 'guix', commits 9edb3f6 to 3eac1c8 (26 new commits)...
Building from this channel:
  guix      https://git.savannah.gnu.org/git/guix.git	3eac1c8
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
building /gnu/store/s99yh40h4ablnsmp3ss3a1945qgm30b0-compute-guix-derivation.drv...
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
substitute: updating substitutes from 'https://guix.jing.rocks'... 100.0%
building /gnu/store/y88pzh7gn2y2ysfj7qvs5s10rpsihpp0-gcc-mesboot-4.9.4.drv...
building /gnu/store/5ky2cwak30sidwrf7hcjjk0br73pw6rq-gcc-mesboot-wrapper-4.9.4.drv...
building /gnu/store/6bnl6nwzmwjsa4zq9lh07wcn3j9bpg07-bash-mesboot-5.1.16.drv...
building /gnu/store/6rgvijnbsr6vki5cnvgbsm3rnqxrjf6b-sed-mesboot-4.8.drv...
building /gnu/store/9b4pja0bbn2h6jqaa05ib9zdvqbxa6p3-xz-mesboot-5.2.8.drv...
building /gnu/store/9dspz8w4i6c9wkdskirv4rj6lmsgp54c-coreutils-mesboot-9.1.drv...
| 'build' phasebuilder for `/gnu/store/9dspz8w4i6c9wkdskirv4rj6lmsgp54c-coreutils-mesboot-9.1.drv' failed with exit code 1
build of /gnu/store/9dspz8w4i6c9wkdskirv4rj6lmsgp54c-coreutils-mesboot-9.1.drv failed
View build log at '/var/log/guix/drvs/9d/spz8w4i6c9wkdskirv4rj6lmsgp54c-coreutils-mesboot-9.1.drv.gz'.
cannot build derivation `/gnu/store/r1sjrj2z2hn1s1ab7iqydk4vhc655gv8-bash-minimal-5.1.16.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/1lr41kwfsss66h37lchbk7icz74yj0p1-binutils-2.38.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/ack04gzkqzy9h2690nrvqps64hlrf359-binutils-cross-boot0-2.38.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/7plfsij77rv5285vqp7sij12kha1b70x-bzip2-boot0-1.0.8.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/ivfqnmrbn3z9n0lhyrffqmzwqa65q295-coreutils-9.1.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/hc5qa9rbg3g9lrzwar0494shbws1ksca-diffutils-boot0-3.8.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/kb19qaxmc951b42y8npwbmbd9sghrfzn-file-boot0-5.44.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/8zbixcrgk232nkw8i8xh2427slq7zd9b-findutils-boot0-4.9.0.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/4p66vqilr4h4q1dn33l908pb6x4h186f-gawk-boot0-5.2.1.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/7fsz44vifdc0ws0amnpwnmig3ra6hb53-gcc-11.3.0.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/3ds56xg6njpw6hnp2w4xpx4psw5mka5q-glibc-2.35.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/82f7nr1h69vb3mz34sjdzqlbi30iw56y-grep-3.8.drv': 1 dependencies couldn't be built
building /gnu/store/r15k5jsbv4mbazfydizy43mp6fnfbyrh-grep-mesboot-3.8.drv...
cannot build derivation `/gnu/store/9dpbf0fix5n3gwrh0656k0yzcm0v2lys-guile-3.0.9.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/pmfg0gpgpf1q48d96y8018h6dw52ak1i-gzip-1.12.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/58vh1ai26qbddjv1flhcgwxz39x706h0-libgc-8.2.2.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/2mmm8b750h7dqrrhhj2rp4iwihzvz35h-libunistring-1.0.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/4220x2mav9gr6m2hvnnz6fyvgdin5hjq-linux-libre-headers-5.15.49.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/34i09xrz49phnkij2c8k6ps37na6cr74-make-4.3.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/nkv950nblixhf1ayd1xj1v7vh2fxw86z-make-boot0-4.3.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/8kfa39asml44lfcjnkkfp748gihbmi1y-patch-boot0-2.7.6.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/bcjpm616dx35fraxavlfi4mjh6w8nrwm-perl-boot0-5.36.0.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/0h403azfph8y7lggnih7ncpzbb15x0a2-sed-boot0-4.8.drv': 1 dependencies couldn't be built
Backtrace:
          16 (primitive-load "/gnu/store/r443psm4cli0z0r3m88a389sfapip1fz-compute-guix-derivation")
In ice-9/eval.scm:
    155:9 15 (_ _)
    159:9 14 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-u?> ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?))
In ice-9/boot-9.scm:
    152:2 13 (with-fluid* _ _ _)
    152:2 12 (with-fluid* _ _ _)
In ./guix/store.scm:
  2180:24 11 (run-with-store #<store-connection 256.99 7f442be0a140> #<procedure 7f44177bb6e0 at ./guix/self.scm:13?> ?)
In ./guix/self.scm:
   1354:2 10 (_ #<store-connection 256.99 7f442be0a140>)
In ./guix/packages.scm:
  2035:17  9 (_ #<store-connection 256.99 7f442be0a140>)
In ./guix/store.scm:
  2180:24  8 (run-with-store #<store-connection 256.99 7f442be0a140> #<procedure 7f44177d3280 at ./guix/store.scm:2?> ?)
   2008:8  7 (_ #<store-connection 256.99 7f442be0a140>)
  2052:38  6 (_ #<store-connection 256.99 7f4418d95640>)
In ./guix/grafts.scm:
   325:16  5 (graft-derivation #<store-connection 256.99 7f4418d95640> #<derivation /gnu/store/q67w4brx37iyjyxh4x9y?> ?)
    287:4  4 (_ #<vlist ()>)
    175:4  3 (non-self-references #<store-connection 256.99 7f4418d95640> #<derivation /gnu/store/q67w4brx37iyjyxh4?> ?)
   177:20  2 (_ #t)
In ./guix/store.scm:
  1419:15  1 (_ #<store-connection 256.99 7f4418d95640> ("/gnu/store/q67w4brx37iyjyxh4x9yqz3fv1phnqbc-guile-3.0.9.?") ?)
  1419:15  0 (loop #f)

./guix/store.scm:1419:15: In procedure loop:
ERROR:
  1. &store-protocol-error:
      message: "build of `/gnu/store/q67w4brx37iyjyxh4x9yqz3fv1phnqbc-guile-3.0.9.drv' failed"
      status: 100
guix pull: error: You found a bug: the program '/gnu/store/r443psm4cli0z0r3m88a389sfapip1fz-compute-guix-derivation'
failed to compute the derivation for Guix (version: "3eac1c82f7f1547aa6819db867b071a4ee7de8e3"; system: "x86_64-linux";
host version: "1.4.0"; pull-version: 1).
Please report the COMPLETE output above by email to <bug-guix@gnu.org>.


[-- Attachment #1.4: spz8w4i6c9wkdskirv4rj6lmsgp54c-coreutils-mesboot-9.1.drv.gz --]
[-- Type: application/gzip, Size: 35814 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* bug#68340: coreutils-mesboot-9.1 failed
  2024-01-09  5:52 bug#68340: coreutils-mesboot-9.1 failed Jing Luo via Bug reports for GNU Guix
@ 2024-01-13 11:53 ` Josselin Poiret via Bug reports for GNU Guix
  2024-01-13 12:26   ` Jing Luo via Bug reports for GNU Guix
  0 siblings, 1 reply; 3+ messages in thread
From: Josselin Poiret via Bug reports for GNU Guix @ 2024-01-13 11:53 UTC (permalink / raw)
  To: Jing Luo, 68340

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

Hi Jing,

Jing Luo via Bug reports for GNU Guix <bug-guix@gnu.org> writes:

> building /gnu/store/9dspz8w4i6c9wkdskirv4rj6lmsgp54c-coreutils-mesboot-9.1.drv...
> | 'build' phasebuilder for `/gnu/store/9dspz8w4i6c9wkdskirv4rj6lmsgp54c-coreutils-mesboot-9.1.drv' failed with exit code 1
> build of /gnu/store/9dspz8w4i6c9wkdskirv4rj6lmsgp54c-coreutils-mesboot-9.1.drv failed
> View build log at '/var/log/guix/drvs/9d/spz8w4i6c9wkdskirv4rj6lmsgp54c-coreutils-mesboot-9.1.drv.gz'.

Can you also include the relevant failing part of
/var/log/guix/drvs/9d/spz8w4i6c9wkdskirv4rj6lmsgp54c-coreutils-mesboot-9.1.drv.gz?

Best,
-- 
Josselin Poiret

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

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

* bug#68340: coreutils-mesboot-9.1 failed
  2024-01-13 11:53 ` Josselin Poiret via Bug reports for GNU Guix
@ 2024-01-13 12:26   ` Jing Luo via Bug reports for GNU Guix
  0 siblings, 0 replies; 3+ messages in thread
From: Jing Luo via Bug reports for GNU Guix @ 2024-01-13 12:26 UTC (permalink / raw)
  To: Josselin Poiret; +Cc: 68340

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

Hello,

On 2024-01-13 20:53, Josselin Poiret wrote:
> Hi Jing,
> 
> Jing Luo via Bug reports for GNU Guix <bug-guix@gnu.org> writes:
> 
>> building 
>> /gnu/store/9dspz8w4i6c9wkdskirv4rj6lmsgp54c-coreutils-mesboot-9.1.drv...
>> | 'build' phasebuilder for 
>> `/gnu/store/9dspz8w4i6c9wkdskirv4rj6lmsgp54c-coreutils-mesboot-9.1.drv' 
>> failed with exit code 1
>> build of 
>> /gnu/store/9dspz8w4i6c9wkdskirv4rj6lmsgp54c-coreutils-mesboot-9.1.drv 
>> failed
>> View build log at 
>> '/var/log/guix/drvs/9d/spz8w4i6c9wkdskirv4rj6lmsgp54c-coreutils-mesboot-9.1.drv.gz'.
> 
> Can you also include the relevant failing part of
> /var/log/guix/drvs/9d/spz8w4i6c9wkdskirv4rj6lmsgp54c-coreutils-mesboot-9.1.drv.gz?
> 
> Best,

Not sure if I got it right, but here it is:

```
[...]

phase `patch-source-shebangs' succeeded after 0.3 seconds
starting phase `configure'
source directory: 
"/tmp/guix-build-coreutils-mesboot-9.1.drv-0/coreutils-9.1" (relative 
from build: ".")
build directory: 
"/tmp/guix-build-coreutils-mesboot-9.1.drv-0/coreutils-9.1"
configure flags: 
("CONFIG_SHELL=/gnu/store/rb75igdc6daly1mz2ivz7rs8hd85imdz-gash-boot-0.3.0/bin/bash" 
"SHELL=/gnu/store/rb75igdc6daly1mz2ivz7rs8hd85imdz-gash-boot-0.3.0/bin/bash" 
"--prefix=/gnu/store/6waxmqaggl0h1v811y1wdmd9pdaix7yl-coreutils-mesboot-9.1" 
"--enable-fast-install" "--build=x86_64-unknown-linux-gnu")
configure: WARNING: unrecognized options: --enable-fast-install

[...]

checking whether snprintf returns a byte count as in C99... yes
Backtrace:
In gash/eval.scm:
  221: 19 [eval-sh (<sh-set!> ("as_decl_name" (<sh-cmd-sub> #)))]
In srfi/srfi-1.scm:
  642: 18 [for-each #<procedure 13d1da0 at gash/eval.scm:221:17 (name 
word)> # #]
In gash/eval.scm:
  222: 17 [#<procedure 13d1da0 at gash/eval.scm:221:17 (name word)> 
"as_decl_name" #]
  131: 16 [eval-word (<sh-cmd-sub> (<sh-pipeline> # #)) #:output string 
...]
  121: 15 [expand-word (<sh-cmd-sub> (<sh-pipeline> # #)) #:output string 
...]
In gash/shell.scm:
  289: 14 [sh:substitute-command #<procedure 13d1d20 at 
gash/eval.scm:129:35 ()>]
  270: 13 [%subshell #<procedure v ()>]
In ice-9/boot-9.scm:
  157: 12 [catch quit #<procedure v ()> ...]
In ice-9/r4rs.scm:
  176: 11 [with-output-to-port #<variable 1f783c0 value: #<output: file 
24>> ...]
In srfi/srfi-1.scm:
  619: 10 [for-each #<procedure eval-sh (exp)> ((<sh-pipeline> # #))]
In gash/shell.scm:
  344: 9 [sh:pipeline #<procedure 13d19a0 at gash/eval.scm:149:6 ()> ...]
  310: 8 [plumb #<input: #{read pipe}# 13> #f ...]
  270: 7 [%subshell #<procedure thunk* ()>]
In ice-9/boot-9.scm:
  157: 6 [catch quit #<procedure thunk* ()> ...]
In gash/shell.scm:
  316: 5 [thunk*]
  129: 4 [sh:exec-let () "sed" "s/ *(.*//"]
   92: 3 [exec-utility () ...]
In srfi/srfi-1.scm:
  616: 2 [for-each #<procedure 11ca1a0 at gash/shell.scm:70:12 (i)> (0 1 
2 ...)]
In ice-9/boot-9.scm:
1473: 1 [dup->port #<input: file 23> "r" 7]
In unknown file:
    ?: 0 [fdopen 7 "r"]

ERROR: In procedure fdopen:
ERROR: In procedure scm_fdes_to_port: Bad file descriptor
Backtrace:
In ice-9/boot-9.scm:
  157: 19 [catch #t #<catch-closure c93c40> ...]
In unknown file:
    ?: 18 [apply-smob/1 #<catch-closure c93c40>]
In ice-9/boot-9.scm:
   63: 17 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
  432: 16 [eval # #]
In ice-9/boot-9.scm:
  793: 15 [call-with-input-file "./configure" ...]
In gash/gash.scm:
  121: 14 [#<procedure 13047e0 at gash/gash.scm:120:19 (port)> #<input: 
./configure 23>]
In gash/repl.scm:
   38: 13 [run-repl #<input: ./configure 23> #f]
In gash/shell.scm:
  129: 12 [sh:exec-let () "ac_fn_check_decl" ...]
In gash/environment.scm:
  215: 11 [save-variables-excursion () ...]
  292: 10 [with-arguments # #<procedure 1c8ced0 at gash/shell.scm:145:25 
()>]
  389: 9 [call-with-return #<procedure 1c8ce10 at gash/shell.scm:147:28 
()>]
In srfi/srfi-1.scm:
  619: 8 [for-each #<procedure eval-sh (exp)> ((<sh-begin> # # # ...))]
  619: 7 [for-each #<procedure eval-sh (exp)> (# # # # ...)]
  616: 6 [for-each #<procedure eval-sh (exp)> (# #)]
In gash/shell.scm:
  245: 5 [#<procedure 1fb0cc0 at gash/shell.scm:239:17 ()>]
  129: 4 [sh:exec-let () "printf" "%s" "checking whether  is declared... 
"]
   92: 3 [exec-utility () ...]
In srfi/srfi-1.scm:
  616: 2 [for-each #<procedure 11ca1a0 at gash/shell.scm:70:12 (i)> (0 1 
2 ...)]
In ice-9/boot-9.scm:
1473: 1 [dup->port #<input: file 22> "r" 7]
In unknown file:
    ?: 0 [fdopen 7 "r"]

ERROR: In procedure fdopen:
ERROR: In procedure scm_fdes_to_port: Bad file descriptor
no
checking for stdbool.h that conforms to C99... yes
[...]
checking for uname... yes
Backtrace:
In ice-9/boot-9.scm:
  157: 15 [catch #t #<catch-closure c93c40> ...]
In unknown file:
    ?: 14 [apply-smob/1 #<catch-closure c93c40>]
In ice-9/boot-9.scm:
   63: 13 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
  432: 12 [eval # #]
In ice-9/boot-9.scm:
  793: 11 [call-with-input-file "./configure" ...]
In gash/gash.scm:
  121: 10 [#<procedure 13047e0 at gash/gash.scm:120:19 (port)> #<input: 
./configure 20>]
In gash/repl.scm:
   38: 9 [run-repl #<input: ./configure 20> #f]
In gash/shell.scm:
  441: 8 [sh:cond # #]
   55: 7 [without-errexit #<procedure 134c580 at gash/eval.scm:149:6 ()>]
  380: 6 [sh:or #<procedure 134c4e0 at gash/eval.scm:149:6 ()> ...]
   55: 5 [without-errexit #<procedure 134c4e0 at gash/eval.scm:149:6 ()>]
  129: 4 [sh:exec-let () "test" "" "!=" "yes"]
   92: 3 [exec-utility () ...]
In srfi/srfi-1.scm:
  616: 2 [for-each #<procedure 11ca1a0 at gash/shell.scm:70:12 (i)> (0 1 
2 ...)]
In ice-9/boot-9.scm:
1473: 1 [dup->port #<input: file 14> "r" 7]
In unknown file:
    ?: 0 [fdopen 7 "r"]

ERROR: In procedure fdopen:
ERROR: In procedure scm_fdes_to_port: Bad file descriptor
/gnu/store/pmjb23p8j2f5543k8ng5x8gw08yjb411-gash-utils-boot-0.2.0/bin/test: 
Unknown unary operator: "-lt"
/gnu/store/pmjb23p8j2f5543k8ng5x8gw08yjb411-gash-utils-boot-0.2.0/bin/test: 
Unknown unary operator: "-eq"
checking whether unlink honors trailing slashes... (cached) yes

[...]

/gnu/store/pmjb23p8j2f5543k8ng5x8gw08yjb411-gash-utils-boot-0.2.0/bin/test: 
Unknown unary operator: "-c"

[...]

phase `patch-generated-file-shebangs' succeeded after 0.3 seconds
starting phase `patch-shell-references'
phase `patch-shell-references' succeeded after 0.4 seconds
starting phase `build'
   GEN      lib/alloca.h

[...]

   CC       lib/libcoreutils_a-u64.o
   CC       lib/libcoreutils_a-unicodeio.o
In file included from lib/unicodeio.c:40:0:
lib/unistr.h:21:22: fatal error: unitypes.h: No such file or directory
  #include "unitypes.h"
                       ^
compilation terminated.
make[2]: *** [lib/libcoreutils_a-unicodeio.o] Error 1
make[2]: Leaving directory 
`/tmp/guix-build-coreutils-mesboot-9.1.drv-0/coreutils-9.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/tmp/guix-build-coreutils-mesboot-9.1.drv-0/coreutils-9.1'
make: *** [all] Error 2
error: in phase 'build': uncaught exception:
srfi-34 #<condition &invoke-error [program: "make" arguments: () 
exit-status: 2 term-signal: #f stop-signal: #f] 17613c0>
phase `build' failed after 172.3 seconds
command "make" failed with status 2
```

Although later that day guix successfullly built coreutils, so it's 
probably fixed?


-- 
Jing Luo
About me: https://jing.rocks/about/
PGP Fingerprint: 4E09 8D19 00AA 3F72 1899 2614 09B3 316E 13A1 1EFC

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

end of thread, other threads:[~2024-01-14  8:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-09  5:52 bug#68340: coreutils-mesboot-9.1 failed Jing Luo via Bug reports for GNU Guix
2024-01-13 11:53 ` Josselin Poiret via Bug reports for GNU Guix
2024-01-13 12:26   ` Jing Luo via Bug reports for GNU Guix

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