X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=kskpXpoxCnxDvfNQ LZBBI+3TDQztALNpw8nx0nRKTRCB+lA8ftCggBsKThJxqfROIueBTezVm3gPJJ48 sUjSm1E8dRUOpO99oURTdmItbQXymzvnB5Vbv7FIaNpQpfsfGn4FQ60JwjX0TXYz wNoMsedrvirUUhn76wwgglWtRqU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=+Sm/ro0fFj7D3nhFZ9t3cM uA7N4=; b=CGoONU5C0h6R5VcCLICw0vlEb+XtpObY4ANDKAct1fRtH7ONNn6Wre 2y5ot457BAb4U62ax5EVmykW8RCb3Hq2/szIraWeHYVOL+WP2l9miay4dYkn2iFl IxZUsC1b1aZN+tdXl/NVKxVr7lboVAnkyvmUQ2cN/wWsRddKpzYRo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.5 required=5.0 tests=AWL,BAYES_50,SPF_PASS autolearn=ham version=3.3.2 X-HELO: tpsmtpu02.tele.net Subject: Re: setup improvement . was : autoreconf: problem while executing To: cygwin AT cygwin DOT com References: <55978DE2 DOT 4000707 AT vol DOT at> <5597921F DOT 9070903 AT gmail DOT com> <5597FC17 DOT 60601 AT vol DOT at> <559807A6 DOT 9000805 AT gmail DOT com> <55980C78 DOT 3030104 AT cornell DOT edu> <55984AE8 DOT 6080803 AT vol DOT at> <5598F42E DOT 1040806 AT gmail DOT com> From: Simon Eigeldinger Message-ID: <559C3204.7040508@vol.at> Date: Tue, 7 Jul 2015 22:09:40 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <5598F42E.1040806@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hi Marco, Am 05.07.2015 um 11:09 schrieb Marco Atzeri: > On 7/4/2015 11:06 PM, Simon Eigeldinger wrote: >> Hi Ken and Marco, >> >> >> Am 04.07.2015 um 18:40 schrieb Ken Brown: >> >>>> I suggest you to remove most of not necessary programs. >> >> As a blind person using a screen reader its a little bit difficult to >> use the package list in the setup. >> can i remove packages using the command line and use wildcards? >> i looked at the setup faq but haven't found anything if i could for >> example tell the setup to remove all packages that have >> texlive-collection in their name. > > you are right. > Setup for the time being allow only to remove specific package > > -x --remove-packages Specify packages to uninstall > > It will be nice to have at least the possibility to read the list from a > file. > > For your case, creating a .bat file is not ideal, but should work : > > cygcheck -cd | grep "texlive-collection-lang*" | awk 'BEGIN { printf > ("setup-x86.exe -q ")} {printf "-x " $1 " " }END { printf "\r\n pause > "}' > remove.bat > > and than you run the remove.bat while it was removing the packages, perl hang a bunch of times and i had to kill it all the time it started hanging. After i did a full rebase and i tried to run autoreconf i got again the fork issues. seems that hasn't helped much. wonder if there is a problem with perl? >> maybe it would also be a good idea to use a normal list box with >> checkboxes to uncheck or check the packages in the future to make it >> more accessible. >> >> >> or use a normal listbox and make the list items toggleable like >> selecting the all item or admin or devel category in the list box and >> hit space to cycle the list item through all the possibilities (default, >> install, reinstall, uninstall, etc). >> >> because at the moment you can't focus the list with a keyboard and >> other screen reader function. > > As Achim is working on setup, may be he can also look on that. That would sound great. would make things a lot easier. at the moment i guess i might have to continue to remove packages which could have a big affect. maybe removing the desktops might be a big load off the system? greetings, simon -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple