public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* postinstall script errors for package chicken
@ 2015-02-09  8:24 Dr. Volker Zell
  2015-02-09  9:55 ` Christian Kellermann
  2015-02-13 14:42 ` Christian Kellermann
  0 siblings, 2 replies; 5+ messages in thread
From: Dr. Volker Zell @ 2015-02-09  8:24 UTC (permalink / raw)
  To: Cygwin List

Hi

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


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]] ...

  -h   -help                    show this message and exit
       -version                 show version and exit
       -force                   don't ask, install even if versions don't match
  -k   -keep                    keep temporary files
  -x   -keep-installed          install only if not already installed
       -reinstall               reinstall all currently installed extensions
  -l   -location LOCATION       install from given location instead of default
  -t   -transport TRANSPORT     use given transport instead of default
       -proxy HOST[:PORT]       download via HTTP proxy
  -s   -sudo                    use sudo(1) for filesystem operations
  -r   -retrieve                only retrieve egg into current directory, don't install
  -n   -no-install              do not install, just build (implies `-keep')
  -p   -prefix PREFIX           change installation prefix to PREFIX
       -list                    list extensions available over selected transport and location
       -host                    when cross-compiling, compile extension only for host
       -target                  when cross-compiling, compile extension only for target
       -test                    run included test-cases, if available
       -username USER           set username for transports that require this
       -password PASS           set password for transports that require this
  -i   -init DIRECTORY          initialize empty alternative repository
  -u   -update-db               update export database
       -repository              print path used for egg installation
       -deploy                  build extensions for deployment
       -trunk                   build trunk instead of tagged version (only local)
  -D   -feature FEATURE         features to pass to sub-invocations of `csc'
       -debug                   enable full display of error message information
       -keep-going              continue installation even if dependency fails
       -scan DIRECTORY          scan local directory for highest available egg versions
       -override FILENAME       override versions for installed eggs with information from file
       -csi FILENAME            use given pathname for invocations of "csi"
       -show-depends            display a list of egg dependencies for the given egg(s)
       -show-foreign-depends    display a list of foreign dependencies for the given egg(s)

chicken-install recognizes the http_proxy, and proxy_auth environment variables, if set.

2015/02/08 15:18:16 abnormal exit: exit code=1
2015/02/08 15:18:16 can't run /etc/postinstall/dconf.sh: No such file


Ciao
  Volker
  

--
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: postinstall script errors for package chicken
  2015-02-09  8:24 postinstall script errors for package chicken Dr. Volker Zell
@ 2015-02-09  9:55 ` Christian Kellermann
  2015-02-13 14:42 ` Christian Kellermann
  1 sibling, 0 replies; 5+ messages in thread
From: Christian Kellermann @ 2015-02-09  9:55 UTC (permalink / raw)
  To: cygwin

vzell@volkerzell.de (Dr. Volker Zell) writes:

> Hi
>
> 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

Hm, strange, IIRC this used to work in 4.9.0.1-1. And that package has
not been changed.

>
>
> 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]] ...
>
>   -h   -help                    show this message and exit
>        -version                 show version and exit
>        -force                   don't ask, install even if versions don't match
>   -k   -keep                    keep temporary files
>   -x   -keep-installed          install only if not already installed
>        -reinstall               reinstall all currently installed extensions
>   -l   -location LOCATION       install from given location instead of default
>   -t   -transport TRANSPORT     use given transport instead of default
>        -proxy HOST[:PORT]       download via HTTP proxy
>   -s   -sudo                    use sudo(1) for filesystem operations
>   -r   -retrieve                only retrieve egg into current directory, don't install
>   -n   -no-install              do not install, just build (implies `-keep')
>   -p   -prefix PREFIX           change installation prefix to PREFIX
>        -list                    list extensions available over selected transport and location
>        -host                    when cross-compiling, compile extension only for host
>        -target                  when cross-compiling, compile extension only for target
>        -test                    run included test-cases, if available
>        -username USER           set username for transports that require this
>        -password PASS           set password for transports that require this
>   -i   -init DIRECTORY          initialize empty alternative repository
>   -u   -update-db               update export database
>        -repository              print path used for egg installation
>        -deploy                  build extensions for deployment
>        -trunk                   build trunk instead of tagged version (only local)
>   -D   -feature FEATURE         features to pass to sub-invocations of `csc'
>        -debug                   enable full display of error message information
>        -keep-going              continue installation even if dependency fails
>        -scan DIRECTORY          scan local directory for highest available egg versions
>        -override FILENAME       override versions for installed eggs with information from file
>        -csi FILENAME            use given pathname for invocations of "csi"
>        -show-depends            display a list of egg dependencies for the given egg(s)
>        -show-foreign-depends    display a list of foreign dependencies for the given egg(s)
>
> chicken-install recognizes the http_proxy, and proxy_auth environment variables, if set.
>
> 2015/02/08 15:18:16 abnormal exit: exit code=1
> 2015/02/08 15:18:16 can't run /etc/postinstall/dconf.sh: No such file

Is that really done with the 4.9.0.1-2 package? I will recheck this on
my machine.

Thanks for the heads up!

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: postinstall script errors for package chicken
  2015-02-09  8:24 postinstall script errors for package chicken Dr. Volker Zell
  2015-02-09  9:55 ` Christian Kellermann
@ 2015-02-13 14:42 ` Christian Kellermann
  2015-02-13 14:58   ` Dr. Volker Zell
  1 sibling, 1 reply; 5+ messages in thread
From: Christian Kellermann @ 2015-02-13 14:42 UTC (permalink / raw)
  To: cygwin

Hi Volker,

Thanks for your feedback! I do need further information (see below).

vzell@volkerzell.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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: postinstall script errors for package chicken
  2015-02-13 14:42 ` Christian Kellermann
@ 2015-02-13 14:58   ` Dr. Volker Zell
  2015-02-13 15:15     ` Christian Kellermann
  0 siblings, 1 reply; 5+ messages in thread
From: Dr. Volker Zell @ 2015-02-13 14:58 UTC (permalink / raw)
  To: cygwin

>>>>> Christian Kellermann writes:

    > Hi Volker,

Hi

    > Thanks for your feedback! I do need further information (see below).

    > vzell@volkerzell.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:

Cool
    
    >> 
    >> 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:

There is no more 64bit error. with chicken-4.9.0.1-2
    
Thanks
  Volker
  

--
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: postinstall script errors for package chicken
  2015-02-13 14:58   ` Dr. Volker Zell
@ 2015-02-13 15:15     ` Christian Kellermann
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Kellermann @ 2015-02-13 15:15 UTC (permalink / raw)
  To: cygwin

"Dr. Volker Zell" <dr.volker.zell@oracle.com> writes:

>>>>>> Christian Kellermann writes:
>
>     > Hi Volker,
>
> Hi
>
>     > Thanks for your feedback! I do need further information (see below).
>
>     > vzell@volkerzell.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:
>
> Cool
>     
>     >> 
>     >> 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:
>
> There is no more 64bit error. with chicken-4.9.0.1-2

Excellent! It has not been clear to me which package you have used, as
you have replied to my 4.9.0.1-2 announcement mail (I *think*).

Anyway, expect the release of -3 shortly, this should fix these issues.

Kind regards,

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-13 14:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-09  8:24 postinstall script errors for package chicken Dr. Volker Zell
2015-02-09  9:55 ` Christian Kellermann
2015-02-13 14:42 ` Christian Kellermann
2015-02-13 14:58   ` Dr. Volker Zell
2015-02-13 15:15     ` Christian Kellermann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).