Public bug reported:
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
** Affects: vstream-client (Ubuntu)
Importance: Undecided
Assignee: Nick Rosbrook (enr0n)
Status: New
** Tags: update-excuse
** Changed in: vstream-client (Ubuntu)
Assignee: (unassigned) => Nick Rosbrook (enr0n)
** Description changed:
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
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2079777
Title:
proposed-migration for vstream-client 1.2-7ubuntu1
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vstream-client/+bug/2079777/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs