unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Thorsten Wilms <t_w_@freenet.de>
To: 51431@debbugs.gnu.org
Subject: bug#51431: faust 2.5.23 fails to build
Date: Wed, 27 Oct 2021 11:04:25 +0200	[thread overview]
Message-ID: <20211027110425.99fd257c5d3d8d77444169a0@freenet.de> (raw)

First, during patch-shebang, it warns about missing python, pure and
ruby.

Then:

```
httpd/HTTPDServer.cpp: In member function ‘bool httpdfaust::HTTPDServer::start(int)’:
httpd/HTTPDServer.cpp:118:118: error: invalid conversion from ‘int (*)(void*, MHD_Connection*, const char*, const char*, const char*, const char*, size_t*, void**) {aka int (*)(void*, MHD_Connection*, const char*, const char*, const char*, const char*, long unsigned int*, void**)}’ to ‘MHD_AccessHandlerCallback {aka MHD_Result (*)(void*, MHD_Connection*, const char*, const char*, const char*, const char*, long unsigned int*, void**)}’ [-fpermissive]
  fServer = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, port, NULL, NULL, _answer_to_connection, this, MHD_OPTION_END);
                                                                                                                      ^
In file included from httpd/HTTPDServer.h:52:0,
                 from httpd/HTTPDServer.cpp:32:
/gnu/store/wqqh2qj4ahday9qqrs5axhbvy4qkpzx7-libmicrohttpd-0.9.73/include/microhttpd.h:2477:1: note:   initializing argument 5 of ‘MHD_Daemon* MHD_start_daemon(unsigned int, uint16_t, MHD_AcceptPolicyCallback, void*, MHD_AccessHandlerCallback, void*, ...)’
 MHD_start_daemon (unsigned int flags,
 ^~~~~~~~~~~~~~~~
httpd/HTTPDServer.cpp: In member function ‘int httpdfaust::HTTPDServer::answer(MHD_Connection*, const char*, const char*, const char*, const char*, size_t*, void**)’:
httpd/HTTPDServer.cpp:224:61: error: invalid conversion from ‘int (*)(void*, MHD_ValueKind, const char*, const char*)’ to ‘MHD_KeyValueIterator {aka MHD_Result (*)(void*, MHD_ValueKind, const char*, const char*)}’ [-fpermissive]
  MHD_get_connection_values (connection, t, _get_params, &msg);
                                                             ^
In file included from httpd/HTTPDServer.h:52:0,
                 from httpd/HTTPDServer.cpp:32:
/gnu/store/wqqh2qj4ahday9qqrs5axhbvy4qkpzx7-libmicrohttpd-0.9.73/include/microhttpd.h:2782:1: note:   initializing argument 3 of ‘int MHD_get_connection_values(MHD_Connection*, MHD_ValueKind, MHD_KeyValueIterator, void*)’
 MHD_get_connection_values (struct MHD_Connection *connection,
 ^~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [<builtin>: httpd/HTTPDServer.o] Error 1
```

It continues to do stuff with a whole bunch of warnings,
to finally end with:

```
command "make" "-j" "8" "prefix=/gnu/store/h1mxkm7cvm920bcki8q83zmcf7ljmkjf-faust-2.5.23" "world" failed with status 2
```




             reply	other threads:[~2021-10-27  9:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-27  9:04 Thorsten Wilms [this message]
2023-10-19 16:12 ` bug#51431: faust 2.5.23 fails to build Bruno Victal

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=20211027110425.99fd257c5d3d8d77444169a0@freenet.de \
    --to=t_w_@freenet.de \
    --cc=51431@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).