From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1S0E7R-0004IB-EO for mharc-grub-devel@gnu.org; Wed, 22 Feb 2012 10:28:37 -0500 Received: from eggs.gnu.org ([140.186.70.92]:35311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0E7L-0004Gc-KR for grub-devel@gnu.org; Wed, 22 Feb 2012 10:28:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0E7F-00040U-Sf for grub-devel@gnu.org; Wed, 22 Feb 2012 10:28:31 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:63498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0E7F-00040Q-Mq for grub-devel@gnu.org; Wed, 22 Feb 2012 10:28:25 -0500 Received: by eaag11 with SMTP id g11so48882eaa.0 for ; Wed, 22 Feb 2012 07:28:24 -0800 (PST) Received-SPF: pass (google.com: domain of phcoder@gmail.com designates 10.14.101.129 as permitted sender) client-ip=10.14.101.129; Authentication-Results: mr.google.com; spf=pass (google.com: domain of phcoder@gmail.com designates 10.14.101.129 as permitted sender) smtp.mail=phcoder@gmail.com; dkim=pass header.i=phcoder@gmail.com Received: from mr.google.com ([10.14.101.129]) by 10.14.101.129 with SMTP id b1mr15543020eeg.12.1329924504923 (num_hops = 1); Wed, 22 Feb 2012 07:28:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ly9nGbodh6Zd5kHknmunSmaLL0ZX6so49zHUFCbQGwI=; b=ErVVYqHB59QKS39ZjIFcWiEcCO+CT5MCBgi2QyDZqiK2h+g8HjH3MAo2OyNhvXYSm1 kVuzDAfjORrb3qke8mrkF+sAZYSyD8QrUjAkrkFacT7/oyVLPT0bcXg8dF1lPzKLlyvo Iw4JRqrEtXl6UmYMxvRK9NP+l2fROs4uERqBw= Received: by 10.14.101.129 with SMTP id b1mr12423962eeg.12.1329924504718; Wed, 22 Feb 2012 07:28:24 -0800 (PST) Received: from debian.x201.phnet (77-233.197-178.cust.bluewin.ch. [178.197.233.77]) by mx.google.com with ESMTPS id u9sm86650589eem.11.2012.02.22.07.28.22 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Feb 2012 07:28:23 -0800 (PST) Message-ID: <4F450995.8040306@gmail.com> Date: Wed, 22 Feb 2012 16:28:21 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20120216 Icedove/8.0 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: cruft left over from "make uninstall" [was: failed to build bzr head on powerpc (ieee1275)] References: <87aa4biwp1.fsf@pip.fifthhorseman.net> <4F445A7B.9050209@fifthhorseman.net> In-Reply-To: <4F445A7B.9050209@fifthhorseman.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.215.169 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2012 15:28:36 -0000 Fixed On 22.02.2012 04:01, Daniel Kahn Gillmor wrote: > On 02/21/2012 09:30 PM, Mike Gilbert wrote: >> I ran into that myself this weekend. Solution: regenerate POTFILES.in. >> >> find . -name '*.c' -print | sort> po/POTFILES.in > Thanks, that did indeed let the build complete. > > i completed building it as a non-privileged user, and then as the > superuser, i did: > > make install > make uninstall > > That appears to have left a few files in /usr/local that i think it > shouldn't have. I think the uninstall target might have drifted a bit: > > 0 root@hollywood:/home/dkg/src/grub/grub# find /usr/local/ | grep grub > /usr/local/lib/grub > /usr/local/lib/grub/powerpc-ieee1275 > /usr/local/etc/grub.d > /usr/local/share/grub > /usr/local/share/grub/widthspec.h > /usr/local/share/grub/ascii.pf2 > /usr/local/share/grub/unicode.pf2 > /usr/local/share/grub/euro.pf2 > /usr/local/share/grub/ascii.h > 0 root@hollywood:/home/dkg/src/grub/grub# > > --dkg > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'φ-coder/phcoder' Serbinenko