From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R0L4I-0000ts-4r for garchives@archives.gentoo.org; Sun, 04 Sep 2011 22:21:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC6C521C0A6; Sun, 4 Sep 2011 22:21:22 +0000 (UTC) Received: from smtp.cs.nyu.edu (SMTP.CS.NYU.EDU [128.122.49.97]) by pigeon.gentoo.org (Postfix) with ESMTP id 260C721C026 for ; Sun, 4 Sep 2011 22:20:19 +0000 (UTC) Received: from ajglap.localdomain (ool-182de1a5.dyn.optonline.net [24.45.225.165]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id p84MKIvu004535 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 4 Sep 2011 18:20:18 -0400 (EDT) Received: by ajglap.localdomain (Postfix, from userid 1502) id 9063470093; Sun, 4 Sep 2011 18:21:04 -0400 (EDT) From: Allan Gottlieb To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] problem with dump Date: Sun, 04 Sep 2011 18:21:04 -0400 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ce4b75aef476f407a00d177b9b932610 I noticed that the last two (daily) dumps have been bad (too short, unreadable by restore). I tried to remerge app-arch/dump both 0.4.44-r1 (which I had before) and o.4.44. Both failed in the compile phase (details below). This seem a little frightening to me. Can someone tell me what has happened thanks, allan system is ~amd64. The filesystem is ext3 x86_64-pc-linux-gnu-gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -march=3Dnative= -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=3D\"/etc/dumpdates\" -D_DUMP_VERSION=3D\"0.4b44\" trav= erse.c -o traverse.o x86_64-pc-linux-gnu-gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -march=3Dnative= -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=3D\"/etc/dumpdates\" -D_DUMP_VERSION=3D\"0.4b44\" unct= ime.c -o unctime.o sed -e "s|__DUMPDATES__|/etc/dumpdates|g" \ -e "s|__DATE__|June 10, 2011|g" \ -e "s|__VERSION__|0.4b44|g" dump.8.in > dump.8 traverse.c: In function =E2=80=98dumpino=E2=80=99: traverse.c:1000:49: error: =E2=80=98struct struct_ext2_filsys=E2=80=99 has = no member named =E2=80=98fragsize=E2=80=99 traverse.c:1001:58: error: =E2=80=98struct struct_ext2_filsys=E2=80=99 has = no member named =E2=80=98fragsize=E2=80=99 traverse.c:1002:24: error: =E2=80=98struct struct_ext2_filsys=E2=80=99 has = no member named =E2=80=98fragsize=E2=80=99 traverse.c:1002:24: error: =E2=80=98struct struct_ext2_filsys=E2=80=99 has = no member named =E2=80=98fragsize=E2=80=99 traverse.c: In function =E2=80=98blksout=E2=80=99: traverse.c:1277:9: error: =E2=80=98struct struct_ext2_filsys=E2=80=99 has n= o member named =E2=80=98fragsize=E2=80=99 make[1]: *** [traverse.o] Error 1