View Single Post
  #1   (View Single Post)  
Old 4th August 2008
pax's Avatar
pax pax is offline
FreeBSD baby
 
Join Date: Jul 2008
Location: Serbia, Belgrade/Pozarevac
Posts: 9
Default Error while compiling e2fsprogs

I'm trying to install e2fsprogs on my Free BSD 6.3 system, and there is seem to be problem when installation preforms some tests. The test that fails is:

Code:
f_dup_resize: blocks claimed by the resize inode and another inode: Segmentation fault (core dumped) failed
The rest of the output which can be used to fix error:

Code:
99 tests succeeded               1 tests failed
gmake: *** [check] Error 1
--- ./f_dup_resize/expect.1     2007-06-30 12:58:35.000000000 +0000
+++ f_dup_resize.1.log  2008-08-04 10:29:41.000000000 +0000
@@ -22,13 +22,4 @@
 Block bitmap differences:  +(8195--8198)
 Fix? yes
 
-Free blocks count wrong for group #0 (7910, counted=7911).
-Fix? yes
-
-Free blocks count wrong (9754, counted=9755).
-Fix? yes
-
-
-test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
-test_filesys: 12/2560 files (8.3% non-contiguous), 485/10240 blocks
-Exit status is 1
+Exit status is 139
--- ./f_dup_resize/expect.2     2007-06-30 12:58:35.000000000 +0000
+++ f_dup_resize.2.log  2008-08-04 10:29:41.000000000 +0000
@@ -3,5 +3,10 @@
 Pass 3: Checking directory connectivity
 Pass 4: Checking reference counts
 Pass 5: Checking group summary information
+Block bitmap differences:  +(278--281) +(8195--8198)
+Fix? yes
+
+
+test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
 test_filesys: 12/2560 files (16.7% non-contiguous), 485/10240 blocks
-Exit status is 0
+Exit status is 1
*** Error code 1

Stop in /usr/ports/sysutils/e2fsprogs.
*** Error code 1

Stop in /usr/ports/sysutils/e2fsprogs.
I need this program to mount my Linux ext3 partitions which is located in my case in /dev/ad0s2... I already tried to mount this partition with:
Code:
mount_ext2fs /dev/ad0s2 /mnt/home/
mount_ext2fs: /dev/ad0s2: Operation not permitted
but as you can see I have luck with this, so I planed to do fsck on my Linux partition and try to mount it somehow... What program should I use to get information what file system is on all partitions(slices)? I used to do this on Linux with cfdisk, but I don't know the replacement for this program on FreeBSD...

Is there any way to fix this problem? Maybe to install pkg from CDROM?

Regards,
pax
Reply With Quote