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

Bug#1100207: cups-filters: FTBFS: filter/rastertopdf.cpp:313:18: error: 'PointerHolder' was not declared in this scope



Package: src:cups-filters
Version: 1.28.17-5
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
[ ! -r Makefile ] || make distclean
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
Copying file ABOUT-NLS
Copying file config.rpath
Copying file m4/codeset.m4

[... snipped ...]

      |                          ^~~~~~~~~~~
cupsfilters/colord.c:94:5: warning: 'ppdFindAttr' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
   94 |     q3_attr = ppdFindAttr(ppd, q_keyword, NULL);
      |     ^~~~~~~
/usr/include/cups/ppd.h:400:26: note: declared here
  400 | extern ppd_attr_t       *ppdFindAttr(ppd_file_t *ppd, const char *name,
      |                          ^~~~~~~~~~~
cupsfilters/colord.c:97:5: warning: 'ppdFindAttr' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
   97 |     q3_attr = ppdFindAttr(ppd, "DefaultResolution", NULL);
      |     ^~~~~~~
/usr/include/cups/ppd.h:400:26: note: declared here
  400 | extern ppd_attr_t       *ppdFindAttr(ppd_file_t *ppd, const char *name,
      |                          ^~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/colord.c -o cupsfilters/libcupsfilters_la-colord.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-colormanager.lo `test -f 'cupsfilters/colormanager.c' || echo './'`cupsfilters/colormanager.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/colormanager.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-colormanager.o
cupsfilters/colormanager.c: In function '_get_ppd_icc_fallback':
cupsfilters/colormanager.c:299:3: warning: 'ppdFindAttr' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  299 |   attr = ppdFindAttr(ppd, profile_key, NULL);
      |   ^~~~
In file included from cupsfilters/colormanager.h:41,
                 from cupsfilters/colormanager.c:29:
/usr/include/cups/ppd.h:400:26: note: declared here
  400 | extern ppd_attr_t       *ppdFindAttr(ppd_file_t *ppd, const char *name,
      |                          ^~~~~~~~~~~
cupsfilters/colormanager.c:302:5: warning: 'ppdFindAttr' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  302 |     attr = ppdFindAttr(ppd, profile_key, NULL);
      |     ^~~~
/usr/include/cups/ppd.h:400:26: note: declared here
  400 | extern ppd_attr_t       *ppdFindAttr(ppd_file_t *ppd, const char *name,
      |                          ^~~~~~~~~~~
cupsfilters/colormanager.c:319:3: warning: 'ppdFindNextAttr' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  319 |   for (;attr != NULL; attr = ppdFindNextAttr(ppd, profile_key, NULL)) {
      |   ^~~
/usr/include/cups/ppd.h:402:26: note: declared here
  402 | extern ppd_attr_t       *ppdFindNextAttr(ppd_file_t *ppd, const char *name,
      |                          ^~~~~~~~~~~~~~~
cupsfilters/colormanager.c:324:20: warning: the comparison will always evaluate as 'false' for the address of 'spec' will never be NULL [-Waddress]
  324 |     if (attr->spec == NULL || attr->value == NULL)
      |                    ^~
/usr/include/cups/ppd.h:144:17: note: 'spec' declared here
  144 |   char          spec[PPD_MAX_NAME];     /* Specifier string, if any */
      |                 ^~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/colormanager.c -o cupsfilters/libcupsfilters_la-colormanager.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-dither.lo `test -f 'cupsfilters/dither.c' || echo './'`cupsfilters/dither.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/dither.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-dither.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/dither.c -o cupsfilters/libcupsfilters_la-dither.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-image.lo `test -f 'cupsfilters/image.c' || echo './'`cupsfilters/image.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-image.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image.c -o cupsfilters/libcupsfilters_la-image.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-pdftoippprinter.lo `test -f 'cupsfilters/pdftoippprinter.c' || echo './'`cupsfilters/pdftoippprinter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/pdftoippprinter.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-pdftoippprinter.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/pdftoippprinter.c -o cupsfilters/libcupsfilters_la-pdftoippprinter.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-image-bmp.lo `test -f 'cupsfilters/image-bmp.c' || echo './'`cupsfilters/image-bmp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-bmp.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-image-bmp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-bmp.c -o cupsfilters/libcupsfilters_la-image-bmp.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-image-colorspace.lo `test -f 'cupsfilters/image-colorspace.c' || echo './'`cupsfilters/image-colorspace.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-colorspace.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-image-colorspace.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-colorspace.c -o cupsfilters/libcupsfilters_la-image-colorspace.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-image-gif.lo `test -f 'cupsfilters/image-gif.c' || echo './'`cupsfilters/image-gif.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-gif.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-image-gif.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-gif.c -o cupsfilters/libcupsfilters_la-image-gif.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-image-jpeg.lo `test -f 'cupsfilters/image-jpeg.c' || echo './'`cupsfilters/image-jpeg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-jpeg.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-image-jpeg.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-jpeg.c -o cupsfilters/libcupsfilters_la-image-jpeg.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-image-photocd.lo `test -f 'cupsfilters/image-photocd.c' || echo './'`cupsfilters/image-photocd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-photocd.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-image-photocd.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-photocd.c -o cupsfilters/libcupsfilters_la-image-photocd.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-image-pix.lo `test -f 'cupsfilters/image-pix.c' || echo './'`cupsfilters/image-pix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-pix.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-image-pix.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-pix.c -o cupsfilters/libcupsfilters_la-image-pix.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-image-png.lo `test -f 'cupsfilters/image-png.c' || echo './'`cupsfilters/image-png.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-png.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-image-png.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-png.c -o cupsfilters/libcupsfilters_la-image-png.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-image-pnm.lo `test -f 'cupsfilters/image-pnm.c' || echo './'`cupsfilters/image-pnm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-pnm.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-image-pnm.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-pnm.c -o cupsfilters/libcupsfilters_la-image-pnm.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-image-sgi.lo `test -f 'cupsfilters/image-sgi.c' || echo './'`cupsfilters/image-sgi.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-sgi.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-image-sgi.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-sgi.c -o cupsfilters/libcupsfilters_la-image-sgi.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-image-sgilib.lo `test -f 'cupsfilters/image-sgilib.c' || echo './'`cupsfilters/image-sgilib.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-sgilib.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-image-sgilib.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-sgilib.c -o cupsfilters/libcupsfilters_la-image-sgilib.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-image-sun.lo `test -f 'cupsfilters/image-sun.c' || echo './'`cupsfilters/image-sun.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-sun.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-image-sun.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-sun.c -o cupsfilters/libcupsfilters_la-image-sun.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-image-tiff.lo `test -f 'cupsfilters/image-tiff.c' || echo './'`cupsfilters/image-tiff.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-tiff.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-image-tiff.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-tiff.c -o cupsfilters/libcupsfilters_la-image-tiff.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-image-zoom.lo `test -f 'cupsfilters/image-zoom.c' || echo './'`cupsfilters/image-zoom.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-zoom.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-image-zoom.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/image-zoom.c -o cupsfilters/libcupsfilters_la-image-zoom.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-ipp.lo `test -f 'cupsfilters/ipp.c' || echo './'`cupsfilters/ipp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/ipp.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-ipp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/ipp.c -o cupsfilters/libcupsfilters_la-ipp.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-lut.lo `test -f 'cupsfilters/lut.c' || echo './'`cupsfilters/lut.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/lut.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-lut.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/lut.c -o cupsfilters/libcupsfilters_la-lut.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-pack.lo `test -f 'cupsfilters/pack.c' || echo './'`cupsfilters/pack.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/pack.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-pack.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/pack.c -o cupsfilters/libcupsfilters_la-pack.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-ppdgenerator.lo `test -f 'cupsfilters/ppdgenerator.c' || echo './'`cupsfilters/ppdgenerator.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/ppdgenerator.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-ppdgenerator.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/ppdgenerator.c -o cupsfilters/libcupsfilters_la-ppdgenerator.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-raster.lo `test -f 'cupsfilters/raster.c' || echo './'`cupsfilters/raster.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/raster.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-raster.o
cupsfilters/raster.c: In function 'cupsRasterParseIPPOptions':
cupsfilters/raster.c:121:3: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  121 |   if (ptr && ptr[0] != '\0' && (ppd = ppdOpenFile(ptr)) != NULL)
      |   ^~
In file included from cupsfilters/raster.c:17:
/usr/include/cups/ppd.h:390:26: note: declared here
  390 | extern ppd_file_t       *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                          ^~~~~~~~~~~
cupsfilters/raster.c:125:7: warning: 'cupsMarkOptions' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  125 |       cupsMarkOptions(ppd, num_options, options);
      |       ^~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:363:25: note: declared here
  363 | extern int              cupsMarkOptions(ppd_file_t *ppd, int num_options, cups_option_t *options) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~~~~~~~~
cupsfilters/raster.c:126:7: warning: 'cupsRasterInterpretPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  126 |       cupsRasterInterpretPPD(h, ppd, num_options, options, NULL);
      |       ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:410:25: note: declared here
  410 | extern int              cupsRasterInterpretPPD(cups_page_header2_t *h,
      |                         ^~~~~~~~~~~~~~~~~~~~~~
cupsfilters/raster.c:129:7: warning: 'ppdFindOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  129 |       if (ppdFindOption(ppd, options[i].name) == NULL)
      |       ^~
/usr/include/cups/ppd.h:381:26: note: declared here
  381 | extern ppd_option_t     *ppdFindOption(ppd_file_t *ppd, const char *keyword)
      |                          ^~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/raster.c -o cupsfilters/libcupsfilters_la-raster.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-rgb.lo `test -f 'cupsfilters/rgb.c' || echo './'`cupsfilters/rgb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/rgb.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-rgb.o
cupsfilters/rgb.c: In function 'cupsRGBLoad':
cupsfilters/rgb.c:370:5: warning: 'ppdFindNextAttr' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  370 |     if ((attr = ppdFindNextAttr(ppd, "cupsRGBSample", spec)) == NULL)
      |     ^~
In file included from cupsfilters/driver.h:28,
                 from cupsfilters/rgb.c:25:
/usr/include/cups/ppd.h:402:26: note: declared here
  402 | extern ppd_attr_t       *ppdFindNextAttr(ppd_file_t *ppd, const char *name,
      |                          ^~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/rgb.c -o cupsfilters/libcupsfilters_la-rgb.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o cupsfilters/libcupsfilters_la-srgb.lo `test -f 'cupsfilters/srgb.c' || echo './'`cupsfilters/srgb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/srgb.c  -fPIC -DPIC -o cupsfilters/.libs/libcupsfilters_la-srgb.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c cupsfilters/srgb.c -o cupsfilters/libcupsfilters_la-srgb.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=link gcc -D_PPD_DEPRECATED=""   -I/usr/include/libpng16   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DHAVE_DBUS -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -no-undefined -version-info 1 -Wl,-z,relro -Wl,-z,now -o libcupsfilters.la -rpath /usr/lib/x86_64-linux-gnu cupsfilters/libcupsfilters_la-attr.lo cupsfilters/libcupsfilters_la-check.lo cupsfilters/libcupsfilters_la-cmyk.lo cupsfilters/libcupsfilters_la-colord.lo cupsfilters/libcupsfilters_la-colormanager.lo cupsfilters/libcupsfilters_la-dither.lo cupsfilters/libcupsfilters_la-image.lo cupsfilters/libcupsfilters_la-pdftoippprinter.lo cupsfilters/libcupsfilters_la-image-bmp.lo cupsfilters/libcupsfilters_la-image-colorspace.lo cupsfilters/libcupsfilters_la-image-gif.lo cupsfilters/libcupsfilters_la-imag
 e-jpeg.lo cupsfilters/libcupsfilters_la-image-photocd.lo cupsfilters/libcupsfilters_la-image-pix.lo cupsfilters/libcupsfilters_la-image-png.lo cupsfilters/libcupsfilters_la-image-pnm.lo cupsfilters/libcupsfilters_la-image-sgi.lo cupsfilters/libcupsfilters_la-image-sgilib.lo cupsfilters/libcupsfilters_la-image-sun.lo cupsfilters/libcupsfilters_la-image-tiff.lo cupsfilters/libcupsfilters_la-image-zoom.lo cupsfilters/libcupsfilters_la-ipp.lo cupsfilters/libcupsfilters_la-lut.lo cupsfilters/libcupsfilters_la-pack.lo cupsfilters/libcupsfilters_la-ppdgenerator.lo cupsfilters/libcupsfilters_la-raster.lo cupsfilters/libcupsfilters_la-rgb.lo cupsfilters/libcupsfilters_la-srgb.lo  -lcups -ltiff -lexif  -lpng16   -lm -ldbus-1  -lldap -ltiff -ljpeg 
libtool: link: gcc -shared  -fPIC -DPIC  cupsfilters/.libs/libcupsfilters_la-attr.o cupsfilters/.libs/libcupsfilters_la-check.o cupsfilters/.libs/libcupsfilters_la-cmyk.o cupsfilters/.libs/libcupsfilters_la-colord.o cupsfilters/.libs/libcupsfilters_la-colormanager.o cupsfilters/.libs/libcupsfilters_la-dither.o cupsfilters/.libs/libcupsfilters_la-image.o cupsfilters/.libs/libcupsfilters_la-pdftoippprinter.o cupsfilters/.libs/libcupsfilters_la-image-bmp.o cupsfilters/.libs/libcupsfilters_la-image-colorspace.o cupsfilters/.libs/libcupsfilters_la-image-gif.o cupsfilters/.libs/libcupsfilters_la-image-jpeg.o cupsfilters/.libs/libcupsfilters_la-image-photocd.o cupsfilters/.libs/libcupsfilters_la-image-pix.o cupsfilters/.libs/libcupsfilters_la-image-png.o cupsfilters/.libs/libcupsfilters_la-image-pnm.o cupsfilters/.libs/libcupsfilters_la-image-sgi.o cupsfilters/.libs/libcupsfilters_la-image-sgilib.o cupsfilters/.libs/libcupsfilters_la-image-sun.o cupsfilters/.libs/libcupsfilters_la-image-tif
 f.o cupsfilters/.libs/libcupsfilters_la-image-zoom.o cupsfilters/.libs/libcupsfilters_la-ipp.o cupsfilters/.libs/libcupsfilters_la-lut.o cupsfilters/.libs/libcupsfilters_la-pack.o cupsfilters/.libs/libcupsfilters_la-ppdgenerator.o cupsfilters/.libs/libcupsfilters_la-raster.o cupsfilters/.libs/libcupsfilters_la-rgb.o cupsfilters/.libs/libcupsfilters_la-srgb.o   -lcups -lexif -lpng16 -lm -ldbus-1 -lldap -ltiff -ljpeg  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Werror=format-security -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libcupsfilters.so.1 -o .libs/libcupsfilters.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libcupsfilters.so.1" && ln -s "libcupsfilters.so.1.0.0" "libcupsfilters.so.1")
libtool: link: (cd ".libs" && rm -f "libcupsfilters.so" && ln -s "libcupsfilters.so.1.0.0" "libcupsfilters.so")
libtool: link: ar cr .libs/libcupsfilters.a  cupsfilters/libcupsfilters_la-attr.o cupsfilters/libcupsfilters_la-check.o cupsfilters/libcupsfilters_la-cmyk.o cupsfilters/libcupsfilters_la-colord.o cupsfilters/libcupsfilters_la-colormanager.o cupsfilters/libcupsfilters_la-dither.o cupsfilters/libcupsfilters_la-image.o cupsfilters/libcupsfilters_la-pdftoippprinter.o cupsfilters/libcupsfilters_la-image-bmp.o cupsfilters/libcupsfilters_la-image-colorspace.o cupsfilters/libcupsfilters_la-image-gif.o cupsfilters/libcupsfilters_la-image-jpeg.o cupsfilters/libcupsfilters_la-image-photocd.o cupsfilters/libcupsfilters_la-image-pix.o cupsfilters/libcupsfilters_la-image-png.o cupsfilters/libcupsfilters_la-image-pnm.o cupsfilters/libcupsfilters_la-image-sgi.o cupsfilters/libcupsfilters_la-image-sgilib.o cupsfilters/libcupsfilters_la-image-sun.o cupsfilters/libcupsfilters_la-image-tiff.o cupsfilters/libcupsfilters_la-image-zoom.o cupsfilters/libcupsfilters_la-ipp.o cupsfilters/libcupsfilters_la-lut
 .o cupsfilters/libcupsfilters_la-pack.o cupsfilters/libcupsfilters_la-ppdgenerator.o cupsfilters/libcupsfilters_la-raster.o cupsfilters/libcupsfilters_la-rgb.o cupsfilters/libcupsfilters_la-srgb.o
libtool: link: ranlib .libs/libcupsfilters.a
libtool: link: ( cd ".libs" && rm -f "libcupsfilters.la" && ln -s "../libcupsfilters.la" "libcupsfilters.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc -D_PPD_DEPRECATED="" -I./cupsfilters/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE  -Wl,-z,relro -Wl,-z,now -o implicitclass backend/implicitclass-implicitclass.o -lcups libcupsfilters.la -lldap -ltiff -ljpeg 
libtool: link: gcc -D_PPD_DEPRECATED= -I./cupsfilters/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/implicitclass backend/implicitclass-implicitclass.o  -lcups ./.libs/libcupsfilters.so -lldap -ltiff -ljpeg
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -c -o backend/cups-brf.o backend/cups-brf.c
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE  -Wl,-z,relro -Wl,-z,now -o cups-brf backend/cups-brf.o  -lldap -ltiff -ljpeg 
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -std=gnu11 -D_GNU_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -o cups-brf backend/cups-brf.o  -lldap -ltiff -ljpeg
g++ -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -D_PPD_DEPRECATED="" -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall  -D_GNU_SOURCE -c -o filter/pdftopdf/pdftopdf-pdftopdf.o `test -f 'filter/pdftopdf/pdftopdf.cc' || echo './'`filter/pdftopdf/pdftopdf.cc
filter/pdftopdf/pdftopdf.cc: In function â??void setFinalPPD(ppd_file_t*, const ProcessingParameters&)â??:
filter/pdftopdf/pdftopdf.cc:46:50: warning: â??ppd_option_t* ppdFindOption(ppd_file_t*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
   46 |   if ((param.booklet==BOOKLET_ON)&&(ppdFindOption(ppd,"Duplex"))) {
      |                                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~
In file included from filter/pdftopdf/pdftopdf.cc:10:
/usr/include/cups/ppd.h:381:26: note: declared here
  381 | extern ppd_option_t     *ppdFindOption(ppd_file_t *ppd, const char *keyword)
      |                          ^~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:48:18: warning: â??int ppdMarkOption(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
   48 |     ppdMarkOption(ppd,"Duplex","DuplexTumble");
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:386:25: note: declared here
  386 | extern int              ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |                         ^~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:53:40: warning: â??ppd_option_t* ppdFindOption(ppd_file_t*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
   53 |   if ((param.setDuplex)&&(ppdFindOption(ppd,"Duplex")!=NULL)) {
      |                           ~~~~~~~~~~~~~^~~~~~~~~~~~~~
/usr/include/cups/ppd.h:381:26: note: declared here
  381 | extern ppd_option_t     *ppdFindOption(ppd_file_t *ppd, const char *keyword)
      |                          ^~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:54:18: warning: â??int ppdMarkOption(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
   54 |     ppdMarkOption(ppd,"Duplex","True");
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:386:25: note: declared here
  386 | extern int              ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |                         ^~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:55:18: warning: â??int ppdMarkOption(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
   55 |     ppdMarkOption(ppd,"Duplex","On");
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:386:25: note: declared here
  386 | extern int              ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |                         ^~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:60:34: warning: â??ppd_choice_t* ppdFindMarkedChoice(ppd_file_t*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
   60 |   if ((choice=ppdFindMarkedChoice(ppd,"MirrorPrint")) != NULL) {
      |               ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:378:26: note: declared here
  378 | extern ppd_choice_t     *ppdFindMarkedChoice(ppd_file_t *ppd,
      |                          ^~~~~~~~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc: In function â??bool ppdGetInt(ppd_file_t*, const char*, int*)â??:
filter/pdftopdf/pdftopdf.cc:69:43: warning: â??ppd_choice_t* ppdFindMarkedChoice(ppd_file_t*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
   69 |   ppd_choice_t *choice=ppdFindMarkedChoice(ppd,name); // !ppd is ok.
      |                        ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/cups/ppd.h:378:26: note: declared here
  378 | extern ppd_choice_t     *ppdFindMarkedChoice(ppd_file_t *ppd,
      |                          ^~~~~~~~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc: In function â??bool ppdGetDuplex(ppd_file_t*)â??:
filter/pdftopdf/pdftopdf.cc:145:22: warning: â??int ppdIsMarked(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  145 |       if (ppdIsMarked(ppd, *option, *choice))
      |           ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:383:25: note: declared here
  383 | extern int              ppdIsMarked(ppd_file_t *ppd, const char *keyword,
      |                         ^~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc: In function â??bool ppdDefaultOrder(ppd_file_t*)â??:
filter/pdftopdf/pdftopdf.cc:159:34: warning: â??ppd_choice_t* ppdFindMarkedChoice(ppd_file_t*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  159 |   if ((choice=ppdFindMarkedChoice(ppd,"OutputOrder")) != NULL) {
      |               ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:378:26: note: declared here
  378 | extern ppd_choice_t     *ppdFindMarkedChoice(ppd_file_t *ppd,
      |                          ^~~~~~~~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:161:42: warning: â??ppd_choice_t* ppdFindMarkedChoice(ppd_file_t*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  161 |   } else if (((choice=ppdFindMarkedChoice(ppd,"OutputBin")) != NULL)&&
      |                       ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:378:26: note: declared here
  378 | extern ppd_choice_t     *ppdFindMarkedChoice(ppd_file_t *ppd,
      |                          ^~~~~~~~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:162:32: warning: â??ppd_attr_t* ppdFindAttr(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  162 |              ((attr=ppdFindAttr(ppd,"PageStackOrder",choice->choice)) != NULL)) {
      |                     ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:400:26: note: declared here
  400 | extern ppd_attr_t       *ppdFindAttr(ppd_file_t *ppd, const char *name,
      |                          ^~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:164:31: warning: â??ppd_attr_t* ppdFindAttr(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  164 |   } else if ((attr=ppdFindAttr(ppd,"DefaultOutputOrder",0)) != NULL) {
      |                    ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:400:26: note: declared here
  400 | extern ppd_attr_t       *ppdFindAttr(ppd_file_t *ppd, const char *name,
      |                          ^~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc: In function â??void getParameters(ppd_file_t*, int, cups_option_t*, ProcessingParameters&)â??:
filter/pdftopdf/pdftopdf.cc:396:28: warning: â??ppd_size_t* ppdPageSize(ppd_file_t*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  396 |   if ((pagesize=ppdPageSize(ppd,0)) != NULL) { // "already rotated"
      |                 ~~~~~~~~~~~^~~~~~~
/usr/include/cups/ppd.h:393:26: note: declared here
  393 | extern ppd_size_t       *ppdPageSize(ppd_file_t *ppd, const char *name)
      |                          ^~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:554:34: warning: â??ppd_choice_t* ppdFindMarkedChoice(ppd_file_t*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  554 |   if ((choice=ppdFindMarkedChoice(ppd,"MirrorPrint")) != NULL) {
      |               ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:378:26: note: declared here
  378 | extern ppd_choice_t     *ppdFindMarkedChoice(ppd_file_t *ppd,
      |                          ^~~~~~~~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:626:24: warning: â??ppd_attr_t* ppdFindAttr(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  626 |   if ((attr=ppdFindAttr(ppd,"cupsEvenDuplex",0)) != NULL) {
      |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:400:26: note: declared here
  400 | extern ppd_attr_t       *ppdFindAttr(ppd_file_t *ppd, const char *name,
      |                          ^~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:706:36: warning: â??ppd_attr_t* ppdFindAttr(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  706 |         if ((ppd_attr = ppdFindAttr(ppd, "cupsFilter2", NULL)) != NULL) {
      |                         ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:400:26: note: declared here
  400 | extern ppd_attr_t       *ppdFindAttr(ppd_file_t *ppd, const char *name,
      |                          ^~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:719:47: warning: â??ppd_attr_t* ppdFindNextAttr(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  719 |           } while ((ppd_attr = ppdFindNextAttr(ppd, "cupsFilter2", NULL))
      |                                ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:402:26: note: declared here
  402 | extern ppd_attr_t       *ppdFindNextAttr(ppd_file_t *ppd, const char *name,
      |                          ^~~~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc: In function â??bool printerWillCollate(ppd_file_t*)â??:
filter/pdftopdf/pdftopdf.cc:801:35: warning: â??ppd_choice_t* ppdFindMarkedChoice(ppd_file_t*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  801 |   if (((choice=ppdFindMarkedChoice(ppd,"Collate")) != NULL)&&
      |                ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:378:26: note: declared here
  378 | extern ppd_choice_t     *ppdFindMarkedChoice(ppd_file_t *ppd,
      |                          ^~~~~~~~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:805:36: warning: â??ppd_option_t* ppdFindOption(ppd_file_t*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  805 |     ppd_option_t *opt=ppdFindOption(ppd,"Collate");
      |                       ~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:381:26: note: declared here
  381 | extern ppd_option_t     *ppdFindOption(ppd_file_t *ppd, const char *keyword)
      |                          ^~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc: In function â??void calculate(ppd_file_t*, ProcessingParameters&)â??:
filter/pdftopdf/pdftopdf.cc:860:18: warning: â??int ppdMarkOption(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  860 |     ppdMarkOption(ppd,"Copies","1");
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:386:25: note: declared here
  386 | extern int              ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |                         ^~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:861:18: warning: â??int ppdMarkOption(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  861 |     ppdMarkOption(ppd,"JCLCopies","1");
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:386:25: note: declared here
  386 | extern int              ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |                         ^~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:867:18: warning: â??int ppdMarkOption(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  867 |     ppdMarkOption(ppd,"Collate","False"); // disable any hardware-collate (in JCL)
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:386:25: note: declared here
  386 | extern int              ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |                         ^~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc: In function â??int main(int, char**)â??:
filter/pdftopdf/pdftopdf.cc:1110:20: warning: â??ppd_file_t* ppdOpenFile(const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 1110 |     ppd=ppdOpenFile(getenv("PPD")); // getenv (and thus ppd) may be null. This will not cause problems.
      |         ~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:390:26: note: declared here
  390 | extern ppd_file_t       *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                          ^~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:1111:20: warning: â??void ppdMarkDefaults(ppd_file_t*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 1111 |     ppdMarkDefaults(ppd);
      |     ~~~~~~~~~~~~~~~^~~~~
/usr/include/cups/ppd.h:385:25: note: declared here
  385 | extern void             ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:1113:20: warning: â??int cupsMarkOptions(ppd_file_t*, int, cups_option_t*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 1113 |     cupsMarkOptions(ppd,num_options,options);
      |     ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:363:25: note: declared here
  363 | extern int              cupsMarkOptions(ppd_file_t *ppd, int num_options, cups_option_t *options) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~~~~~~~~
filter/pdftopdf/pdftopdf.cc:1163:17: warning: â??void ppdClose(ppd_file_t*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 1163 |         ppdClose(ppd);
      |         ~~~~~~~~^~~~~
/usr/include/cups/ppd.h:365:25: note: declared here
  365 | extern void             ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~
filter/pdftopdf/pdftopdf.cc:1167:17: warning: â??void ppdClose(ppd_file_t*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 1167 |         ppdClose(ppd);
      |         ~~~~~~~~^~~~~
/usr/include/cups/ppd.h:365:25: note: declared here
  365 | extern void             ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~
filter/pdftopdf/pdftopdf.cc:1171:17: warning: â??void ppdClose(ppd_file_t*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 1171 |         ppdClose(ppd);
      |         ~~~~~~~~^~~~~
/usr/include/cups/ppd.h:365:25: note: declared here
  365 | extern void             ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~
filter/pdftopdf/pdftopdf.cc:1179:17: warning: â??void ppdClose(ppd_file_t*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 1179 |         ppdClose(ppd);
      |         ~~~~~~~~^~~~~
/usr/include/cups/ppd.h:365:25: note: declared here
  365 | extern void             ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~
filter/pdftopdf/pdftopdf.cc:1183:17: warning: â??void ppdClose(ppd_file_t*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 1183 |         ppdClose(ppd);
      |         ~~~~~~~~^~~~~
/usr/include/cups/ppd.h:365:25: note: declared here
  365 | extern void             ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~
filter/pdftopdf/pdftopdf.cc:1308:15: warning: â??void ppdClose(ppd_file_t*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 1308 |       ppdClose(ppd);
      |       ~~~~~~~~^~~~~
/usr/include/cups/ppd.h:365:25: note: declared here
  365 | extern void             ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~
filter/pdftopdf/pdftopdf.cc:1319:13: warning: â??void ppdClose(ppd_file_t*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 1319 |     ppdClose(ppd);
      |     ~~~~~~~~^~~~~
/usr/include/cups/ppd.h:365:25: note: declared here
  365 | extern void             ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~
g++ -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -D_PPD_DEPRECATED="" -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall  -D_GNU_SOURCE -c -o filter/pdftopdf/pdftopdf-pdftopdf_jcl.o `test -f 'filter/pdftopdf/pdftopdf_jcl.cc' || echo './'`filter/pdftopdf/pdftopdf_jcl.cc
filter/pdftopdf/pdftopdf_jcl.cc: In function â??void emitJCLOptions(FILE*, ppd_file_t*, int)â??:
filter/pdftopdf/pdftopdf_jcl.cc:21:26: warning: â??ppd_attr_t* ppdFindAttr(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
   21 |   if ((attr = ppdFindAttr(ppd,"pdftopdfJCLBegin",NULL)) != NULL) {
      |               ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from filter/pdftopdf/pdftopdf_jcl.cc:3:
/usr/include/cups/ppd.h:400:26: note: declared here
  400 | extern ppd_attr_t       *ppdFindAttr(ppd_file_t *ppd, const char *name,
      |                          ^~~~~~~~~~~
filter/pdftopdf/pdftopdf_jcl.cc:35:20: warning: â??ppd_option_t* ppdFindOption(ppd_file_t*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
   35 |   if (ppdFindOption(ppd,"Copies") != NULL) {
      |       ~~~~~~~~~~~~~^~~~~~~~~~~~~~
/usr/include/cups/ppd.h:381:26: note: declared here
  381 | extern ppd_option_t     *ppdFindOption(ppd_file_t *ppd, const char *keyword)
      |                          ^~~~~~~~~~~~~
filter/pdftopdf/pdftopdf_jcl.cc:36:18: warning: â??int ppdMarkOption(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
   36 |     ppdMarkOption(ppd,"Copies",buf);
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:386:25: note: declared here
  386 | extern int              ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |                         ^~~~~~~~~~~~~
filter/pdftopdf/pdftopdf_jcl.cc:38:28: warning: â??ppd_attr_t* ppdFindAttr(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
   38 |     if ((attr = ppdFindAttr(ppd,"pdftopdfJCLCopies",buf)) != NULL) {
      |                 ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:400:26: note: declared here
  400 | extern ppd_attr_t       *ppdFindAttr(ppd_file_t *ppd, const char *name,
      |                          ^~~~~~~~~~~
filter/pdftopdf/pdftopdf_jcl.cc:48:23: warning: â??int ppdCollect(ppd_file_t*, ppd_section_t, ppd_choice_t***)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
   48 |     int n = ppdCollect(ppd,(ppd_section_t)section,&choices);
      |             ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:366:25: note: declared here
  366 | extern int              ppdCollect(ppd_file_t *ppd, ppd_section_t section,
      |                         ^~~~~~~~~~
filter/pdftopdf/pdftopdf_jcl.cc:52:30: warning: â??ppd_attr_t* ppdFindAttr(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
   52 |       if ((attr = ppdFindAttr(ppd,buf,choices[i]->choice)) != NULL) {
      |                   ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:400:26: note: declared here
  400 | extern ppd_attr_t       *ppdFindAttr(ppd_file_t *ppd, const char *name,
      |                          ^~~~~~~~~~~
filter/pdftopdf/pdftopdf_jcl.cc: In function â??void emitPreamble(ppd_file_t*, const ProcessingParameters&)â??:
filter/pdftopdf/pdftopdf_jcl.cc:124:10: warning: â??int ppdEmit(ppd_file_t*, FILE*, ppd_section_t)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  124 |   ppdEmit(ppd,stdout,PPD_ORDER_EXIT);
      |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:369:25: note: declared here
  369 | extern int              ppdEmit(ppd_file_t *ppd, FILE *fp,
      |                         ^~~~~~~
filter/pdftopdf/pdftopdf_jcl.cc:139:22: warning: â??ppd_option_t* ppdFindOption(ppd_file_t*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  139 |     if (ppdFindOption(ppd,"Copies") != NULL &&
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~
/usr/include/cups/ppd.h:381:26: note: declared here
  381 | extern ppd_option_t     *ppdFindOption(ppd_file_t *ppd, const char *keyword)
      |                          ^~~~~~~~~~~~~
filter/pdftopdf/pdftopdf_jcl.cc:142:20: warning: â??int ppdMarkOption(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  142 |       ppdMarkOption(ppd,"Copies",buf);
      |       ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:386:25: note: declared here
  386 | extern int              ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |                         ^~~~~~~~~~~~~
filter/pdftopdf/pdftopdf_jcl.cc:145:26: warning: â??ppd_attr_t* ppdFindAttr(ppd_file_t*, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  145 |     if ((attr=ppdFindAttr(ppd,"JCLToPDFInterpreter",NULL)) != NULL) {
      |               ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:400:26: note: declared here
  400 | extern ppd_attr_t       *ppdFindAttr(ppd_file_t *ppd, const char *name,
      |                          ^~~~~~~~~~~
filter/pdftopdf/pdftopdf_jcl.cc:164:15: warning: â??int ppdEmitJCL(ppd_file_t*, FILE*, int, const char*, const char*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  164 |     ppdEmitJCL(ppd,stdout,param.jobId,param.user,param.title);
      |     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:373:25: note: declared here
  373 | extern int              ppdEmitJCL(ppd_file_t *ppd, FILE *fp, int job_id,
      |                         ^~~~~~~~~~
filter/pdftopdf/pdftopdf_jcl.cc: In function â??void emitPostamble(ppd_file_t*, const ProcessingParameters&)â??:
filter/pdftopdf/pdftopdf_jcl.cc:175:18: warning: â??int ppdEmitJCLEnd(ppd_file_t*, FILE*)â?? is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  175 |     ppdEmitJCLEnd(ppd,stdout);
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~
/usr/include/cups/ppd.h:421:25: note: declared here
  421 | extern int              ppdEmitJCLEnd(ppd_file_t *ppd, FILE *fp)
      |                         ^~~~~~~~~~~~~
g++ -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -D_PPD_DEPRECATED="" -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall  -D_GNU_SOURCE -c -o filter/pdftopdf/pdftopdf-pdftopdf_processor.o `test -f 'filter/pdftopdf/pdftopdf_processor.cc' || echo './'`filter/pdftopdf/pdftopdf_processor.cc
g++ -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -D_PPD_DEPRECATED="" -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall  -D_GNU_SOURCE -c -o filter/pdftopdf/pdftopdf-qpdf_pdftopdf_processor.o `test -f 'filter/pdftopdf/qpdf_pdftopdf_processor.cc' || echo './'`filter/pdftopdf/qpdf_pdftopdf_processor.cc
filter/pdftopdf/qpdf_pdftopdf_processor.cc: In member function â??QPDFObjectHandle QPDF_PDFTOPDF_PageHandle::get()â??:
filter/pdftopdf/qpdf_pdftopdf_processor.cc:86:10: error: â??class QPDFObjectHandleâ?? has no member named â??replaceOrRemoveKeyâ??
   86 |     page.replaceOrRemoveKey("/Rotate",makeRotate(rotation));
      |          ^~~~~~~~~~~~~~~~~~
filter/pdftopdf/qpdf_pdftopdf_processor.cc:89:10: error: â??class QPDFObjectHandleâ?? has no member named â??replaceOrRemoveKeyâ??
   89 |     page.replaceOrRemoveKey("/Rotate",makeRotate(rot));
      |          ^~~~~~~~~~~~~~~~~~
filter/pdftopdf/qpdf_pdftopdf_processor.cc: In member function â??virtual Rotation QPDF_PDFTOPDF_PageHandle::crop(const PageRect&, Rotation, Rotation, Position, Position, bool, bool)â??:
filter/pdftopdf/qpdf_pdftopdf_processor.cc:184:10: error: â??class QPDFObjectHandleâ?? has no member named â??replaceOrRemoveKeyâ??
  184 |     page.replaceOrRemoveKey("/Rotate",makeRotate(ROT_90));
      |          ^~~~~~~~~~~~~~~~~~
filter/pdftopdf/qpdf_pdftopdf_processor.cc:186:10: error: â??class QPDFObjectHandleâ?? has no member named â??replaceOrRemoveKeyâ??
  186 |     page.replaceOrRemoveKey("/Rotate",makeRotate(ROT_0));
      |          ^~~~~~~~~~~~~~~~~~
filter/pdftopdf/qpdf_pdftopdf_processor.cc:245:8: error: â??class QPDFObjectHandleâ?? has no member named â??replaceOrRemoveKeyâ??
  245 |   page.replaceOrRemoveKey("/Rotate",makeRotate(save_rotate));
      |        ^~~~~~~~~~~~~~~~~~
filter/pdftopdf/qpdf_pdftopdf_processor.cc: In member function â??virtual bool QPDF_PDFTOPDF_PageHandle::is_landscape(Rotation)â??:
filter/pdftopdf/qpdf_pdftopdf_processor.cc:254:10: error: â??class QPDFObjectHandleâ?? has no member named â??replaceOrRemoveKeyâ??
  254 |     page.replaceOrRemoveKey("/Rotate",makeRotate(ROT_90));
      |          ^~~~~~~~~~~~~~~~~~
filter/pdftopdf/qpdf_pdftopdf_processor.cc:256:10: error: â??class QPDFObjectHandleâ?? has no member named â??replaceOrRemoveKeyâ??
  256 |     page.replaceOrRemoveKey("/Rotate",makeRotate(ROT_0));
      |          ^~~~~~~~~~~~~~~~~~
filter/pdftopdf/qpdf_pdftopdf_processor.cc:261:8: error: â??class QPDFObjectHandleâ?? has no member named â??replaceOrRemoveKeyâ??
  261 |   page.replaceOrRemoveKey("/Rotate",makeRotate(save_rotate));
      |        ^~~~~~~~~~~~~~~~~~
filter/pdftopdf/qpdf_pdftopdf_processor.cc: In member function â??virtual void QPDF_PDFTOPDF_Processor::autoRotateAll(bool, Rotation)â??:
filter/pdftopdf/qpdf_pdftopdf_processor.cc:665:12: error: â??class QPDFObjectHandleâ?? has no member named â??replaceOrRemoveKeyâ??
  665 |       page.replaceOrRemoveKey("/Rotate",makeRotate(src_rot+rotation));
      |            ^~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:4222: filter/pdftopdf/pdftopdf-qpdf_pdftopdf_processor.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:4840: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:2102: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:18: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202503/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:cups-filters, so that this is still
visible in the BTS web page for this package.

Thanks.


Reply to: