Build bare-hurd

  • Open
  • quality assurance status badge
Details
One participant
  • Rene
Owner
unassigned
Submitted by
Rene
Severity
normal

Debbugs page

Rene wrote 3 weeks ago
(address . bug-guix@gnu.org)
88B76626-FF56-49AE-99B1-6D5CF0C98E34@automatamobile.mx
Hello Guix,

I´m triying to build disk image for Hurd, using bare-hurd.tmpl.


Maybe there is a patch missing?




--
root@komputilo ~/guix [env]# guix --version
guix (GNU Guix) 53e96dffa7e317b65fe7d11af148669515ceb487
Copyright (C) 2025 the Guix authors
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

root@komputilo ~/guix [env]# ./pre-inst-env guix system image --image-type=hurd-qcow2 gnu/system/examples/bare-hurd -n
/root/guix/guile: symbol lookup error: /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/libpthread.so.0: undefined symbol: __libc_pthread_init, version GLIBC_PRIVATE

Rene
Rene wrote 3 weeks ago
(address . bug-guix@gnu.org)
E075D58B-48B5-4008-AB8C-C63B9DE410B5@automatamobile.mx
Hi,

Toggle quote (20 lines)
> El 19 feb 2025, a las 2:13 p.m., Rene <rene@automatamobile.mx> escribió:
>
> Hello Guix,
>
> I´m triying to build disk image for Hurd, using bare-hurd.tmpl.
>
>
> Maybe there is a patch missing?
>
>
>
>
> --
> root@komputilo ~/guix [env]# guix --version
> guix (GNU Guix) 53e96dffa7e317b65fe7d11af148669515ceb487
> Copyright (C) 2025 the Guix authors
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.

I was wrong, with this version of Guix it works.

I'm still checking.

Toggle quote (5 lines)
> root@komputilo ~/guix [env]# ./pre-inst-env guix system image --image-type=hurd-qcow2 gnu/system/examples/bare-hurd -n
> /root/guix/guile: symbol lookup error: /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/libpthread.so.0: undefined symbol: __libc_pthread_init, version GLIBC_PRIVATE
> —
>
> Rene
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76425@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76425
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help