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

Bug#869593: marked as done (ccontrol FTBFS: error: conflicting types for 'find_extension')



Your message dated Tue, 25 Jul 2017 03:04:08 +0000
with message-id <E1dZq8m-00093K-JA@fasolo.debian.org>
and subject line Bug#869593: fixed in ccontrol 1.0-2
has caused the Debian Bug report #869593,
regarding ccontrol FTBFS: error: conflicting types for 'find_extension'
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 owner@bugs.debian.org
immediately.)


-- 
869593: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869593
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: ccontrol
Version: 1.0-1
Severity: serious
User: helmutg@debian.org
Usertags: rebootstrap

ccontrol fails to build from source in unstable amd64 (presumably due to
the gperf 3.1 upload):

| gcc -O3 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -DVERSION='"1.0 (David Gibson)"' -o ccontrol ccontrol.c ccontrol-parse.c ccontrol-lock.c ccontrol-identify.c stdrusty.c
| ccontrol.c: In function 'write_string':
| ccontrol.c:27:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|   write(fd, str, strlen(str));
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| ccontrol.c: In function 'main':
| ccontrol.c:325:2: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
|   getcwd(dirname, sizeof(dirname));
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| In file included from ccontrol-parse.c:40:0:
| keywords.gperf:56:1: error: conflicting types for 'find_keyword'
| In file included from ccontrol-parse.c:40:0:
| keywords.gperf:4:1: note: previous declaration of 'find_keyword' was here
|  find_keyword (register const char *str, register unsigned int len);
|  ^~~~~~~~~~~~
| In file included from ccontrol-identify.c:4:0:
| extensions.gperf:63:1: error: conflicting types for 'find_extension'
| extensions.gperf:6:1: note: previous declaration of 'find_extension' was here
|  find_extension (register const char *str, register unsigned int len);
|  ^~~~~~~~~~~~~~
| stdrusty.c: In function 'fatal':
| stdrusty.c:45:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|   write(STDERR_FILENO, "ccontrol error: ", strlen("ccontrol error: "));
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| stdrusty.c:46:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|   write(STDERR_FILENO, msg, strlen(msg));
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| stdrusty.c:50:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|    write(STDERR_FILENO, str, strlen(str));
|    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| stdrusty.c:54:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|    write(STDERR_FILENO, ": ", strlen(": "));
|    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| stdrusty.c:55:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|    write(STDERR_FILENO, str, strlen(str));
|    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| stdrusty.c:57:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|   write(STDERR_FILENO, "\n", 1);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Makefile:19: recipe for target 'ccontrol' failed
| make[1]: *** [ccontrol] Error 1
| rm ccontrol.1.xml
| make[1]: Leaving directory '/<<PKGBUILDDIR>>'
| debian/rules:39: recipe for target 'build-stamp' failed
| make: *** [build-stamp] Error 2
| dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

Helmut

--- End Message ---
--- Begin Message ---
Source: ccontrol
Source-Version: 1.0-2

We believe that the bug you reported is fixed in the latest version of
ccontrol, 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 869593@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Borowski <kilobyte@angband.pl> (supplier of updated ccontrol 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Tue, 25 Jul 2017 04:02:29 +0200
Source: ccontrol
Binary: ccontrol
Architecture: source
Version: 1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Adam Borowski <kilobyte@angband.pl>
Description:
 ccontrol   - Compilation controller
Closes: 869593
Changes:
 ccontrol (1.0-2) unstable; urgency=medium
 .
   * QA upload.
   * Comment out the VCS fields -- no way to fetch the ancient repository.
   * Use compat 10.
   * Turn on gcc colored diagnostics.
   * Fix gperf prototypes. Closes: #869593.
Checksums-Sha1:
 7cfb759db302737c08236c9adac4f447be9e3da9 1423 ccontrol_1.0-2.dsc
 ea624989645416dd0375eb6a558224d081422e50 10528 ccontrol_1.0-2.debian.tar.xz
 fc0d86d4c62205eeea64323e6b17d7a8a4ba764a 5751 ccontrol_1.0-2_source.buildinfo
Checksums-Sha256:
 8c9766e57525a7c72d5f83979edf15c90e62cc45f2b04e513a8e756c271ad328 1423 ccontrol_1.0-2.dsc
 0f8f05f62c6752a1ac419068fdaabba47b10d6c83fb8095e4c55762b435b445a 10528 ccontrol_1.0-2.debian.tar.xz
 e51effe12b68ea115ce961e278a3e39f4f465ff2f47f76ea207c6b370fff7612 5751 ccontrol_1.0-2_source.buildinfo
Files:
 7ad91ee424bfc9e21daef056b76f2e0e 1423 devel optional ccontrol_1.0-2.dsc
 4fa7ff9c2562f60a0fb5aad1549dd682 10528 devel optional ccontrol_1.0-2.debian.tar.xz
 db4fbfa6c100492ae881a227759cea58 5751 devel optional ccontrol_1.0-2_source.buildinfo

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

iQFIBAEBCgAyFiEE/Zzi2Nd1S3irJ5u9LDtDb+rGgQEFAll2ptcUHGtpbG9ieXRl
QGFuZ2JhbmQucGwACgkQLDtDb+rGgQFGDAgAnPlPsu55lmNoEM1s5uGiZi0Ej0lw
mxzJZ3mX301jDyVJ4hhs1I/YNJOhSc7wQBl1C+qhobD4j962dKhZEWAtQfd5iecv
zuHPqXvqEDDX+M6pq/UOe0ryvOxM+gQKTUHEC50pN7g853Wi0UeEO36vtrvV0Zoq
XllERH0LK2FaZ/8HYwSNabzjm+ha5TW+CLXw+QdRp62HN5A60tggPzCJAcLA6FFM
LSYz3dv44MSrikcMz22noaS+WrWtpz+OXdha8qf96QIB6sF3UMaQem/oK7bMlnRb
aDRhy05jq0ZVofnbekLojs5hnZtpLDA2ZlTnIOyPH/F++Uy4ESMH/1gShQ==
=EoXc
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: