Ubuntu Pastebin

Paste from morphis at Tue, 28 Mar 2017 13:03:26 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
configure:4833: checking for xfs/xqm.h
configure:4833: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/simon/Work/ubuntu/snappy/yocto/poky/build/tmp/sysroots/qemux86 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/simon/Work/ubuntu/snappy/yocto/poky/build/tmp/work/i586-poky-linux/snapd/2.23.5-r0=/usr/src/debug/snapd/2.23.5-r0 -fdebug-prefix-map=/home/simon/Work/ubuntu/snappy/yocto/poky/build/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/simon/Work/ubuntu/snappy/yocto/poky/build/tmp/sysroots/qemux86=   conftest.c >&5
In file included from /home/simon/Work/ubuntu/snappy/yocto/poky/build/tmp/sysroots/qemux86/usr/include/xfs/xqm.h:21:0,
                 from conftest.c:38:
/home/simon/Work/ubuntu/snappy/yocto/poky/build/tmp/sysroots/qemux86/usr/include/xfs/xfs.h:51:12: error: size of array 'xfs_assert_largefile' is too large
 extern int xfs_assert_largefile[sizeof(off_t)-8];
            ^~~~~~~~~~~~~~~~~~~~
configure:4833: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "snap-confine"
| #define PACKAGE_TARNAME "snap-confine"
| #define PACKAGE_VERSION "2.23.5"
| #define PACKAGE_STRING "snap-confine 2.23.5"
| #define PACKAGE_BUGREPORT "snapcraft@lists.ubuntu.com"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "snap-confine"
| #define VERSION "2.23.5"
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_QUOTA_H 1
| /* end confdefs.h.  */
| #ifdef HAVE_XQM_H
| #include <xfs/xqm.h>
| #endif
| 
| 
| #include <xfs/xqm.h>
configure:4833: result: no
configure:4844: error: xfs/xqm.h unavailable
Download as text