From: Philippe Blain <levraiphilippeblain@gmail.com>
To: Git mailing list <git@vger.kernel.org>
Cc: Carlo Arenas <carenas@gmail.com>, Ed Maste <emaste@FreeBSD.org>
Subject: Investigating Cirrus CI FreeBSD failures
Date: Fri, 20 May 2022 20:38:53 -0400 [thread overview]
Message-ID: <9cc31276-ab78-fa8a-9fb4-b19266911211@gmail.com> (raw)
Hi,
I spent a bit of time investigating the Git Cirrus-CI failures on FreeBSD.
It seems something goes wrong with the Perl installation, as most failures
are in t9001-send-email.sh, and the error messages are:
ld-elf.so.1: /usr/local/lib/perl5/5.32/mach/CORE/libperl.so.5.32: Undefined symbol "strerror_l@FBSD_1.6"
The first instance is in t9001.6. (See for example [1]).
I know next to nothing about Perl or FreeBSD, but simply changing our image
to FreeBSD 13.0 makes all failures in t9001 disappear [2]:
diff --git a/.cirrus.yml b/.cirrus.yml
index 0d94d89f6c..d1ea14362f 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -9,7 +9,7 @@ freebsd_12_task:
DEFAULT_TEST_TARGET: prove
DEVELOPER: 1
freebsd_instance:
- image_family: freebsd-12-2
+ image_family: freebsd-13-0
memory: 2G
install_script:
pkg install -y gettext gmake perl5 vim
Is this something that we should do ? Or should we stick to FreeBSD 12
and try to debug this installation problem ?
Cheers,
Philippe.
[1] https://cirrus-ci.com/task/5856927879004160
[2] https://cirrus-ci.com/task/4597971764379648
next reply other threads:[~2022-05-21 0:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-21 0:38 Philippe Blain [this message]
2022-05-21 0:52 ` Investigating Cirrus CI FreeBSD failures Carlo Arenas
2022-05-30 16:09 ` Ed Maste
2022-05-30 20:15 ` Philippe Blain
2022-05-31 14:05 ` Junio C Hamano
2022-06-02 15:22 ` Johannes Schindelin
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9cc31276-ab78-fa8a-9fb4-b19266911211@gmail.com \
--to=levraiphilippeblain@gmail.com \
--cc=carenas@gmail.com \
--cc=emaste@FreeBSD.org \
--cc=git@vger.kernel.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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.