proposed-migration for vstream-client 1.2-7ubuntu1

Bug #2079777 reported by Nick Rosbrook
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
vstream-client (Debian)
Fix Released
Unknown
vstream-client (Ubuntu)
Fix Released
Undecided
Nick Rosbrook

Bug Description

vstream-client 1.2-7ubuntu1 is stuck in -proposed.

FTBFS on armhf[1]:

make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=3 -D_LARGEFILE64_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/vstream-client-1.2-7ubuntu1 -Wall -I.. -o mfs.o mfs.c
cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=3 -D_LARGEFILE64_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/vstream-client-1.2-7ubuntu1 -Wall -I.. -o object.o object.c
cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=3 -D_LARGEFILE64_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/vstream-client-1.2-7ubuntu1 -Wall -I.. -o schema.o schema.c
cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=3 -D_LARGEFILE64_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/vstream-client-1.2-7ubuntu1 -Wall -I.. -o query.o query.c
query.c: In function ‘vstream_query_path’:
query.c:86:32: error: implicit declaration of function ‘ntohl’ [-Wimplicit-function-declaration]
   86 | fsid = ntohl(objattr->fsid);
      | ^~~~~
object.c: In function ‘parse_attr’:
object.c:16:21: error: implicit declaration of function ‘ntohs’ [-Wimplicit-function-declaration]
   16 | attr->len = ntohs(attr->len);
      | ^~~~~
mfs.c: In function ‘mfs_dir’:
mfs.c:266:17: error: implicit declaration of function ‘ntohl’ [-Wimplicit-function-declaration]
  266 | dsize = ntohl(buf[0]) >> 16;
      | ^~~~~
object.c:23:21: error: implicit declaration of function ‘htons’ [-Wimplicit-function-declaration]
   23 | attr->len = htons(attr->len);
      | ^~~~~
mfs.c:270:25: warning: pointer targets in initialization of ‘u8 *’ {aka ‘unsigned char *’} from ‘char *’ differ in signedness [-Wpointer-sign]
  270 | u8 *s = ((char *)p)+4;
      | ^
mfs.c:277:25: warning: pointer targets in initialization of ‘u8 *’ {aka ‘unsigned char *’} from ‘char *’ differ in signedness [-Wpointer-sign]
  277 | u8 *s = ((char *)p)+4;
      | ^
object.c: In function ‘vstream_parse_object’:
object.c:40:15: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
   40 | char *p;
      | ^
mfs.c:278:39: warning: pointer targets in passing argument 1 of ‘strdup’ differ in signedness [-Wpointer-sign]
  278 | ret[i].name = strdup(s+2);
      | ~^~
      | |
      | u8 * {aka unsigned char *}
In file included from mfs.h:9,
                 from mfs.c:7:
/usr/include/string.h:187:34: note: expected ‘const char *’ but argument is of type ‘u8 *’ {aka ‘unsigned char *’}
  187 | extern char *strdup (const char *__s)
      | ~~~~~~~~~~~~^~~
schema.c: In function ‘load_callback2’:
schema.c:91:33: error: implicit declaration of function ‘ntohl’ [-Wimplicit-function-declaration]
   91 | iattr = ntohl(*(u32 *)data);
      | ^~~~~
make[1]: *** [Makefile:22: object.o] Error 1

[1] https://launchpadlibrarian.net/744527373/buildlog_ubuntu-oracular-armhf.vstream-client_1.2-7ubuntu1_BUILDING.txt.gz

Nick Rosbrook (enr0n)
Changed in vstream-client (Ubuntu):
assignee: nobody → Nick Rosbrook (enr0n)
description: updated
Changed in vstream-client (Debian):
status: Unknown → New
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package vstream-client - 1.2-7ubuntu2

---------------
vstream-client (1.2-7ubuntu2) oracular; urgency=medium

  * d/p: fix implicit declarations (LP: #2079777)

 -- Nick Rosbrook <email address hidden> Thu, 05 Sep 2024 23:29:45 -0400

Changed in vstream-client (Ubuntu):
status: New → Fix Released
Changed in vstream-client (Debian):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.