See <http://hudson.drizzle.org/job/libdrizzle-build-icc/29/>

------------------------------------------
[...truncated 304 lines...]
./libdrizzle/structs.h(67): error: incomplete type is not allowed
    struct addrinfo addrinfo;
                    ^

libdrizzle/query.c(146): error #2203: cast discards qualifiers from target type
    return (char *)(query->string);
           ^

examples/simple.c(34): warning #266: function "getopt" declared implicitly
    while ((c = getopt(argc, argv, "d:h:mp:q:v")) != -1)
                ^

examples/simple.c(39): error: identifier "optarg" is undefined
        db= optarg;
            ^

compilation aborted for libdrizzle/query.c (code 2)
compilation aborted for examples/simple.c (code 2)
make[1]: *** [libdrizzle/libdrizzle_la-query.lo] Error 1
libdrizzle/pack.c(51): error #2259: non-pointer conversion from "unsigned long" 
to "uint8_t={unsigned char}" may lose significant bits
      drizzle_set_byte2(ptr, number);
      ^

libdrizzle/pack.c(51): error #2259: non-pointer conversion from "unsigned long" 
to "uint8_t={unsigned char}" may lose significant bits
      drizzle_set_byte2(ptr, number);
      ^

libdrizzle/pack.c(58): error #2259: non-pointer conversion from "unsigned long" 
to "uint8_t={unsigned char}" may lose significant bits
      drizzle_set_byte3(ptr, number);
      ^

libdrizzle/pack.c(58): error #2259: non-pointer conversion from "unsigned long" 
to "uint8_t={unsigned char}" may lose significant bits
      drizzle_set_byte3(ptr, number);
      ^

libdrizzle/pack.c(58): error #2259: non-pointer conversion from "unsigned long" 
to "uint8_t={unsigned char}" may lose significant bits
      drizzle_set_byte3(ptr, number);
      ^

libdrizzle/pack.c(65): error #2259: non-pointer conversion from "unsigned long" 
to "uint8_t={unsigned char}" may lose significant bits
      drizzle_set_byte8(ptr, number);
      ^

libdrizzle/pack.c(65): error #2259: non-pointer conversion from "unsigned long" 
to "uint8_t={unsigned char}" may lose significant bits
      drizzle_set_byte8(ptr, number);
      ^

libdrizzle/pack.c(65): error #2259: non-pointer conversion from "unsigned long" 
to "uint8_t={unsigned char}" may lose significant bits
      drizzle_set_byte8(ptr, number);
      ^

libdrizzle/pack.c(65): error #2259: non-pointer conversion from "unsigned long" 
to "uint8_t={unsigned char}" may lose significant bits
      drizzle_set_byte8(ptr, number);
      ^

libdrizzle/pack.c(65): error #2259: non-pointer conversion from "unsigned long" 
to "uint8_t={unsigned char}" may lose significant bits
      drizzle_set_byte8(ptr, number);
      ^

libdrizzle/pack.c(65): error #2259: non-pointer conversion from "unsigned long" 
to "uint8_t={unsigned char}" may lose significant bits
      drizzle_set_byte8(ptr, number);
      ^

libdrizzle/pack.c(65): error #2259: non-pointer conversion from "unsigned long" 
to "uint8_t={unsigned char}" may lose significant bits
      drizzle_set_byte8(ptr, number);
      ^

libdrizzle/pack.c(65): error #2259: non-pointer conversion from "unsigned long" 
to "uint8_t={unsigned char}" may lose significant bits
      drizzle_set_byte8(ptr, number);
      ^

libdrizzle/conn.c(309): error #2259: non-pointer conversion from "unsigned 
long" to "uint32_t={unsigned int}" may lose significant bits
    major= (uint32_t)strtoul(current, &end, 10);
           ^

libdrizzle/conn.c(311): error #2259: non-pointer conversion from "unsigned 
long" to "uint32_t={unsigned int}" may lose significant bits
    minor= (uint32_t)strtoul(current, &end, 10);
           ^

