Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: [gentoo-user] problem with dump
Date: Sun, 04 Sep 2011 22:21:34
Message-Id: yu91uvwdk4v.fsf@nyu.edu
1 I noticed that the last two (daily) dumps have been bad (too short,
2 unreadable by restore).
3
4 I tried to remerge app-arch/dump both 0.4.44-r1 (which I had before)
5 and o.4.44. Both failed in the compile phase (details below).
6 This seem a little frightening to me. Can someone tell me what has
7 happened
8
9 thanks,
10 allan
11
12 system is ~amd64. The filesystem is ext3
13
14 x86_64-pc-linux-gnu-gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -march=native -O2 -pipe -ggdb -pipe -I.. -I../compat/include -I/usr/include/ext2fs -I/usr/include/et -I../dump -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/etc/dumpdates\" -D_DUMP_VERSION=\"0.4b44\" traverse.c -o traverse.o
15 x86_64-pc-linux-gnu-gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -march=native -O2 -pipe -ggdb -pipe -I.. -I../compat/include -I/usr/include/ext2fs -I/usr/include/et -I../dump -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/etc/dumpdates\" -D_DUMP_VERSION=\"0.4b44\" unctime.c -o unctime.o
16 sed -e "s|__DUMPDATES__|/etc/dumpdates|g" \
17 -e "s|__DATE__|June 10, 2011|g" \
18 -e "s|__VERSION__|0.4b44|g" dump.8.in > dump.8
19 traverse.c: In function ‘dumpino’:
20 traverse.c:1000:49: error: ‘struct struct_ext2_filsys’ has no member named ‘fragsize’
21 traverse.c:1001:58: error: ‘struct struct_ext2_filsys’ has no member named ‘fragsize’
22 traverse.c:1002:24: error: ‘struct struct_ext2_filsys’ has no member named ‘fragsize’
23 traverse.c:1002:24: error: ‘struct struct_ext2_filsys’ has no member named ‘fragsize’
24 traverse.c: In function ‘blksout’:
25 traverse.c:1277:9: error: ‘struct struct_ext2_filsys’ has no member named ‘fragsize’
26 make[1]: *** [traverse.o] Error 1

Replies

Subject Author
Re: [gentoo-user] problem with dump Alex Schuster <wonko@×××××××××.org>