* guix pull extremely verbose (with no ----verbose) @ 2019-05-23 10:40 Giovanni Biscuolo [not found] ` <87d0k9gsol.fsf@elephly.net> 0 siblings, 1 reply; 4+ messages in thread From: Giovanni Biscuolo @ 2019-05-23 10:40 UTC (permalink / raw) To: help-guix [-- Attachment #1: Type: text/plain, Size: 2783 bytes --] Hi Guix! I've run "guix pull" many many times since today but now after that command I see a lot of logs like this one: --8<---------------cut here---------------start------------->8--- @ build-log 9461 44 checking if GSS-API support is requested... @ build-log 9461 4 yes @ build-log 9461 28 checking gss.h usability... @ build-log 9461 4 yes @ build-log 9461 27 checking gss.h presence... @ build-log 9461 4 yes @ build-log 9461 22 checking for gss.h... @ build-log 9461 4 yes @ build-log 9461 82 checking whether to enable Windows native SSL/TLS (Windows native builds only)... @ build-log 9461 3 no @ build-log 9461 47 checking whether to enable Secure Transport... @ build-log 9461 63 no checking whether to enable Amiga native SSL/TLS (AmiSSL)... @ build-log 9461 3 no @ build-log 9461 27 checking for pkg-config... @ build-log 9461 9 (cached) @ build-log 9461 77 /gnu/store/xyiyf12w4i7zf5g5b4ah0bi1mmd6i8xa-pkg-config-0.29.2/bin/pkg-config @ build-log 9461 48 checking for openssl options with pkg-config... @ build-log 9461 3 no @ build-log 9461 40 checking for HMAC_Update in -lcrypto... @ build-log 9461 3 no @ build-log 9461 41 checking for HMAC_Init_ex in -lcrypto... @ build-log 9461 3 no @ build-log 9461 38 checking OpenSSL linking with -ldl... @ build-log 9461 3 no @ build-log 9461 52 checking OpenSSL linking with -ldl and -lpthread... @ build-log 9461 3 no @ build-log 9461 36 checking for pkg-config... (cached) @ build-log 9461 77 /gnu/store/xyiyf12w4i7zf5g5b4ah0bi1mmd6i8xa-pkg-config-0.29.2/bin/pkg-config @ build-log 9461 47 checking for gnutls options with pkg-config... @ build-log 9461 6 --8<---------------cut here---------------end--------------->8--- I'm trying from two different machines, one on forein distro and one with Guix System but the output is the same on both On the first I am at --8<---------------cut here---------------start------------->8--- $ guix describe Generation 2 Jun 21 2019 19:03:33 (current) guix 6acf6ce repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 6acf6cec7d74d2e288e275429e8362bfb04b0286 --8<---------------cut here---------------end--------------->8--- while on the second I am at --8<---------------cut here---------------start------------->8--- $ guix describe Generation 20 May 12 2019 16:17:24 (current) guix 59199e1 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 59199e1adbd5d5f3116a2ca4b580222908f1853e --8<---------------cut here---------------end--------------->8--- so it does not seem related to guix version Any hint on what's going on plz? Thanks! Gio'. -- Giovanni Biscuolo Xelera IT Infrastructures [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 832 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <87d0k9gsol.fsf@elephly.net>]
* Re: guix pull extremely verbose (with no ----verbose) [not found] ` <87d0k9gsol.fsf@elephly.net> @ 2019-05-23 14:48 ` Giovanni Biscuolo 2019-05-24 6:24 ` Ricardo Wurmus 0 siblings, 1 reply; 4+ messages in thread From: Giovanni Biscuolo @ 2019-05-23 14:48 UTC (permalink / raw) To: Ricardo Wurmus; +Cc: help-guix [-- Attachment #1: Type: text/plain, Size: 1955 bytes --] Hi Ricardo, Thank you for helping Ricardo Wurmus <rekado@elephly.net> writes: >> I've run "guix pull" many many times since today but now after that >> command I see a lot of logs like this one: >> >> --8<---------------cut here---------------start------------->8--- >> @ build-log 9461 44 >> checking if GSS-API support is requested... @ build-log 9461 4 >> yes >> @ build-log 9461 28 >> checking gss.h usability... @ build-log 9461 4 >> yes > […] > > Are you using an old daemon? These are hints that are filtered by the > daemon — if it is recent enough. Is guix-daemon 1.0.0 recent enough? On the Guix System machine: --8<---------------cut here---------------start------------->8--- ~$ sudo -i guix-daemon --version guix-daemon (GNU Guix) 1.0.1-1.8204295 --8<---------------cut here---------------end--------------->8--- That machine finished "guix pull" in more or less 33 mins, it's a 32 cores machine with 64GB RAM After that now "guix pull" does not output debug messages On the foreign distro machine: --8<---------------cut here---------------start------------->8--- $ sudo -i guix-daemon --version guix-daemon (GNU Guix) 1.0.0-1.326dcbf --8<---------------cut here---------------end--------------->8--- Anyway it was running since Wed 2019-05-15 11:43:04 CEST (1 weeks 1 days ago): I restarted and "guix pull"ed again... --8<---------------cut here---------------start------------->8--- $ time guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git a9150d4 --8<---------------cut here---------------end--------------->8--- and I still get a lot of verbose output... this time I'm going to wait until it'll finish (previously I always interrupted it) [...] Thanks! Gio'. -- Giovanni Biscuolo Xelera IT Infrastructures [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 832 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: guix pull extremely verbose (with no ----verbose) 2019-05-23 14:48 ` Giovanni Biscuolo @ 2019-05-24 6:24 ` Ricardo Wurmus 2019-05-24 7:38 ` bug#35877: " Giovanni Biscuolo 0 siblings, 1 reply; 4+ messages in thread From: Ricardo Wurmus @ 2019-05-24 6:24 UTC (permalink / raw) To: Giovanni Biscuolo; +Cc: bug-guix, help-guix Hi Giovanni, I can now also reproduce this on a foreign distro. This only happens with “guix pull” (not with “guix package”) and with a newer daemon (which I didn’t have previously). When building things “guix pull” prints the full build log interspersed with tags like “@ build-log 22902 23”. This is a bug. -- Ricardo ^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#35877: guix pull extremely verbose (with no ----verbose) 2019-05-24 6:24 ` Ricardo Wurmus @ 2019-05-24 7:38 ` Giovanni Biscuolo 0 siblings, 0 replies; 4+ messages in thread From: Giovanni Biscuolo @ 2019-05-24 7:38 UTC (permalink / raw) To: Ricardo Wurmus; +Cc: 35877, help-guix [-- Attachment #1: Type: text/plain, Size: 334 bytes --] Ricardo, Ricardo Wurmus <rekado@elephly.net> writes: [...] > This is a bug. Thanks for reproducing this and for confirming this is a bug, I'll add my further findings in the bug report (I still do not see it on debbugs.gnu.org) 🖖 Live long and prosper. Gio' -- Giovanni Biscuolo Xelera IT Infrastructures [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 832 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-05-24 7:38 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-05-23 10:40 guix pull extremely verbose (with no ----verbose) Giovanni Biscuolo [not found] ` <87d0k9gsol.fsf@elephly.net> 2019-05-23 14:48 ` Giovanni Biscuolo 2019-05-24 6:24 ` Ricardo Wurmus 2019-05-24 7:38 ` bug#35877: " Giovanni Biscuolo
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).