Your message dated Mon, 30 Jan 2017 04:44:38 +0000
with message-id <e1cy3pw-0005io...@fasolo.debian.org>
and subject line Bug#853090: Removed package(s) from unstable
has caused the Debian Bug report #850991,
regarding liblicense: FTBFS: ../../../modules/io/exempi.c:48:26: error: 
'XMP_OPEN_OPNLYXMP' undeclared (first use in this function)
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 ow...@bugs.debian.org
immediately.)


-- 
850991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850991
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: liblicense
Version: 0.8.1-3
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170111 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> /bin/bash ../../libtool --tag=CC   --mode=compile x86_64-linux-gnu-gcc 
> -DHAVE_CONFIG_H -I. -I../../../modules/io -I../.. -I../../../liblicense 
> -I../../liblicense -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/exempi-2.0 
> -g -Wall -g -O2 -Wall -Wextra -Wchar-subscripts -Wnested-externs 
> -Wpointer-arith -Wsign-compare -Wshadow -std=gnu89 -pedantic -D_SVID_SOURCE 
> -Wdeclaration-after-statement -MT exempi_la-exempi.lo -MD -MP -MF 
> .deps/exempi_la-exempi.Tpo -c -o exempi_la-exempi.lo `test -f 'exempi.c' || 
> echo '../../../modules/io/'`exempi.c
> libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. 
> -I../../../modules/io -I../.. -I../../../liblicense -I../../liblicense 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/exempi-2.0 -g -Wall -g -O2 
> -Wall -Wextra -Wchar-subscripts -Wnested-externs -Wpointer-arith 
> -Wsign-compare -Wshadow -std=gnu89 -pedantic -D_SVID_SOURCE 
> -Wdeclaration-after-statement -MT exempi_la-exempi.lo -MD -MP -MF 
> .deps/exempi_la-exempi.Tpo -c ../../../modules/io/exempi.c  -fPIC -DPIC -o 
> .libs/exempi_la-exempi.o
> ../../../modules/io/exempi.c:1:1: warning: C++ style comments are not allowed 
> in ISO C90
>  // Creative Commons has made the contents of this file
>  ^
> ../../../modules/io/exempi.c:1:1: warning: (this will be reported only once 
> per input file)
> In file included from /usr/include/stdio.h:27:0,
>                  from ../../../modules/io/exempi.c:19:
> /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>  # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
>    ^~~~~~~
> In file included from ../../../modules/io/exempi.c:25:0:
> /usr/include/exempi-2.0/exempi/xmp.h:338:3: warning: C++ style comments are 
> not allowed in ISO C90
>    /// Packet offset in the file in bytes, -1 if unknown.
>    ^
> /usr/include/exempi-2.0/exempi/xmp.h:338:3: warning: (this will be reported 
> only once per input file)
> ../../../modules/io/exempi.c: In function 'exempi_read':
> ../../../modules/io/exempi.c:48:26: error: 'XMP_OPEN_OPNLYXMP' undeclared 
> (first use in this function)
>  #define XMP_OPEN_ONLYXMP XMP_OPEN_OPNLYXMP
>                           ^
> ../../../modules/io/exempi.c:63:35: note: in expansion of macro 
> 'XMP_OPEN_ONLYXMP'
>   f = xmp_files_open_new(filename, XMP_OPEN_ONLYXMP);
>                                    ^~~~~~~~~~~~~~~~
> ../../../modules/io/exempi.c:48:26: note: each undeclared identifier is 
> reported only once for each function it appears in
>  #define XMP_OPEN_ONLYXMP XMP_OPEN_OPNLYXMP
>                           ^
> ../../../modules/io/exempi.c:63:35: note: in expansion of macro 
> 'XMP_OPEN_ONLYXMP'
>   f = xmp_files_open_new(filename, XMP_OPEN_ONLYXMP);
>                                    ^~~~~~~~~~~~~~~~
> ../../../modules/io/exempi.c: In function 'exempi_write':
> ../../../modules/io/exempi.c:48:26: error: 'XMP_OPEN_OPNLYXMP' undeclared 
> (first use in this function)
>  #define XMP_OPEN_ONLYXMP XMP_OPEN_OPNLYXMP
>                           ^
> ../../../modules/io/exempi.c:109:56: note: in expansion of macro 
> 'XMP_OPEN_ONLYXMP'
>   f = xmp_files_open_new(filename, XMP_OPEN_FORUPDATE | XMP_OPEN_ONLYXMP);
>                                                         ^~~~~~~~~~~~~~~~
> In file included from ../../../modules/io/exempi.c:23:0:
> ../../../modules/io/exempi.c: At top level:
> ../../../modules/io/exempi.c:159:16: warning: initialization from 
> incompatible pointer type [-Wincompatible-pointer-types]
>     exempi_init,exempi_read,exempi_write,exempi_shutdown);
>                 ^
> ../../../liblicense/liblicense.h:875:1: note: in definition of macro 
> 'LL_MODULE_DEFINE'
>  read,                                                   \
>  ^~~~
> ../../../modules/io/exempi.c:159:16: note: (near initialization for 
> 'll_module_desc.read')
>     exempi_init,exempi_read,exempi_write,exempi_shutdown);
>                 ^
> ../../../liblicense/liblicense.h:875:1: note: in definition of macro 
> 'LL_MODULE_DEFINE'
>  read,                                                   \
>  ^~~~
> ../../../modules/io/exempi.c:159:57: warning: ISO C does not allow extra ';' 
> outside of a function [-Wpedantic]
>     exempi_init,exempi_read,exempi_write,exempi_shutdown);
>                                                          ^
> In file included from ../../../modules/io/exempi.c:28:0:
> ../../../modules/io/shared_xmp.h:11:13: warning: array 
> '_ll_shared_xmp_morepermissions' assumed to have one element
>  const char  _ll_shared_xmp_morepermissions[];
>              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Makefile:530: recipe for target 'exempi_la-exempi.lo' failed
> make[5]: *** [exempi_la-exempi.lo] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2017/01/11/liblicense_0.8.1-3_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Version: 0.8.1-3+rm

Dear submitter,

as the package liblicense has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/853090

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to