Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2020 09:57:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 247580] print/xfce4-print: compiler error: incomplete definition of type 'struct _ipp_attribute_s'
Message-ID:  <bug-247580-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247580

            Bug ID: 247580
           Summary: print/xfce4-print: compiler error: incomplete
                    definition of type 'struct _ipp_attribute_s'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: xfce@FreeBSD.org
          Reporter: ohartmann@walstatt.org
             Flags: maintainer-feedback?(xfce@FreeBSD.org)
          Assignee: xfce@FreeBSD.org

Port fails to build on 12-STABLE and CURRENT (both recent, jails) in poudri=
ere
hosted by recent CURRENT.

[...]

=3D>> Building print/xfce4-print
build started at Sat Jun 27 00:38:39 UTC 2020
port directory: /usr/ports/print/xfce4-print
package name: xfce4-print-4.6.1_16
building for: FreeBSD freebsd.gdr 12.1-STABLE FreeBSD 12.1-STABLE 1201518 a=
md64
maintained by: xfce@FreeBSD.org
Makefile ident:      $FreeBSD: head/print/xfce4-print/Makefile 515609
2019-10-25 13:32:42Z pkubaj $
Poudriere version: 3.3.4
Host OSVERSION: 1300100
Jail OSVERSION: 1201518
Job Id: 03

---Begin Environment---
SHELL=3D/bin/csh
OSVERSION=3D1201518
UNAME_v=3DFreeBSD 12.1-STABLE 1201518
UNAME_r=3D12.1-STABLE
BLOCKSIZE=3DK
MAIL=3D/var/mail/root
STATUS=3D1
HOME=3D/root
PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/b=
in
LOCALBASE=3D/usr/local
USER=3Droot
LIBEXECPREFIX=3D/usr/local/libexec/poudriere
POUDRIERE_VERSION=3D3.3.4
MAKEOBJDIRPREFIX=3D/pool/sources/12-STABLE/obj/
MASTERMNT=3D/pool/poudriere/data/.m/12-amd64-head-default/ref
POUDRIERE_BUILD_TYPE=3Dbulk
PACKAGE_BUILDING=3Dyes
SAVED_TERM=3Dscreen
PWD=3D/pool/poudriere/data/.m/12-amd64-head-default/ref/.p/pool
P_PORTS_FEATURES=3DFLAVORS SELECTED_OPTIONS
MASTERNAME=3D12-amd64-head-default
SCRIPTPREFIX=3D/usr/local/share/poudriere
OLDPWD=3D/pool/poudriere/data/.m/12-amd64-head-default/ref/.p
SCRIPTPATH=3D/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=3D/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=3D
PKGENV=3D
FLAVOR=3D
DEPENDS_ARGS=3D
MAKE_ARGS=3D
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
=3D=3D=3D> The following configuration options are available for
xfce4-print-4.6.1_16:
     LETTER=3Doff: Use letter paper format instead of A4
     NLS=3Don: Native Language Support
=3D=3D=3D=3D> Options available for the single PRINTMETHOD: you have to sel=
ect exactly
one of them
     LPR=3Doff: LPR printing system support
     CUPS=3Don: CUPS printing system support
=3D=3D=3D> Use 'make config' to modify these settings
---End OPTIONS List---

[...]
/usr/local/include/cups/http.h:458:94: note: 'httpConnectEncrypt' has been
explicitly marked deprecated here
extern http_t           *httpConnectEncrypt(const char *host, int port,
http_encryption_t encryption) _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2
instead.");
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
                      ^
/usr/local/include/cups/versioning.h:203:59: note: expanded from macro
'_CUPS_DEPRECATED_1_7_MSG'
#      define _CUPS_DEPRECATED_1_7_MSG(m) __attribute__ ((deprecated(m)))
_CUPS_PUBLIC
                                                          ^
cups.c:247:55: error: incomplete definition of type 'struct _ipp_s'
      if (ippGetState(request) =3D=3D IPP_ERROR || request->state =3D=3D IP=
P_IDLE) {
                                               ~~~~~~~^
/usr/local/include/cups/ipp.h:733:16: note: forward declaration of 'struct
_ipp_s'
typedef struct _ipp_s ipp_t;            /**** IPP request/response data ***=
*/
               ^
cups.c:253:32: error: incomplete definition of type 'struct _ipp_attribute_=
s'
      if (!attr || strlen (attr->values[0].string.text) =3D=3D 0) {
                           ~~~~^
/usr/local/include/cups/ipp.h:734:16: note: forward declaration of 'struct
_ipp_attribute_s'
typedef struct _ipp_attribute_s ipp_attribute_t;
               ^
cups.c:256:42: error: incomplete definition of type 'struct _ipp_attribute_=
s'
          printer->alias =3D g_strdup (attr->values[0].string.text);
                                     ~~~~^
/usr/local/include/cups/ipp.h:734:16: note: forward declaration of 'struct
_ipp_attribute_s'
typedef struct _ipp_attribute_s ipp_attribute_t;
               ^
cups.c:261:40: error: incomplete definition of type 'struct _ipp_attribute_=
s'
        printer->alias =3D g_strdup (attr->values[0].string.text);
                                   ~~~~^
/usr/local/include/cups/ipp.h:734:16: note: forward declaration of 'struct
_ipp_attribute_s'
typedef struct _ipp_attribute_s ipp_attribute_t;
               ^
cups.c:264:24: error: incomplete definition of type 'struct _ipp_attribute_=
s'
      if (attr && (attr->values[0].integer & CUPS_PRINTER_CLASS))

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247580-7788>