Bug 247577 - print/dymo-cups-drivers: compilation error: use of undeclared identifier 'cupsBackChannelRead'
Summary: print/dymo-cups-drivers: compilation error: use of undeclared identifier 'cup...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Hans Petter Selasky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-27 09:33 UTC by O. Hartmann
Modified: 2020-06-27 09:55 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (hselasky)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description O. Hartmann 2020-06-27 09:33:23 UTC
Port print/dymo-cups-drivers fails to compile on 12-STABLE and CURRENT (recent version, as jails in poudriere hosted on most recent CURRENT):

[...]
 warnings generated.
mv -f .deps/Halftoning.Tpo .deps/Halftoning.Po
../common/CupsPrintEnvironment.cpp:139:23: error: use of undeclared identifier 'cupsBackChannelRead'
  ssize_t bytesRead = cupsBackChannelRead((char*)buf, sizeof(buf), 2.5);
Comment 1 Hans Petter Selasky freebsd_committer freebsd_triage 2020-06-27 09:35:22 UTC
I'm aware about the issue.
Comment 2 Hans Petter Selasky freebsd_committer freebsd_triage 2020-06-27 09:38:41 UTC
https://bugs.gentoo.org/693652
Comment 3 Hans Petter Selasky freebsd_committer freebsd_triage 2020-06-27 09:55:11 UTC
Should be fixed now. Let me know if not.
Comment 4 commit-hook freebsd_committer freebsd_triage 2020-06-27 09:55:35 UTC
A commit references this bug:

Author: hselasky
Date: Sat Jun 27 09:54:43 UTC 2020
New revision: 540590
URL: https://svnweb.freebsd.org/changeset/ports/540590

Log:
  Fix build after cups port was updated.

  Patch obtained from:
  https://github.com/matthiasbock/dymo-cups-drivers/commit/948abc3500f45578a386182c0d2a55bcfcbc2c66

  PR:		247577
  Approved by:	pi (implicit)

Changes:
  head/print/dymo-cups-drivers/Makefile
  head/print/dymo-cups-drivers/files/patch-src_common_CupsPrintEnvironment.h