Skip to content

Instantly share code, notes, and snippets.

@gxgani
Created July 9, 2019 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gxgani/a2abb42d5060b70ac072ec0bf7a82822 to your computer and use it in GitHub Desktop.
Save gxgani/a2abb42d5060b70ac072ec0bf7a82822 to your computer and use it in GitHub Desktop.
CentOS 7.6 OpenWRT Build w/ Samba 4 + Libs
g_cmds.c:295:13: warning: type of 'do_fallocate' does not match original declaration [-Wlto-type-mismatch]
extern void do_fallocate __SS_PROTO;
^
debugfs.c:2290:6: note: type mismatch in parameter 3
void do_fallocate(int argc, char *argv[])
^
debugfs.c:2290:6: note: type 'void' should match type 'int'
debugfs.c:2290:6: note: 'do_fallocate' was previously declared here
debug_cmds.c:290:13: warning: type of 'do_bmap' does not match original declaration [-Wlto-type-mismatch]
extern void do_bmap __SS_PROTO;
^
debugfs.c:2004:6: note: type mismatch in parameter 3
void do_bmap(int argc, char *argv[])
^
debugfs.c:2004:6: note: type 'void' should match type 'int'
debugfs.c:2004:6: note: 'do_bmap' was previously declared here
debug_cmds.c:285:13: warning: type of 'do_dirsearch' does not match original declaration [-Wlto-type-mismatch]
extern void do_dirsearch __SS_PROTO;
^
htree.c:365:6: note: type mismatch in parameter 3
void do_dirsearch(int argc, char *argv[])
^
htree.c:365:6: note: type 'void' should match type 'int'
htree.c:365:6: note: 'do_dirsearch' was previously declared here
debug_cmds.c:280:13: warning: type of 'do_dx_hash' does not match original declaration [-Wlto-type-mismatch]
extern void do_dx_hash __SS_PROTO;
^
htree.c:305:6: note: type mismatch in parameter 3
void do_dx_hash(int argc, char *argv[])
^
htree.c:305:6: note: type 'void' should match type 'int'
htree.c:305:6: note: 'do_dx_hash' was previously declared here
debug_cmds.c:274:13: warning: type of 'do_htree_dump' does not match original declaration [-Wlto-type-mismatch]
extern void do_htree_dump __SS_PROTO;
^
htree.c:230:6: note: type mismatch in parameter 3
void do_htree_dump(int argc, char *argv[])
^
htree.c:230:6: note: type 'void' should match type 'int'
htree.c:230:6: note: 'do_htree_dump' was previously declared here
debug_cmds.c:268:13: warning: type of 'do_logdump' does not match original declaration [-Wlto-type-mismatch]
extern void do_logdump __SS_PROTO;
^
logdump.c:75:6: note: type mismatch in parameter 3
void do_logdump(int argc, char **argv)
^
logdump.c:75:6: note: type 'void' should match type 'int'
logdump.c:75:6: note: 'do_logdump' was previously declared here
debug_cmds.c:263:13: warning: type of 'do_set_block_group_descriptor' does not match original declaration [-Wlto-type-mismatch]
extern void do_set_block_group_descriptor __SS_PROTO;
^
set_fields.c:791:6: note: type mismatch in parameter 3
void do_set_block_group_descriptor(int argc, char *argv[])
^
set_fields.c:791:6: note: type 'void' should match type 'int'
set_fields.c:791:6: note: 'do_set_block_group_descriptor' was previously declared here
debug_cmds.c:257:13: warning: type of 'do_set_inode' does not match original declaration [-Wlto-type-mismatch]
extern void do_set_inode __SS_PROTO;
^
set_fields.c:753:6: note: type mismatch in parameter 3
void do_set_inode(int argc, char *argv[])
^
set_fields.c:753:6: note: type 'void' should match type 'int'
set_fields.c:753:6: note: 'do_set_inode' was previously declared here
debug_cmds.c:251:13: warning: type of 'do_set_super' does not match original declaration [-Wlto-type-mismatch]
extern void do_set_super __SS_PROTO;
^
set_fields.c:726:6: note: type mismatch in parameter 3
void do_set_super(int argc, char *argv[])
^
set_fields.c:726:6: note: type 'void' should match type 'int'
set_fields.c:726:6: note: 'do_set_super' was previously declared here
debug_cmds.c:245:13: warning: type of 'do_rdump' does not match original declaration [-Wlto-type-mismatch]
extern void do_rdump __SS_PROTO;
^
dump.c:325:6: note: type mismatch in parameter 3
void do_rdump(int argc, char **argv)
^
dump.c:325:6: note: type 'void' should match type 'int'
dump.c:325:6: note: 'do_rdump' was previously declared here
debug_cmds.c:240:13: warning: type of 'do_lcd' does not match original declaration [-Wlto-type-mismatch]
extern void do_lcd __SS_PROTO;
^
debugfs.c:297:6: note: type mismatch in parameter 3
void do_lcd(int argc, char **argv)
^
debugfs.c:297:6: note: type 'void' should match type 'int'
debugfs.c:297:6: note: 'do_lcd' was previously declared here
debug_cmds.c:235:13: warning: type of 'do_cat' does not match original declaration [-Wlto-type-mismatch]
extern void do_cat __SS_PROTO;
^
dump.c:369:6: note: type mismatch in parameter 3
void do_cat(int argc, char **argv)
^
dump.c:369:6: note: type 'void' should match type 'int'
dump.c:369:6: note: 'do_cat' was previously declared here
debug_cmds.c:230:13: warning: type of 'do_dump' does not match original declaration [-Wlto-type-mismatch]
extern void do_dump __SS_PROTO;
^
dump.c:147:6: note: type mismatch in parameter 3
void do_dump(int argc, char **argv)
^
dump.c:147:6: note: type 'void' should match type 'int'
dump.c:147:6: note: 'do_dump' was previously declared here
debug_cmds.c:224:13: warning: type of 'do_write' does not match original declaration [-Wlto-type-mismatch]
extern void do_write __SS_PROTO;
^
debugfs.c:1714:6: note: type mismatch in parameter 3
void do_write(int argc, char *argv[])
^
debugfs.c:1714:6: note: type 'void' should match type 'int'
debugfs.c:1714:6: note: 'do_write' was previously declared here
debug_cmds.c:219:13: warning: type of 'do_undel' does not match original declaration [-Wlto-type-mismatch]
extern void do_undel __SS_PROTO;
^
debugfs.c:1522:6: note: type mismatch in parameter 3
void do_undel(int argc, char *argv[])
^
debugfs.c:1522:6: note: type 'void' should match type 'int'
debugfs.c:1522:6: note: 'do_undel' was previously declared here
debug_cmds.c:213:13: warning: type of 'do_lsdel' does not match original declaration [-Wlto-type-mismatch]
extern void do_lsdel __SS_PROTO;
^
lsdel.c:74:6: note: type mismatch in parameter 3
void do_lsdel(int argc, char **argv)
^
lsdel.c:74:6: note: type 'void' should match type 'int'
lsdel.c:74:6: note: 'do_lsdel' was previously declared here
debug_cmds.c:207:13: warning: type of 'do_mknod' does not match original declaration [-Wlto-type-mismatch]
extern void do_mknod __SS_PROTO;
^
debugfs.c:1727:6: note: type mismatch in parameter 3
void do_mknod(int argc, char *argv[])
^
debugfs.c:1727:6: note: type 'void' should match type 'int'
debugfs.c:1727:6: note: 'do_mknod' was previously declared here
debug_cmds.c:202:13: warning: type of 'do_expand_dir' does not match original declaration [-Wlto-type-mismatch]
extern void do_expand_dir __SS_PROTO;
^
debugfs.c:1969:6: note: type mismatch in parameter 3
void do_expand_dir(int argc, char *argv[])
^
debugfs.c:1969:6: note: type 'void' should match type 'int'
debugfs.c:1969:6: note: 'do_expand_dir' was previously declared here
debug_cmds.c:196:13: warning: type of 'do_print_working_directory' does not match original declaration [-Wlto-type-mismatch]
extern void do_print_working_directory __SS_PROTO;
^
debugfs.c:1411:6: note: type mismatch in parameter 3
void do_print_working_directory(int argc, char *argv[])
^
debugfs.c:1411:6: note: type 'void' should match type 'int'
debugfs.c:1411:6: note: 'do_print_working_directory' was previously declared here
debug_cmds.c:190:13: warning: type of 'do_find_free_inode' does not match original declaration [-Wlto-type-mismatch]
extern void do_find_free_inode __SS_PROTO;
^
debugfs.c:1674:6: note: type mismatch in parameter 3
void do_find_free_inode(int argc, char *argv[])
^
debugfs.c:1674:6: note: type 'void' should match type 'int'
debugfs.c:1674:6: note: 'do_find_free_inode' was previously declared here
debug_cmds.c:184:13: warning: type of 'do_find_free_block' does not match original declaration [-Wlto-type-mismatch]
extern void do_find_free_block __SS_PROTO;
^
debugfs.c:1622:6: note: type mismatch in parameter 3
void do_find_free_block(int argc, char *argv[])
^
debugfs.c:1622:6: note: type 'void' should match type 'int'
debugfs.c:1622:6: note: 'do_find_free_block' was previously declared here
debug_cmds.c:178:13: warning: type of 'do_modify_inode' does not match original declaration [-Wlto-type-mismatch]
extern void do_modify_inode __SS_PROTO;
^
debugfs.c:1317:6: note: type mismatch in parameter 3
void do_modify_inode(int argc, char *argv[])
^
debugfs.c:1317:6: note: type 'void' should match type 'int'
debugfs.c:1317:6: note: 'do_modify_inode' was previously declared here
debug_cmds.c:172:13: warning: type of 'do_testb' does not match original declaration [-Wlto-type-mismatch]
extern void do_testb __SS_PROTO;
^
debugfs.c:1233:6: note: type mismatch in parameter 3
void do_testb(int argc, char *argv[])
^
debugfs.c:1233:6: note: type 'void' should match type 'int'
debugfs.c:1233:6: note: 'do_testb' was previously declared here
debug_cmds.c:167:13: warning: type of 'do_setb' does not match original declaration [-Wlto-type-mismatch]
extern void do_setb __SS_PROTO;
^
debugfs.c:1213:6: note: type mismatch in parameter 3
void do_setb(int argc, char *argv[])
^
debugfs.c:1213:6: note: type 'void' should match type 'int'
debugfs.c:1213:6: note: 'do_setb' was previously declared here
debug_cmds.c:162:13: warning: type of 'do_freeb' does not match original declaration [-Wlto-type-mismatch]
extern void do_freeb __SS_PROTO;
^
debugfs.c:1194:6: note: type mismatch in parameter 3
void do_freeb(int argc, char *argv[])
^
debugfs.c:1194:6: note: type 'void' should match type 'int'
debugfs.c:1194:6: note: 'do_freeb' was previously declared here
debug_cmds.c:157:13: warning: type of 'do_testi' does not match original declaration [-Wlto-type-mismatch]
extern void do_testi __SS_PROTO;
^
debugfs.c:1180:6: note: type mismatch in parameter 3
void do_testi(int argc, char *argv[])
^
debugfs.c:1180:6: note: type 'void' should match type 'int'
debugfs.c:1180:6: note: 'do_testi' was previously declared here
debug_cmds.c:152:13: warning: type of 'do_seti' does not match original declaration [-Wlto-type-mismatch]
extern void do_seti __SS_PROTO;
^
debugfs.c:1149:6: note: type mismatch in parameter 3
void do_seti(int argc, char *argv[])
^
debugfs.c:1149:6: note: type 'void' should match type 'int'
debugfs.c:1149:6: note: 'do_seti' was previously declared here
debug_cmds.c:147:13: warning: type of 'do_freei' does not match original declaration [-Wlto-type-mismatch]
extern void do_freei __SS_PROTO;
^
debugfs.c:1119:6: note: type mismatch in parameter 3
void do_freei(int argc, char *argv[])
^
debugfs.c:1119:6: note: type 'void' should match type 'int'
debugfs.c:1119:6: note: 'do_freei' was previously declared here
debug_cmds.c:142:13: warning: type of 'do_clri' does not match original declaration [-Wlto-type-mismatch]
extern void do_clri __SS_PROTO;
^
debugfs.c:1104:6: note: type mismatch in parameter 3
void do_clri(int argc, char *argv[])
^
debugfs.c:1104:6: note: type 'void' should match type 'int'
debugfs.c:1104:6: note: 'do_clri' was previously declared here
debug_cmds.c:137:13: warning: type of 'do_copy_inode' does not match original declaration [-Wlto-type-mismatch]
extern void do_copy_inode __SS_PROTO;
^
debugfs.c:1594:6: note: type mismatch in parameter 3
void do_copy_inode(int argc, char *argv[])
^
debugfs.c:1594:6: note: type 'void' should match type 'int'
debugfs.c:1594:6: note: 'do_copy_inode' was previously declared here
debug_cmds.c:132:13: warning: type of 'do_kill_file' does not match original declaration [-Wlto-type-mismatch]
extern void do_kill_file __SS_PROTO;
^
debugfs.c:1830:6: note: type mismatch in parameter 3
void do_kill_file(int argc, char *argv[])
^
debugfs.c:1830:6: note: type 'void' should match type 'int'
debugfs.c:1830:6: note: 'do_kill_file' was previously declared here
debug_cmds.c:127:13: warning: type of 'do_rm' does not match original declaration [-Wlto-type-mismatch]
extern void do_rm __SS_PROTO;
^
debugfs.c:1840:6: note: type mismatch in parameter 3
void do_rm(int argc, char *argv[])
^
debugfs.c:1840:6: note: type 'void' should match type 'int'
debugfs.c:1840:6: note: 'do_rm' was previously declared here
debug_cmds.c:122:13: warning: type of 'do_rmdir' does not match original declaration [-Wlto-type-mismatch]
extern void do_rmdir __SS_PROTO;
^
debugfs.c:1901:6: note: type mismatch in parameter 3
void do_rmdir(int argc, char *argv[])
^
debugfs.c:1901:6: note: type 'void' should match type 'int'
debugfs.c:1901:6: note: 'do_rmdir' was previously declared here
debug_cmds.c:117:13: warning: type of 'do_mkdir' does not match original declaration [-Wlto-type-mismatch]
extern void do_mkdir __SS_PROTO;
^
debugfs.c:1777:6: note: type mismatch in parameter 3
void do_mkdir(int argc, char *argv[])
^
debugfs.c:1777:6: note: type 'void' should match type 'int'
debugfs.c:1777:6: note: 'do_mkdir' was previously declared here
debug_cmds.c:112:13: warning: type of 'do_unlink' does not match original declaration [-Wlto-type-mismatch]
extern void do_unlink __SS_PROTO;
^
debugfs.c:1585:6: note: type mismatch in parameter 3
void do_unlink(int argc, char *argv[])
^
debugfs.c:1585:6: note: type 'void' should match type 'int'
debugfs.c:1585:6: note: 'do_unlink' was previously declared here
debug_cmds.c:107:13: warning: type of 'do_link' does not match original declaration [-Wlto-type-mismatch]
extern void do_link __SS_PROTO;
^
debugfs.c:1500:6: note: type mismatch in parameter 3
void do_link(int argc, char *argv[])
^
debugfs.c:1500:6: note: type 'void' should match type 'int'
debugfs.c:1500:6: note: 'do_link' was previously declared here
debug_cmds.c:101:13: warning: type of 'do_filefrag' does not match original declaration [-Wlto-type-mismatch]
extern void do_filefrag __SS_PROTO;
^
filefrag.c:263:6: note: type mismatch in parameter 3
void do_filefrag(int argc, char *argv[])
^
filefrag.c:263:6: note: type 'void' should match type 'int'
filefrag.c:263:6: note: 'do_filefrag' was previously declared here
debug_cmds.c:96:13: warning: type of 'do_blocks' does not match original declaration [-Wlto-type-mismatch]
extern void do_blocks __SS_PROTO;
^
debugfs.c:1070:6: note: type mismatch in parameter 3
void do_blocks(int argc, char *argv[])
^
debugfs.c:1070:6: note: type 'void' should match type 'int'
debugfs.c:1070:6: note: 'do_blocks' was previously declared here
debug_cmds.c:91:13: warning: type of 'do_dump_extents' does not match original declaration [-Wlto-type-mismatch]
extern void do_dump_extents __SS_PROTO;
^
debugfs.c:999:6: note: type mismatch in parameter 3
void do_dump_extents(int argc, char **argv)
^
debugfs.c:999:6: note: type 'void' should match type 'int'
debugfs.c:999:6: note: 'do_dump_extents' was previously declared here
debug_cmds.c:84:13: warning: type of 'do_stat' does not match original declaration [-Wlto-type-mismatch]
extern void do_stat __SS_PROTO;
^
debugfs.c:968:6: note: type mismatch in parameter 3
void do_stat(int argc, char *argv[])
^
debugfs.c:968:6: note: type 'void' should match type 'int'
debugfs.c:968:6: note: 'do_stat' was previously declared here
debug_cmds.c:78:13: warning: type of 'do_list_dir' does not match original declaration [-Wlto-type-mismatch]
extern void do_list_dir __SS_PROTO;
^
ls.c:192:6: note: type mismatch in parameter 3
void do_list_dir(int argc, char *argv[])
^
ls.c:192:6: note: type 'void' should match type 'int'
ls.c:192:6: note: 'do_list_dir' was previously declared here
debug_cmds.c:72:13: warning: type of 'do_change_working_dir' does not match original declaration [-Wlto-type-mismatch]
extern void do_change_working_dir __SS_PROTO;
^
debugfs.c:1394:6: note: type mismatch in parameter 3
void do_change_working_dir(int argc, char *argv[])
^
debugfs.c:1394:6: note: type 'void' should match type 'int'
debugfs.c:1394:6: note: 'do_change_working_dir' was previously declared here
debug_cmds.c:66:13: warning: type of 'do_chroot' does not match original declaration [-Wlto-type-mismatch]
extern void do_chroot __SS_PROTO;
^
debugfs.c:1087:6: note: type mismatch in parameter 3
void do_chroot(int argc, char *argv[])
^
debugfs.c:1087:6: note: type 'void' should match type 'int'
debugfs.c:1087:6: note: 'do_chroot' was previously declared here
debug_cmds.c:60:13: warning: type of 'do_icheck' does not match original declaration [-Wlto-type-mismatch]
extern void do_icheck __SS_PROTO;
^
icheck.c:56:6: note: type mismatch in parameter 3
void do_icheck(int argc, char **argv)
^
icheck.c:56:6: note: type 'void' should match type 'int'
icheck.c:56:6: note: 'do_icheck' was previously declared here
debug_cmds.c:55:13: warning: type of 'do_ncheck' does not match original declaration [-Wlto-type-mismatch]
extern void do_ncheck __SS_PROTO;
^
ncheck.c:93:6: note: type mismatch in parameter 3
void do_ncheck(int argc, char **argv)
^
ncheck.c:93:6: note: type 'void' should match type 'int'
ncheck.c:93:6: note: 'do_ncheck' was previously declared here
debug_cmds.c:50:13: warning: type of 'do_show_super_stats' does not match original declaration [-Wlto-type-mismatch]
extern void do_show_super_stats __SS_PROTO;
^
debugfs.c:422:6: note: type mismatch in parameter 3
void do_show_super_stats(int argc, char *argv[])
^
debugfs.c:422:6: note: type 'void' should match type 'int'
debugfs.c:422:6: note: 'do_show_super_stats' was previously declared here
debug_cmds.c:44:13: warning: type of 'do_init_filesys' does not match original declaration [-Wlto-type-mismatch]
extern void do_init_filesys __SS_PROTO;
^
debugfs.c:362:6: note: type mismatch in parameter 3
void do_init_filesys(int argc, char **argv)
^
debugfs.c:362:6: note: type 'void' should match type 'int'
debugfs.c:362:6: note: 'do_init_filesys' was previously declared here
debug_cmds.c:39:13: warning: type of 'do_dirty_filesys' does not match original declaration [-Wlto-type-mismatch]
extern void do_dirty_filesys __SS_PROTO;
^
debugfs.c:516:6: note: type mismatch in parameter 3
void do_dirty_filesys(int argc EXT2FS_ATTR((unused)),
^
debugfs.c:516:6: note: type 'void' should match type 'int'
debugfs.c:516:6: note: 'do_dirty_filesys' was previously declared here
debug_cmds.c:33:13: warning: type of 'do_features' does not match original declaration [-Wlto-type-mismatch]
extern void do_features __SS_PROTO;
^
debugfs.c:1983:6: note: type mismatch in parameter 3
void do_features(int argc, char *argv[])
^
debugfs.c:1983:6: note: type 'void' should match type 'int'
debugfs.c:1983:6: note: 'do_features' was previously declared here
debug_cmds.c:27:13: warning: type of 'do_freefrag' does not match original declaration [-Wlto-type-mismatch]
extern void do_freefrag __SS_PROTO;
^
../misc/e2freefrag.c:380:6: note: type mismatch in parameter 3
void do_freefrag(int argc, char **argv)
^
../misc/e2freefrag.c:380:6: note: type 'void' should match type 'int'
../misc/e2freefrag.c:380:6: note: 'do_freefrag' was previously declared here
debug_cmds.c:21:13: warning: type of 'do_close_filesys' does not match original declaration [-Wlto-type-mismatch]
extern void do_close_filesys __SS_PROTO;
^
debugfs.c:334:6: note: type mismatch in parameter 3
void do_close_filesys(int argc, char **argv)
^
debugfs.c:334:6: note: type 'void' should match type 'int'
debugfs.c:334:6: note: 'do_close_filesys' was previously declared here
debug_cmds.c:15:13: warning: type of 'do_open_filesys' does not match original declaration [-Wlto-type-mismatch]
extern void do_open_filesys __SS_PROTO;
^
debugfs.c:221:6: note: type mismatch in parameter 3
void do_open_filesys(int argc, char **argv)
^
debugfs.c:221:6: note: type 'void' should match type 'int'
debugfs.c:221:6: note: 'do_open_filesys' was previously declared here
debug_cmds.c:9:13: warning: type of 'do_show_debugfs_params' does not match original declaration [-Wlto-type-mismatch]
extern void do_show_debugfs_params __SS_PROTO;
^
debugfs.c:1958:6: note: type mismatch in parameter 3
void do_show_debugfs_params(int argc EXT2FS_ATTR((unused)),
^
debugfs.c:1958:6: note: type 'void' should match type 'int'
debugfs.c:1958:6: note: 'do_show_debugfs_params' was previously declared here
SUBST debugfs.8
make[6]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/debugfs'
making all in misc
make[6]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/misc'
CC mke2fs.c
CC util.c
if test -f ./mke2fs.conf.custom.in ; then \
cp ./mke2fs.conf.custom.in mke2fs.conf; \
else \
cp ./mke2fs.conf.in mke2fs.conf; \
fi
PROFILE_TO_C mke2fs.conf
CC default_profile.c
CC mk_hugefiles.c
CC create_inode.c
LD mke2fs
CC badblocks.c
LD badblocks
CC tune2fs.c
CC ../debugfs/journal.c
CC ../e2fsck/recovery.c
CC ../e2fsck/revoke.c
LD tune2fs
CC dumpe2fs.c
LD dumpe2fs
CC logsave.c
LD logsave
CC e2image.c
LD e2image
CC fsck.c
CC base_device.c
CC ismounted.c
LD fsck
CC e2undo.c
LD e2undo
CC chattr.c
LD chattr
CC lsattr.c
LD lsattr
CC mklost+found.c
LD mklost+found
CC filefrag.c
LD filefrag
CC e2freefrag.c
LD e2freefrag
CC e4defrag.c
e4defrag.c: In function 'file_check':
e4defrag.c:539:30: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long long unsigned int' [-Wformat=]
printf("\033[79;0H\033[K[%u/%u] \"%s\"\t\t"
~^
%llu
e4defrag.c:539:33: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long long unsigned int' [-Wformat=]
printf("\033[79;0H\033[K[%u/%u] \"%s\"\t\t"
~^
%llu
e4defrag.c:552:30: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long long unsigned int' [-Wformat=]
printf("\033[79;0H\033[K[%u/%u] \"%s\"\t\t"
~^
%llu
e4defrag.c:552:33: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long long unsigned int' [-Wformat=]
printf("\033[79;0H\033[K[%u/%u] \"%s\"\t\t"
~^
%llu
e4defrag.c: In function 'file_statistic':
e4defrag.c:1063:14: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long long unsigned int' [-Wformat=]
printf("[%u/%u]", defraged_file_count, total_count);
~^
%llu
e4defrag.c:1063:17: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long long unsigned int' [-Wformat=]
printf("[%u/%u]", defraged_file_count, total_count);
~^
%llu
e4defrag.c:1215:26: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long long unsigned int' [-Wformat=]
sprintf(msg_buffer, "[%u/%u]%s",
~^
%llu
e4defrag.c:1215:29: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long long unsigned int' [-Wformat=]
sprintf(msg_buffer, "[%u/%u]%s",
~^
%llu
e4defrag.c: In function 'print_progress':
e4defrag.c:1289:28: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long long unsigned int' [-Wformat=]
printf("\033[79;0H\033[K[%u/%u]%s:\t%3d%%",
~^
%llu
e4defrag.c:1289:31: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long long unsigned int' [-Wformat=]
printf("\033[79;0H\033[K[%u/%u]%s:\t%3d%%",
~^
%llu
e4defrag.c: In function 'file_defrag':
e4defrag.c:1426:13: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long long unsigned int' [-Wformat=]
printf("[%u/%u]", defraged_file_count, total_count);
~^
%llu
e4defrag.c:1426:16: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long long unsigned int' [-Wformat=]
printf("[%u/%u]", defraged_file_count, total_count);
~^
%llu
e4defrag.c:1606:29: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long long unsigned int' [-Wformat=]
printf("\033[79;0H\033[K[%u/%u]%s:\t%3d%%",
~^
%llu
e4defrag.c:1606:32: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long long unsigned int' [-Wformat=]
printf("\033[79;0H\033[K[%u/%u]%s:\t%3d%%",
~^
%llu
LD e4defrag
CC e4crypt.c
LD e4crypt
SUBST tune2fs.8
SUBST mklost+found.8
SUBST mke2fs.8
SUBST dumpe2fs.8
SUBST badblocks.8
SUBST e2label.8
SUBST e2image.8
SUBST logsave.8
SUBST filefrag.8
SUBST e2freefrag.8
SUBST e2undo.8
SUBST e4defrag.8
SUBST e4crypt.8
SUBST fsck.8
SUBST e2mmpstatus.8
SUBST chattr.1
SUBST lsattr.1
SUBST mke2fs.conf.5
SUBST ext4.5
CC e2initrd_helper.c
LD e2initrd_helper
CC e2fuzz.c
LD e2fuzz
make[6]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/misc'
making all in resize
make[6]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/resize'
CC extent.c
CC resize2fs.c
CC main.c
CC online.c
CC resource_track.c
CC sim_progress.c
LD resize2fs
CC test_extent.c
LD test_extent
SUBST resize2fs.8
make[6]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/resize'
making all in tests/progs
make[6]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/tests/progs'
CC test_icount.c
MK_CMDS test_icount_cmds.c
CC test_icount_cmds.c
LD test_icount
test_icount_cmds.c:42:13: warning: type of 'do_get_size' does not match original declaration [-Wlto-type-mismatch]
extern void do_get_size __SS_PROTO;
^
test_icount.c:249:6: note: type mismatch in parameter 3
void do_get_size(int argc, char **argv)
^
test_icount.c:249:6: note: type 'void' should match type 'int'
test_icount.c:249:6: note: 'do_get_size' was previously declared here
test_icount_cmds.c:53:13: warning: type of 'do_validate' does not match original declaration [-Wlto-type-mismatch]
extern void do_validate __SS_PROTO;
^
test_icount.c:231:6: note: type mismatch in parameter 3
void do_validate(int argc, char **argv)
^
test_icount.c:231:6: note: type 'void' should match type 'int'
test_icount.c:231:6: note: 'do_validate' was previously declared here
test_icount_cmds.c:47:13: warning: type of 'do_dump' does not match original declaration [-Wlto-type-mismatch]
extern void do_dump __SS_PROTO;
^
test_icount.c:207:6: note: type mismatch in parameter 3
void do_dump(int argc, char **argv)
^
test_icount.c:207:6: note: type 'void' should match type 'int'
test_icount.c:207:6: note: 'do_dump' was previously declared here
test_icount_cmds.c:37:13: warning: type of 'do_store' does not match original declaration [-Wlto-type-mismatch]
extern void do_store __SS_PROTO;
^
test_icount.c:178:6: note: type mismatch in parameter 3
void do_store(int argc, char **argv)
^
test_icount.c:178:6: note: type 'void' should match type 'int'
test_icount.c:178:6: note: 'do_store' was previously declared here
test_icount_cmds.c:32:13: warning: type of 'do_decrement' does not match original declaration [-Wlto-type-mismatch]
extern void do_decrement __SS_PROTO;
^
test_icount.c:154:6: note: type mismatch in parameter 3
void do_decrement(int argc, char **argv)
^
test_icount.c:154:6: note: type 'void' should match type 'int'
test_icount.c:154:6: note: 'do_decrement' was previously declared here
test_icount_cmds.c:26:13: warning: type of 'do_increment' does not match original declaration [-Wlto-type-mismatch]
extern void do_increment __SS_PROTO;
^
test_icount.c:130:6: note: type mismatch in parameter 3
void do_increment(int argc, char **argv)
^
test_icount.c:130:6: note: type 'void' should match type 'int'
test_icount.c:130:6: note: 'do_increment' was previously declared here
test_icount_cmds.c:20:13: warning: type of 'do_fetch' does not match original declaration [-Wlto-type-mismatch]
extern void do_fetch __SS_PROTO;
^
test_icount.c:107:6: note: type mismatch in parameter 3
void do_fetch(int argc, char **argv)
^
test_icount.c:107:6: note: type 'void' should match type 'int'
test_icount.c:107:6: note: 'do_fetch' was previously declared here
test_icount_cmds.c:15:13: warning: type of 'do_free_icount' does not match original declaration [-Wlto-type-mismatch]
extern void do_free_icount __SS_PROTO;
^
test_icount.c:94:6: note: type mismatch in parameter 3
void do_free_icount(int argc, char **argv)
^
test_icount.c:94:6: note: type 'void' should match type 'int'
test_icount.c:94:6: note: 'do_free_icount' was previously declared here
test_icount_cmds.c:9:13: warning: type of 'do_create_icount' does not match original declaration [-Wlto-type-mismatch]
extern void do_create_icount __SS_PROTO;
^
test_icount.c:64:6: note: type mismatch in parameter 3
void do_create_icount(int argc, char **argv)
^
test_icount.c:64:6: note: type 'void' should match type 'int'
test_icount.c:64:6: note: 'do_create_icount' was previously declared here
CC crcsum.c
LD crcsum
make[6]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/tests/progs'
making all in po
make[6]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/po'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/po'
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make docs
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make[6]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/doc'
MAKEINFO libext2fs.info
make[6]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/doc'
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make[4]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
CFLAGS="-Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -mfloat-abi=hard -iremap/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5:e2fsprogs-1.44.5 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -fpic -ffunction-sections -fdata-sections -flto -I/home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/include -I/home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/include -I/home/openwrt/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-7.4.0_musl_eabi/usr/include -I/home/openwrt/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-7.4.0_musl_eabi/include/fortify -I/home/openwrt/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-7.4.0_musl_eabi/include " CXXFLAGS="-Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -mfloat-abi=hard -iremap/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5:e2fsprogs-1.44.5 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -fpic -ffunction-sections -fdata-sections -flto -I/home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/include -I/home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/include -I/home/openwrt/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-7.4.0_musl_eabi/usr/include -I/home/openwrt/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-7.4.0_musl_eabi/include/fortify -I/home/openwrt/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-7.4.0_musl_eabi/include " LDFLAGS="-L/home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/lib -L/home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/lib -L/home/openwrt/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-7.4.0_musl_eabi/usr/lib -L/home/openwrt/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-7.4.0_musl_eabi/lib -znow -zrelro -flto " make -C /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/. AR="arm-openwrt-linux-muslgnueabi-gcc-ar" AS="arm-openwrt-linux-muslgnueabi-gcc -c -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -mfloat-abi=hard -iremap/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5:e2fsprogs-1.44.5 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -fpic -ffunction-sections -fdata-sections -flto" LD=arm-openwrt-linux-muslgnueabi-ld NM="arm-openwrt-linux-muslgnueabi-gcc-nm" CC="arm-openwrt-linux-muslgnueabi-gcc" GCC="arm-openwrt-linux-muslgnueabi-gcc" CXX="arm-openwrt-linux-muslgnueabi-g++" RANLIB="arm-openwrt-linux-muslgnueabi-gcc-ranlib" STRIP=arm-openwrt-linux-muslgnueabi-strip OBJCOPY=arm-openwrt-linux-muslgnueabi-objcopy OBJDUMP=arm-openwrt-linux-muslgnueabi-objdump SIZE=arm-openwrt-linux-muslgnueabi-size CROSS="arm-openwrt-linux-muslgnueabi-" ARCH="arm" DESTDIR="/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install" install;
make[4]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make[5]: `util/subst.conf' is up to date.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make[5]: `lib/config.h' is up to date.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make[5]: `lib/dirpaths.h' is up to date.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make[5]: `lib/ext2fs/ext2_types.h' is up to date.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make[5]: `lib/blkid/blkid_types.h' is up to date.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make[5]: `lib/uuid/uuid_types.h' is up to date.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/et'
make[5]: `compile_et' is up to date.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/et'
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ext2fs'
make[5]: `ext2_err.h' is up to date.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ext2fs'
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/support'
make[5]: `prof_err.h' is up to date.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/support'
making all in lib/et
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/et'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/et'
making all in lib/ss
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ss'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ss'
making all in lib/e2p
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/e2p'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/e2p'
making all in lib/support
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/support'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/support'
making all in lib/ext2fs
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ext2fs'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ext2fs'
making all in intl
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/intl'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/intl'
making install in e2fsck
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/e2fsck'
MKDIR_P /usr/sbin /usr/man/man8
INSTALL /usr/sbin/e2fsck
LINK /usr/sbin/fsck.ext2
LINK /usr/sbin/fsck.ext3
LINK /usr/sbin/fsck.ext4
INSTALL_DATA /usr/man/man8/e2fsck.8
INSTALL_DATA /usr/man/man5/e2fsck.conf.5
LINK /usr/man/man8/fsck.ext2.8
LINK /usr/man/man8/fsck.ext3.8
LINK /usr/man/man8/fsck.ext4.8
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/e2fsck'
making install in debugfs
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/debugfs'
MKDIR_P /usr/sbin /usr/man/man8
INSTALL /usr/sbin/debugfs
INSTALL_DATA /usr/man/man8/debugfs.8
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/debugfs'
making install in misc
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/misc'
MKDIR_P /usr/sbin /usr/sbin /usr/bin /usr/man/man1 /usr/man/man8 /usr/lib /etc
INSTALL /usr/sbin/mke2fs
INSTALL /usr/sbin/badblocks
INSTALL /usr/sbin/tune2fs
INSTALL /usr/sbin/dumpe2fs
INSTALL /usr/sbin/logsave
INSTALL /usr/sbin/e2image
INSTALL /usr/sbin/fsck
INSTALL /usr/sbin/e2undo
INSTALL /usr/sbin/mklost+found
INSTALL /usr/sbin/filefrag
INSTALL /usr/sbin/e2freefrag
INSTALL /usr/sbin/e4defrag
INSTALL /usr/sbin/e4crypt
LINK /usr/sbin/mkfs.ext2
LINK /usr/sbin/mkfs.ext3
LINK /usr/sbin/mkfs.ext4
INSTALL /usr/bin/chattr
INSTALL /usr/bin/lsattr
INSTALL /usr/lib/e2initrd_helper
INSTALL_DATA /usr/man/man8/tune2fs.8
INSTALL_DATA /usr/man/man8/mklost+found.8
INSTALL_DATA /usr/man/man8/mke2fs.8
INSTALL_DATA /usr/man/man8/dumpe2fs.8
INSTALL_DATA /usr/man/man8/badblocks.8
INSTALL_DATA /usr/man/man8/e2label.8
INSTALL_DATA /usr/man/man8/e2image.8
INSTALL_DATA /usr/man/man8/logsave.8
INSTALL_DATA /usr/man/man8/filefrag.8
INSTALL_DATA /usr/man/man8/e2freefrag.8
INSTALL_DATA /usr/man/man8/e2undo.8
INSTALL_DATA /usr/man/man8/e4defrag.8
INSTALL_DATA /usr/man/man8/e4crypt.8
INSTALL_DATA /usr/man/man8/fsck.8
INSTALL_DATA /usr/man/man8/e2mmpstatus.8
LINK mkfs.ext2.8
LINK mkfs.ext3.8
LINK mkfs.ext4.8
INSTALL_DATA /usr/man/man1/chattr.1
INSTALL_DATA /usr/man/man1/lsattr.1
INSTALL_DATA /usr/man/man5/mke2fs.conf.5
INSTALL_DATA /usr/man/man5/ext4.5
LINK ext2.5
LINK ext3.5
INSTALL_DATA /etc/mke2fs.conf
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/misc'
making install in resize
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/resize'
MKDIR_P /usr/sbin /usr/man/man8
INSTALL /usr/sbin/resize2fs
INSTALL_DATA /usr/man/man8/resize2fs.8
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/resize'
making install in tests/progs
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/tests/progs'
make[5]: Nothing to be done for `install'.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/tests/progs'
making install in po
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/po'
if test "e2fsprogs" = "gettext-tools"; then \
/usr/bin/mkdir -p /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/po'
making install-shlibs in lib/et
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/et'
MKDIR_P /usr/lib /usr/lib
cd ../../util ; make symlinks
make[6]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/util'
CC symlinks.c
LD symlinks
make[6]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/util'
INSTALL-ELF-LIB /usr/lib/libcom_err.so.0.0
SYMLINK /usr/lib/libcom_err.so.0
SYMLINK /usr/lib/libcom_err.so
LDCONFIG
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/et'
making install-shlibs in lib/ss
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ss'
MKDIR_P /usr/lib /usr/lib
INSTALL-ELF-LIB /usr/lib/libss.so.2.0
SYMLINK /usr/lib/libss.so.2
SYMLINK /usr/lib/libss.so
LDCONFIG
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ss'
making install-shlibs in lib/e2p
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/e2p'
MKDIR_P /usr/lib /usr/lib
INSTALL-ELF-LIB /usr/lib/libe2p.so.2.3
SYMLINK /usr/lib/libe2p.so.2
SYMLINK /usr/lib/libe2p.so
LDCONFIG
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/e2p'
making install-shlibs in lib/support
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/support'
make[5]: Nothing to be done for `install-shlibs'.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/support'
making install-shlibs in lib/ext2fs
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ext2fs'
MKDIR_P /usr/lib /usr/lib
INSTALL-ELF-LIB /usr/lib/libext2fs.so.2.4
SYMLINK /usr/lib/libext2fs.so.2
SYMLINK /usr/lib/libext2fs.so
LDCONFIG
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ext2fs'
making install-shlibs in intl
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/intl'
make[5]: Nothing to be done for `install-shlibs'.
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/intl'
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/doc'
TEXI2DVI libext2fs.dvi
make[5]: texi2dvi: Command not found
make[5]: [libext2fs.dvi] Error 127 (ignored)
MKDIR_P /usr/info
INSTALL_DATA /usr/info/libext2fs.info
GZIP /usr/info/libext2fs.info*
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/doc'
make install-libs
make[5]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
making install in lib/et
make[6]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/et'
MKDIR_P /usr/lib /usr/lib
INSTALL-ELF-LIB /usr/lib/libcom_err.so.0.0
SYMLINK /usr/lib/libcom_err.so.0
SYMLINK /usr/lib/libcom_err.so
LDCONFIG
MKDIR_P /usr/lib /usr/include/et /usr/share/et /usr/bin /usr/man/man1 /usr/man/man3
INSTALL_DATA /usr/lib/libcom_err.a
INSTALL_DATA /usr/include/et/com_err.h
INSTALL_DATA /usr/share/et/et_c.awk
INSTALL_DATA /usr/share/et/et_h.awk
INSTALL_SCRIPT /usr/bin/compile_et
INSTALL_DATA /usr/man/man3/com_err.3
INSTALL_DATA /usr/man/man1/compile_et.1
INSTALL_DATA /usr/lib/pkgconfig/com_err.pc
make[6]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/et'
making install in lib/ss
make[6]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ss'
MKDIR_P /usr/lib /usr/lib
INSTALL-ELF-LIB /usr/lib/libss.so.2.0
SYMLINK /usr/lib/libss.so.2
SYMLINK /usr/lib/libss.so
LDCONFIG
MKDIR_P /usr/lib /usr/include/ss /usr/share/ss /usr/bin
INSTALL_DATA /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/lib/libss.a
INSTALL_DATA /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/include/ss/ss.h
INSTALL_DATA /usr/include/ss/ss_err.h
INSTALL_DATA /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/share/ss/ct_c.awk
INSTALL_DATA /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/share/ss/ct_c.sed
INSTALL /usr/bin/mk_cmds
INSTALL_DATA /usr/man/man1/mk_cmds.1
INSTALL_DATA /usr/lib/pkgconfig/ss.pc
make[6]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ss'
making install in lib/e2p
make[6]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/e2p'
MKDIR_P /usr/lib /usr/lib
INSTALL-ELF-LIB /usr/lib/libe2p.so.2.3
SYMLINK /usr/lib/libe2p.so.2
SYMLINK /usr/lib/libe2p.so
LDCONFIG
MKDIR_P /usr/lib /usr/include/e2p
INSTALL_DATA /usr/lib/libe2p.a
INSTALL_DATA /usr/include/e2p/e2p.h
INSTALL_DATA /usr/lib/pkgconfig/e2p.pc
make[6]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/e2p'
making install in lib/support
make[6]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/support'
make[6]: Nothing to be done for `install'.
make[6]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/support'
making install in lib/ext2fs
make[6]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ext2fs'
MKDIR_P /usr/lib /usr/lib
INSTALL-ELF-LIB /usr/lib/libext2fs.so.2.4
SYMLINK /usr/lib/libext2fs.so.2
SYMLINK /usr/lib/libext2fs.so
LDCONFIG
MKDIR_P /usr/lib /usr/include/ext2fs
INSTALL_DATA /usr/lib/libext2fs.a
INSTALL_DATA /usr/include/ext2fs/bitops.h
INSTALL_DATA /usr/include/ext2fs/ext2fs.h
INSTALL_DATA /usr/include/ext2fs/ext2_io.h
INSTALL_DATA /usr/include/ext2fs/ext2_fs.h
INSTALL_DATA /usr/include/ext2fs/ext2_ext_attr.h
INSTALL_DATA /usr/include/ext2fs/ext3_extents.h
INSTALL_DATA /usr/include/ext2fs/tdb.h
INSTALL_DATA /usr/include/ext2fs/qcow2.h
INSTALL_DATA /usr/include/ext2fs/hashmap.h
INSTALL_DATA /usr/include/ext2fs/ext2_err.h
INSTALL_DATA /usr/include/ext2fs/ext2_types.h
INSTALL_DATA /usr/lib/pkgconfig/ext2fs.pc
make[6]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ext2fs'
making install in intl
make[6]: Entering directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/intl'
if test 'no' = yes; then \
test no != no || /bin/sh /usr/bin/mkdir -p /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/lib; \
temp=/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/lib/t-charset.alias; \
dest=/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/lib/charset.alias; \
if test -f /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/lib/charset.alias; then \
orig=/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/lib/charset.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
else \
if test no = no; then \
orig=charset.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
fi; \
fi; \
/bin/sh /usr/bin/mkdir -p /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/share/locale; \
test -f /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/share/locale/locale.alias \
&& orig=/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/share/locale/locale.alias \
|| orig=./locale.alias; \
temp=/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/share/locale/t-locale.alias; \
dest=/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/share/locale/locale.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
else \
: ; \
fi
make[6]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/intl'
make[5]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
make[4]: Leaving directory `/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5'
touch /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/.built
rm -rf /home/openwrt/openwrt/tmp/stage-e2fsprogs
mkdir -p /home/openwrt/openwrt/tmp/stage-e2fsprogs/host /home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/packages /home/openwrt/openwrt/staging_dir/host/packages
install -d -m0755 /home/openwrt/openwrt/tmp/stage-e2fsprogs/usr/lib/pkgconfig
cp -fpR /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ext2fs/ext2fs.pc /home/openwrt/openwrt/tmp/stage-e2fsprogs/usr/lib/pkgconfig
cp -fpR /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/et/com_err.pc /home/openwrt/openwrt/tmp/stage-e2fsprogs/usr/lib/pkgconfig
install -d -m0755 /home/openwrt/openwrt/tmp/stage-e2fsprogs/usr/lib
cp -fpR /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/libext2fs.{so,a}* /home/openwrt/openwrt/tmp/stage-e2fsprogs/usr/lib
cp -fpR /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/libcom_err.{so,a}* /home/openwrt/openwrt/tmp/stage-e2fsprogs/usr/lib
cp -fpR /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/libss.{so,a}* /home/openwrt/openwrt/tmp/stage-e2fsprogs/usr/lib
install -d -m0755 /home/openwrt/openwrt/tmp/stage-e2fsprogs/usr/include/ext2fs
cp -fpR /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ext2fs/*.h /home/openwrt/openwrt/tmp/stage-e2fsprogs/usr/include/ext2fs
install -d -m0755 /home/openwrt/openwrt/tmp/stage-e2fsprogs/usr/include/et
install -m0755 /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/et/*.h /home/openwrt/openwrt/tmp/stage-e2fsprogs/usr/include/et
# Apparently there is some confusion
echo "#include <et/com_err.h>" > /home/openwrt/openwrt/tmp/stage-e2fsprogs/usr/include/com_err.h
install -d -m0755 /home/openwrt/openwrt/tmp/stage-e2fsprogs/usr/include/ss
cp -fpR /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ss/ss.h /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/lib/ss/ss_err.h /home/openwrt/openwrt/tmp/stage-e2fsprogs/usr/include/ss/
find /home/openwrt/openwrt/tmp/stage-e2fsprogs -name '*.la' | xargs -r rm -f; find /home/openwrt/openwrt/tmp/stage-e2fsprogs -name '*.la' | xargs -r rm -f;
if [ -f /home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/packages/e2fsprogs.list ]; then /home/openwrt/openwrt/scripts/clean-package.sh "/home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/packages/e2fsprogs.list" "/home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi"; fi
if [ -d /home/openwrt/openwrt/tmp/stage-e2fsprogs ]; then (cd /home/openwrt/openwrt/tmp/stage-e2fsprogs; find ./ > /home/openwrt/openwrt/tmp/stage-e2fsprogs.files); SHELL= flock /home/openwrt/openwrt/tmp/.staging-dir.flock -c ' mv /home/openwrt/openwrt/tmp/stage-e2fsprogs.files /home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/packages/e2fsprogs.list && cp -fpR /home/openwrt/openwrt/tmp/stage-e2fsprogs/* /home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/; '; fi
rm -rf /home/openwrt/openwrt/tmp/stage-e2fsprogs
touch /home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/stamp/.e2fsprogs_installed
removed '/home/openwrt/openwrt/bin/packages/arm_cortex-a9_vfpv3/base/libcomerr0_1.44.5-1_arm_cortex-a9_vfpv3.ipk'
mkdir -p /home/openwrt/openwrt/bin/targets/mvebu/cortexa9/packages /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-arm_cortex-a9_vfpv3/libcomerr/CONTROL /home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/pkginfo
install -d -m0755 /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-arm_cortex-a9_vfpv3/libcomerr/usr/lib
cp -fpR /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/lib/libcom_err.so.* /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-arm_cortex-a9_vfpv3/libcomerr/usr/lib/
find /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-arm_cortex-a9_vfpv3/libcomerr -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
export CROSS="arm-openwrt-linux-muslgnueabi-" NO_RENAME=1 ; NM="arm-openwrt-linux-muslgnueabi-nm" STRIP="/home/openwrt/openwrt/staging_dir/host/bin/sstrip" STRIP_KMOD="/home/openwrt/openwrt/scripts/strip-kmod.sh" PATCHELF="/home/openwrt/openwrt/staging_dir/host/bin/patchelf" /home/openwrt/openwrt/scripts/rstrip.sh /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-arm_cortex-a9_vfpv3/libcomerr
rstrip.sh: /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-arm_cortex-a9_vfpv3/libcomerr/usr/lib/libcom_err.so.0.0: shared object
(cd /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-arm_cortex-a9_vfpv3/libcomerr/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -x "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -x "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; )
install -d -m0755 /home/openwrt/openwrt/bin/packages/arm_cortex-a9_vfpv3/base
/home/openwrt/openwrt/scripts/ipkg-build -c -o 0 -g 0 /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-arm_cortex-a9_vfpv3/libcomerr /home/openwrt/openwrt/bin/packages/arm_cortex-a9_vfpv3/base
Packaged contents of /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-arm_cortex-a9_vfpv3/libcomerr into /home/openwrt/openwrt/bin/packages/arm_cortex-a9_vfpv3/base/libcomerr0_1.44.5-1_arm_cortex-a9_vfpv3.ipk
rm -rf /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/.pkgdir/libcomerr.installed /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/.pkgdir/libcomerr
mkdir -p /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/.pkgdir/libcomerr
install -d -m0755 /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/.pkgdir/libcomerr/usr/lib
cp -fpR /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/ipkg-install/usr/lib/libcom_err.so.* /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/.pkgdir/libcomerr/usr/lib/
touch /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/.pkgdir/libcomerr.installed
mkdir -p /home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/stamp
echo '0' | cmp -s - /home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/pkginfo/libcomerr.version || echo '0' > /home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/pkginfo/libcomerr.version
SHELL= flock /home/openwrt/openwrt/tmp/.root-copy.flock -c 'cp -fpR /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/e2fsprogs-1.44.5/.pkgdir/libcomerr/. /home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/'
touch /home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/stamp/.libcomerr_installed
echo "libcomerr" >> /home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/pkginfo/e2fsprogs.default.install
make[3]: Leaving directory `/home/openwrt/openwrt/package/utils/e2fsprogs'
time: package/utils/e2fsprogs/compile#45.19#13.05#53.90
make[3]: Entering directory `/home/openwrt/openwrt/feeds/packages/net/samba4'
rm -f /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/samba-4.9.8/.configured_*
rm -f /home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/stamp/.samba4_installed
cp -fpR ./waf-cross-answers/arm.txt /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/samba-4.9.8/cross-answers.txt
echo 'Checking uname machine type: "arm"' >> /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/samba-4.9.8/cross-answers.txt
echo 'Checking uname release type: "4.19.56"' >> /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/samba-4.9.8/cross-answers.txt
echo 'Checking uname version type: "OpenWrt Linux-4.19.56 2019-07-09"' >> /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/samba-4.9.8/cross-answers.txt
# NOTE: For some unknown reason this answer is not needed on some hosts/distros, yet needed on others?
echo 'Checking whether POSIX capabilities are available: OK' >> /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/samba-4.9.8/cross-answers.txt
(cd /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/samba-4.9.8/./; if [ -x ./buildtools/bin/waf ]; then find /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/samba-4.9.8/ -name config.guess | xargs -r chmod u+w; find /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/samba-4.9.8/ -name config.guess | xargs -r -n1 cp --remove-destination /home/openwrt/openwrt/scripts/config.guess; find /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/samba-4.9.8/ -name config.sub | xargs -r chmod u+w; find /home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/samba-4.9.8/ -name config.sub | xargs -r -n1 cp --remove-destination /home/openwrt/openwrt/scripts/config.sub; AR="arm-openwrt-linux-muslgnueabi-gcc-ar" AS="arm-openwrt-linux-muslgnueabi-gcc -c -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -mfloat-abi=hard -iremap/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/samba-4.9.8:samba-4.9.8 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -ffunction-sections -fdata-sections" LD=arm-openwrt-linux-muslgnueabi-ld NM="arm-openwrt-linux-muslgnueabi-gcc-nm" CC="arm-openwrt-linux-muslgnueabi-gcc" GCC="arm-openwrt-linux-muslgnueabi-gcc" CXX="arm-openwrt-linux-muslgnueabi-g++" RANLIB="arm-openwrt-linux-muslgnueabi-gcc-ranlib" STRIP=arm-openwrt-linux-muslgnueabi-strip OBJCOPY=arm-openwrt-linux-muslgnueabi-objcopy OBJDUMP=arm-openwrt-linux-muslgnueabi-objdump SIZE=arm-openwrt-linux-muslgnueabi-size CFLAGS="-Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -mfloat-abi=hard -iremap/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/samba-4.9.8:samba-4.9.8 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -ffunction-sections -fdata-sections " CXXFLAGS="-Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -mfloat-abi=hard -iremap/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/samba-4.9.8:samba-4.9.8 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -ffunction-sections -fdata-sections " CPPFLAGS="-I/home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/include -I/home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/include -I/home/openwrt/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-7.4.0_musl_eabi/usr/include -I/home/openwrt/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-7.4.0_musl_eabi/include/fortify -I/home/openwrt/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-7.4.0_musl_eabi/include " LDFLAGS="-L/home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/lib -L/home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/lib -L/home/openwrt/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-7.4.0_musl_eabi/usr/lib -L/home/openwrt/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-7.4.0_musl_eabi/lib -znow -zrelro -Wl,--gc-sections " CPP="arm-openwrt-linux-muslgnueabi-cpp" python_LDFLAGS="" python_LIBDIR="" ./buildtools/bin/waf configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --hostcc="gcc" --cross-compile --cross-answers=cross-answers.txt --disable-cups --disable-iprint --disable-cephfs --disable-fault-handling --disable-glusterfs --disable-rpath --disable-rpath-install --disable-rpath-private-install --enable-fhs --without-automount --without-iconv --without-lttng --without-ntvfs-fileserver --without-pam --without-systemd --without-utmp --without-dmapi --without-fam --without-gettext --without-regedit --without-gpgme --accel-aes=none --with-lockdir=/var/lock --with-logfilebase=/var/log --with-piddir=/var/run --with-privatedir=/etc/samba --enable-avahi --without-quotas --without-acl-support --without-ad-dc --without-json-audit --without-libarchive --disable-python --nopyc --nopyo --disable-gnutls --without-dnsupdate --without-ads --without-ldap --without-winbind --with-static-modules=vfs_default,auth_builtin,auth_sam,auth_unix,auth_script,pdb_smbpasswd,pdb_tdbsam,!DEFAULT,!FORCED --with-shared-modules=vfs_fruit,vfs_shadow_copy2,vfs_recycle,vfs_fake_perms,vfs_readonly,vfs_cap,vfs_offline,vfs_crossrename,vfs_catia,vfs_streams_xattr,vfs_xattr_tdb,!DEFAULT,!FORCED --builtin-libraries=talloc,tevent,tevent-util,texpect,tdb,ldb,tdr,cmocka --bundled-libraries=talloc,tevent,tevent-util,texpect,tdb,ldb,tdr,cmocka,replace,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,NONE --private-libraries=talloc,tevent,tevent-util,texpect,tdb,ldb,tdr,cmocka,replace ; fi; )
Checking for program gcc or cc : arm-openwrt-linux-muslgnueabi-gcc
Checking for program ar : arm-openwrt-linux-muslgnueabi-gcc-ar
Checking for program ranlib : arm-openwrt-linux-muslgnueabi-gcc-ranlib
Checking for gcc : ok
Checking for program git : /home/openwrt/openwrt/staging_dir/host/bin/git
Check for -MD : yes
Checking for program gdb : /usr/bin/gdb
Checking for header sys/utsname.h : yes
Checking uname sysname type : Linux
Checking uname machine type : arm
Checking uname release type : 4.19.56
Checking uname version type : OpenWrt Linux-4.19.56 2019-07-09
Checking for header stdio.h : yes
Checking simple C program : ok
Checking compiler accepts ['-Werror'] : yes
Checking linker accepts ['-Wl,-rpath,.'] : yes
Checking for rpath library support : ok
Checking for -Wl,--version-script support : ok
Checking compiler accepts ['-fvisibility=hidden', '-Werror'] : yes
Checking for HAVE_VISIBILITY_ATTR : ok
Checking for library constructor support : ok
Checking for library destructor support : ok
Checking for __attribute__ : ok
Checking compiler accepts ['-fPIC'] : yes
Checking for inline : inline
Checking for program pkg-config : /home/openwrt/openwrt/staging_dir/host/bin/pkg-config
Checking for pkg-config version >= 0.0.0 : yes
Checking compiler accepts [''] : yes
Checking for header sys/types.h : yes
Checking for header sys/stat.h : yes
Checking for header stdlib.h : yes
Checking for header stddef.h : yes
Checking for header memory.h : yes
Checking for header string.h : yes
Checking for header strings.h : yes
Checking for header inttypes.h : yes
Checking for header stdint.h : yes
Checking for header unistd.h : yes
Checking for header minix/config.h : no
Checking for header ctype.h : yes
Checking for header standards.h : no
Checking for header stdbool.h : yes
Checking for header stdarg.h : yes
Checking for header vararg.h : no
Checking for header limits.h : yes
Checking for header assert.h : yes
Checking getconf LFS_CFLAGS : not found
Checking for large file support without additional flags : ok
Checking for header sys/time.h : yes
Checking for header time.h : yes
Checking for header endian.h : yes
Checking for header sys/endian.h : no
Checking for HAVE_LITTLE_ENDIAN : ok
Checking for HAVE_BIG_ENDIAN : not found
Checking for header signal.h : yes
Checking if signal handlers return int : not found
Checking for variable __FUNCTION__ : ok
Checking for va_copy : ok
Checking for HAVE__VA_ARGS__MACRO : ok
Checking for header linux/types.h : yes
Checking for header crypt.h : yes
Checking for header locale.h : yes
Checking for header acl/libacl.h : no
Checking for header compat.h : no
Checking for header attr/xattr.h : no
Checking for header dustat.h : no
Checking for header fcntl.h : yes
Checking for header fnmatch.h : yes
Checking for header glob.h : yes
Checking for header history.h : no
Checking for header krb5.h : no
Checking for header langinfo.h : yes
Checking for header libaio.h : no
Checking for header ndir.h : no
Checking for header pwd.h : yes
Checking for header shadow.h : yes
Checking for header sys/acl.h : no
Checking for header sys/attributes.h : no
Checking for header attr/attributes.h : yes
Checking for header sys/capability.h : no
Checking for header sys/dir.h : yes
Checking for header sys/epoll.h : yes
Checking for header port.h : no
Checking for header sys/fcntl.h : yes
Checking for header sys/filio.h : no
Checking for header sys/filsys.h : no
Checking for header sys/fs/s5param.h : no
Checking for header sys/fs/vx/quota.h : no
Checking for header sys/id.h : no
Checking for header sys/ioctl.h : yes
Checking for header sys/ipc.h : yes
Checking for header sys/mman.h : yes
Checking for header sys/mode.h : no
Checking for header sys/ndir.h : no
Checking for header sys/priv.h : no
Checking for header sys/resource.h : yes
Checking for header sys/security.h : no
Checking for header sys/shm.h : yes
Checking for header sys/statfs.h : yes
Checking for header sys/statvfs.h : yes
Checking for header sys/termio.h : no
Checking for header sys/vfs.h : yes
Checking for header sys/xattr.h : yes
Checking for header termio.h : no
Checking for header termios.h : yes
Checking for header sys/file.h : yes
Checking for header sys/ucontext.h : yes
Checking for header sys/wait.h : yes
Checking for declaration of malloc : ok
Checking for header grp.h : yes
Checking for header sys/select.h : yes
Checking for header setjmp.h : yes
Checking for header utime.h : yes
Checking for header sys/syslog.h : yes
Checking for header syslog.h : yes
Checking for header sys/mount.h : yes
Checking for header mntent.h : yes
Checking for header stropts.h : yes
Checking for header unix.h : no
Checking for header sys/param.h : yes
Checking for header sys/socket.h : yes
Checking for header netinet/in.h : yes
Checking for header netdb.h : yes
Checking for header arpa/inet.h : yes
Checking for header netinet/in_systm.h : yes
Checking for header netinet/ip.h : yes
Checking for header netinet/tcp.h : yes
Checking for header netinet/in_ip.h : no
Checking for header sys/sockio.h : no
Checking for header sys/un.h : yes
Checking for header sys/uio.h : yes
Checking for header ifaddrs.h : yes
Checking for header direct.h : no
Checking for header dirent.h : yes
Checking for header windows.h : no
Checking for header winsock2.h : no
Checking for header ws2tcpip.h : no
Checking for header errno.h : yes
Checking for header getopt.h : yes
Checking for header iconv.h : yes
Checking for header nss.h : no
Checking for header sasl/sasl.h : no
Checking for inotify_init : ok
Checking for header security/pam_appl.h : no
Checking for header zlib.h : yes
Checking for header asm/unistd.h : yes
Checking for header aio.h : yes
Checking for header sys/unistd.h : no
Checking for header alloca.h : yes
Checking for header float.h : yes
Checking for header rpc/rpc.h : no
Checking for header rpc/nettype.h : no
Checking for tirpc rpc headers in default system path : not found
Checking for libtirpc headers : yes
Checking for header rpc/rpc.h : yes
Checking for header rpc/nettype.h : yes
Checking for header rpcsvc/yp_prot.h : no
Checking for libnsl : not found
Checking for header rpcsvc/nis.h : no
Checking for header rpcsvc/ypclnt.h : no
Checking for header sys/sysctl.h : no
Checking for header sys/fileio.h : no
Checking for header sys/filesys.h : no
Checking for header sys/dustat.h : no
Checking for header sys/sysmacros.h : yes
Checking for header xfs/libxfs.h : no
Checking for header netgroup.h : no
Checking for header valgrind.h : no
Checking for header valgrind/valgrind.h : no
Checking for header valgrind/memcheck.h : no
Checking for header nss_common.h : no
Checking for header nsswitch.h : no
Checking for header ns_api.h : no
Checking for header sys/extattr.h : no
Checking for header sys/ea.h : no
Checking for header sys/proplist.h : no
Checking for header sys/cdefs.h : yes
Checking for header utmp.h : yes
Checking for header utmpx.h : yes
Checking for header lastlog.h : yes
Checking for header syscall.h : yes
Checking for header sys/syscall.h : yes
Checking for header sys/atomic.h : no
Checking for header libgen.h : yes
Checking compiler accepts -Wno-format-truncation : yes
Checking compiler accepts -Wno-unused-function : yes
Checking compiler accepts -Wno-strict-overflow : yes
Checking for header sys/prctl.h : yes
Checking for prctl syscall : ok
Checking for O_DIRECT flag to open(2) : ok
Checking for long long : ok
Checking for intptr_t : ok
Checking for uintptr_t : ok
Checking for ptrdiff_t : ok
Checking for comparison_fn_t : not found
Checking for _Bool : ok
Checking for bool : ok
Checking for int8_t : ok
Checking for uint8_t : ok
Checking for int16_t : ok
Checking for uint16_t : ok
Checking for int32_t : ok
Checking for uint32_t : ok
Checking for int64_t : ok
Checking for uint64_t : ok
Checking for size_t : ok
Checking for ssize_t : ok
Checking for ino_t : ok
Checking for loff_t : not found
Checking for offset_t : not found
Checking for volatile int : ok
Checking for uint_t : not found
Checking for blksize_t : ok
Checking for blkcnt_t : ok
Checking if size of bool == 1 : ok
Checking if size of char == 1 : ok
Checking if size of int == 1 : not found
Checking if size of int == 2 : not found
Checking if size of int == 4 : ok
Checking if size of long long == 1 : not found
Checking if size of long long == 2 : not found
Checking if size of long long == 4 : not found
Checking if size of long long == 8 : ok
Checking if size of long == 1 : not found
Checking if size of long == 2 : not found
Checking if size of long == 4 : ok
Checking if size of short == 1 : not found
Checking if size of short == 2 : ok
Checking if size of size_t == 1 : not found
Checking if size of size_t == 2 : not found
Checking if size of size_t == 4 : ok
Checking if size of ssize_t == 1 : not found
Checking if size of ssize_t == 2 : not found
Checking if size of ssize_t == 4 : ok
Checking if size of int8_t == 1 : ok
Checking if size of uint8_t == 1 : ok
Checking if size of int16_t == 1 : not found
Checking if size of int16_t == 2 : ok
Checking if size of uint16_t == 1 : not found
Checking if size of uint16_t == 2 : ok
Checking if size of int32_t == 1 : not found
Checking if size of int32_t == 2 : not found
Checking if size of int32_t == 4 : ok
Checking if size of uint32_t == 1 : not found
Checking if size of uint32_t == 2 : not found
Checking if size of uint32_t == 4 : ok
Checking if size of int64_t == 1 : not found
Checking if size of int64_t == 2 : not found
Checking if size of int64_t == 4 : not found
Checking if size of int64_t == 8 : ok
Checking if size of uint64_t == 1 : not found
Checking if size of uint64_t == 2 : not found
Checking if size of uint64_t == 4 : not found
Checking if size of uint64_t == 8 : ok
Checking if size of void* == 1 : not found
Checking if size of void* == 2 : not found
Checking if size of void* == 4 : ok
Checking if size of off_t == 1 : not found
Checking if size of off_t == 2 : not found
Checking if size of off_t == 4 : not found
Checking if size of off_t == 8 : ok
Checking if size of dev_t == 1 : not found
Checking if size of dev_t == 2 : not found
Checking if size of dev_t == 4 : not found
Checking if size of dev_t == 8 : ok
Checking if size of ino_t == 1 : not found
Checking if size of ino_t == 2 : not found
Checking if size of ino_t == 4 : not found
Checking if size of ino_t == 8 : ok
Checking if size of time_t == 1 : not found
Checking if size of time_t == 2 : not found
Checking if size of time_t == 4 : ok
Checking for socklen_t : ok
Checking for struct ifaddrs : ok
Checking for struct addrinfo : ok
Checking for struct sockaddr : ok
Checking for HAVE_STRUCT_SOCKADDR_IN6 : ok
Checking for struct sockaddr_storage : ok
Checking for sa_family_t : ok
Checking for sig_atomic_t : ok
Checking for sigsetmask : not found
Checking for siggetmask : not found
Checking for sigprocmask : ok
Checking for sigblock : not found
Checking for sigaction : ok
Checking for sigset : ok
Checking for inet_ntoa : ok
Checking for inet_aton : ok
Checking for inet_ntop : ok
Checking for inet_pton : ok
Checking for connect : ok
Checking for gethostbyname : ok
Checking for getaddrinfo : ok
Checking for getnameinfo : ok
Checking for freeaddrinfo : ok
Checking for gai_strerror : ok
Checking for socketpair : ok
Checking for variable IPV6_V6ONLY : ok
Checking for header net/if.h : yes
Checking for HAVE_IPV6 : ok
Checking whether we have ucontext_t : ok
Checking for __sync_fetch_and_add compiler builtin : ok
Checking for atomic_add_32 compiler builtin : not found
Checking for fallthrough attribute : ok
Checking for strdup : ok
Checking for memmem : ok
Checking for printf : ok
Checking for memset : ok
Checking for memcpy : ok
Checking for memmove : ok
Checking for strcpy : ok
Checking for strncpy : ok
Checking for bzero : ok
Checking for shl_load : not found
Checking for shl_unload : not found
Checking for shl_findsym : not found
Checking for pipe : ok
Checking for strftime : ok
Checking for srandom : ok
Checking for random : ok
Checking for srand : ok
Checking for rand : ok
Checking for usleep : ok
Checking for setbuffer : ok
Checking for lstat : ok
Checking for getpgrp : ok
Checking for utime : ok
Checking for utimes : ok
Checking for setuid : ok
Checking for seteuid : ok
Checking for setreuid : ok
Checking for setresuid : ok
Checking for setgid : ok
Checking for setegid : ok
Checking for setregid : ok
Checking for setresgid : ok
Checking for chroot : ok
Checking for strerror : ok
Checking for vsyslog : ok
Checking for setlinebuf : ok
Checking for mktime : ok
Checking for ftruncate : ok
Checking for chsize : not found
Checking for rename : ok
Checking for waitpid : ok
Checking for wait4 : ok
Checking for initgroups : ok
Checking for pread : ok
Checking for pwrite : ok
Checking for strndup : ok
Checking for strcasestr : ok
Checking for strsep : ok
Checking for strtok_r : ok
Checking for mkdtemp : ok
Checking for dup2 : ok
Checking for dprintf : ok
Checking for vdprintf : ok
Checking for isatty : ok
Checking for chown : ok
Checking for lchown : ok
Checking for link : ok
Checking for readlink : ok
Checking for symlink : ok
Checking for realpath : ok
Checking for snprintf : ok
Checking for vsnprintf : ok
Checking for asprintf : ok
Checking for vasprintf : ok
Checking for setenv : ok
Checking for unsetenv : ok
Checking for strnlen : ok
Checking for strtoull : ok
Checking for __strtoull : not found
Checking for strtouq : not found
Checking for strtoll : ok
Checking for __strtoll : not found
Checking for strtoq : not found
Checking for memalign : ok
Checking for posix_memalign : ok
Checking for header malloc.h : yes
Checking for declaration of memalign : ok
Checking for posix_fallocate-capable libc : ok
Checking for posix_fallocate : ok
Checking for prctl : ok
Checking for dirname : ok
Checking for basename : ok
Checking for strlcpy : ok
Checking for strlcat : ok
Checking for getpeereid : not found
Checking for library setproctitle : not found
Checking for setproctitle : not found
Checking for setproctitle_init : not found
Checking for closefrom : not found
Checking whether we can use SO_PEERCRED to get socket credentials : ok
Checking correct behavior of strtoll : ok
Checking for if_nametoindex : ok
Checking for strerror_r : ok
Checking for getdirentries : not found
Checking for getdents : ok
Checking for syslog : ok
Checking for gai_strerror : ok
Checking for get_current_dir_name : ok
Checking for timegm : ok
Checking for getifaddrs : ok
Checking for freeifaddrs : ok
Checking for mmap : ok
Checking for setgroups : ok
Checking for syscall : ok
Checking for setsid : ok
Checking for getgrent_r : not found
Checking for getgrgid_r : ok
Checking for getgrnam_r : ok
Checking for getgrouplist : ok
Checking for getpagesize : ok
Checking for getpwent_r : not found
Checking for getpwnam_r : ok
Checking for getpwuid_r : ok
Checking for epoll_create : ok
Checking for port_create : not found
Checking for getxattr : ok
Checking whether xattr interface takes additional options : not found
Checking for dlopen : ok
Checking for dlsym : ok
Checking for dlerror : ok
Checking for dlclose : ok
Checking for declaration of dlopen : ok
Checking C prototype for dlopen : not found
Checking for fdatasync : ok
Checking for declaration of fdatasync : ok
Checking for clock_gettime : ok
Checking whether the clock_gettime clock ID CLOCK_MONOTONIC is available : ok
Checking whether the clock_gettime clock ID CLOCK_PROCESS_CPUTIME_ID is available : ok
Checking whether the clock_gettime clock ID CLOCK_REALTIME is available : ok
Checking for struct timespec : ok
Checking for header arpa/nameser.h : yes
Checking for header resolv.h : yes
Checking for res_search : ok
Checking for pthread_create : ok
Checking for library pthread : yes
Checking for pthread_attr_init : ok
Checking for pthread_mutexattr_setrobust : ok
Checking for declaration of PTHREAD_MUTEX_ROBUST : ok
Checking for pthread_mutex_consistent : ok
Checking for crypt : ok
Checking for crypt_r : ok
Checking for header readline.h : no
Checking for header readline/readline.h : no
Checking for header readline/history.h : no
Checking for variable rl_event_hook : not found
Checking for declaration of snprintf : ok
Checking for declaration of vsnprintf : ok
Checking for declaration of asprintf : ok
Checking for declaration of vasprintf : ok
Checking for declaration of errno : ok
Checking for declaration of EWOULDBLOCK : ok
Checking for declaration of environ : ok
Checking for declaration of getgrent_r : not found
Checking for declaration of getgrent_r (as enum) : not found
Checking for declaration of getpwent_r : not found
Checking for declaration of getpwent_r (as enum) : not found
Checking for declaration of pread : ok
Checking for declaration of pwrite : ok
Checking for declaration of setenv : ok
Checking for declaration of setresgid : ok
Checking for declaration of setresuid : ok
Checking for eventfd : ok
Checking for header poll.h : yes
Checking for poll : ok
Checking for strptime : ok
Checking for declaration of strptime : ok
Checking for working strptime : not found
Checking for declaration of gettimeofday : ok
Checking C prototype for gettimeofday : not found
Checking C prototype for gettimeofday : ok
Checking for C99 vsnprintf : ok
Checking for HAVE_SHARED_MMAP : ok
Checking for HAVE_MREMAP : ok
Checking for HAVE_INCOHERENT_MMAP : not found
Checking for HAVE_IMMEDIATE_STRUCTURES : ok
Checking for HAVE_MKDIR_MODE : ok
Checking for member st_mtim.tv_nsec in struct stat : ok
Checking for member st_rdev in struct stat : ok
Checking for member st_rdev in struct stat : ok
Checking for member ss_family in struct sockaddr_storage : ok
Checking for member __ss_family in struct sockaddr_storage : not found
Checking for member sa_len in struct sockaddr : not found
Checking for member sin_len in struct sockaddr_in : not found
Checking for member sin6_len in struct sockaddr_in6 : not found
Checking for HAVE_UNIXSOCKET : ok
Checking for HAVE_SECURE_MKSTEMP : ok
Checking for HAVE_IFACE_GETIFADDRS : ok
Checking for declaration of getpwent_r : not found
Checking for declaration of getpwent_r (as enum) : not found
Checking for declaration of getgrent_r : not found
Checking for declaration of getgrent_r (as enum) : not found
Checking for declaration of getpwent_r : not found
Checking for declaration of getpwent_r (as enum) : not found
Checking for declaration of getgrent_r : not found
Checking for declaration of getgrent_r (as enum) : not found
Checking for strerror_r : ok
Checking for XSI (rather than GNU) prototype for strerror_r : ok
Checking for HAVE_FUSE_FUSE_LOWLEVEL_H : not found
Checking for program perl : /home/openwrt/openwrt/staging_dir/host/bin/perl
Checking for program perl : /home/openwrt/openwrt/staging_dir/host/bin/perl
Checking for program perl : /home/openwrt/openwrt/staging_dir/host/bin/perl
Checking for perl 5.0.0 : ok 5.16.3
Checking for perl $Config{vendorprefix}: : '/usr'
Checking for perl $Config{vendorarch}: : '/usr/lib64/perl5/vendor_perl'
PERL_ARCH_INSTALL_DIR: : '/usr/lib64/perl5/vendor_perl'
Checking for perl $Config{vendorlib}: : '/usr/share/perl5/vendor_perl'
PERL_LIB_INSTALL_DIR: : '/usr/share/perl5/vendor_perl'
PERL_INC: : ['/usr/local/lib64/perl5', '/usr/local/share/perl5', '/usr/lib64/perl5/vendor_perl', '/usr/share/perl5/vendor_perl', '/usr/lib64/perl5', '/usr/share/perl5']
Checking for program xsltproc : /usr/bin/xsltproc
Checking for program python : /home/openwrt/openwrt/staging_dir/host/bin/python
Checking for program python : /home/openwrt/openwrt/staging_dir/host/bin/python
Checking for program python : /home/openwrt/openwrt/staging_dir/host/bin/python
Checking for Python version >= 2.6.0 : ok 2.7.5
Checking for python headers : Check disabled due to --disable-python
Dynconfig[STATEDIR]: : '/var/lib/samba'
Dynconfig[SCRIPTSBINDIR]: : '/usr/sbin'
Dynconfig[PAMMODULESDIR]: : '/usr/lib/security'
Dynconfig[WINBINDD_SOCKET_DIR]: : '/var/run/samba/winbindd'
Dynconfig[PRIVATE_DIR]: : '/etc/samba'
Dynconfig[LMHOSTSFILE]: : '/etc/samba/lmhosts'
Dynconfig[SETUPDIR]: : '/usr/share/samba/setup'
Dynconfig[PIDDIR]: : '/var/run'
Dynconfig[PKGCONFIGDIR]: : '/usr/lib/pkgconfig'
Dynconfig[DATADIR]: : '/usr/share'
Dynconfig[CACHEDIR]: : '/var/cache/samba'
Dynconfig[SBINDIR]: : '/usr/sbin'
Dynconfig[NCALRPCDIR]: : '/var/run/samba/ncalrpc'
Dynconfig[BINDDNS_DIR]: : '/var/lib/samba/bind-dns'
Dynconfig[LOCKDIR]: : '/var/lock'
Dynconfig[PYTHONARCHDIR]: : '/usr/lib64/python2.7/site-packages'
Dynconfig[PERL_LIB_INSTALL_DIR]: : '/usr/share/perl5/vendor_perl'
Dynconfig[LOGFILEBASE]: : '/var/log'
Dynconfig[PYTHONDIR]: : '/usr/lib/python2.7/site-packages'
Dynconfig[PERL_ARCH_INSTALL_DIR]: : '/usr/lib64/perl5/vendor_perl'
Dynconfig[NTP_SIGND_SOCKET_DIR]: : '/var/lib/samba/ntp_signd'
Dynconfig[CONFIGFILE]: : '/etc/samba/smb.conf'
Dynconfig[SOCKET_DIR]: : '/var/run/samba'
Dynconfig[MODULESDIR]: : '/usr/lib/samba'
Dynconfig[LIBDIR]: : '/usr/lib'
Dynconfig[LOCALEDIR]: : '/usr/share/locale'
Dynconfig[NMBDSOCKETDIR]: : '/var/run/samba/nmbd'
Dynconfig[INCLUDEDIR]: : '/usr/include/samba-4.0'
Dynconfig[CODEPAGEDIR]: : '/usr/share/samba/codepages'
Dynconfig[PRIVATELIBDIR]: : '/usr/lib/samba'
Dynconfig[PRIVILEGED_SOCKET_DIR]: : '/var/lib/samba'
Dynconfig[LIBEXECDIR]: : '/usr/lib'
Dynconfig[SMB_PASSWD_FILE]: : '/etc/samba/smbpasswd'
Dynconfig[BINDIR]: : '/usr/bin'
Dynconfig[CONFIGDIR]: : '/etc/samba'
Checking for longjmp : ok
Checking for siglongjmp : ok
Checking for stpcpy : ok
Checking for system popt : yes
Checking for header popt.h : yes
Checking for library popt : yes
Checking for poptGetContext : ok
Checking for system z (>=1.2.3) : yes
Checking for library z : yes
Checking for zlibVersion : ok
Checking for system z (>=1.2.3) : ok
Checking linker accepts -Wl,-no-undefined : yes
Checking linker accepts ['-undefined', 'dynamic_lookup'] : no
Checking for header sys/auxv.h : yes
Checking for getauxval : ok
Checking linker accepts -Wl,-no-undefined : yes
Checking linker accepts ['-undefined', 'dynamic_lookup'] : no
Checking for epoll_create : ok
Checking value of NSIG : 65
Checking value of _NSIG : 65
Checking value of SIGRTMAX : 64
Checking value of SIGRTMIN : 35
Checking linker accepts -Wl,-no-undefined : yes
Checking linker accepts ['-undefined', 'dynamic_lookup'] : no
Checking for program python : /home/openwrt/openwrt/staging_dir/host/bin/python
Checking for program xsltproc : /usr/bin/xsltproc
Checking for Python version >= 2.4.2 : ok 2.7.5
Checking for python headers : Check disabled due to --disable-python
Checking for a 64-bit host to support lmdb : not found
--without-ldb-lmdb implied as this host is not 64-bit
Checking linker accepts -Wl,-no-undefined : yes
Checking linker accepts ['-undefined', 'dynamic_lookup'] : no
Checking linker accepts ['-Wl,--wrap=test'] : yes
Checking for u_char : ok
Checking for u_int32_t : ok
Checking for header err.h : yes
Checking for header sys/bswap.h : no
Checking for header sys/stropts.h : yes
Checking for header sys/timeb.h : yes
Checking for header sys/times.h : yes
Checking for header timezone.h : no
Checking for header ttyname.h : no
Checking for header netinet/in6.h : no
Checking for header netinet6/in6.h : no
Checking for header curses.h : yes
Checking for header term.h : yes
Checking for header termcap.h : yes
Checking for atexit : ok
Checking for cgetent : not found
Checking for getprogname : not found
Checking for setprogname : not found
Checking for gethostname : ok
Checking for putenv : ok
Checking for rcmd : not found
Checking for readv : ok
Checking for sendmsg : ok
Checking for setitimer : ok
Checking for strlwr : not found
Checking for strncasecmp : ok
Checking for strptime : ok
Checking for strsep : ok
Checking for strsep_copy : not found
Checking for strtok_r : ok
Checking for strupr : not found
Checking for swab : ok
Checking for umask : ok
Checking for uname : ok
Checking for unsetenv : ok
Checking for closefrom : not found
Checking for err : ok
Checking for warn : ok
Checking for errx : ok
Checking for warnx : ok
Checking for flock : ok
Checking for writev : ok
Checking for hstrerror : ok
Checking for socket : ok
Checking for getipnodebyname : not found
Checking for gethostent : ok
Checking for gethostent_r : not found
Checking for sethostent : ok
Checking for endhostent : ok
Checking for getipnodebyaddr : not found
Checking for freehostent : not found
Checking for gethostbyname_r : ok
Checking for gethostbyaddr : ok
Checking for library socket : not found
Checking for getipnodebyname : not found
Checking for gethostent_r : not found
Checking for getipnodebyaddr : not found
Checking for freehostent : not found
Checking for iruserok : not found
Checking for bswap16 : not found
Checking for bswap32 : not found
Checking for header sys/termios.h : yes
Checking for struct winsize : ok
Checking for member ws_xpixel in struct winsize : ok
Checking for member ws_ypixel in struct winsize : ok
Checking for variable h_errno : ok
Checking for declaration of h_errno : ok
Checking for res_nsearch : not found
Checking for res_ndestroy : not found
Checking for dns_search : not found
Checking for dn_expand : ok
Checking for library resolv : yes
Checking for res_nsearch : not found
Checking for res_ndestroy : not found
Checking for dns_search : not found
Checking for variable _res : ok
Checking for declaration of _res : ok
Checking for dirfd : ok
Checking for declaration of dirfd : ok
Checking for member dd_fd in DIR : not found
Using in-tree heimdal kerberos defines
Checking for program krb5-config.heimdal : not found
Checking for program krb5-config : /usr/bin/krb5-config
Checking for system com_err : yes
Checking for library com_err : yes
Checking for com_right_r : not found
Checking for library com_err : yes
Checking for com_right_r : not found
ERROR: System library com_err of version 0.0.0 not found, and bundling disabled
make[3]: *** [/home/openwrt/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/samba-4.9.8/.configured_9c3a88b42534c1b36d8d0c14513fce96] Error 1
make[3]: Leaving directory `/home/openwrt/openwrt/feeds/packages/net/samba4'
time: package/feeds/packages/samba4/compile#17.26#10.89#24.79
make[2]: *** [package/feeds/packages/samba4/compile] Error 2
make[2]: Leaving directory `/home/openwrt/openwrt'
make[1]: *** [/home/openwrt/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/stamp/.package_compile] Error 2
make[1]: Leaving directory `/home/openwrt/openwrt'
make: *** [world] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment