-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sympa 6.2.67b.3 build failure #1326
Comments
@dpc22, please try running: cd (top of source tree)
./configure (options...)
make
PERL5LIB=src/lib:${PERL5LIB} /path/to/perl t/Request_Handler_add+del.t |
|
@dpc22, diff --git a/t/Request_Handler_add+del.t b/t/Request_Handler_add+del.t
index 7b0231e..feaa22a 100644
--- a/t/Request_Handler_add+del.t
+++ b/t/Request_Handler_add+del.t
@@ -86,7 +86,7 @@ open my $fh, '>', $Conf::Conf{etc} . '/data_sources/include_fi
print $fh "include_file $tempdir/source\n";
close $fh;
-Sympa::Log->instance->{level} = -1;
+#Sympa::Log->instance->{level} = -1;
do {
no warnings 'redefine';
local (*Sympa::send_notify_to_listmaster) = sub {1}; and then retry? |
Plus a lot of output to stderr which may or may not be relevant, attached below: |
@dpc22, please check this patch. It'll be included in the next stable (6.2.68). |
Okay, that seems to have fixed the build problem. Thanks, Are there any other showstopper bugs in 6.2.67b.3 which have been fixed in GIT? I plan to kick the tires for day or two in expectation of 6.2.68. |
Version
Sympa 6.2.67b.3 from https://github.com/sympa-community/sympa/releases/download/6.2.67b.3/sympa-6.2.67b.3.tar.gz
Installation method
My own rpm, derived from official RHEL 7 rpm
Expected behavior
6.2.67b.3 should build
Actual behavior
"make check" fails with:
It is possible that this is a stupid error on my part and I am just missing a dependency. However I haven't run into this sort of build failure before. Maybe the following is significant?
#1299
That is the only mention of "make check" on https://github.com/sympa-community/sympa/blob/6.2.67b.3/NEWS.md
The text was updated successfully, but these errors were encountered: