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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=GMCDsFTVPKOf38jQGXSlxLKpZcbNARzVjupZYYRIuuq BAA0Mqh+iAXHHOkIJnuhfSFbM9G7nNviZO6Ea1TuStkk+2uA5GnmQCf5vsXB+op4 lg6BPSZkWnBt1QFmCCdZJa7OwwCaEYAder/tok9/xpNx83x7Qr85+EoDdwdfB6SE = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=uHgKVyL8AGMy1/6h9QIRNKS4tC8=; b=btHlMVVfKsc12UUtC F/HGEIl0Dr9PAVD7supyGbyI+nZJvYr0afeFP4+lcsh6LueNj/Pq25cikG2OxI31 tGnBfvHmPkaKRXWk0LnStb477XneIbWhjYxHpO+Hy7c2GTROEqkQkYUQWlC65mUq oqQhyyNr1QfRaAjgZi15In4qVE= 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 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=ham version=3.3.1 X-Received: by 10.68.52.10 with SMTP id p10mr34671819pbo.92.1374554449639; Mon, 22 Jul 2013 21:40:49 -0700 (PDT) Message-ID: <51EE0951.90007@users.sourceforge.net> Date: Mon, 22 Jul 2013 23:40:49 -0500 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: setup-x86_64: postinstall errors: Package bash 1, Package a2ps 2 and xinit 134 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2013-07-22 19:52, Kenneth Wolcott wrote: > Postinstall errors: Thanks for the feedback; remarks inline. > Package: bash > bash.sh exit code 1 I think the problem is that virtual /dev is a read-only filesystem, but if you make a real /dev directory; then you can write to it. Could you run 'mkdir -p /dev' (without the quotes) and then try rerunning setup-x86_64.exe? I suspect this will work then. FWIW, I wonder why this entire script isn't handled by base-files. > Package: a2ps > a2ps.sh exit code 2 This is due to a missing papersize(5) file. I'm working on a fix, but a workaround is to run the following command, then rerun setup-x86_64.exe: echo letter > /etc/papersize > Package: xinit > xinit.sh exit code 134 This is from a SIGABRT in mkshortcut. Chuck? Yaakov -- 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