[Bug 190609] New: security/krb5 tcl_kadm5.c:804:25: error: no member named 'result' in 'struct Tcl_Interp' sprintf(interp->result,

bz-noreply at freebsd.org bz-noreply at freebsd.org
Wed Jun 4 11:21:18 UTC 2014


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

            Bug ID: 190609
           Summary: security/krb5 tcl_kadm5.c:804:25: error: no member
                    named 'result' in 'struct Tcl_Interp'
                    sprintf(interp->result,
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: mikhail.rokhin at gmail.com

cc -DHAVE_CONFIG_H -DHAS_STDARG -I../../../include -I../../../include
-I/usr/local/include/tcl8.6 -I../../../lib/kdb/ -DKRB5_DEPRECATED=1
-DKRB5_PRIVATE -I/usr/include -L/usr/lib -L/usr/local/include -O2 -pipe
-march=corei7  -I/usr/local/include -fno-strict-aliasing -std=gnu99 -Wall
-Wcast-align -Wshadow -Wmissing-prototypes -pedantic -Wno-format-zero-length
-Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes
-Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function
-Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas
-Wsign-compare -Wnewline-eof -Werror=uninitialized -Werror=pointer-arith
-Werror=declaration-after-statement -Werror-implicit-function-declaration
-D_THREAD_SAFE -pthread -c tcl_kadm5.c
cc -DHAVE_CONFIG_H -DHAS_STDARG -I../../../include -I../../../include
-I/usr/local/include/tcl8.6 -I../../../lib/kdb/ -DKRB5_DEPRECATED=1
-DKRB5_PRIVATE -I/usr/include -L/usr/lib -L/usr/local/include -O2 -pipe
-march=corei7  -I/usr/local/include -fno-strict-aliasing -std=gnu99 -Wall
-Wcast-align -Wshadow -Wmissing-prototypes -pedantic -Wno-format-zero-length
-Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes
-Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function
-Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas
-Wsign-compare -Wnewline-eof -Werror=uninitialized -Werror=pointer-arith
-Werror=declaration-after-statement -Werror-implicit-function-declaration
-D_THREAD_SAFE -pthread -c test.c
cc: warning: argument unused during compilation: '-L/usr/lib'
cc: warning: argument unused during compilation: '-L/usr/local/include'
cc: warning: argument unused during compilation: '-L/usr/lib'
cc: warning: argument unused during compilation: '-L/usr/local/include'
tcl_kadm5.c:804:25: error: no member named 'result' in 'struct Tcl_Interp'
        sprintf(interp->result, "%d keysalts specified, "
                ~~~~~~  ^
tcl_kadm5.c:817:29: error: no member named 'result' in 'struct Tcl_Interp'
            sprintf(interp->result, "wrong # fields in keysalt "
                    ~~~~~~  ^
tcl_kadm5.c:859:29: error: no member named 'result' in 'struct Tcl_Interp'
            sprintf(interp->result, "0 key_datas specified, "
                    ~~~~~~  ^
tcl_kadm5.c:871:25: error: no member named 'result' in 'struct Tcl_Interp'
        sprintf(interp->result, "%d key_datas specified, "
                ~~~~~~  ^
tcl_kadm5.c:878:25: error: no member named 'result' in 'struct Tcl_Interp'
        sprintf(interp->result, "cannot parse key_data yet");
                ~~~~~~  ^
tcl_kadm5.c:899:29: error: no member named 'result' in 'struct Tcl_Interp'
            sprintf(interp->result, "0 tl_datas specified, "
                    ~~~~~~  ^
tcl_kadm5.c:911:25: error: no member named 'result' in 'struct Tcl_Interp'
        sprintf(interp->result, "%d tl_datas specified, "
                ~~~~~~  ^
tcl_kadm5.c:932:29: error: no member named 'result' in 'struct Tcl_Interp'
            sprintf(interp->result, "wrong # fields in tl_data "
                    ~~~~~~  ^
tcl_kadm5.c:952:29: error: no member named 'result' in 'struct Tcl_Interp'
            sprintf(interp->result, "specified length %d does not "
                    ~~~~~~  ^
tcl_kadm5.c:965:25: error: no member named 'result' in 'struct Tcl_Interp'
        sprintf(interp->result, "tl is not NULL!");
                ~~~~~~  ^
tcl_kadm5.c:995:25: error: no member named 'result' in 'struct Tcl_Interp'
        sprintf(interp->result,
                ~~~~~~  ^
tcl_kadm5.c:1132:25: error: no member named 'result' in 'struct Tcl_Interp'
        sprintf(interp->result,
                ~~~~~~  ^
tcl_kadm5.c:1394:25: error: no member named 'result' in 'struct Tcl_Interp'
        sprintf(interp->result, "wrong # args in policy structure (%d should
b...
                ~~~~~~  ^
13 errors generated.
gmake[11]: *** [tcl_kadm5.o] Error 1
gmake[11]: Leaving directory
`/usr/ports/security/krb5/work/krb5-1.12.1/src/kadmin/testing/util'

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


More information about the freebsd-ports-bugs mailing list