[Bug 206195] graphics/graphviz: undeclared identifier 'SF_FLAGS'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 13 11:46:46 UTC 2016


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

            Bug ID: 206195
           Summary: graphics/graphviz: undeclared identifier 'SF_FLAGS'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: dinoex at FreeBSD.org
          Reporter: ohartman at zedat.fu-berlin.de
             Flags: maintainer-feedback?(dinoex at FreeBSD.org)
          Assignee: dinoex at FreeBSD.org

On CURRENT (11.0-CURRENT FreeBSD 11.0-CURRENT #4 r293803: Wed Jan 13 05:56:46
CET 2016 amd64) updating/building port

graphics/graphviz

fails due to the error shown below:

[...]
gmake[8]: Entering directory
'/usr/ports/graphics/graphviz/work/graphviz-2.38.0/lib/sfio'
  CC       sfclose.lo
  CC       sfclrlock.lo
  CC       sfdisc.lo
  CC       sfdlen.lo
  CC       sfcvt.lo
  CC       sfexcept.lo
  CC       sfexit.lo
  CC       sfextern.lo
  CC       sffcvt.lo
  CC       sffilbuf.lo
  CC       sfflsbuf.lo
  CC       sfgetd.lo
sfclrlock.c:52:48: error: use of undeclared identifier 'SF_FLAGS'
    rv = (f->mode & SF_PUSH) ? 0 : (f->flags & SF_FLAGS);
                                               ^
1 error generated.
Makefile:680: recipe for target 'sfclrlock.lo' failed
gmake[8]: *** [sfclrlock.lo] Error 1
gmake[8]: *** Waiting for unfinished jobs....
sfextern.c:68:19: error: use of undeclared identifier 'SF_FLAGS'
Sfio_t _Sfstdin = SFNEW(NIL(char *), -1, 0,
                  ^
./sfio_t.h:64:28: note: expanded from macro 'SFNEW'
          (unsigned short)((type)&SF_FLAGS),            /* flags        */ \
                                  ^
sfextern.c:71:20: error: use of undeclared identifier 'SF_FLAGS'
Sfio_t _Sfstdout = SFNEW(NIL(char *), -1, 1,
                   ^
./sfio_t.h:64:28: note: expanded from macro 'SFNEW'
          (unsigned short)((type)&SF_FLAGS),            /* flags        */ \
                                  ^
sfextern.c:74:20: error: use of undeclared identifier 'SF_FLAGS'
Sfio_t _Sfstderr = SFNEW(NIL(char *), -1, 2,
                   ^
./sfio_t.h:64:28: note: expanded from macro 'SFNEW'
          (unsigned short)((type)&SF_FLAGS),            /* flags        */ \
                                  ^
3 errors generated.

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


More information about the freebsd-ports-bugs mailing list