'Make Check' fail

  • Done
  • quality assurance status badge
Details
2 participants
  • owner
  • Ludovic Courtès
Owner
unassigned
Submitted by
owner
Severity
normal

Debbugs page

owner wrote 10 years ago
(address . bug-guix@gnu.org)
87bnfccuj2.fsf@gnu-linux-guix.i-did-not-set--mail-host-address--so-tickle-me
Hello,
In trying to build the GNU Guix source tree on a GuixSD machine
v. 0.8.2, I ran into a problem, 26 failed tests. I have attached
the test suite log and the appropriate specific log files. Please
feel free to contact me via this email address if you require
further information.
Happy Hacking!
Attachment: test-suite.log
Attachment: ui.log
Attachment: build-utils.log
Attachment: store.log
Attachment: hackage.log
Attachment: union.log
Attachment: builders.log
Attachment: monads.log
Attachment: profiles.log
Attachment: derivations.log
Attachment: gexp.log
Attachment: size.log
Attachment: nar.log
Attachment: publish.log
Attachment: cpan.log
Attachment: guix-build.log
Attachment: guix-download.log
Attachment: guix-register.log
Attachment: guix-archive.log
Attachment: guix-daemon.log
Attachment: guix-package.log
Attachment: packages.log
Attachment: guix-system.log
Attachment: lint.log
Attachment: guix-gc.log
Ludovic Courtès wrote 10 years ago
(name . owner)(address . g33k0b0y@gmail.com)(address . 21075@debbugs.gnu.org)
87615jbsdf.fsf@gnu.org
Hi, owner,

owner <g33k0b0y@gmail.com> skribis:

Toggle quote (2 lines)
> /home/rhys/Guix/guix/guix-daemon: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory

This is the culprit: The build daemon cannot be launched because that
library is not found.

Since you’re on GuixSD, that probably means that ld-wrapper is not in
the profile/environment (it would have added libsqlite3 to the RUNPATH
of guix-daemon.)

Can you please make sure that either you install ‘gcc-toolchain’ in your
profile (rather that gcc + binutils + glibc), or that you build using
‘guix environment guix’ as noted in ‘README’?

TIA,
Ludo’.

PS: Please keep 21075@debbugs.gnu.org in Cc.
Ludovic Courtès wrote 10 years ago
control message for bug #21075
(address . control@debbugs.gnu.org)
87egk2ef5t.fsf@gnu.org
tags 21075 moreinfo
Ludovic Courtès wrote 10 years ago
(address . control@debbugs.gnu.org)
87fv2kc1bf.fsf@gnu.org
tags 21075 notabug
Ludovic Courtès wrote 9 years ago
(address . control@debbugs.gnu.org)
874mh4ui4m.fsf@gnu.org
close 21075 0.8.3
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 21075
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