Your message dated Mon, 29 Jul 2024 15:49:05 +0000
with message-id <[email protected]>
and subject line Bug#1071303: fixed in cups-filters 1.28.17-4.1
has caused the Debian Bug report #1071303,
regarding cups-filters: FTBFS: dpkg-gensymbols: error: some symbols or patterns 
disappeared in the symbols file
to be marked as done.

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

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


-- 
1071303: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071303
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:cups-filters
Version: 1.28.17-4
Severity: serious
Tags: ftbfs

Dear maintainer:

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

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
Copying file ABOUT-NLS
Copying file config.rpath
Copying file m4/codeset.m4
Copying file m4/extern-inline.m4
Copying file m4/fcntl-o.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4

[... snipped ...]

 5623 |         ppdClose(ppd);
      |         ^~~~~~~~
/usr/include/cups/ppd.h:364:25: note: declared here
  364 | extern void             ppdClose(ppd_file_t *ppd) 
_CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~
libtool: link: gcc -D_PPD_DEPRECATED= -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 serial backend/serial-serial.o  -lcups 
-lldap -ltiff -ljpeg
/bin/bash ./libtool  --tag=CC   --mode=link gcc -D_PPD_DEPRECATED="" -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 beh backend/beh-beh.o -lcups -lldap -ltiff 
-ljpeg
utils/cups-browsed.c: In function ‘update_cups_queues’:
utils/cups-browsed.c:8635:9: warning: ‘ppdOpenFile’ is deprecated: Use 
cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 8635 |         if ((ppd = ppdOpenFile(loadedppd)) == NULL) {
      |         ^~
/usr/include/cups/ppd.h:389:26: note: declared here
  389 | extern ppd_file_t       *ppdOpenFile(const char *filename) 
_CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                          ^~~~~~~~~~~
utils/cups-browsed.c:8637:11: warning: ‘ppdLastError’ is deprecated: Use 
cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 8637 |           ppd_status_t status = ppdLastError(&linenum);
      |           ^~~~~~~~~~~~
/usr/include/cups/ppd.h:403:25: note: declared here
  403 | extern ppd_status_t     ppdLastError(int *line) 
_CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~~~~~
utils/cups-browsed.c:8639:24: warning: ‘ppdErrorString’ is deprecated: Use 
cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 8639 |                        loadedppd, ppdErrorString(status), linenum);
      |                        ^~~~~~~~~
/usr/include/cups/ppd.h:398:26: note: declared here
  398 | extern const char       *ppdErrorString(ppd_status_t status) 
_CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                          ^~~~~~~~~~~~~~
utils/cups-browsed.c:8646:9: warning: ‘ppdMarkDefaults’ is deprecated: Use 
cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 8646 |         ppdMarkDefaults(ppd);
      |         ^~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:384:25: note: declared here
  384 | extern void             ppdMarkDefaults(ppd_file_t *ppd) 
_CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~~~~~~~~
utils/cups-browsed.c:8647:9: warning: ‘cupsMarkOptions’ is deprecated: Use 
cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 8647 |         cupsMarkOptions(ppd, p->num_options, p->options);
      |         ^~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:362:25: note: declared here
  362 | extern int              cupsMarkOptions(ppd_file_t *ppd, int num_options, 
cups_option_t *options) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends 
instead.");
      |                         ^~~~~~~~~~~~~~~
utils/cups-browsed.c:8653:11: warning: ‘ppdClose’ is deprecated: Use 
cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 8653 |           ppdClose(ppd);
      |           ^~~~~~~~
/usr/include/cups/ppd.h:364:25: note: declared here
  364 | extern void             ppdClose(ppd_file_t *ppd) 
_CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~
utils/cups-browsed.c:8664:11: warning: ‘ppdClose’ is deprecated: Use 
cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 8664 |           ppdClose(ppd);
      |           ^~~~~~~~
/usr/include/cups/ppd.h:364:25: note: declared here
  364 | extern void             ppdClose(ppd_file_t *ppd) 
_CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~
utils/cups-browsed.c:8689:15: warning: ‘ppdFindMarkedChoice’ is deprecated: Use 
cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 8689 |               if ((choice = ppdFindMarkedChoice(ppd, "PageSize")) == 
NULL)
      |               ^~
