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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=Gz0UlzeOsDl2armZtCk/oc9NsvFDbmWd5uGSfZWZ316yHhtQFk/jx Jcm+KRCHp2uYDOfOyA69969rCC5TlrDVY/tG8I/17ovm3B8ynvmTYOpLnzUJdWaz voY6OvqQN9wIHVhZbUIq9GA+a1/5FHwBdMmRQZdEvg1B/odLzWv54k= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=mRaovivRMTnpe/uyJF3CSmBG06g=; b=DekXbK05YxOU0zsFWyU9feoOt4dj vUcK0TNRegWgN491lL/sRmBpW/mnUzSz5zXy+sjE6OalTo+iPd2Sw7l3ao7brrXB RFmhwRzicKU/dOSKv6PKpMfblN6VKpueUhQzXH0rfw+HA8Iu1sCH8egb07QEXEzq oKGsaLhRBqWLoMk= 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=-0.3 required=5.0 tests=AWL,BAYES_20,RDNS_NONE autolearn=no version=3.3.1 Date: Tue, 23 Jul 2013 09:21:31 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: setup-x86_64: postinstall errors: Package bash 1, Package a2ps 2 and xinit 134 Message-ID: <20130723072131.GB9689@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <51EE0951 DOT 90007 AT users DOT sourceforge DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <51EE0951.90007@users.sourceforge.net> User-Agent: Mutt/1.5.21 (2010-09-15) On Jul 22 23:40, Yaakov (Cygwin/X) wrote: > 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. The base-cygwin script usually creates the /dev dir. Do we have a dependency loop which let bash.sh run before base-cygwin? > 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 I'd prefer `echo a4 > /etc/papersize' ;) > >Package: xinit > > xinit.sh exit code 134 > > This is from a SIGABRT in mkshortcut. Chuck? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat -- 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