libdrizzle/conn.c(313): error #2259: non-pointer conversion from "unsigned 
long" to "uint32_t={unsigned int}" may lose significant bits
    version= (uint32_t)strtoul(current, &end, 10);
             ^

libdrizzle/result.c(445): error #2259: non-pointer conversion from 
"uint64_t={unsigned long}" to "uint16_t={unsigned short}" may lose significant 
bits
      con->result->column_count= (uint16_t)drizzle_unpack_length(con, &ret);
                                 ^

libdrizzle/result.c(452): error #181: argument is incompatible with 
corresponding format string conversion
               (int32_t)con->packet_size, con->buffer_ptr);
                                          ^

libdrizzle/result.c(454): error #181: argument is incompatible with 
corresponding format string conversion
               (int32_t)con->packet_size, con->buffer_ptr);
                                          ^

libdrizzle/result.c(554): error #2259: non-pointer conversion from "unsigned 
long" to "uint8_t={unsigned char}" may lose significant bits
    drizzle_set_byte3(start, con->packet_size);
    ^

libdrizzle/result.c(554): error #2259: non-pointer conversion from "unsigned 
long" to "uint8_t={unsigned char}" may lose significant bits
    drizzle_set_byte3(start, con->packet_size);
    ^

compilation aborted for libdrizzle/pack.c (code 2)libdrizzle/result.c(554): 
error #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned 
char}" may lose significant bits

    drizzle_set_byte3(start, con->packet_size);
    ^

libdrizzle/conn.c(736): error #181: argument is incompatible with corresponding 
format string conversion
        snprintf(port, NI_MAXSERV, "%u", tcp->port);
                                         ^

libdrizzle/conn.c(738): error #181: argument is incompatible with corresponding 
format string conversion
        snprintf(port, NI_MAXSERV, "%u", DRIZZLE_DEFAULT_TCP_PORT_MYSQL);
                                         ^

libdrizzle/conn.c(740): error #181: argument is incompatible with corresponding 
format string conversion
        snprintf(port, NI_MAXSERV, "%u", DRIZZLE_DEFAULT_TCP_PORT);
                                         ^

compilation aborted for libdrizzle/result.c (code 2)
./libdrizzle/structs.h(59): error: identifier "NI_MAXHOST" is undefined
    char host_buffer[NI_MAXHOST];
                     ^

./libdrizzle/structs.h(67): error: incomplete type is not allowed
    struct addrinfo addrinfo;
                    ^

compilation aborted for libdrizzle/conn.c (code 2)
compilation aborted for examples/simple_multi.c (code 2)
make[1]: *** [examples/simple_multi.o] Error 2
libdrizzle/row.c(209): error #2259: non-pointer conversion from "unsigned long" 
to "uint8_t={unsigned char}" may lose significant bits
    drizzle_set_byte3(start, con->packet_size);
    ^

libdrizzle/row.c(209): error #2259: non-pointer conversion from "unsigned long" 
to "uint8_t={unsigned char}" may lose significant bits
    drizzle_set_byte3(start, con->packet_size);
    ^

libdrizzle/row.c(209): error #2259: non-pointer conversion from "unsigned long" 
to "uint8_t={unsigned char}" may lose significant bits
    drizzle_set_byte3(start, con->packet_size);
    ^

compilation aborted for libdrizzle/row.c (code 2)
make[1]: *** [libdrizzle/libdrizzle_la-conn.lo] Error 1
make[1]: *** [libdrizzle/libdrizzle_la-column.lo] Error 1
make[1]: *** [libdrizzle/libdrizzle_la-row.lo] Error 1
make[1]: *** [examples/simple.o] Error 2
make[1]: *** [libdrizzle/libdrizzle_la-pack.lo] Error 1
examples/client.c(214): error #181: argument is incompatible with corresponding 
format string conversion
        CLIENT_ERROR("drizzle_con_wait", ret, &client);
        ^

examples/client.c(260): error #181: argument is incompatible with corresponding 
format string conversion
        CLIENT_ERROR("drizzle_query", ret, client);
        ^

examples/client.c(276): error #181: argument is incompatible with corresponding 
format string conversion
          CLIENT_ERROR("drizzle_result_buffer", ret, client);
          ^

examples/client.c(290): error #181: argument is incompatible with corresponding 
format string conversion
            CLIENT_ERROR("drizzle_column_read", ret, client);
            ^

examples/client.c(311): error #181: argument is incompatible with corresponding 
format string conversion
                 drizzle_row_current(&(client_con->result)));
                 ^

examples/client.c(319): error #181: argument is incompatible with corresponding 
format string conversion
              printf("     (%zd) %.*s\n", field_sizes[x], 
(int32_t)field_sizes[x],
                                          ^

examples/client.c(345): error #181: argument is incompatible with corresponding 
format string conversion
              CLIENT_ERROR("drizzle_row", ret, client);
              ^

examples/client.c(353): error #181: argument is incompatible with corresponding 
format string conversion
            printf("Row: %" PRId64 "\n", client_con->row);
                                         ^

examples/client.c(376): error #181: argument is incompatible with corresponding 
format string conversion
              CLIENT_ERROR("drizzle_field_read", ret, client);
              ^

examples/client.c(383): error #181: argument is incompatible with corresponding 
format string conversion
              printf("     (%zd) %.*s", total, (int32_t)length, field);
                                        ^

examples/client.c(404): error #181: argument is incompatible with corresponding 
format string conversion
            CLIENT_ERROR("drizzle_row", ret, client);
            ^

examples/client.c(413): error #181: argument is incompatible with corresponding 
format string conversion
                 drizzle_row_current(&(client_con->result)));
                 ^

examples/client.c(421): error #181: argument is incompatible with corresponding 
format string conversion
              printf("     (%zd) %.*s\n", field_sizes[x], 
(int32_t)field_sizes[x],
                                          ^

examples/client.c(450): error #181: argument is incompatible with corresponding 
format string conversion
           drizzle_con_protocol_version(con), drizzle_con_server_version(con),
           ^

examples/client.c(451): error #181: argument is incompatible with corresponding 
format string conversion
           drizzle_con_thread_id(con), drizzle_con_capabilities(con),
                                       ^

examples/client.c(452): error #181: argument is incompatible with corresponding 
format string conversion
           drizzle_con_charset(con), drizzle_con_status(con));
           ^

examples/client.c(461): error #181: argument is incompatible with corresponding 
format string conversion
           drizzle_result_row_count(result),
           ^

examples/client.c(462): error #181: argument is incompatible with corresponding 
format string conversion
           drizzle_result_insert_id(result),
           ^

examples/client.c(463): error #181: argument is incompatible with corresponding 
format string conversion
           drizzle_result_warning_count(result),
           ^

examples/client.c(464): error #181: argument is incompatible with corresponding 
format string conversion
           drizzle_result_column_count(result));
           ^

examples/client.c(483): error #181: argument is incompatible with corresponding 
format string conversion
           drizzle_column_charset(column), drizzle_column_size(column),
           ^

compilation aborted for examples/client.c (code 2)
make[1]: *** [libdrizzle/libdrizzle_la-result.lo] Error 1
make[1]: *** [examples/client.o] Error 2
libdrizzle/sha1.c(145): error #2203: cast discards qualifiers from target type
                        SHA1Transform(context->state, (uint8_t *)&data[i]);
                                                      ^

libdrizzle/sha1.c(164): error #2259: non-pointer conversion from "unsigned 
long" to "uint8_t={unsigned char}" may lose significant bits
                finalcount[i] = (uint8_t)((context->count >>
                                ^

compilation aborted for libdrizzle/sha1.c (code 2)
make[1]: *** [libdrizzle/libdrizzle_la-sha1.lo] Error 1
make[1]: Leaving directory 
`<http://hudson.drizzle.org/job/libdrizzle-build-icc/ws/'>
make: *** [all] Error 2


_______________________________________________
Mailing list: https://launchpad.net/~drizzle-builds
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-builds
More help   : https://help.launchpad.net/ListHelp

Reply via email to