[Bug 242003] graphics/sane-frontends fails to build in poudriere on 12.1-Stable amd64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 16 14:21:57 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242003

            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 at FreeBSD.org
          Reporter: transitive at 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 argument
has type 'size_t' (aka 'unsigned long') [-Wformat]
  DBG (DBG_debug, "xcam.main: buf_backend_size 0x%x\n", win.buf_backend_size);
                                                 ~~     ^~~~~~~~~~~~~~~~~~~~
                                                 %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'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

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


More information about the freebsd-ports-bugs mailing list