Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 2019 14:21:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242003] graphics/sane-frontends fails to build in poudriere on 12.1-Stable amd64
Message-ID:  <bug-242003-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 242003
           Summary: graphics/sane-frontends fails to build in poudriere on
                    12.1-Stable amd64
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: transitive@gmail.com

The port graphics/sane-frontends fails to build for me using poudriere on
12.1-Stable amd64. The build log reports a use of undeclared identifier
'SANE_CAP_ALWAYS_SETTABLE'.

The following is the output found in the build log:

xcam.c:1602:57: warning: format specifies type 'unsigned int' but the argum=
ent
has type 'size_t' (aka 'unsigned long') [-Wformat]
  DBG (DBG_debug, "xcam.main: buf_backend_size 0x%x\n", win.buf_backend_siz=
e);
                                                 ~~     ^~~~~~~~~~~~~~~~~~~~
                                                 %zx
4 warnings generated.
gtkglue.c:1479:24: error: use of undeclared identifier
'SANE_CAP_ALWAYS_SETTABLE'
      if (!(opt->cap & SANE_CAP_ALWAYS_SETTABLE))
                       ^
1 error generated.
gmake[2]: *** [Makefile:68: gtkglue.o] Error 1
gmake[2]: Leaving directory
'/wrkdirs/usr/ports/graphics/sane-frontends/work/sane-frontends-1.0.14/src'
gmake[1]: *** [Makefile:78: all-recursive] Error 1
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/graphics/sane-frontends/work/sane-frontends-1.0.14'
=3D=3D=3D> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure =
to
the maintainer.
*** Error code 1

--=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-242003-7788>