You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2015/07/10 18:11:05 UTC

[jira] [Created] (TS-3755) tsqa is broken

Bryan Call created TS-3755:
------------------------------

             Summary: tsqa is broken
                 Key: TS-3755
                 URL: https://issues.apache.org/jira/browse/TS-3755
             Project: Traffic Server
          Issue Type: Bug
          Components: tsqa
            Reporter: Bryan Call


When running tsqa I am seeing this issue:
{code}
   gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c ext/_yaml.c -o build/temp.linux-x86_64-2.7/ext/_yaml.o
    In file included from ext/_yaml.c:343:0:
    ext/_yaml.h:6:0: warning: "PyUnicode_FromString" redefined
     #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict")
     ^
    In file included from /usr/include/python2.7/Python.h:85:0,
                     from ext/_yaml.c:16:
    /usr/include/python2.7/unicodeobject.h:281:0: note: this is the location of the previous definition
     # define PyUnicode_FromString PyUnicodeUCS4_FromString
     ^
    ext/_yaml.c: In function ‘__pyx_pf_5_yaml_get_version_string’:
    ext/_yaml.c:1346:17: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
       __pyx_v_value = yaml_get_version_string();
                     ^
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)