poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CI failure


From: Jose E. Marchesi
Subject: Re: CI failure
Date: Sat, 16 Sep 2023 13:56:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Hi Bruno.

Thanks for reporting.
I just pushed the patch below.

commit 049088892400969b37833f2901acff3bd49ab90d (HEAD -> master, origin/master, 
origin/HEAD)
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Date:   Sat Sep 16 13:55:15 2023 +0200

    build: distribute pickles/gpt.pk
    
    2023-09-16  Jose E. Marchesi  <jose.marchesi@oracle.com>
    
            * pickles/Makefile.am (dist_pickles_DATA): Add gpt.pk.

diff --git a/ChangeLog b/ChangeLog
index 6e1d34f8..bdccbfae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-09-16  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * pickles/Makefile.am (dist_pickles_DATA): Add gpt.pk.
+
 2023-09-15  Jose E. Marchesi  <jemarch@gnu.org>
 
        * libpoke/pvm-val.c (pvm_array_insert): Fix defensive check when
diff --git a/pickles/Makefile.am b/pickles/Makefile.am
index 46700e63..a8822e74 100644
--- a/pickles/Makefile.am
+++ b/pickles/Makefile.am
@@ -27,6 +27,6 @@ dist_pickles_DATA = ctf.pk ctf-dump.pk leb128.pk \
                     pe-m32r.pk pe-mips.pk pe-ppc.pk pe-sh3.pk pe-riscv.pk 
pe-debug.pk \
                    uuid.pk redoxfs.pk pcap.pk ieee754.pk pdap.pk \
                     iscan.pk iscan-str.pk base64.pk gpt-partition-attrs.pk \
-                   gpt-partition-types.pk guid.pk
+                   gpt-partition-types.pk gpt.pk guid.pk
 
 EXTRA_DIST = README.elf

> The continuous integration on gitlab failed today:
> https://gitlab.com/gnu-poke/ci-distcheck/-/jobs/5103721205/raw
>
> I can reproduce it like this, on an Ubuntu 22.04 system:
>
> $ cd poke
> $ make distclean
> $ ./bootstrap --skip-po
> $ ./configure --config-cache CPPFLAGS="-Wall" 2>&1 | tee log1
> $ make 2>&1 | tee log2
> $ make check 2>&1 | tee log3
> $ make distcheck
>
> The relevant part of the log file:
>
> /POKE/poke/poke-3.0-dev-201-gba8af-dirty/testsuite/poke.pickles/gpt-test.pk:20:6:
>  error: cannot load `gpt'
> load gpt;
>      ^~~
> FAIL:
> /POKE/poke/poke-3.0-dev-201-gba8af-dirty/_build/sub/testsuite/../poke/poke:
> non-zero exit code: 3890373 exp6 0 1
> 1..1
>
> The file pickles/gpt.pk (added on 2023-09-09) has not been included in the
> distdir; this causes the test to fail when building from the tarball.
>
> Bruno



reply via email to

[Prev in Thread] Current Thread [Next in Thread]