Your message dated Sat, 01 Mar 2025 19:47:31 +0000
with message-id <[email protected]>
and subject line Bug#1074757: fixed in nvram-wakeup 1.1-5
has caused the Debian Bug report #1074757,
regarding nvram-wakeup: FTBFS: make[1]: *** [Makefile:77: guess-helper.mo] 
Error 1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1074757: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074757
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: nvram-wakeup
Version: 1.1-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240702 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> Preparing cvs_revs.h
> gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o nvram-wakeup.o nvram-wakeup.c
> gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o nvram-wakeup-mb.o nvram-wakeup-mb.c
> gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o gmt-test.o gmt-test.c
> gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o byteops.o byteops.c
> gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o nvramops.o nvramops.c
> gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o bios.o bios.c
> bios.c: In function ‘__dmi_string’:
> bios.c:75:16: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>    75 |           if ( (int)bp >= (int)data ) return NULL; /* broken DMI 
> entry */
>       |                ^
> bios.c:75:27: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>    75 |           if ( (int)bp >= (int)data ) return NULL; /* broken DMI 
> entry */
>       |                           ^
> bios.c: In function ‘__dmi_probe’:
> bios.c:139:26: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>   139 |                     if ( (int)data - (int)entry >= size-4 ) break; /* 
> broken DMI euntry */
>       |                          ^
> bios.c:139:38: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>   139 |                     if ( (int)data - (int)entry >= size-4 ) break; /* 
> broken DMI euntry */
>       |                                      ^
> bios.c:143:54: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>   143 |                                                   i, (int)data - 
> (int)entry, dm->type, dm->size, dm->size );
>       |                                                      ^
> bios.c:143:66: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>   143 |                                                   i, (int)data - 
> (int)entry, dm->type, dm->size, dm->size );
>       |                                                                  ^
> gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o tools.o tools.c
> tools.c: In function ‘xxd’:
> tools.c:170:110: warning: ‘__builtin___sprintf_chk’ may write a terminating 
> nul past the end of the destination [-Wformat-overflow=]
>   170 |           sprintf(out_line, "%06X0: %02X%02X %02X%02X %02X%02X 
> %02X%02X %02X%02X %02X%02X %02X%02X %02X%02X\n", i,
>       |                                                                       
>                                        ^
> In file included from /usr/include/stdio.h:964,
>                  from tools.c:26:
> In function ‘sprintf’,
>     inlined from ‘xxd’ at tools.c:170:11:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 50 and 51 bytes into a destination 
> of size 50
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o readconf.o readconf.c
> readconf.c: In function ‘assign’:
> readconf.c:71:28: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>    71 |      int  * prev = (int *)((int)(&lnrs) + ((int)ptr - (int)b));
>       |                            ^
> readconf.c:71:44: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>    71 |      int  * prev = (int *)((int)(&lnrs) + ((int)ptr - (int)b));
>       |                                            ^
> readconf.c:71:55: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>    71 |      int  * prev = (int *)((int)(&lnrs) + ((int)ptr - (int)b));
>       |                                                       ^
> readconf.c:71:20: warning: cast to pointer from integer of different size 
> [-Wint-to-pointer-cast]
>    71 |      int  * prev = (int *)((int)(&lnrs) + ((int)ptr - (int)b));
>       |                    ^
> readconf.c:117:11: warning: this ‘if’ clause does not guard... 
> [-Wmisleading-indentation]
>   117 |           if (errno)      return -3; /* overflow (number too 
> large/too small) */
>       |           ^~
> readconf.c:118:27: note: ...this statement, but the latter is misleadingly 
> indented as if it were guarded by the ‘if’
>   118 |                           return  0; /* ok */
>       |                           ^~~~~~
> gcc -Wl,-z,relro  nvram-wakeup.o nvram-wakeup-mb.o gmt-test.o byteops.o 
> nvramops.o bios.o tools.o readconf.o   -o nvram-wakeup
> gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o rtc.o rtc.c
> gcc -Wl,-z,relro  rtc.o   -o rtc
> gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o time.o time.c
> gcc -Wl,-z,relro  time.o   -o time
> gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o biosinfo.o biosinfo.c
> gcc -Wl,-z,relro  biosinfo.o bios.o tools.o   -o biosinfo
> gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o guess.o guess.c
> guess.c: In function ‘main’:
> guess.c:215:67: warning: format ‘%d’ expects argument of type ‘int’, but 
> argument 3 has type ‘long unsigned int’ [-Wformat=]
>   215 |                fprintf(stderr, "Couldn't allocate enough memory (%d 
> Bytes) for a string.\n", sizeof("dd.hh.mm.ss+"));
>       |                                                                  ~^   
>                        ~~~~~~~~~~~~~~~~~~~~~~
>       |                                                                   |   
>                        |
>       |                                                                   int 
>                        long unsigned int
>       |                                                                  %ld
> gcc -Wl,-z,relro  guess.o byteops.o bios.o tools.o   -o guess
> gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o cat_nvram.o cat_nvram.c
> gcc -Wl,-z,relro  cat_nvram.o tools.o nvramops.o   -o cat_nvram
> msgfmt `basename guess-helper.mo .mo`.po -o guess-helper.mo
> msgfmt: input file doesn't contain a header entry with a charset specification
> make[1]: *** [Makefile:77: guess-helper.mo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/07/02/nvram-wakeup_1.1-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240702;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240702&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: nvram-wakeup
Source-Version: 1.1-5
Done: Christoph Martin <[email protected]>

We believe that the bug you reported is fixed in the latest version of
nvram-wakeup, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Martin <[email protected]> (supplier of updated nvram-wakeup package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 01 Mar 2025 18:44:35 +0100
Source: nvram-wakeup
Architecture: source
Version: 1.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian VDR Team <[email protected]>
Changed-By: Christoph Martin <[email protected]>
Closes: 1074757
Changes:
 nvram-wakeup (1.1-5) unstable; urgency=medium
 .
   * add charset header to po file (closes: #1074757)
   * add myself to uploaders
   * update vcs-fields to salsa
Checksums-Sha1:
 490aa5ee189587bfd4df705d29332caecdda796a 2020 nvram-wakeup_1.1-5.dsc
 f9c6e8ef0adddf68d99f60589ac0646e153c4fe7 1070097 nvram-wakeup_1.1.orig.tar.gz
 d7f5138f247a42479152341f8528a8870408c223 7912 nvram-wakeup_1.1-5.debian.tar.xz
 16f0afa16f8215573e1220d5015fef3b1fc8661c 6203 
nvram-wakeup_1.1-5_amd64.buildinfo
Checksums-Sha256:
 3f4b9201e381be466581e776d7267a6777a19b4e873743f879f086d25c7bbf6a 2020 
nvram-wakeup_1.1-5.dsc
 b5f6a86ec7ad1c25d22f7dd0bf3261c2766e6302f0f6f80a963ceb3eb3b74811 1070097 
nvram-wakeup_1.1.orig.tar.gz
 0a3b453632769bac9bb9f5a817fcbc61a1276d9b0147da81108811ecf25f8d84 7912 
nvram-wakeup_1.1-5.debian.tar.xz
 21defbdbb99d5d6b0c29b15ccd3655ddc55f9b6cb745ba935966ea46f959c10e 6203 
nvram-wakeup_1.1-5_amd64.buildinfo
Files:
 9c2b74dcb1a58009182f6d0c8804e81d 2020 misc optional nvram-wakeup_1.1-5.dsc
 ebd6e276167ba4351ecb1ea2bd368422 1070097 misc optional 
nvram-wakeup_1.1.orig.tar.gz
 cd1839c44308915ff1faa4691e709e7a 7912 misc optional 
nvram-wakeup_1.1-5.debian.tar.xz
 845d12dee67a0c808e0bb42eded2d9ed 6203 misc optional 
nvram-wakeup_1.1-5_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEESHM/Yn5QMjny+jVtbi9Q8jnus+MFAmfDTRwACgkQbi9Q8jnu
s+PG5g/9HEgQ8863d88mbu8JSxTbQ2OJVUn3AVh0JR3654S6vmaghTG9Y3VcYDcS
lXCMWw7HkvZ++wE4Fi486eZFb0qEIV37vqWw0ElaVv7/uEp4XTLl8AJFoOKKj/39
HBnhYtVGmpheG/hhXKSLEcsQpCTJPuqpnW2g6Bo5tc9UyvGMXVSumXWnbjVWhSnJ
i+ThtKFJwlV/BU7hB3BYhVokPb70zfMT6gxQDaxXcmlatWEzpxCNXkGV0IEnCq0W
Wj1TQd7M0WqYJO2Y1vgaB3PgyWgNDqcJhwX6RNgWe3ThdPrUXr+RY4kAxjLO27Rj
hTC7oRLk8uhnZ6iroCDTMD4+ohu7iiUeOgNzTp1xnuCLCh4BM8tctVf/HDMOg65b
l2hszwMX3JBO57qCRLplAAPmiAohw4XoIsGUrLPV2We9PNYuXff8bwk7EwJm7lcG
8JrZF9UblODiB4ReH/DRy9cwjJkMjqKG1dgfX2a3iOh7CF0wtIn/CktEazs+IlIX
JiRoexef8teo1cAdEvuXqAz0wS/Eyok0BsDknSLMM0LmwI8SAdBUfYkcLUuYvtV1
ceMnjfGq4z/8rjCEqTU2wMITMG/fEU3dhcZga1x3d841UL5XE8vw4aKnqrvYMoCI
vqdyf5GE1fBhBsKinH2Be0mX7opFxvi2GDhpB9qdwqtaVBpt8Us=
=CDSS
-----END PGP SIGNATURE-----

Attachment: pgp0lkgs69qm2.pgp
Description: PGP signature


--- End Message ---
_______________________________________________
pkg-vdr-dvb-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-vdr-dvb-devel

Reply via email to