unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
Cc: Guix Devel <guix-devel@gnu.org>
Subject: Weird things found while fixing basic Guix packages
Date: Wed, 7 Oct 2020 17:56:40 +0200	[thread overview]
Message-ID: <20201007175640.36af1bca@scratchpost.org> (raw)
In-Reply-To: <20201007173944.779a51e9@scratchpost.org>

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

Hi,

because I don't have another place to put this, here are some weird things I
found while I was fixing basic Guix packages (for fixing bug #43513), which
have nothing specifically to do with bug #43513:

* curl[-minimal]: Needs (delete-file "tests/data/test1094") to fix a test failure:
  ;; "timeout: 5[LF]"(expected) vs "timeout: 6[LF]"(generated).
  What causes this?

* Why does cmake-bootstrap have curl-minimal as a dependency in the first place?

  It makes sense if bootstrap packages don't have extra dependencies that can
  be avoided.  And this one sounds really weird.  We want to have NETWORK
  CONNECTIVITY while bootstrapping??

  It turns out that that exist in order for ctest to automatically publish test
  results to a dashboard server.  It seems that that cannot be compiled out.
  Could upstream make it possible to remove curl?
  (If one specifies CMAKE_TESTS_CDASH_SERVER="NOTFOUND" then it won't publish.
  CMake_TEST_NO_NETWORK also exists)

* cmake and cmake-bootstrap could be updated to the newest release (3.18.3)
  with a tiny adaption to the snippet.  Do we want to?  It doesn't help us
  with the thing above, though.

* lz4 has "CC=gcc".  Shouldn't that be (string-append "CC=" (cc-for-target)) ?

* Long term, would it be possible to have some kind of check that the closure
  size of bootstrap packages can't exceed some amount?  This way, new
  weirdness like this cannot sneak in.  We need a LOT of checks of
  derivations anyway.  So many things come to mind.

* Grep and coreutils fail strerror_r and perror2 tests in gnulib-tests.
  test-perror2.c:84: assertion 'msg3 == msg4 || STREQ (msg3, str3)' failed
  test-strerror_r.c:170: assertion 'msg3 == msg4 || STREQ (msg3, str3)' failed

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

  reply	other threads:[~2020-10-07 16:10 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-29 12:16 Release v1.2 timetable zimoun
2020-09-29 15:07 ` Danny Milosavljevic
2020-10-07 14:51   ` zimoun
2020-10-07 15:39     ` Danny Milosavljevic
2020-10-07 15:56       ` Danny Milosavljevic [this message]
2020-10-12 11:53         ` Weird things found while fixing basic Guix packages Ludovic Courtès
2020-10-07 16:29       ` Release v1.2 timetable Danny Milosavljevic
2020-10-12 11:52       ` 32-bit builds on 64-bit hardware/VMs Ludovic Courtès
2020-10-12 12:06         ` Andreas Enge
2020-10-13 13:54           ` Ludovic Courtès
2020-10-07 16:31     ` Release v1.2 timetable Danny Milosavljevic
2020-10-05 10:18 ` pelzflorian (Florian Pelz)
2020-10-05 11:16   ` Julien Lepiller
2020-10-05 12:38     ` Miguel Ángel Arruga Vivas
2020-10-05 13:50       ` Julien Lepiller
2020-10-05 13:48     ` Ludovic Courtès
2020-10-05 21:17       ` zimoun
2020-10-06  6:57         ` Mathieu Othacehe
2020-10-07 14:36           ` zimoun
2020-10-21  9:14             ` Ludovic Courtès
2020-10-22  7:55               ` Mathieu Othacehe
2020-10-23  8:39               ` zimoun
2020-10-26 22:52                 ` Ludovic Courtès
2020-10-06  6:59         ` Efraim Flashner
2020-10-06  7:05           ` Mathieu Othacehe
2020-10-06  7:26             ` Efraim Flashner
2020-10-06  7:57               ` Mathieu Othacehe
2020-10-07 14:39                 ` zimoun
2020-10-09 18:25                 ` Andreas Enge
2020-10-09 18:37                   ` Danny Milosavljevic
2020-10-12 11:47                 ` Shipping more installer images? Ludovic Courtès
2020-10-12 13:48                   ` Danny Milosavljevic
2020-10-13 13:51                     ` Ludovic Courtès
2020-10-13 14:19                       ` Mathieu Othacehe
2020-10-13 21:23                         ` Ludovic Courtès
2020-10-13 16:29                       ` Danny Milosavljevic
2020-10-13 15:07                   ` Efraim Flashner
2020-10-13 21:25                     ` Ludovic Courtès
2020-10-19 15:17 ` Update on the timeline for the release v1.2 zimoun
2020-10-19 18:26   ` Miguel Ángel Arruga Vivas
2020-10-19 19:27     ` pelzflorian (Florian Pelz)
2020-10-19 21:57       ` Julien Lepiller
2020-10-21 12:44   ` Ludovic Courtès
2020-10-21 14:14     ` zimoun
2020-10-21 15:57       ` Ludovic Courtès
2020-10-21 18:03         ` Julien Lepiller
2020-10-21 21:27           ` Marius Bakke
2020-10-21 22:16           ` Ludovic Courtès
2020-10-21 22:23             ` zimoun
2020-10-21 22:36             ` zimoun
2020-10-26 22:44               ` Ludovic Courtès
2020-10-31  2:41         ` Maxim Cournoyer
2020-10-31 22:28           ` Branching for v1.2? Ludovic Courtès
2020-11-01  2:21             ` Miguel Ángel Arruga Vivas
2020-11-02 16:56               ` Ludovic Courtès
2020-11-02  8:43             ` zimoun
2020-11-02 13:20               ` Miguel Ángel Arruga Vivas
2020-11-02 15:00                 ` Julien Lepiller
2020-11-02 17:56                   ` pelzflorian (Florian Pelz)
2020-11-03 12:51                     ` Tobias Geerinckx-Rice
2020-11-03 13:46                       ` pelzflorian (Florian Pelz)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201007175640.36af1bca@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).