Your message dated Mon, 12 Dec 2016 13:35:29 +0000
with message-id <[email protected]>
and subject line Bug#821893: fixed in uclmmbase 1.2.16.0-2
has caused the Debian Bug report #821893,
regarding uclmmbase: FTBFS: mkdir: cannot create directory 'html': File exists
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
821893: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821893
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: uclmmbase
Version: 1.2.16.0-1
Severity: serious
Justification: fails to build from source
User: [email protected]
Usertags: ftbfs
X-Debbugs-Cc: [email protected]

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
     `. `'`      [email protected] / chris-lamb.co.uk
       `-

Attachment: uclmmbase.1.2.16.0-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: uclmmbase
Source-Version: 1.2.16.0-2

We believe that the bug you reported is fixed in the latest version of
uclmmbase, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <[email protected]> (supplier of updated uclmmbase package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 12 Dec 2016 14:08:59 +0100
Source: uclmmbase
Binary: libuclmmbase1 libuclmmbase1-dev
Architecture: source
Version: 1.2.16.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Description:
 libuclmmbase1 - UCL Common Code (Multimedia) Library
 libuclmmbase1-dev - UCL Common Code (Multimedia) Library - development
Closes: 531964 805008 817704 821893 833201
Changes:
 uclmmbase (1.2.16.0-2) unstable; urgency=medium
 .
   * QA upload.
   * Set Maintainer to Debian QA Group.  (See: #845287)
   * Switch to source format 3.0 (quilt).
   * Switch to debhelper compat level 9 and minimal dh rules with
     autotools-dev.  (Closes: #817704, #833201, #531964)
   * Do not install unavailable documentation.  (Closes: #821893)
   * Fix FTBFS on GNU/Hurd, thanks to Svante Signell.  (Closes: #805008)
Checksums-Sha1:
 4976b2e723485334f8d59bcc1389e31a0bf3bc7a 1793 uclmmbase_1.2.16.0-2.dsc
 8928fcef3c75843c8fc84ab64fbc5ade60b85439 8856 
uclmmbase_1.2.16.0-2.debian.tar.xz
Checksums-Sha256:
 ccbdf73b4a5acd00ef31f3c842befe43948c3dfc5f705ac44b3d53cfed4704da 1793 
uclmmbase_1.2.16.0-2.dsc
 2ac8e959363180b0c74ed12caf0650d29cc0da201d844ed2699cf47ce901a013 8856 
uclmmbase_1.2.16.0-2.debian.tar.xz
Files:
 187d592e2de25d6d3728aafe953b45ad 1793 libs optional uclmmbase_1.2.16.0-2.dsc
 3e48302515d345611d5ac645a4ac0f94 8856 libs optional 
uclmmbase_1.2.16.0-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJYTqJJAAoJEF+zP5NZ6e0Iz1gP/09QFLus0r+CtpoM9DEm3R/D
ykGp975MMOx8tj+tCsayKBKHBdelShrCr7t5V9Y+vynAieolT1G7L+SFSEt6peRL
lbYaI9IjAOI4r3mUCjuLGu9oistqXoU3hIvpJONP7bG0l3hD3jZ0/FmP9lmG8w4D
83RPG+nBJhGgYySuijqNoKCn+fS+RHSaZymDieg6FRlPft6aIKZgXPrLqRuSsMwn
XpfSR+Q4tb2AozWAFjiMGleseIicazMVgcTGyqlp2X68uwJZp3DXpvzetwrjlyll
njirTYotxe8Mti5vAWhc1FhHUvXS2n6EEMLG/+3hYg/ytCfiVsXELOE08lcywppW
kdaIo5tSvECKxmquDQLE1+gDgoGzabp5Me0v5uPk1u82t7rlwaSYEg3b3Msxygr7
XXR25RbnEmLTWMy7EhCEj7OaxT4hcSyn16tNB67Xer0e5A5BVe3UIvK3Dh9X4D8Z
FbB9sX0R8UgtzvIxixfPDU/OhIVieeGyNL4IkftshWCmoo5RoJgKQZkP9OIrMocz
uJjsmGJmoo5u/7zlnLK477219OS6dFEOVb1Dl4oh+3PsRpJlx9HQ2srRdvk5PruE
uDaRbZKZvYR7szq0SIcf+qZ95+zmb7k3Qg7T8tMjPh9Kyi2wiapHYPfIxbBlvzQc
NXY9+Dd20MiO007FsrZB
=m2Wn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to