From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by sourceware.org (Postfix) with ESMTPS id E461B3851C2C for ; Sat, 27 Jun 2020 08:50:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E461B3851C2C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=utahime.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=yasu@utahime.org Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id B1859839A for ; Sat, 27 Jun 2020 17:50:56 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1593247856; bh=AHvwLz9ReU0WiKTUZ4bBMKJ6xmNv09Ytyym4Kw8qGUM=; h=Date:To:Subject:From:In-Reply-To:References; b=lmEJ4yDqA6+EhbcjzjXV5J0mEV10jlsv1fAO3scuzuhg+lBBAB0UGvwDRyqi4ZQoj 6zNai/3t32ZaPBzsHVDdvelUz2Ubl6aL6DpzJGGGKBCAY5uH8rdFns3fY5ftP00Bvm KuF6vb1daYgOLzwmiLRtGfzXTfOpVLTtxLxJXdG4q3KY5dKl2oy2LjkzUnYrEAnQdL bx6+fJeAxOtNe0ZJi2KhTHUeYDukX2OtPcbXzsxwRuqO0dGqU4HAthx8Cw5J91pFqN nezqNnwvbriv6Twjnz6xb7LTRtVm/fV2bqhOloM9csxU9Y4ZfiCSkOnMCisOmPln4V 7fIPwCcNq01TA== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id CE8465A74B; Sat, 27 Jun 2020 17:50:53 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.3 at eastasia.home.utahime.org Date: Sat, 27 Jun 2020 17:50:31 +0900 (JST) Message-Id: <20200627.175031.1529678405928605533.yasu@utahime.org> To: cygwin@cygwin.com Subject: Re: Listing only manually installed package From: Yasuhiro KIMURA In-Reply-To: References: <0310877b-25b4-168d-f605-98b924ca6b62@SystematicSw.ab.ca> <20200627.030404.1219230595825821536.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2020 08:51:00 -0000 From: Brian Inglis Subject: Re: Listing only manually installed package Date: Fri, 26 Jun 2020 16:20:06 -0600 > Just checked the setup sources, so unless there is a bug, you are running a > setup version over 5 years old, or not running Cygwin setup, user_picked is part > of the package metadata that is still read from and written to installed.db. I tested this issue with clean installed 64bit Windows 10 1909. At first I downloaded setup-x86_64.exe from Cygwin Web page and executed it. According to start message, version is 2.904. Then I installed only Base packages, exited setup-x86_64.exe, opened Cygwin console and checked /etc/setup/installed.db. All lines end with "0". Next I executed setup-x86_64.exe again, selected 'openssh", installed it, and checked /etc/setup/installed.db. All lines still end with "0". After that I installed some other packages. But there is no line ending with "1" in /etc/setup/installed.db. Therefore if this isn't expected behavior, there must be bug in latest (or recent) version of setup.exe. FYI, I removed all cygwin-related files from my main PC and re-setuped cygwin environment about a month ago. --- Yasuhiro KIMURA