Gentoo Archives: gentoo-embedded

From: herminio.hernandezjr@×××××.com
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] glibc fails in upgrade
Date: Thu, 19 Jan 2017 21:52:19
Message-Id: 1484862541.17180.2.camel@localhost
In Reply to: Re: [gentoo-embedded] glibc fails in upgrade by "Anthony G. Basile"
1 I took the SD card out of the PI and ran fsck from my laptop. This
2 fixed the partition.
3 Thanks for the advice!Herminio
4 On Tue, 2017-01-10 at 17:51 -0500, Anthony G. Basile wrote:
5 > On 1/10/17 4:49 PM, Herminio Hernandez, Jr. wrote:
6 > > I just ran emerge -avuND @world my RPI3 and my build crashed when
7 > > it tried
8 > > to merge glibc with this error "structure needs cleaning".I found
9 > > some
10 > > instructions on how to fix it *here
11 > > <https://www.reddit.com/r/linuxquestions/comments/4b47r2/has_anyone
12 > > _ever_gotten_structure_needs_cleaning/>*.
13 > > However, when I got to the part where I needed to fsck I received
14 > > an error
15 > > that the filesystem is mounted. Do I need to turn off the pi and
16 > > place the
17 > > SD card on my laptop to fix?
18 > >
19 > > Thanks
20 > > Herminio
21 > >
22 >
23 > 1. The error has nothing to do with the glibc upgrade.
24 >
25 > 2. You can't run fsck on a mounted filesystem.  You can force an fsck
26 > on
27 > reboot with ` touch /forcefsck` but its probably safer to do it via
28 > your
29 > laptop as you can control just how you run fsck.
30 >