unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* c1b912dea25 breaks make test on CentOS7
@ 2021-04-20 17:49 Konstantin Ryabitsev
  2021-04-20 19:02 ` [PATCH 0/2] CentOS 7 fixes Eric Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Konstantin Ryabitsev @ 2021-04-20 17:49 UTC (permalink / raw)
  To: meta

Something I noticed today:

	$ make test
	PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
	t/address.t .................. ok
	t/admin.t .................... Warning: Use of "ref" without parentheses is ambiguous at /usr/local/share/public-inbox/blib/lib/PublicInbox/TestCommon.pm line 28.
	Use of ?PATTERN? without explicit operator is deprecated at /usr/local/share/public-inbox/blib/lib/PublicInbox/TestCommon.pm line 28.
	Global symbol "$path" requires explicit package name at /usr/local/share/public-inbox/blib/lib/PublicInbox/TestCommon.pm line 28.
	Global symbol "$cb" requires explicit package name at /usr/local/share/public-inbox/blib/lib/PublicInbox/TestCommon.pm line 28.
	[...]
	/usr/local/share/public-inbox/blib/lib/PublicInbox/TestCommon.pm has too many errors.
	Compilation failed in require at t/config.t line 7.
	BEGIN failed--compilation aborted at t/config.t line 7.
	t/config.t ................... Dubious, test returned 255 (wstat 65280, 0xff00)

Backing up to 64b1ce9f94127fc144d6205bb572fe43b4b552c2 makes tests pass.

	$ perl --version

	This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi
	(with 44 registered patches, see perl -V for more detail)

Best,
-K

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-20 19:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20 17:49 c1b912dea25 breaks make test on CentOS7 Konstantin Ryabitsev
2021-04-20 19:02 ` [PATCH 0/2] CentOS 7 fixes Eric Wong
2021-04-20 19:17   ` Konstantin Ryabitsev
2021-04-20 19:02 ` [PATCH 1/2] test_common: fix xbail for Perl 5.16 Eric Wong
2021-04-20 19:02 ` [PATCH 2/2] lei_query: avoid POSIX::lround for older Perls Eric Wong

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).