hi... Need your Help again. In 6.25. E2fsprogs-1.42.7 /make check... i got this error
f_mmp_garbage: repair MMP when it is corrupted: failed 5 tests succeeded 123 tests failed Tests failed: d_loaddump d_special_files f_16384_block f_8192_block f_bad_disconnected_inode f_bad_local_jnl f_badbblocks f_baddir f_baddir2 f_baddotdir f_badinode f_badjour_indblks f_badjourblks f_badorphan f_badprimary f_badroot f_badsymlinks f_badtable f_bbfile f_bbinode f_big_sparse f_bitmaps f_clear_xattr f_crashdisk f_dir_bad_mode f_dirlink f_dup f_dup2 f_dup3 f_dup4 f_dup_ba f_dup_de f_dup_de2 f_dup_resize f_dupdot f_dupfsblks f_dupsuper f_ea_checks f_end-bitmap f_eofblocks f_expand f_ext_journal f_ext_zero_len f_extent_bad_node f_extent_interior_start_lblk f_extents f_extents2 f_extra_journal f_fast_symlink_extents f_file_acl_high f_filetype f_full_bg f_h_badnode f_h_badroot f_h_normal f_h_reindex f_h_unsigned f_holedir f_holedir2 f_hurd f_illbbitmap f_illibitmap f_illitable f_illitable_flexbg f_imagic f_imagic_fs f_invalid_bad_inode f_jnl_32bit f_jnl_64bit f_jnl_errno f_journal f_lotsbad f_lpf f_lpf2 f_lpffile f_messy_inode f_miss_blk_bmap f_miss_journal f_misstable f_mke2fs2b f_mmp f_mmp_garbage f_noroot f_okgroup f_orphan f_orphan_dotdot_ft f_orphan_extents_inode f_orphan_indirect_inode f_overfsblks f_preen f_recnect_bad f_reconnect f_rehash_dir f_resize_inode f_salvage_dir f_selinux f_special_ea f_summary_counts f_uninit_ext_past_eof f_uninit_last_uninit f_unsorted_EAs f_unused_itable f_valid_ea_in_inode f_zero_group f_zero_inode_size f_zero_super i_e2image m_bigjournal m_dasd_bs m_extent_journal m_large_file m_meta_bg m_mkfs_overhead m_mmp m_no_opt m_raid_opt m_std m_uninit r_inline_xattr r_move_itable r_resize_inode t_mmp_1on t_mmp_2off make[1]: *** [test_post] Error 1 make[1]: Leaving directory `/sources/e2fsprogs-1.42.7/build/tests' make: *** [check-recursive] Error 1 What should i do? Your Help will much be appreciated.. On Fri, Aug 30, 2013 at 1:21 PM, Aleksandar Kuktin <[email protected]>wrote: > >On Fri, 30 Aug 2013 13:03:11 +0800 > >Carl Martin Bacus <[email protected]> wrote: > > > root:/sources/glibc-build# for tz in etcetera southamerica > > northamerica europe africa antarctica \ > > > asia australasia backward pacificnew solar87 solar88 solar89 \ > > > systemv; do > > > zic -L /dev/null > > > -d $ZONEINFO > > > -y "sh yearistype.sh" ${tz} > > > zic -L /dev/null > > > -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz} > > > zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz} > > > done > > > > [snip] > > > > root:/sources/glibc-build# cp -v zone.tab iso3166.tab $ZONEINFO > > 'zone.tab' -> '/usr/share/zoneinfo/zone.tab' > > 'iso3166.tab' -> '/usr/share/zoneinfo/iso3166.tab' > > root:/sources/glibc-build# zic -d $ZONEINFO -p America/New_York > > zic: Can't link from /usr/share/zoneinfo/America/New_York to > > /usr/share/zoneinfo/posixrules: No such file or directory > > > > > > rply ASAP.. tnx > > You REALLY shouldn't tell people when to reply to you. What if William > lives a quarter of the World away from you and has just gone to bed? > In fact, judging by the timezone stamps in your e-mail headers, you two > are *ten* timezones apart. So, in reality, William is half a World away > from you and is probably sleeping right now. > > To answer your question: you forgot the backslashes at the end of some > of the lines. It should look like this: > > <... blah blah>; do > zic -L /dev/null \ > -d $ZONEINFO \ > -y "sh yearistype.sh" ${tz} > zic -L /dev/null \ > -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz} > <blah blah ...> > > The backslash at the end of the line means that the command does not > end, but continues on the next line. When you ommited that, the shell > thought that the second command of the loop was to execute the program > `-d' with $ZONEINFO as its argument. And that is where all those errors > came out of. > > -- > You don't need an AI for a robot uprising. > Humans will do just fine. > > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page > >
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
