[Reproducible-builds] Bug#821893: uclmmbase: FTBFS: mkdir: cannot create directory 'html': File exists

Chris Lamb lamby at debian.org
Wed Apr 20 09:02:37 UTC 2016


Source: uclmmbase
Version: 1.2.16.0-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org

Dear Maintainer,

uclmmbase fails to build from source in unstable/amd64:

  [..]

      ((word32*)block)[0] ^= *((word32*)iv[0]);
      ^
  rijndael-api-fst.c:310:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  rijndael-api-fst.c:311:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
      ((word32*)block)[1] ^= *((word32*)iv[1]);
      ^
  rijndael-api-fst.c:312:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
      ((word32*)block)[2] ^= *((word32*)iv[2]);
      ^
  rijndael-api-fst.c:313:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
      ((word32*)block)[3] ^= *((word32*)iv[3]);
      ^
  rijndael-api-fst.c:318:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
      *((word32*)iv[0]) = ((word32*)input)[0]; ((word32*)outBuffer)[0] = ((word32*)block)[0];
      ^
  rijndael-api-fst.c:318:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  rijndael-api-fst.c:319:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
      *((word32*)iv[1]) = ((word32*)input)[1]; ((word32*)outBuffer)[1] = ((word32*)block)[1];
      ^
  rijndael-api-fst.c:320:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
      *((word32*)iv[2]) = ((word32*)input)[2]; ((word32*)outBuffer)[2] = ((word32*)block)[2];
      ^
  rijndael-api-fst.c:321:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
      *((word32*)iv[3]) = ((word32*)input)[3]; ((word32*)outBuffer)[3] = ((word32*)block)[3];
      ^
  rijndael-api-fst.c:332:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
     *((word32*)iv[0]) = *((word32*)(cipher->IV));
     ^
  rijndael-api-fst.c:332:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  rijndael-api-fst.c:333:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
     *((word32*)iv[1]) = *((word32*)(cipher->IV+ 4));
     ^
  rijndael-api-fst.c:334:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
     *((word32*)iv[2]) = *((word32*)(cipher->IV+ 8));
     ^
  rijndael-api-fst.c:335:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
     *((word32*)iv[3]) = *((word32*)(cipher->IV+12));
     ^
  rijndael-api-fst.c:339:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
       *((word32*) block    ) = *((word32*)iv[0]);
       ^
  rijndael-api-fst.c:339:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  rijndael-api-fst.c:340:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
       *((word32*)(block+ 4)) = *((word32*)iv[1]);
       ^
  rijndael-api-fst.c:341:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
       *((word32*)(block+ 8)) = *((word32*)iv[2]);
       ^
  rijndael-api-fst.c:342:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
       *((word32*)(block+12)) = *((word32*)iv[3]);
       ^
  rijndael-api-fst.c: In function 'padDecrypt':
  rijndael-api-fst.c:419:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
      ((word32*)block)[0] ^= iv[0];
      ^
  rijndael-api-fst.c:430:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
     ((word32*)block)[0] ^= iv[0];
     ^
  gcc -DINET6 -O2 -Wall -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -DHAVE_CONFIG_H  -fPIC -c sdp.c -o sdp.lo
  sdp.c: In function 'sdp_handle_session_key':
  sdp.c:90:19: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat=]
       sscanf(value, "%as %as %ld %as %as %as\n", 
                     ^
  sdp.c:90:19: warning: format '%a' expects argument of type 'float *', but argument 4 has type 'char **' [-Wformat=]
  sdp.c:90:19: warning: format '%a' expects argument of type 'float *', but argument 6 has type 'char **' [-Wformat=]
  sdp.c:90:19: warning: format '%a' expects argument of type 'float *', but argument 7 has type 'char **' [-Wformat=]
  sdp.c:90:19: warning: format '%a' expects argument of type 'float *', but argument 8 has type 'char **' [-Wformat=]
  sdp.c:118:19: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat=]
       sscanf(value, "%as %as %as\n", &(network->network_type),
                     ^
  sdp.c:118:19: warning: format '%a' expects argument of type 'float *', but argument 4 has type 'char **' [-Wformat=]
  sdp.c:118:19: warning: format '%a' expects argument of type 'float *', but argument 5 has type 'char **' [-Wformat=]
  sdp.c:133:19: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat=]
       sscanf(value, "%a[^:]:%a[^\n]", &(bwm->modifier), &(bwm->value));
                     ^
  sdp.c:133:19: warning: format '%a' expects argument of type 'float *', but argument 4 has type 'char **' [-Wformat=]
  sdp.c:149:19: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat=]
       sscanf(value, "%as %as %as\n", &(repeat->interval), &(repeat->duration), 
                     ^
  sdp.c:149:19: warning: format '%a' expects argument of type 'float *', but argument 4 has type 'char **' [-Wformat=]
  sdp.c:149:19: warning: format '%a' expects argument of type 'float *', but argument 5 has type 'char **' [-Wformat=]
  sdp.c:174:19: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat=]
       sscanf(value, "%a[^:]:%a[^\n]", &(encrypt->method), &(encrypt->key));
                     ^
  sdp.c:174:19: warning: format '%a' expects argument of type 'float *', but argument 4 has type 'char **' [-Wformat=]
  sdp.c:213:19: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat=]
       sscanf(value, "%as %d %as %as\n", &(media->name),
                     ^
  sdp.c:213:19: warning: format '%a' expects argument of type 'float *', but argument 5 has type 'char **' [-Wformat=]
  sdp.c:213:19: warning: format '%a' expects argument of type 'float *', but argument 6 has type 'char **' [-Wformat=]
  sdp.c: In function 'sdp_handle_media_key':
  sdp.c:251:19: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat=]
       sscanf(value, "%as %as %as\n", &(network->network_type),
                     ^
  sdp.c:251:19: warning: format '%a' expects argument of type 'float *', but argument 4 has type 'char **' [-Wformat=]
  sdp.c:251:19: warning: format '%a' expects argument of type 'float *', but argument 5 has type 'char **' [-Wformat=]
  sdp.c:266:19: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat=]
       sscanf(value, "%as:%as\n", &(bwm->modifier), &(bwm->value));
                     ^
  sdp.c:266:19: warning: format '%a' expects argument of type 'float *', but argument 4 has type 'char **' [-Wformat=]
  sdp.c:278:19: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat=]
       sscanf(value, "%as:%as\n", &(encrypt->method), &(encrypt->key));
                     ^
  sdp.c:278:19: warning: format '%a' expects argument of type 'float *', but argument 4 has type 'char **' [-Wformat=]
  sdp.c:317:19: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat=]
       sscanf(value, "%as %d %as %as\n", &(new_media->name),
                     ^
  sdp.c:317:19: warning: format '%a' expects argument of type 'float *', but argument 5 has type 'char **' [-Wformat=]
  sdp.c:317:19: warning: format '%a' expects argument of type 'float *', but argument 6 has type 'char **' [-Wformat=]
  gcc -DINET6 -O2 -Wall -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -DHAVE_CONFIG_H  -fPIC -c sap.c -o sap.lo
  sap.c: In function 'sap_recv':
  sap.c:106:31: warning: pointer targets in passing argument 2 of 'udp_recv' differ in signedness [-Wpointer-sign]
         buflen = udp_recv(s->s, buffer, SAP_MAX_PACKET_LEN);
                                 ^
  In file included from sap.c:48:0:
  net_udp.h:50:13: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
   int         udp_recv(socket_udp *s, char *buffer, int buflen);
               ^
  sap.c:119:30: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign]
         sap_p.payload = strstr(packetptr, "v=0");
                                ^
  In file included from /usr/include/memory.h:29:0,
                   from config_unix.h:66,
                   from sap.c:44:
  /usr/include/string.h:337:14: note: expected 'const char *' but argument is of type 'unsigned char *'
   extern char *strstr (const char *__haystack, const char *__needle)
                ^
  sap.c:119:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
         sap_p.payload = strstr(packetptr, "v=0");
                       ^
  sap.c:105:15: warning: variable 'buflen' set but not used [-Wunused-but-set-variable]
         int     buflen;
                 ^
  sap.c: In function 'print_sap_packet':
  sap.c:158:45: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
     p->header->authentication_length ? strlen(p->authentication_data) : 0);
                                               ^
  In file included from /usr/include/memory.h:29:0,
                   from config_unix.h:66,
                   from sap.c:44:
  /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'unsigned char *'
   extern size_t strlen (const char *__s)
                 ^
  sap.c:157:10: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=]
     printf("  Authentication Data: %d\n", 
            ^
  gcc -shared -fPIC -Wl,-soname,libuclmmbase.so.1 -o libuclmmbase.so.1.2.16 crypt_random.lo debug.lo md5.lo memory.lo net_udp.lo qfDES.lo util.lo hmac.lo base64.lo ntp.lo rtp.lo drand48.lo mbus_parser.lo mbus_config.lo mbus_addr.lo mbus.lo btree.lo asarray.lo rijndael-alg-fst.lo rijndael-api-fst.lo sdp.lo sap.lo
  make[2]: Leaving directory '/home/lamby/temp/cdt.20160420100102.8bk5BxiA4F.uclmmbase/uclmmbase-1.2.16.0/src'
  make[2]: Entering directory '/home/lamby/temp/cdt.20160420100102.8bk5BxiA4F.uclmmbase/uclmmbase-1.2.16.0/tests'
  gcc -I../src -DINET6 -O2 -Wall -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -DHAVE_CONFIG_H   -c test_base64.c
  test_base64.c: In function 'test_base64':
  test_base64.c:55:19: warning: pointer targets in passing argument 1 of 'base64encode' differ in signedness [-Wpointer-sign]
    i = base64encode(input, strlen(input), output, 100);
                     ^
  In file included from test_base64.c:39:0:
  ../src/base64.h:40:5: note: expected 'const unsigned char *' but argument is of type 'const char *'
   int base64encode(const unsigned char *input, int input_length, unsigned char *output, int output_length);
       ^
  test_base64.c:55:41: warning: pointer targets in passing argument 3 of 'base64encode' differ in signedness [-Wpointer-sign]
    i = base64encode(input, strlen(input), output, 100);
                                           ^
  In file included from test_base64.c:39:0:
  ../src/base64.h:40:5: note: expected 'unsigned char *' but argument is of type 'char *'
   int base64encode(const unsigned char *input, int input_length, unsigned char *output, int output_length);
       ^
  test_base64.c:63:19: warning: pointer targets in passing argument 1 of 'base64decode' differ in signedness [-Wpointer-sign]
    i = base64decode(output, i, decode, 100);
                     ^
  In file included from test_base64.c:39:0:
  ../src/base64.h:41:5: note: expected 'const unsigned char *' but argument is of type 'char *'
   int base64decode(const unsigned char *input, int input_length, unsigned char *output, int output_length);
       ^
  test_base64.c:63:30: warning: pointer targets in passing argument 3 of 'base64decode' differ in signedness [-Wpointer-sign]
    i = base64decode(output, i, decode, 100);
                                ^
  In file included from test_base64.c:39:0:
  ../src/base64.h:41:5: note: expected 'unsigned char *' but argument is of type 'char *'
   int base64decode(const unsigned char *input, int input_length, unsigned char *output, int output_length);
       ^
  gcc -I../src -DINET6 -O2 -Wall -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -DHAVE_CONFIG_H   -c test_des.c
  gcc -I../src -DINET6 -O2 -Wall -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -DHAVE_CONFIG_H   -c test_md5.c
  gcc -I../src -DINET6 -O2 -Wall -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -DHAVE_CONFIG_H   -c test_net_udp.c
  gcc -I../src -DINET6 -O2 -Wall -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -DHAVE_CONFIG_H   -c test_memory.c
  gcc -I../src -DINET6 -O2 -Wall -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -DHAVE_CONFIG_H   -c test_mbus_parser.c
  gcc -I../src -DINET6 -O2 -Wall -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -DHAVE_CONFIG_H   -c test_mbus_addr.c
  gcc -I../src -DINET6 -O2 -Wall -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -DHAVE_CONFIG_H   -c test.c
  gcc test_base64.o test_des.o test_md5.o test_net_udp.o test_memory.o test_mbus_parser.o test_mbus_addr.o test.o -I../src -DINET6 -O2 -Wall -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -DHAVE_CONFIG_H  ../src/libuclmmbase.a -L../src   -o test-libcommon
  make[2]: Leaving directory '/home/lamby/temp/cdt.20160420100102.8bk5BxiA4F.uclmmbase/uclmmbase-1.2.16.0/tests'
  make[2]: Entering directory '/home/lamby/temp/cdt.20160420100102.8bk5BxiA4F.uclmmbase/uclmmbase-1.2.16.0/examples'
  for s in rtp ; do (cd $s && /usr/bin/make) || exit 1; done
  make[3]: Entering directory '/home/lamby/temp/cdt.20160420100102.8bk5BxiA4F.uclmmbase/uclmmbase-1.2.16.0/examples/rtp'
  gcc -DINET6 -O2 -Wall -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -DHAVE_CONFIG_H -I../../src  -c rtpdemo.c
  gcc -DINET6 -O2 -Wall -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -DHAVE_CONFIG_H -I../../src -o rtpdemo rtpdemo.o -L../../src -luclmmbase
  make[3]: Leaving directory '/home/lamby/temp/cdt.20160420100102.8bk5BxiA4F.uclmmbase/uclmmbase-1.2.16.0/examples/rtp'
  make[2]: Leaving directory '/home/lamby/temp/cdt.20160420100102.8bk5BxiA4F.uclmmbase/uclmmbase-1.2.16.0/examples'
  make[2]: Entering directory '/home/lamby/temp/cdt.20160420100102.8bk5BxiA4F.uclmmbase/uclmmbase-1.2.16.0/doc'
  gtkdoc-scan --module=uclmmbase --source-dir=../src
  gtkdoc-mktmpl --module=uclmmbase
  ###############################################################################
  gtkdoc-mktmpl is deprecated and will be removed from one of the next gtk-doc 
  release.
  Please refer to the documentation "Modernizing the documentation"/"GTK-Doc 1.9".
  ###############################################################################
  ./uclmmbase-sections.txt:151: warning: No declaration found for: time
  ./uclmmbase-sections.txt:417: warning: No declaration found for: NEED_INET_PTON
  ./uclmmbase-sections.txt:418: warning: No declaration found for: NEED_INET_NTOP
  ./uclmmbase-sections.txt:420: warning: No declaration found for: HAVE_SYS_FILIO_H
  ./uclmmbase-sections.txt:422: warning: No declaration found for: DEBUG
  ./uclmmbase-sections.txt:423: warning: No declaration found for: DEBUG_MEM
  ./uclmmbase-unused.txt:1: warning: 93 unused declarations.They should be added to uclmmbase-sections.txt in the appropriate place.
  gtkdoc-mkdb --module=uclmmbase --source-dir=../src
  ../src/rijndael-api-fst.c:213: warning: Symbol name not found at the start of the comment block.
  ../src/rijndael-alg-fst.c:121: warning: Symbol name not found at the start of the comment block.
  ../src/rijndael-alg-fst.c:202: warning: Symbol name not found at the start of the comment block.
  ../src/rijndael-alg-fst.c:269: warning: Symbol name not found at the start of the comment block.
  ../src/rijndael-alg-fst.c:353: warning: Symbol name not found at the start of the comment block.
  ./uclmmbase-sections.txt:151: warning: No declaration found for time.
  ../src/debug.c:79: warning: Parameter described in source code comment block but does not exist. FUNCTION: debug_dump Parameter: len.
  ../src/debug.c:79: warning: Parameter description for debug_dump::Param2 is missing in source code comment block.
  ./tmpl/md5.sgml:34: warning: Field description for MD5_CTX::state is missing in source code comment block.
  ./tmpl/md5.sgml:34: warning: Field description for MD5_CTX::count is missing in source code comment block.
  ./tmpl/md5.sgml:34: warning: Field description for MD5_CTX::buffer is missing in source code comment block.
  ./tmpl/memory.sgml:56: warning: Parameter description for xstrdup::str is missing in source code comment block.
  ../src/net_udp.c:712: warning: Parameter description for udp_addr_valid::Returns is missing in source code comment block.
  ./tmpl/qfDES.sgml:23: warning: Value descriptions for QFDES_what are missing in source code comment block.
  ./tmpl/qfDES.sgml:31: warning: Value descriptions for QFDES_mode are missing in source code comment block.
  ./tmpl/qfDES.sgml:41: warning: Value descriptions for QFDES_parity are missing in source code comment block.
  ./tmpl/qfDES.sgml:49: warning: Value descriptions for QFDES_generate are missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::csrc is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::data is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::data_len is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::extn is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::extn_len is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::extn_type is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::v is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::p is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::x is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::cc is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::m is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::pt is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::cc is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::x is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::p is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::v is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::pt is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::m is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::seq is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::ts is missing in source code comment block.
  ./tmpl/rtp.sgml:52: warning: Field description for rtp_packet::ssrc is missing in source code comment block.
  ./tmpl/rtp.sgml:219: warning: Field description for rtp_event::ssrc is missing in source code comment block.
  ./tmpl/rtp.sgml:219: warning: Field description for rtp_event::type is missing in source code comment block.
  ./tmpl/rtp.sgml:219: warning: Field description for rtp_event::data is missing in source code comment block.
  ./tmpl/rtp.sgml:219: warning: Field description for rtp_event::ts is missing in source code comment block.
  ./tmpl/rtp.sgml:247: warning: Value description for rtp_option::RTP_OPT_REUSE_PACKET_BUFS is missing in source code comment block.
  ./tmpl/rtp.sgml:95: warning: Field descriptions for struct rtcp_sr are missing in source code comment block.
  ./tmpl/rtp.sgml:107: warning: Field descriptions for struct rtcp_rr are missing in source code comment block.
  ./tmpl/rtp.sgml:141: warning: Field descriptions for struct rtcp_sdes_item are missing in source code comment block.
  ./tmpl/rtp.sgml:150: warning: Field descriptions for struct rtcp_app are missing in source code comment block.
  ./uclmmbase-sections.txt:417: warning: No declaration found for NEED_INET_PTON.
  ./uclmmbase-sections.txt:418: warning: No declaration found for NEED_INET_NTOP.
  ./uclmmbase-sections.txt:420: warning: No declaration found for HAVE_SYS_FILIO_H.
  ./uclmmbase-sections.txt:422: warning: No declaration found for DEBUG.
  ./uclmmbase-sections.txt:423: warning: No declaration found for DEBUG_MEM.
  See uclmmbase-undeclared.txt for the list of undeclared symbols.
  ./uclmmbase-unused.txt:1: warning: 93 unused declarations.They should be added to uclmmbase-sections.txt in the appropriate place.
  mkdir html
  mkdir: cannot create directory 'html': File exists
  Makefile:14: recipe for target 'html' failed
  make[2]: [html] Error 1 (ignored)
  cd html && gtkdoc-mkhtml uclmmbase ../uclmmbase-driver.sgml
  Makefile:14: recipe for target 'html' failed
  make[2]: [html] Error 6 (ignored)
  make[2]: Leaving directory '/home/lamby/temp/cdt.20160420100102.8bk5BxiA4F.uclmmbase/uclmmbase-1.2.16.0/doc'
  make[1]: Leaving directory '/home/lamby/temp/cdt.20160420100102.8bk5BxiA4F.uclmmbase/uclmmbase-1.2.16.0'
  touch build-stamp
   fakeroot debian/rules binary
  dh_testdir
  dh_testroot
  dh_clean
  dh_clean: Compatibility levels before 5 are deprecated (level 4 in use)
  install -d `pwd`/debian/tmp/usr/include/uclmmbase
  install -d `pwd`/debian/tmp/usr/lib
  install -m 644 src/*.h `pwd`/debian/tmp/usr/include/uclmmbase
  install -m 644 src/libuclmmbase.a `pwd`/debian/tmp/usr/lib
  install -m 644 src/libuclmmbase.so.* `pwd`/debian/tmp/usr/lib
  cd `pwd`/debian/tmp/usr/lib && ln -s libuclmmbase.so.1.2.16 libuclmmbase.so.1
  cd `pwd`/debian/tmp/usr/lib && ln -s libuclmmbase.so.1.2.16 libuclmmbase.so
  touch install-stamp
  dh_testdir -plibuclmmbase1-dev
  dh_testroot -plibuclmmbase1-dev
  dh_installdirs -plibuclmmbase1-dev
  dh_installdirs: Compatibility levels before 5 are deprecated (level 4 in use)
  dh_movefiles -plibuclmmbase1-dev -Xacconfig.h
  dh_movefiles: Compatibility levels before 5 are deprecated (level 4 in use)
  dh_installdocs -plibuclmmbase1-dev
  dh_installdocs: Compatibility levels before 5 are deprecated (level 4 in use)
  cp: cannot stat 'doc/html/uclmmbase-debug.html': No such file or directory
  dh_installdocs: cp --reflink=auto -a doc/html/uclmmbase-debug.html debian/libuclmmbase1-dev/usr/share/doc/libuclmmbase1-dev returned exit code 1
  debian/rules:74: recipe for target 'libuclmmbase-dev' failed
  make: *** [libuclmmbase-dev] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uclmmbase.1.2.16.0-1.unstable.amd64.log.txt.gz
Type: application/octet-stream
Size: 14835 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20160420/be05b3fb/attachment.obj>


More information about the Reproducible-builds mailing list