← Back to team overview

pkg-perl-maintainers team mailing list archive

[Bug 2044113] [NEW] libnet-cups-perl 0.64-3 FTBFS against libcupsfilters 2

 

Public bug reported:

The version of libcupsfilters in Ubuntu is ahead of Debian's.

libcupsfilters-dev | 1.28.17-3        | unstable     | amd64, arm64, armel, armhf, i386, mips64el, ppc64el, riscv64, s390x
libcupsfilters-dev | 2.0.0-0ubuntu1     | noble           | amd64, arm64, armhf, ppc64el, riscv64, s390x

libnet-cups-perl 0.64-3, which was synced from Debian, still uses
constant names that are defined in libcupsfilters 1.28 but were renamed
in libcupsfilters 2.0.

This makes the build fail with:

const-c.inc:730:20: error: ‘CUPS_IMAGE_RGB’ undeclared (first use in this function); did you mean ‘CF_IMAGE_RGB’?
  730 |       *iv_return = CUPS_IMAGE_RGB;
      |                    ^~~~~~~~~~~~~~
      |                    CF_IMAGE_RGB
const-c.inc:730:20: note: each undeclared identifier is reported only once for each function it appears in
const-c.inc:889:20: error: ‘CUPS_IMAGE_CMY’ undeclared (first use in this function); did you mean ‘CF_IMAGE_CMY’?
  889 |       *iv_return = CUPS_IMAGE_CMY;
      |                    ^~~~~~~~~~~~~~
      |                    CF_IMAGE_CMY
const-c.inc: In function ‘constant_15’:
const-c.inc:1029:20: error: ‘CUPS_IMAGE_CMYK’ undeclared (first use in this function); did you mean ‘CF_IMAGE_CMYK’?
 1029 |       *iv_return = CUPS_IMAGE_CMYK;
      |                    ^~~~~~~~~~~~~~~
      |                    CF_IMAGE_CMYK
const-c.inc: In function ‘constant_16’:
const-c.inc:1176:20: error: ‘CUPS_IMAGE_BLACK’ undeclared (first use in this function); did you mean ‘CF_IMAGE_BLACK’?
 1176 |       *iv_return = CUPS_IMAGE_BLACK;
      |                    ^~~~~~~~~~~~~~~~
      |                    CF_IMAGE_BLACK
const-c.inc:1233:20: error: ‘CUPS_IMAGE_WHITE’ undeclared (first use in this function); did you mean ‘CF_IMAGE_WHITE’?
 1233 |       *iv_return = CUPS_IMAGE_WHITE;
      |                    ^~~~~~~~~~~~~~~~
      |                    CF_IMAGE_WHITE
const-c.inc: In function ‘constant_19’:
const-c.inc:1880:20: error: ‘CUPS_IMAGE_RGB_CMYK’ undeclared (first use in this function); did you mean ‘CF_IMAGE_RGB_CMYK’?
 1880 |       *iv_return = CUPS_IMAGE_RGB_CMYK;
      |                    ^~~~~~~~~~~~~~~~~~~
      |                    CF_IMAGE_RGB_CMYK

** Affects: libnet-cups-perl (Ubuntu)
     Importance: Undecided
     Assignee: Olivier Gayot (ogayot)
         Status: In Progress

** Changed in: libnet-cups-perl (Ubuntu)
     Assignee: (unassigned) => Olivier Gayot (ogayot)

** Changed in: libnet-cups-perl (Ubuntu)
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Debian
Perl Group, which is subscribed to libnet-cups-perl in Ubuntu.
https://bugs.launchpad.net/bugs/2044113

Title:
  libnet-cups-perl 0.64-3 FTBFS against libcupsfilters 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnet-cups-perl/+bug/2044113/+subscriptions



Follow ups