/usr/include/cups/ppd.h:377:26: note: declared here
  377 | extern ppd_choice_t     *ppdFindMarkedChoice(ppd_file_t *ppd,
      |                          ^~~~~~~~~~~~~~~~~~~
utils/cups-browsed.c:8690:17: warning: ‘ppdFindMarkedChoice’ is deprecated: Use 
cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 8690 |                 choice = ppdFindMarkedChoice(ppd, "PageRegion");
      |                 ^~~~~~
/usr/include/cups/ppd.h:377:26: note: declared here
  377 | extern ppd_choice_t     *ppdFindMarkedChoice(ppd_file_t *ppd,
      |                          ^~~~~~~~~~~~~~~~~~~
utils/cups-browsed.c:8692:15: warning: ‘ppdFindMarkedChoice’ is deprecated: Use 
cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 8692 |               choice = ppdFindMarkedChoice(ppd, keyword);
      |               ^~~~~~
/usr/include/cups/ppd.h:377:26: note: declared here
  377 | extern ppd_choice_t     *ppdFindMarkedChoice(ppd_file_t *ppd,
      |                          ^~~~~~~~~~~~~~~~~~~
utils/cups-browsed.c:8770:9: warning: ‘ppdClose’ is deprecated: Use 
cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
 8770 |         ppdClose(ppd);
      |         ^~~~~~~~
/usr/include/cups/ppd.h:364:25: note: declared here
  364 | extern void             ppdClose(ppd_file_t *ppd) 
_CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~
libtool: link: gcc -D_PPD_DEPRECATED= -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 beh backend/beh-beh.o  -lcups -lldap 
-ltiff -ljpeg
/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-image-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-tiff.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 -fstack-protector-strong -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=CXX   --mode=link g++  -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  -Wl,-z,relro -Wl,-z,now -o 
pdftopdf filter/pdftopdf/pdftopdf-pdftopdf.o filter/pdftopdf/pdftopdf-pdftopdf_jcl.o 
filter/pdftopdf/pdftopdf-pdftopdf_processor.o filter/pdftopdf/pdftopdf-qpdf_pdftopdf_processor.o 
filter/pdftopdf/pdftopdf-pptypes.o filter/pdftopdf/pdftopdf-nup.o 
filter/pdftopdf/pdftopdf-intervalset.o filter/pdftopdf/pdftopdf-qpdf_tools.o 
filter/pdftopdf/pdftopdf-qpdf_xobject.o filter/pdftopdf/pdftopdf-qpdf_pdftopdf.o 
filter/pdftopdf/pdftopdf-qpdf_cm.o -lqpdf  -lcups -lldap -ltiff -ljpeg
libtool: link: g++ -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 -Wl,-z -Wl,relro -Wl,-z -Wl,now -o pdftopdf 
filter/pdftopdf/pdftopdf-pdftopdf.o filter/pdftopdf/pdftopdf-pdftopdf_jcl.o 
filter/pdftopdf/pdftopdf-pdftopdf_processor.o 
filter/pdftopdf/pdftopdf-qpdf_pdftopdf_processor.o filter/pdftopdf/pdftopdf-pptypes.o 
filter/pdftopdf/pdftopdf-nup.o filter/pdftopdf/pdftopdf-intervalset.o 
filter/pdftopdf/pdftopdf-qpdf_tools.o filter/pdftopdf/pdftopdf-qpdf_xobject.o 
filter/pdftopdf/pdftopdf-qpdf_pdftopdf.o filter/pdftopdf/pdftopdf-qpdf_cm.o  -lqpdf -lcups 
-lldap -ltiff -ljpeg
/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 commandtoescpx 
filter/commandtoescpx-commandtoescpx.o -lcups -lldap -ltiff -ljpeg
utils/cups-browsed.c: In function ‘update_netifs’:
utils/cups-browsed.c:9281:21: warning: ‘__builtin_snprintf’ output may be 
truncated before the last format character [-Wformat-truncation=]
 9281 |                  "%s", ifa->ifa_name);
      |                     ^
In file included from /usr/include/stdio.h:964,
                 from /usr/include/resolv.h:58,
                 from utils/cups-browsed.c:34:
In function ‘snprintf’,
    inlined from ‘update_netifs’ at utils/cups-browsed.c:9280:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: ‘__builtin_snprintf’ 
output between 1 and 65536 bytes into a destination of size 65535
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
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 
commandtoescpx filter/commandtoescpx-commandtoescpx.o  -lcups -lldap -ltiff -ljpeg
/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 commandtopclx 
filter/commandtopclx-commandtopclx.o -lcups -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 
commandtopclx filter/commandtopclx-commandtopclx.o  -lcups -lldap -ltiff -ljpeg
/bin/bash ./libtool  --tag=CC   --mode=link gcc -D_PPD_DEPRECATED="" -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 sys5ippprinter 
filter/sys5ippprinter-common.o filter/sys5ippprinter-sys5ippprinter.o  -lcups -lldap -ltiff -ljpeg
libtool: link: gcc -D_PPD_DEPRECATED= -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 sys5ippprinter 
filter/sys5ippprinter-common.o filter/sys5ippprinter-sys5ippprinter.o  -lcups -lldap -ltiff 
-ljpeg
/bin/bash ./libtool  --tag=CC   --mode=link gcc -D_PPD_DEPRECATED="" -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 texttotext filter/texttotext-texttotext.o  
-lcups  -lldap -ltiff -ljpeg
libtool: link: gcc -D_PPD_DEPRECATED= -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 texttotext filter/texttotext-texttotext.o  
-lcups -lldap -ltiff -ljpeg
/bin/bash ./libtool  --tag=CXX   --mode=link g++  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall  
-D_GNU_SOURCE  -Wl,-z,relro -Wl,-z,now -o pdftops filter/pdftops-common.o 
filter/pdftops-pdftops.o filter/pdf.o  -lcups -lqpdf  -lldap -ltiff -ljpeg
libtool: link: g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wall -D_GNU_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -o pdftops 
filter/pdftops-common.o filter/pdftops-pdftops.o filter/pdf.o  -lcups -lqpdf -lldap -ltiff 
-ljpeg
/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 rastertoescpx 
filter/rastertoescpx-rastertoescpx.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/rastertoescpx filter/rastertoescpx-rastertoescpx.o  -lcups ./.libs/libcupsfilters.so 
-lldap -ltiff -ljpeg
/bin/bash ./libtool  --tag=CC   --mode=link gcc -D_PPD_DEPRECATED="" 
-I/usr/include/libpng16  -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 rastertopclx filter/rastertopclx-pcl-common.o filter/rastertopclx-rastertopclx.o -lcups 
-lpng16  libcupsfilters.la -lldap -ltiff -ljpeg
libtool: link: gcc -D_PPD_DEPRECATED= -I/usr/include/libpng16 -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/rastertopclx filter/rastertopclx-pcl-common.o filter/rastertopclx-rastertopclx.o  
-lcups -lpng16 ./.libs/libcupsfilters.so -lldap -ltiff -ljpeg
/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 -no-undefined -version-info 1 -Wl,-z,relro 
-Wl,-z,now -o libfontembed.la -rpath /usr/lib/x86_64-linux-gnu fontembed/aglfn13.lo 
fontembed/dynstring.lo fontembed/embed.lo fontembed/embed_sfnt.lo fontembed/embed_pdf.lo 
fontembed/fontfile.lo fontembed/frequent.lo fontembed/sfnt.lo fontembed/sfnt_subset.lo  
-lldap -ltiff -ljpeg
libtool: link: gcc -shared  -fPIC -DPIC  fontembed/.libs/aglfn13.o 
fontembed/.libs/dynstring.o fontembed/.libs/embed.o 
fontembed/.libs/embed_sfnt.o fontembed/.libs/embed_pdf.o 
fontembed/.libs/fontfile.o fontembed/.libs/frequent.o fontembed/.libs/sfnt.o 
fontembed/.libs/sfnt_subset.o   -lldap -ltiff -ljpeg  -g -O2 
-fstack-protector-strong -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname 
-Wl,libfontembed.so.1 -o .libs/libfontembed.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libfontembed.so.1" && ln -s "libfontembed.so.1.0.0" 
"libfontembed.so.1")
libtool: link: (cd ".libs" && rm -f "libfontembed.so" && ln -s "libfontembed.so.1.0.0" 
"libfontembed.so")
libtool: link: ar cr .libs/libfontembed.a  fontembed/aglfn13.o 
fontembed/dynstring.o fontembed/embed.o fontembed/embed_sfnt.o 
fontembed/embed_pdf.o fontembed/fontfile.o fontembed/frequent.o 
fontembed/sfnt.o fontembed/sfnt_subset.o
libtool: link: ranlib .libs/libfontembed.a
libtool: link: ( cd ".libs" && rm -f "libfontembed.la" && ln -s "../libfontembed.la" 
"libfontembed.la" )
/bin/bash ./libtool  --tag=CXX   --mode=link g++ -D_PPD_DEPRECATED=""   -I./cupsfilters/ -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall  -D_GNU_SOURCE  
-Wl,-z,relro -Wl,-z,now -o rastertopdf filter/rastertopdf-rastertopdf.o -lcups -llcms2  -lqpdf  
libcupsfilters.la -lldap -ltiff -ljpeg
libtool: link: g++ -D_PPD_DEPRECATED= -I./cupsfilters/ -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-D_GNU_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/rastertopdf 
filter/rastertopdf-rastertopdf.o  -lcups -llcms2 -lqpdf ./.libs/libcupsfilters.so -lldap 
-ltiff -ljpeg
/bin/bash ./libtool  --tag=CXX   --mode=link g++ -D_PPD_DEPRECATED=""  
-I/usr/include/libpng16    -I/usr/include/freetype2 -I/usr/include/libpng16  -I./fontembed/ -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection 
-Wformat -Werror=format-security -fcf-protection -Wall  -D_GNU_SOURCE  -Wl,-z,relro -Wl,-z,now -o 
bannertopdf filter/bannertopdf-banner.o filter/bannertopdf-bannertopdf.o filter/bannertopdf-pdf.o  
-lcups -ltiff -lpng16  -lqpdf   -lfontconfig -lfreetype  libfontembed.la -lldap -ltiff -ljpeg
libtool: link: g++ -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/freetype2 
-I/usr/include/libpng16 -I./fontembed/ -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-D_GNU_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/bannertopdf 
filter/bannertopdf-banner.o filter/bannertopdf-bannertopdf.o filter/bannertopdf-pdf.o  
-lcups -lpng16 -lqpdf -lfontconfig -lfreetype ./.libs/libfontembed.so -lldap -ltiff -ljpeg
/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 rastertops filter/rastertops-rastertops.o 
-lcups -lz 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/rastertops filter/rastertops-rastertops.o  -lcups -lz ./.libs/libcupsfilters.so 
-lldap -ltiff -ljpeg
/bin/bash ./libtool  --tag=CXX   --mode=link g++ -D_PPD_DEPRECATED=""   
-I/usr/include/libpng16  -I/usr/include/poppler/cpp -I/usr/include/poppler   -I./cupsfilters/ -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection 
-Wformat -Werror=format-security -fcf-protection -Wall  -D_GNU_SOURCE  -Wl,-z,relro -Wl,-z,now -o 
pdftoraster filter/pdftoraster-pdftoraster.o -lcups -llcms2  -ltiff -lpng16  -lpoppler-cpp   
libcupsfilters.la -lldap -ltiff -ljpeg
libtool: link: g++ -D_PPD_DEPRECATED= -I/usr/include/libpng16 -I/usr/include/poppler/cpp 
-I/usr/include/poppler -I./cupsfilters/ -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-D_GNU_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/pdftoraster 
filter/pdftoraster-pdftoraster.o  -lcups -llcms2 -lpng16 -lpoppler-cpp 
./.libs/libcupsfilters.so -lldap -ltiff -ljpeg
/bin/bash ./libtool  --tag=CXX   --mode=link g++  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall  
-D_GNU_SOURCE  -Wl,-z,relro -Wl,-z,now -o gstoraster filter/gstoraster-gstoraster.o 
filter/pdf.o -lcups -lqpdf  libcupsfilters.la -lldap -ltiff -ljpeg
libtool: link: g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wall -D_GNU_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/gstoraster 
filter/gstoraster-gstoraster.o filter/pdf.o  -lcups -lqpdf ./.libs/libcupsfilters.so -lldap 
-ltiff -ljpeg
/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 mupdftoraster 
filter/mupdftoraster-mupdftoraster.o -lcups libcupsfilters.la -lldap -ltiff -ljpeg
/bin/bash ./libtool  --tag=CC   --mode=link gcc -DCONFIG_PATH='"/etc/foomatic"' 
-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 foomatic-rip 
filter/foomatic-rip/foomatic_rip-foomaticrip.o filter/foomatic-rip/foomatic_rip-options.o 
filter/foomatic-rip/foomatic_rip-pdf.o filter/foomatic-rip/foomatic_rip-postscript.o 
filter/foomatic-rip/foomatic_rip-process.o filter/foomatic-rip/foomatic_rip-renderer.o 
filter/foomatic-rip/foomatic_rip-spooler.o filter/foomatic-rip/foomatic_rip-util.o -lcups -lm 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/mupdftoraster filter/mupdftoraster-mupdftoraster.o  -lcups ./.libs/libcupsfilters.so 
-lldap -ltiff -ljpeg
/bin/bash ./libtool  --tag=CC   --mode=link gcc -D_PPD_DEPRECATED=""  
-I/usr/include/libpng16   -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 imagetopdf filter/imagetopdf-common.o filter/imagetopdf-imagetopdf.o -lcups -ltiff 
-lpng16   -lm libcupsfilters.la -lldap -ltiff -ljpeg
libtool: link: gcc -DCONFIG_PATH=\"/etc/foomatic\" -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/foomatic-rip 
filter/foomatic-rip/foomatic_rip-foomaticrip.o filter/foomatic-rip/foomatic_rip-options.o 
filter/foomatic-rip/foomatic_rip-pdf.o filter/foomatic-rip/foomatic_rip-postscript.o 
filter/foomatic-rip/foomatic_rip-process.o filter/foomatic-rip/foomatic_rip-renderer.o 
filter/foomatic-rip/foomatic_rip-spooler.o filter/foomatic-rip/foomatic_rip-util.o  -lcups -lm 
./.libs/libcupsfilters.so -lldap -ltiff -ljpeg
/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 imagetoraster 
filter/imagetoraster-common.o filter/imagetoraster-imagetoraster.o -lcups -lm libcupsfilters.la 
-lldap -ltiff -ljpeg
libtool: link: gcc -D_PPD_DEPRECATED= -I/usr/include/libpng16 -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/imagetopdf filter/imagetopdf-common.o filter/imagetopdf-imagetopdf.o  -lcups -lpng16 
-lm ./.libs/libcupsfilters.so -lldap -ltiff -ljpeg
/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 driverless utils/driverless-driverless.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/imagetoraster filter/imagetoraster-common.o filter/imagetoraster-imagetoraster.o  
-lcups -lm ./.libs/libcupsfilters.so -lldap -ltiff -ljpeg
/bin/bash ./libtool  --tag=CC   --mode=link gcc -D_PPD_DEPRECATED="" -D_REENTRANT  
-D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -pthread  -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread  
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 
-I/usr/include/libmount -I/usr/include/blkid -pthread  -I/usr/include/gio-unix-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 
-I/usr/include/libmount -I/usr/include/blkid -pthread  -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 cups-browsed 
utils/cups_browsed-cups-browsed.o cups_browsed-cups-notifier.o -lcups -lavahi-common -lavahi-client  
-lavahi-glib -lglib-2.0  -lglib-2.0  -lgio-2.0 -lgobject-2.0 -lglib-2.0  -lgio-2.0 -lgobject-2.0 
-lglib-2.0  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/driverless utils/driverless-driverless.o  -lcups ./.libs/libcupsfilters.so -lldap 
-ltiff -ljpeg
/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= -D_REENTRANT -D_REENTRANT -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -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/cups-browsed utils/cups_browsed-cups-browsed.o cups_browsed-cups-notifier.o  -lcups 
-lavahi-common -lavahi-client -lavahi-glib -lgio-2.0 -lgobject-2.0 -lglib-2.0 
./.libs/libcupsfilters.so -lldap -ltiff -ljpeg -pthread
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
/bin/bash ./libtool  --tag=CC   --mode=link gcc -D_PPD_DEPRECATED="" 
-I/usr/include/freetype2 -I/usr/include/libpng16  -I./fontembed/ -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 texttopdf filter/texttopdf-common.o 
filter/texttopdf-pdfutils.o filter/texttopdf-textcommon.o filter/texttopdf-texttopdf.o -lcups 
-lfontconfig -lfreetype  libfontembed.la -lldap -ltiff -ljpeg
libtool: link: gcc -D_PPD_DEPRECATED= -I/usr/include/freetype2 -I/usr/include/libpng16 
-I./fontembed/ -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/texttopdf filter/texttopdf-common.o 
filter/texttopdf-pdfutils.o filter/texttopdf-textcommon.o filter/texttopdf-texttopdf.o  
-lcups -lfontconfig -lfreetype ./.libs/libfontembed.so -lldap -ltiff -ljpeg
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
        make -j2 check "TESTSUITEFLAGS=-j2 --verbose" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  check-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make  test1284 testcmyk testdither testimage testrgb test_analyze test_pdf 
test_ps test_pdf1 test_pdf2
make[4]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED="" -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/test1284-ieee1284.o `test -f 'backend/ieee1284.c' || 
echo './'`backend/ieee1284.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -D_PPD_DEPRECATED="" -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/test1284-test1284.o `test -f 'backend/test1284.c' || 
echo './'`backend/test1284.c
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 cupsfilters/testcmyk.o 
cupsfilters/testcmyk.c
cupsfilters/testcmyk.c: In function ‘test_gray’:
cupsfilters/testcmyk.c:109:3: warning: ignoring return value of ‘fgets’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
  109 |   fgets(line, sizeof(line), in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupsfilters/testcmyk.c:166:5: warning: ignoring return value of ‘fread’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
  166 |     fread(input, width, 1, in);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupsfilters/testcmyk.c: In function ‘test_rgb’:
cupsfilters/testcmyk.c:291:3: warning: ignoring return value of ‘fgets’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
  291 |   fgets(line, sizeof(line), in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupsfilters/testcmyk.c:344:5: warning: ignoring return value of ‘fread’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
  344 |     fread(input, width, 3, in);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
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 cupsfilters/testdither.o 
cupsfilters/testdither.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libpng16   -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/testimage-testimage.o 
`test -f 'cupsfilters/testimage.c' || echo './'`cupsfilters/testimage.c
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 cupsfilters/testrgb.o 
cupsfilters/testrgb.c
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 fontembed/test_analyze.o 
fontembed/test_analyze.c
cupsfilters/testrgb.c: In function ‘test_gray’:
cupsfilters/testrgb.c:123:3: warning: ignoring return value of ‘fgets’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  123 |   fgets(line, sizeof(line), in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupsfilters/testrgb.c:154:5: warning: ignoring return value of ‘fread’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  154 |     fread(input, width, 1, in);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupsfilters/testrgb.c: In function ‘test_rgb’:
cupsfilters/testrgb.c:253:3: warning: ignoring return value of ‘fgets’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  253 |   fgets(line, sizeof(line), in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupsfilters/testrgb.c:284:5: warning: ignoring return value of ‘fread’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  284 |     fread(input, width, 3, in);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
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 fontembed/test_pdf.o 
fontembed/test_pdf.c
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 fontembed/test_ps.o fontembed/test_ps.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I./fontembed/ -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 filter/test_pdf1-pdfutils.o `test -f 
'filter/pdfutils.c' || echo './'`filter/pdfutils.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I./fontembed/ -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 filter/test_pdf1-test_pdf1.o `test -f 
'filter/test_pdf1.c' || echo './'`filter/test_pdf1.c
filter/test_pdf1.c: In function ‘main’:
filter/test_pdf1.c:27:21: warning: format ‘%d’ expects argument of type ‘int’, 
but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
   27 |   pdfOut_printf(pdf,"%d 0 obj\n"
      |                     ^~~~~~~~~~~~
......
   34 |                     ,cobj,strlen(buf),buf);
      |                           ~~~~~~~~~~~
      |                           |
      |                           size_t {aka long unsigned int}
filter/test_pdf1.c:28:33: note: format string is defined here
   28 |                     "<</Length %d\n"
      |                                ~^
      |                                 |
      |                                 int
      |                                %ld
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I./fontembed/ -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 filter/test_pdf2-pdfutils.o `test -f 
'filter/pdfutils.c' || echo './'`filter/pdfutils.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I./fontembed/ -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 filter/test_pdf2-test_pdf2.o `test -f 
'filter/test_pdf2.c' || echo './'`filter/test_pdf2.c
filter/test_pdf2.c: In function ‘main’:
filter/test_pdf2.c:81:21: warning: format ‘%d’ expects argument of type ‘int’, 
but argument 4 has type ‘long int’ [-Wformat=]
   81 |   pdfOut_printf(pdf,"%d 0 obj\n"
      |                     ^~~~~~~~~~~~
......
   84 |                     ,clobj,streamlen);
      |                            ~~~~~~~~~
      |                            |
      |                            long int
filter/test_pdf2.c:82:23: note: format string is defined here
   82 |                     "%d\n"
      |                      ~^
      |                       |
      |                       int
      |                      %ld
/bin/bash ./libtool  --tag=CC   --mode=link gcc -D_PPD_DEPRECATED="" -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 test1284 backend/test1284-ieee1284.o 
backend/test1284-test1284.o -lcups -lldap -ltiff -ljpeg
/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 testcmyk 
cupsfilters/testcmyk.o  libcupsfilters.la -lm -lldap -ltiff -ljpeg
libtool: link: gcc -D_PPD_DEPRECATED= -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 test1284 backend/test1284-ieee1284.o 
backend/test1284-test1284.o  -lcups -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 .libs/testcmyk cupsfilters/testcmyk.o  
./.libs/libcupsfilters.so -lm -lldap -ltiff -ljpeg
/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 testdither 
cupsfilters/testdither.o  libcupsfilters.la -lm -lldap -ltiff -ljpeg
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -I/usr/include/libpng16   -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 testimage 
cupsfilters/testimage-testimage.o  -ltiff -lpng16   libcupsfilters.la -lm -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 .libs/testdither cupsfilters/testdither.o  
./.libs/libcupsfilters.so -lm -lldap -ltiff -ljpeg
libtool: link: gcc -I/usr/include/libpng16 -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/testimage 
cupsfilters/testimage-testimage.o  -lpng16 ./.libs/libcupsfilters.so -lm -lldap -ltiff 
-ljpeg
/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 testrgb 
cupsfilters/testrgb.o  libcupsfilters.la -lm -lldap -ltiff -ljpeg
/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 test_analyze 
fontembed/test_analyze.o libfontembed.la -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 .libs/testrgb cupsfilters/testrgb.o  
./.libs/libcupsfilters.so -lm -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 .libs/test_analyze 
fontembed/test_analyze.o  ./.libs/libfontembed.so -lldap -ltiff -ljpeg
/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 test_pdf 
fontembed/test_pdf.o libfontembed.la -lldap -ltiff -ljpeg
/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 test_ps 
fontembed/test_ps.o libfontembed.la -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 .libs/test_ps fontembed/test_ps.o  
./.libs/libfontembed.so -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 .libs/test_pdf fontembed/test_pdf.o  
./.libs/libfontembed.so -lldap -ltiff -ljpeg
/bin/bash ./libtool  --tag=CC   --mode=link gcc -I./fontembed/ -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 test_pdf1 
filter/test_pdf1-pdfutils.o filter/test_pdf1-test_pdf1.o libfontembed.la -lldap -ltiff 
-ljpeg
/bin/bash ./libtool  --tag=CC   --mode=link gcc -I./fontembed/ -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 test_pdf2 
filter/test_pdf2-pdfutils.o filter/test_pdf2-test_pdf2.o libfontembed.la -lldap -ltiff 
-ljpeg
libtool: link: gcc -I./fontembed/ -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/test_pdf1 
filter/test_pdf1-pdfutils.o filter/test_pdf1-test_pdf1.o  ./.libs/libfontembed.so -lldap 
-ltiff -ljpeg
libtool: link: gcc -I./fontembed/ -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/test_pdf2 
filter/test_pdf2-pdfutils.o filter/test_pdf2-test_pdf2.o  ./.libs/libfontembed.so -lldap 
-ltiff -ljpeg
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make  check-TESTS
make[4]: Entering directory '/<<PKGBUILDDIR>>'
make[5]: Entering directory '/<<PKGBUILDDIR>>'
PASS: test_analyze
PASS: testdither
PASS: test_pdf
PASS: test_ps
PASS: test_pdf1
PASS: test_pdf2
============================================================================
Testsuite summary for cups-filters 1.28.17
============================================================================
# TOTAL: 6
# PASS:  6
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: Leaving directory '/<<PKGBUILDDIR>>'
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
   dh_prep
   dh_auto_install
        make -j1 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp 
AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  install-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[4]: Entering directory '/<<PKGBUILDDIR>>'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcupsfilters.la 
libfontembed.la '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/libcupsfilters.so.1.0.0 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libcupsfilters.so.1.0.0
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s 
-f libcupsfilters.so.1.0.0 libcupsfilters.so.1 || { rm -f libcupsfilters.so.1 && ln -s 
libcupsfilters.so.1.0.0 libcupsfilters.so.1; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s 
-f libcupsfilters.so.1.0.0 libcupsfilters.so || { rm -f libcupsfilters.so && ln -s 
libcupsfilters.so.1.0.0 libcupsfilters.so; }; })
libtool: install: /usr/bin/install -c .libs/libcupsfilters.lai 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libcupsfilters.la
libtool: install: /usr/bin/install -c .libs/libfontembed.so.1.0.0 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libfontembed.so.1.0.0
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s 
-f libfontembed.so.1.0.0 libfontembed.so.1 || { rm -f libfontembed.so.1 && ln -s 
libfontembed.so.1.0.0 libfontembed.so.1; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s 
-f libfontembed.so.1.0.0 libfontembed.so || { rm -f libfontembed.so && ln -s libfontembed.so.1.0.0 
libfontembed.so; }; })
libtool: install: /usr/bin/install -c .libs/libfontembed.lai 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libfontembed.la
libtool: install: /usr/bin/install -c .libs/libcupsfilters.a 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libcupsfilters.a
libtool: install: chmod 644 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libcupsfilters.a
libtool: install: ranlib 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libcupsfilters.a
libtool: install: /usr/bin/install -c .libs/libfontembed.a 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libfontembed.a
libtool: install: chmod 644 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libfontembed.a
libtool: install: ranlib 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libfontembed.a
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/sbin'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c cups-browsed 
'/<<PKGBUILDDIR>>/debian/tmp/usr/sbin'
libtool: warning: 'libcupsfilters.la' has not been installed in 
'/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/cups-browsed 
/<<PKGBUILDDIR>>/debian/tmp/usr/sbin/cups-browsed
make  install-exec-hook
make[5]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/install -c -d -m 755 /<<PKGBUILDDIR>>/debian/tmp/usr/bin
/usr/bin/install -c -d -m 755 /<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter
/usr/bin/install -c -d -m 755 /<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/backend
ln -s -r -f /<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/foomatic-rip 
/<<PKGBUILDDIR>>/debian/tmp/usr/bin
ln -s -r -f /<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/driver/driverless 
/<<PKGBUILDDIR>>/debian/tmp/usr/bin
ln -s -r -f /<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/driver/driverless 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/backend
ln -s -r -f /<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/driver/driverless-fax 
/<<PKGBUILDDIR>>/debian/tmp/usr/bin
ln -s -r -f /<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/driver/driverless-fax 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/backend
ln -s -f imagetobrf /<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/imagetoubrl
ln -s -f vectortopdf /<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/svgtopdf
ln -s -f vectortopdf /<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/xfigtopdf
ln -s -f vectortopdf /<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/wmftopdf
ln -s -f vectortopdf /<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/emftopdf
ln -s -f vectortopdf /<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/cgmtopdf
ln -s -f vectortopdf /<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/cmxtopdf
ln -s -f vectortobrf 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/vectortoubrl
ln -s -f textbrftoindexv3 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/textbrftoindexv4
make[5]: Leaving directory '/<<PKGBUILDDIR>>'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/doc/cups-filters'
 /usr/bin/install -c -m 644 ABOUT-NLS AUTHORS COPYING NEWS INSTALL README 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/doc/cups-filters'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/etc/init.d'
 /usr/bin/install -c utils/cups-browsed '/<<PKGBUILDDIR>>/debian/tmp/etc/init.d'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man1'
 /usr/bin/install -c -m 644 utils/driverless.1 filter/foomatic-rip/foomatic-rip.1 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man1'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man5'
 /usr/bin/install -c -m 644 utils/cups-browsed.conf.5 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man5'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man8'
 /usr/bin/install -c -m 644 utils/cups-browsed.8 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man8'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/braille'
 /usr/bin/install -c filter/braille/drivers/index/indexv4.sh 
filter/braille/drivers/index/indexv3.sh filter/braille/drivers/index/index.sh 
filter/braille/filters/cups-braille.sh 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/braille'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter'
 /usr/bin/install -c filter/braille/drivers/generic/brftoembosser 
filter/braille/drivers/index/imageubrltoindexv3 
filter/braille/drivers/index/imageubrltoindexv4 
filter/braille/drivers/index/textbrftoindexv3 filter/braille/filters/imagetobrf 
filter/braille/filters/vectortopdf filter/braille/filters/vectortobrf 
filter/braille/filters/texttobrf filter/braille/filters/brftopagedbrf 
filter/braille/filters/musicxmltobrf 
'/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/ppdc'
 /usr/bin/install -c -m 644 filter/braille/filters/liblouis1.defs 
filter/braille/filters/liblouis2.defs filter/braille/filters/liblouis3.defs 
filter/braille/filters/liblouis4.defs 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/ppdc'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/backend'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c parallel serial beh 
implicitclass cups-brf '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/backend'
libtool: install: /usr/bin/install -c parallel 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/backend/parallel
libtool: install: /usr/bin/install -c serial 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/backend/serial
libtool: install: /usr/bin/install -c beh 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/backend/beh
libtool: warning: 'libcupsfilters.la' has not been installed in 
'/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/implicitclass 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/backend/implicitclass
libtool: install: /usr/bin/install -c cups-brf 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/backend/cups-brf
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/banners'
 /usr/bin/install -c -m 644 banners/classified banners/confidential banners/secret 
banners/standard banners/form banners/topsecret banners/unclassified 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/banners'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/charsets'
 /usr/bin/install -c -m 644 charset/pdf.utf-8.heavy charset/pdf.utf-8.simple 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/charsets'
 /usr/bin/mkdir -p 
'/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig'
 /usr/bin/install -c -m 644 libcupsfilters.pc libfontembed.pc 
'/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/data'
 /usr/bin/install -c -m 644 data/default.pdf data/form_russian.pdf data/form_english.pdf 
data/form_english_in.odt data/form_russian_in.odt data/default-testpage.pdf data/testprint 
data/classified.pdf data/confidential.pdf data/secret.pdf data/standard.pdf 
data/topsecret.pdf data/unclassified.pdf 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/data'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/etc/cups'
 /usr/bin/install -c -m 644 utils/cups-browsed.conf 
'/<<PKGBUILDDIR>>/debian/tmp/etc/cups'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/drv'
 /usr/bin/install -c -m 644 drv/cupsfilters.drv drv/generic-brf.drv drv/generic-ubrl.drv 
drv/indexv3.drv drv/indexv4.drv '/<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/drv'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c pdftopdf commandtoescpx 
commandtopclx sys5ippprinter texttotext pdftops rastertoescpx rastertopclx texttopdf 
rastertopdf bannertopdf rastertops pdftoraster gstoraster mupdftoraster foomatic-rip 
imagetopdf imagetoraster '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter'
libtool: install: /usr/bin/install -c pdftopdf 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/pdftopdf
libtool: install: /usr/bin/install -c commandtoescpx 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/commandtoescpx
libtool: install: /usr/bin/install -c commandtopclx 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/commandtopclx
libtool: install: /usr/bin/install -c sys5ippprinter 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/sys5ippprinter
libtool: install: /usr/bin/install -c texttotext 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/texttotext
libtool: install: /usr/bin/install -c pdftops 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/pdftops
libtool: warning: 'libcupsfilters.la' has not been installed in 
'/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/rastertoescpx 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/rastertoescpx
libtool: warning: 'libcupsfilters.la' has not been installed in 
'/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/rastertopclx 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/rastertopclx
libtool: warning: 'libfontembed.la' has not been installed in 
'/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/texttopdf 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/texttopdf
libtool: warning: 'libcupsfilters.la' has not been installed in 
'/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/rastertopdf 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/rastertopdf
libtool: warning: 'libfontembed.la' has not been installed in 
'/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/bannertopdf 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/bannertopdf
libtool: warning: 'libcupsfilters.la' has not been installed in 
'/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/rastertops 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/rastertops
libtool: warning: 'libcupsfilters.la' has not been installed in 
'/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/pdftoraster 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/pdftoraster
libtool: warning: 'libcupsfilters.la' has not been installed in 
'/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/gstoraster 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/gstoraster
libtool: warning: 'libcupsfilters.la' has not been installed in 
'/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/mupdftoraster 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/mupdftoraster
libtool: warning: 'libcupsfilters.la' has not been installed in 
'/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/foomatic-rip 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/foomatic-rip
libtool: warning: 'libcupsfilters.la' has not been installed in 
'/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/imagetopdf 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/imagetopdf
libtool: warning: 'libcupsfilters.la' has not been installed in 
'/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/imagetoraster 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter/imagetoraster
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter'
 /usr/bin/install -c filter/imagetops filter/texttops filter/rastertopclm filter/gstopxl 
filter/gstopdf '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/filter'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/include/cupsfilters'
 /usr/bin/install -c -m 644 cupsfilters/colord.h cupsfilters/colormanager.h 
cupsfilters/driver.h cupsfilters/image.h cupsfilters/ipp.h cupsfilters/raster.h 
cupsfilters/ppdgenerator.h cupsfilters/pdftoippprinter.h 
'/<<PKGBUILDDIR>>/debian/tmp/usr/include/cupsfilters'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/include/fontembed'
 /usr/bin/install -c -m 644 fontembed/bitset.h fontembed/embed.h fontembed/fontfile.h 
fontembed/iofn.h fontembed/sfnt.h 
'/<<PKGBUILDDIR>>/debian/tmp/usr/include/fontembed'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/mime'
 /usr/bin/install -c -m 644 mime/cupsfilters.types mime/cupsfilters.convs 
mime/cupsfilters-poppler.convs mime/cupsfilters-ghostscript.convs 
mime/cupsfilters-mupdf.convs mime/braille.convs mime/braille.types 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/mime'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/ppdc'
 /usr/bin/install -c -m 644 filter/pcl.h filter/escp.h 
filter/braille/drivers/common/media-braille.defs filter/braille/drivers/index/index.defs 
filter/braille/filters/braille.defs filter/braille/filters/imagemagick.defs 
filter/braille/filters/liblouis.defs filter/braille/drivers/common/fr-braille.po 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/ppdc'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/driver'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c driverless 
'/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/driver'
libtool: warning: 'libcupsfilters.la' has not been installed in 
'/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/driverless 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/driver/driverless
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/driver'
 /usr/bin/install -c utils/driverless-fax 
'/<<PKGBUILDDIR>>/debian/tmp/usr/lib/cups/driver'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/ppd/cupsfilters'
 /usr/bin/install -c -m 644 ppd/Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd 
ppd/Generic-PDF_Printer-PDF.ppd ppd/HP-Color_LaserJet_CM3530_MFP-PDF.ppd 
ppd/Ricoh-PDF_Printer-PDF.ppd ppd/pxlcolor.ppd ppd/pxlmono.ppd 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/ppd/cupsfilters'
make  install-data-hook
make[5]: Entering directory '/<<PKGBUILDDIR>>'
for level in 2 3 5; do \
        /usr/bin/install -c -d -m 755 
/<<PKGBUILDDIR>>/debian/tmp/etc/rc${level}.d; \
        ln -s -f ../init.d/cups-browsed 
/<<PKGBUILDDIR>>/debian/tmp/etc/rc${level}.d/S99cups-browsed; \
        ln -s -f ../init.d/cups-browsed 
/<<PKGBUILDDIR>>/debian/tmp/etc/rc${level}.d/K00cups-browsed; \
done; \
/usr/bin/install -c -d -m 755 /<<PKGBUILDDIR>>/debian/tmp/etc/rc0.d; \
ln -s -f ../init.d/cups-browsed 
/<<PKGBUILDDIR>>/debian/tmp/etc/rc0.d/K00cups-browsed;
ln -s -f pdf.utf-8.simple \
        /<<PKGBUILDDIR>>/debian/tmp/usr/share/cups/charsets/pdf.utf-8
chmod 700 /<<PKGBUILDDIR>>/debian/tmp//usr/lib/cups/backend/implicitclass
chmod 700 /<<PKGBUILDDIR>>/debian/tmp//usr/lib/cups/backend/cups-brf
make[5]: Leaving directory '/<<PKGBUILDDIR>>'
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_install
mkdir -p debian/cups-filters/usr/share/cups/data/
rsvg-convert debian/local/default-testpage-debian.svg -f pdf > 
debian/cups-filters/usr/share/cups/data/default-testpage.pdf
Fontconfig error: No writable cache directories
# Install the modules loader for lp, ppdev and parport_pc, only on allow-listed 
architectures where these are known-present
install -D -m 644 debian/local/modules-load.conf 
debian/cups-filters/etc/modules-load.d/cups-filters.conf
dh_apparmor -pcups-browsed --profile-name=usr.sbin.cups-browsed
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_installdocs
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_installdocs -A AUTHORS README
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_installchangelogs
   dh_installman
   dh_installinit
   dh_installsystemd
   dh_lintian
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   debian/rules override_dh_fixperms
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_fixperms -Xusr/lib/cups/backend
# Make the serial backend run as root, since /dev/ttyS* are
# root:dialout and thus not accessible as user lp
chmod 744 debian/cups-filters/usr/lib/cups/backend/serial
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_missing
   dh_dwz -a
   dh_strip -a
   debian/rules override_dh_makeshlibs
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_makeshlibs -- -c4
dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libcupsfilters1t64/DEBIAN/symbols doesn't 
match completely debian/libcupsfilters1t64.symbols
--- debian/libcupsfilters1t64.symbols (libcupsfilters1t64_1.28.17-4_amd64)
+++ dpkg-gensymbolsOC_xK6       2024-05-17 17:37:16.182261605 +0000
@@ -160,4 +160,4 @@
  sgiPutRow@Base 1.0~b1
  sgray_gamma@Base 1.0.58
  sgray_wp@Base 1.0.58
- strlcpy@Base 1.12.0
+#MISSING: 1.28.17-4# strlcpy@Base 1.12.0
dh_makeshlibs: error: failing due to earlier errors
make[1]: *** [debian/rules:43: override_dh_makeshlibs] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:18: binary] Error 2
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/202405/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large 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 affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: cups-filters
Source-Version: 1.28.17-4.1
Done: Jeremy Bícha <[email protected]>

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

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

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

Debian distribution maintenance software
pp.
Jeremy Bícha <[email protected]> (supplier of updated cups-filters package)

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


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

Format: 1.8
Date: Mon, 29 Jul 2024 11:20:43 -0400
Source: cups-filters
Built-For-Profiles: noudeb
Architecture: source
Version: 1.28.17-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Printing Team <[email protected]>
Changed-By: Jeremy Bícha <[email protected]>
Closes: 1071303
Changes:
 cups-filters (1.28.17-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload
   * Update symbols file for latest glibc (Closes: #1071303)
Checksums-Sha1:
 6a6c478919764cb2a41c236ca8e5d5a19a9c0cc2 2877 cups-filters_1.28.17-4.1.dsc
 3410d6c2c1f6e5af1d2d79c8cebabf37e00855c7 86524 
cups-filters_1.28.17-4.1.debian.tar.xz
 b33497213ef1e7b6075a53d61c4fd9fcb771b19f 11445 
cups-filters_1.28.17-4.1_source.buildinfo
Checksums-Sha256:
 8e679ab24640e7998d8ea3307a14cf60539312cccdffb8c0f09379624fc6740e 2877 
cups-filters_1.28.17-4.1.dsc
 9e100eceaca6249ae9dc3eda14f980df782806fc1fcb162f84df41a4eb67257c 86524 
cups-filters_1.28.17-4.1.debian.tar.xz
 c233a9dda298092c289df1c539080802d996af45a41f3f196528b218b367b03f 11445 
cups-filters_1.28.17-4.1_source.buildinfo
Files:
 6abc2eede71b75fb78608c68dc264517 2877 net optional cups-filters_1.28.17-4.1.dsc
 989a2d1c198c5f36d07c06a8efcedd2c 86524 net optional 
cups-filters_1.28.17-4.1.debian.tar.xz
 51a3964d69d4ab0aee3f01a7ffd2c3b0 11445 net optional 
cups-filters_1.28.17-4.1_source.buildinfo

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

iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAmans7sACgkQ5mx3Wuv+
bH05FQ//Vnu9uf5XOzWvVynDfi/bx/xrNXzqXlpddQGvr46UIJmdT4mvKPZZr1gi
fkgTtdKNa4IcAnjk8ks8pUk7Cv/z96T1U+Bub6kToAXrc5QdVe0btOqfSIiXjZU8
6U/93AgASmYp+qHh/CFz9wVpave0hSc50DNftflbFbzykm2GuIwex768HTuIa2d4
dFGkfWS8MOV/8A1jiA3QPCBKj9Qj6ktBo/FInnAgK3shcLalQy9YWdjYbdOJSfWK
V+o5EFhh9dYrqlUhouCissP2PCwYZWYvzqy4P3ODVtYtnHdaSa8tbT/BQmTv2mx8
/4hLZXYtWrslREDYnujH4flFYkQEpfui32xIIw9KqMHSMv/LDgpFDLGD57jgBxn7
ykiCkzFF2JvU/hYrkOqKlZWt2oibH+3iuC5t9p7WWyA9XXhGRg6wBpN3E6z+8Npb
INo7oLfhgnYx8z7sVD/l4XTpoISQ4nPp1QxzYLzwRavFA9dVtEFp9KXGMw7gnebe
Xo2KSFJPlwJVm7mBSB9wf05DdOGfjsXJ9nMkpqvH1dWYHSKUhfUxdQBYWh0HVsmL
fxjnEZAMS2rnNm5oCxZlJuNlIBuQLVx2/LV4vN6SemnbYMJ8L1Ab6GxHqdIhXHX5
ZYExmO4JHoVNtYiptgC5P2/AzUJ4P018l2tEHeWWJ/lsYc6L/KM=
=j8Pp
-----END PGP SIGNATURE-----

Attachment: pgpyGKpopqWHL.pgp
Description: PGP signature


--- End Message ---

Reply via email to