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:to:from:subject:date:message-id:references :mime-version:content-type; q=dns; s=default; b=soVmmrTVpzEepS75 ouM9YzFG617E9/t2c7fg8QcfEOccRTTsRVAyMNTg/LXA7YxeyYeYrEaTjjQ3oDxX GIm1o17AQPqZ+m0O7Pfyo1w7ev0r7HItQUtwOlT2tdzvVU26ChTkCVM3jy7klcYp U0bXz73B2K3NSWcQt2Htg/ccyDo= 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:to:from:subject:date:message-id:references :mime-version:content-type; s=default; bh=ezggvjNLkIM4Xx65J5kFJx BBljs=; b=PB0c9E0YwvkwhrcONHvwYBPYHRG3oHpewMXlpDDfkSk7W72TApF5hz eBnszTQfvu75vQzZ5Si9I0hJ3ezy5v2TS9giBjEIyaaJfSodIdtO0u+AJdjzz6Rz Ho9fMilZjmWimYXByRtLA5I0/+A6Y2bkUgMfccownVEGYSP5zDW5U= 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=-2.0 required=5.0 tests=BAYES_00,HEADER_SPAM,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Christian Kellermann Subject: Re: postinstall script errors for package chicken Date: Fri, 13 Feb 2015 14:51:04 +0100 Lines: 44 Message-ID: <87r3ttq5rr.fsf@devpool08.emlix.com> References: <87iofbwl0d DOT fsf AT leila DOT volkerzell DOT de> Mime-Version: 1.0 Content-Type: text/plain Location: Nuremberg, Germany User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-IsSubscribed: yes Hi Volker, Thanks for your feedback! I do need further information (see below). vzell AT volkerzell DOT de (Dr. Volker Zell) writes: > For both architectures chicken postinstall scripts fail. > > 32-bit: > ======= > > 2015/02/08 14:46:54 running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/chicken.sh" > > Error: (require) cannot load extension: setup-download > 2015/02/08 14:46:54 abnormal exit: exit code=70 > 2015/02/08 14:46:55 can't run /etc/postinstall/dconf.sh: No such file I have identified and fixed this issue and I am about to release another version. However: > > 64-bit: > ======= > > 2015/02/08 15:18:16 running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/chicken.sh" > usage: chicken-install [OPTION | EXTENSION[:VERSION]] ... I cannot reproduce this with my chicken-4.9.0.1-2 package. the content of that postinstall script should be: --8<---------------cut here---------------start------------->8--- #!/bin/bash chicken-install -update-db --8<---------------cut here---------------end--------------->8--- Can you tell me if that's the case on your machine? If you change it to that and rerun it, does it work then? Thanks! Christian -- May you be peaceful, may you live in safety, may you be free from suffering, and may you live with ease. -- 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