Created
September 6, 2012 05:06
-
-
Save kmarekspartz/3651486 to your computer and use it in GitHub Desktop.
STDERR
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<stdin>:1:10: fatal error: 'asm/types.h' file not found | |
#include <asm/types.h> | |
^ | |
1 error generated. | |
asm_types.c:3:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main(int argc, char **argv) | |
^~~~ | |
asm_types.c:12:2: warning: __U8_TYPEDEF not defined [-W#warnings] | |
#warning __U8_TYPEDEF not defined | |
^ | |
asm_types.c:21:2: warning: __S8_TYPEDEF not defined [-W#warnings] | |
#warning __S8_TYPEDEF not defined | |
^ | |
asm_types.c:30:2: warning: __U16_TYPEDEF not defined [-W#warnings] | |
#warning __U16_TYPEDEF not defined | |
^ | |
asm_types.c:39:2: warning: __S16_TYPEDEF not defined [-W#warnings] | |
#warning __S16_TYPEDEF not defined | |
^ | |
asm_types.c:49:2: warning: __U32_TYPEDEF not defined [-W#warnings] | |
#warning __U32_TYPEDEF not defined | |
^ | |
asm_types.c:58:2: warning: __S32_TYPEDEF not defined [-W#warnings] | |
#warning __S32_TYPEDEF not defined | |
^ | |
asm_types.c:68:2: warning: __U64_TYPEDEF not defined [-W#warnings] | |
#warning __U64_TYPEDEF not defined | |
^ | |
asm_types.c:77:2: warning: __S64_TYPEDEF not defined [-W#warnings] | |
#warning __S64_TYPEDEF not defined | |
^ | |
9 warnings generated. | |
/usr/bin/ranlib: file: libext2fs.a(swapfs.o) has no symbols | |
ranlib: file: libext2fs.a(swapfs.o) has no symbols | |
/usr/bin/ranlib: file: libintl.a(printf.o) has no symbols | |
/usr/bin/ranlib: file: libintl.a(osdep.o) has no symbols | |
ranlib: file: libintl.a(printf.o) has no symbols | |
ranlib: file: libintl.a(osdep.o) has no symbols | |
make[1]: [libext2fs.dvi] Error 1 (ignored) | |
ranlib: file: /usr/local/Cellar/e2fsprogs/1.42.5/lib/libext2fs.a(swapfs.o) has no symbols | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:129:10: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:131:12: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:133:10: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:143:9: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:145:11: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:147:8: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:156:13: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t start, | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:157:13: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t end, | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:158:13: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t *out); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:163:8: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
extern blk64_t ext2fs_get_block_bitmap_start2(ext2fs_block_bitmap bitmap); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:165:8: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
extern blk64_t ext2fs_get_block_bitmap_end2(ext2fs_block_bitmap bitmap); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:169:7: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block, | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:172:8: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block, | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:175:10: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block, | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:184:9: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t bitno); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:186:11: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t bitno); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:188:9: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t bitno); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:190:9: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block, unsigned int num); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc.c:30: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:194:9: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block, unsigned int num); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
make[1]: *** [libext2fs_a-alloc.o] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:129:10: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:131:12: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:133:10: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:143:9: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:145:11: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:147:8: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:156:13: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t start, | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:157:13: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t end, | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:158:13: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t *out); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:163:8: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
extern blk64_t ext2fs_get_block_bitmap_start2(ext2fs_block_bitmap bitmap); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:165:8: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
extern blk64_t ext2fs_get_block_bitmap_end2(ext2fs_block_bitmap bitmap); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:169:7: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block, | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:172:8: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block, | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:175:10: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block, | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:184:9: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t bitno); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:186:11: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t bitno); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:188:9: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t bitno); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:190:9: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block, unsigned int num); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
In file included from alloc_sb.c:31: | |
In file included from ./ext2fs.h:253: | |
/usr/local/opt/e2fsprogs/include/ext2fs/bitops.h:194:9: error: unknown type name 'blk64_t'; did you mean 'blk_t'? | |
blk64_t block, unsigned int num); | |
^~~~~~~ | |
blk_t | |
./ext2fs.h:76:16: note: 'blk_t' declared here | |
typedef __u32 blk_t; | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
make[1]: *** [libext2fs_a-alloc_sb.o] Error 1 | |
make: *** [install-recursive] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment