unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Ivan Vilata i Balaguer <ivan@selidor.net>
To: Ivan Vilata i Balaguer <ivan@selidor.net>, 25774@debbugs.gnu.org
Subject: bug#25774: libmicrohttpd: fails to build (test-driver aborted)
Date: Fri, 17 Feb 2017 18:10:30 +0100	[thread overview]
Message-ID: <20170217171030.GE7067@sax.terramar.selidor.net> (raw)
In-Reply-To: <20170217162934.nuetcswipdil7xje@wasp>

ng0 (2017-02-17 16:29:35 +0000) wrote:

> On 17-02-17 16:23:46, ng0 wrote:
> > On 17-02-17 16:48:58, Ivan Vilata i Balaguer wrote:
> > > libmicrohttpd-0.9.52 fails to build because of a failing test:
> > > 
> > > ```
> > > $ guix package -i libmicrohttpd
> > > ...
> > > make[4]: Entering directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd'
> > > PASS: test_str_compare
> > > PASS: test_str_to_value
> > > PASS: test_shutdown_select
> > > PASS: test_shutdown_poll
> > > PASS: test_daemon
> > > PASS: test_upgrade
> > > ../../test-driver: line 107:  7381 Aborted                 "$@" > $log_file 2>&1
> > > FAIL: test_upgrade_ssl
> > > PASS: test_postprocessor
> > > PASS: test_postprocessor_large
> > > PASS: test_postprocessor_amp
> > > ============================================================================
> > > Testsuite summary for GNU Libmicrohttpd 0.9.52
> > > ============================================================================
> > > # TOTAL: 10
> > > # PASS:  9
> > > # SKIP:  0
> > > # XFAIL: 0
> > > # FAIL:  1
> > > # XPASS: 0
> > > # ERROR: 0
> > > ============================================================================
> > > See src/microhttpd/test-suite.log
> > > Please report to libmicrohttpd@gnu.org
> 
> Can you repeat the build with
> 'guix build --keep-failed --install libmicrohttpd' and append the
> 'src/microhttpd/test-suite.log' file?
> 
> This can be useful.

Hi ng0, I'm building it on:

    $ uname -a
    Linux sax 4.9.0-1-amd64 #1 SMP Debian 4.9.6-3 (2017-01-28) x86_64 GNU/Linux

Possibly relevant envvars:

    $ env | grep guix
    GUIX_PROFILE=/home/ivan/.guix-profile
    GIT_SSL_CAINFO=/home/ivan/.guix-profile/etc/ssl/certs/ca-certificates.crt
    GUILE_LOAD_COMPILED_PATH=/home/ivan/.guix-profile/lib/guile/2.0/site-ccache:/home/ivan/.guix-profile/share/guile/site/2.0
    GUIX_LOCPATH=/home/ivan/.guix-profile/lib/locale
    PURPLE_PLUGIN_PATH=/home/ivan/.guix-profile/lib/purple-2:/home/ivan/.guix-profile/lib/pidgin
    GUILE_LOAD_PATH=/home/ivan/.guix-profile/share/guile/site/2.0
    PATH=/home/ivan/.guix-profile/bin:/home/ivan/.guix-profile/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    INFOPATH=/home/ivan/.guix-profile/share/info

The log from ``guix package --keep-failed --install libmicrohttpd``:

```
=============================================================
   GNU Libmicrohttpd 0.9.52: src/microhttpd/test-suite.log
=============================================================

# TOTAL: 10
# PASS:  9
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: test_upgrade_ssl
======================

verify depth is 0
depth=0 CN = test_ca_cert
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = test_ca_cert
verify error:num=21:unable to verify the first certificate
verify return:1
DONE
verify depth is 0
depth=0 CN = test_ca_cert
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = test_ca_cert
verify error:num=21:unable to verify the first certificate
verify return:1
DONE
verify depth is 0
depth=0 CN = test_ca_cert
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = test_ca_cert
verify error:num=21:unable to verify the first certificate
verify return:1
read:errno=0
verify depth is 0
depth=0 CN = test_ca_cert
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = test_ca_cert
verify error:num=21:unable to verify the first certificate
verify return:1
DONE
verify depth is 0
depth=0 CN = test_ca_cert
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = test_ca_cert
verify error:num=21:unable to verify the first certificate
verify return:1
DONE
verify depth is 0
depth=0 CN = test_ca_cert
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = test_ca_cert
verify error:num=21:unable to verify the first certificate
verify return:1
DONE
verify depth is 0
depth=0 CN = test_ca_cert
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = test_ca_cert
verify error:num=21:unable to verify the first certificate
verify return:1
DONE
verify depth is 0
depth=0 CN = test_ca_cert
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = test_ca_cert
verify error:num=21:unable to verify the first certificate
verify return:1
DONE
verify depth is 0
depth=0 CN = test_ca_cert
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = test_ca_cert
verify error:num=21:unable to verify the first certificate
verify return:1
DONE
FAIL test_upgrade_ssl (exit status: 139)

```

Thanks for checking this!

-- 
Ivan Vilata i Balaguer -- https://elvil.net/

  reply	other threads:[~2017-02-17 17:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-17 15:48 bug#25774: libmicrohttpd: fails to build (test-driver aborted) Ivan Vilata i Balaguer
2017-02-17 16:23 ` ng0
2017-02-17 16:29   ` ng0
2017-02-17 17:10     ` Ivan Vilata i Balaguer [this message]
2017-02-17 17:23       ` ng0
2017-02-17 20:53       ` Leo Famulari
2017-02-17 23:59         ` Ivan Vilata i Balaguer
2017-02-18  0:42           ` Leo Famulari
2017-02-18  1:18             ` Ivan Vilata i Balaguer
2017-02-18  9:51             ` ng0
2017-02-20 11:08               ` Ivan Vilata i Balaguer
2017-03-05 22:15 ` bug#25774: Resolved ng0

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=20170217171030.GE7067@sax.terramar.selidor.net \
    --to=ivan@selidor.net \
    --cc=25774@debbugs.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).