Missing files in 0.15.1
madmurphy <[email protected]> Tue, 24 Aug 2021 14:06:14 +0100
| Newsgroups | gmane.network.gnunet.bugs |
|---|---|
| Message-ID | <CAExyPMekEAexib_idAo4W0nNDazriejHxngrYxnYyUyFKVxhsQ@mail.gmail.com> |
--0000000000001372e105ca4dcd90
Content-Type: text/plain; charset="UTF-8"
Version 0.15.1 (http://ftp.gnu.org/gnu/gnunet/gnunet-0.15.1.tar.gz) does
not compile due to a missing file (src/testing/testing_cmds.h).
CC testing_api_cmd_local_test_finished.lo
testing_api_cmd_local_test_finished.c:29:10: fatal error:
testing_cmds.h: No such file or directory
29 | #include "testing_cmds.h"
| ^~~~~~~~~~~~~~~~
compilation terminated.
The same does *not* happen instead while building the tagged commit from
the git repository (https://git.gnunet.org/gnunet.git/commit/?h=v0.15.1).
This probably means that the new files have not been not listed in some of
Makefile.am files (most likely), or whoever created the tarball launched make
dist after launching the configure script with the wrong settings (less
likely).
--0000000000001372e105ca4dcd90
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr"><p>Version 0.15.1 (<a href=3D"http://ftp.gnu.org/gnu/gnune=
t/gnunet-0.15.1.tar.gz">http://ftp.gnu.org/gnu/gnunet/gnunet-0.15.1.tar.gz<=
/a>) does not compile due to a missing file (<code>src/testing/testing_cmds=
.h</code>).</p><pre><code> CC testing_api_cmd_local_test_finished.lo
testing_api_cmd_local_test_finished.c:29:10: fatal error: testing_cmds.h: N=
o such file or directory
29 | #include "testing_cmds.h"
| ^~~~~~~~~~~~~~~~
compilation terminated.
</code></pre><p>The same does <strong>not</strong> happen instead while bui=
lding the tagged commit from the git repository (<a href=3D"https://git.gnu=
net.org/gnunet.git/commit/?h=3Dv0.15.1">https://git.gnunet.org/gnunet.git/c=
ommit/?h=3Dv0.15.1</a>). This probably means that the new files have not be=
en not listed in some of <code>Makefile.am</code> files (most likely), or w=
hoever created the tarball launched <code>make dist</code> after launching =
the <code>configure</code> script with the wrong settings (less likely).</p=
></div>
--0000000000001372e105ca4dcd90--