From owner-freebsd-bugs@freebsd.org Sat Oct 24 01:37:09 2015 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29E05A13948 for ; Sat, 24 Oct 2015 01:37:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07A4ED8F for ; Sat, 24 Oct 2015 01:37:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t9O1b84N026637 for ; Sat, 24 Oct 2015 01:37:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 203993] freebsd-update on 9.3-RELEASE-p28 attempts to remove nothing Date: Sat, 24 Oct 2015 01:37:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 9.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dereks@lifeofadishwasher.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2015 01:37:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203993 Bug ID: 203993 Summary: freebsd-update on 9.3-RELEASE-p28 attempts to remove nothing Product: Base System Version: 9.3-RELEASE Hardware: i386 OS: Any Status: New Severity: Affects Many People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: dereks@lifeofadishwasher.com After updating an i386 FreeBSD 9.3-RELEASE system to 9.3-RELEASE-p28 any attempts to run 'freebsd-update fetch' there after results in a message wanting to remove nothing: --------- # freebsd-update fetch Looking up update.FreeBSD.org mirrors... 5 mirrors found. Fetching metadata signature for 9.3-RELEASE from update5.freebsd.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. The following files will be removed as part of updating to 9.3-RELEASE-p28: # freebsd-update install Installing updates... done. # freebsd-update fetch Looking up update.FreeBSD.org mirrors... 5 mirrors found. ... The following files will be removed as part of updating to 9.3-RELEASE-p28: # --------- Looking at one of the meta files (INDEX-OLD) used by freebsd-update it appear there's a lib32 line that shouldn't there? --------- # cd /var/db/freebsd-update # cat tINDEX.present INDEX-NEW|aff841e64d37fc9985ac542c3b2471958b39f6c22ee6d3280ae45ff65bdc6d58 INDEX-OLD|9d024d76b279a1804dafdcf33d2e1a5a8bfde1d98cda812a73d173089d071080 # zgrep lib32 files/9d024d76b279a1804dafdcf33d2e1a5a8bfde1d98cda812a73d173089d071080.gz world|lib32|/|d|0|0|0755|0|| # --------- Removing this line causes freebsd-update to not report this "remove nothing" update: --------- # zgrep lib32 files/9d024d76b279a1804dafdcf33d2e1a5a8bfde1d98cda812a73d173089d071080.gz # # freebsd-update fetch ... No updates needed to update system to 9.3-RELEASE-p28. # --------- Based off a cursory search of how freebsd-update-server works (I'm assuming update,update{2..6}.freebsd.org are using this) are these machines configured with "lib32" as a component in WORLDPARTS? All freebsd-update servers (update,update{2..6}.freebsd.org) 9d024d76b279a1804dafdcf33d2e1a5a8bfde1d98cda812a73d173089d071080.gz files all have this lib32 line. --------- # for n in "" 2 3 4 5 6 ; do fetch -so out http://update"$n".freebsd.org/9.3-RELEASE/i386/m/9d024d76b279a1804dafdcf33d2e1a5a8bfde1d98cda812a73d173089d071080.gz ; zgrep lib32 out; done 85609 world|lib32|/|d|0|0|0755|0|| 85609 world|lib32|/|d|0|0|0755|0|| 85609 world|lib32|/|d|0|0|0755|0|| 85609 world|lib32|/|d|0|0|0755|0|| 85609 world|lib32|/|d|0|0|0755|0|| 85609 world|lib32|/|d|0|0|0755|0|| # --------- -- You are receiving this mail because: You are the assignee for the bug.