From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2 Subject: bug#29072: guix system: error: qemu-CVE-2017-7493.patch: patch not found Date: Wed, 01 Nov 2017 10:40:28 -0400 Message-ID: <86y3nquko3.fsf@gmail.com> References: <86fua04bpb.fsf@gmail.com> <20171031003153.GA24788@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9uCb-0000we-0y for bug-guix@gnu.org; Wed, 01 Nov 2017 10:41:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9uCW-00080j-3e for bug-guix@gnu.org; Wed, 01 Nov 2017 10:41:09 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37423) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e9uCW-00080a-0c for bug-guix@gnu.org; Wed, 01 Nov 2017 10:41:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e9uCV-00078n-PC for bug-guix@gnu.org; Wed, 01 Nov 2017 10:41:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20171031003153.GA24788@jasmine.lan> (Leo Famulari's message of "Mon, 30 Oct 2017 20:31:53 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Leo Famulari Cc: 29072@debbugs.gnu.org On 10/30/2017 at 20:31 Leo Famulari writes: > On Mon, Oct 30, 2017 at 04:34:08PM -0400, myglc2 wrote: >> After a clean guix make, guix system build produced this error ... >> >> root@g1 ~/con/15# guix system --cores=4 --max-jobs=4 -K --on-error=debug build sys.scm >> guix system: error: qemu-CVE-2017-7493.patch: patch not found > > What about `git status`? Is the worktree in a consistent state? This > patch file was removed in August 2017 [0] and nothing should refer to it > anymore. > > [0] commit 2de7d137b3c6f528acb540a6ab3460627f484b0a Thanks Leo. git status is clean ... g1@g1 ~/src/guix$ git status On branch o-master Your branch is up-to-date with 'origin/master'. nothing to commit, working tree clean g1@g1 ~/src/guix$ git remote -vv origin git://git.savannah.gnu.org/guix.git (fetch) origin git://git.savannah.gnu.org/guix.git (push) g1@g1 ~/src/guix$ emacs 'M-x grep find qemu-CVE-2017-7493.patch' produces ... *** -*- mode: grep; default-directory: "~/src/guix/" -*- Grep started at Wed Nov 1 10:25:46 find . -type f -exec grep --color -nH -e qemu-CVE-2017-74 Binary file ./gnu/packages/qemu.go matches ./test-tmp/store/.links/0m1wjb06m31vw9jpimbmqkwxh1fzgyxag ./test-tmp/store/.links/0zk12m0jwp2n2380pq9x56mx71ry1dv42 ./test-tmp/store/.links/0vrz62alwffjah2rj33wrwj7ypzbkv0pm ./test-tmp/store/.links/0xlcs15frjqbnhmcp2pv1ly9by84ncafn ./test-tmp/store/.links/00fiw7380k24qcq3k6pqgkz6j0c1l6ibw ./test-tmp/store/.links/066d4qpkxrf8p5vgay3x9bwn3zhzxp3gh ./test-tmp/store/.links/1z89050j89mz33c97b9bhvrb2h8972qyg ./test-tmp/store/.links/0cwv31pb892219rqgnmxzb950kd82b3mz ./test-tmp/store/.links/0bz2735f2x9f624yzmi6i3bryxsgn0qq7 ./test-tmp/store/.links/0mvrdlqf3y989djjghinvsvsa80h250xm ./test-tmp/store/h5nhfi9941i4bh02s3sijgzqcxcswxrx-qemu-2. ./test-tmp/store/44p8aj7gqd97126gsw82anvhbbq2h080-qemu-2. ./test-tmp/store/0dkhz940aq4h1s6wg2lflhxswrpw93gs-qemu-2. ./test-tmp/store/xdmnickhpv89q568jhgrlkixnc873dx9-qemu-2. ./test-tmp/store/apspl851a4lv6fn94wcgwmvlmfn3m24l-qemu-2. ./test-tmp/store/zbiwif5nw7074bwbrzv3b93mybrbqjqc-qemu-2. ./test-tmp/store/i8h6n9p0rvl1ra3s1k1pz9q7z1rnqnyc-qemu-2. ./test-tmp/store/saq5a28g1c6gybnfdd3v1lilkil7kvjf-qemu-2. ./test-tmp/store/i9g8mrrzmbyfa4k5ra3alw69jw3bynz0-qemu-2. ./test-tmp/store/0jd1jrsm3387vl7yncr6988zw7a969a3-qemu-2. Binary file ./test-tmp/db/db.sqlite matches Grep exited abnormally with code 1 at Wed Nov 1 10:25:49 *** In an attempt at self-help, I deleting ./test-tmp/* But I am still getting this error. TIA - George