Re: [Chicken-users] Problems installing call-with-environment-variables

2015-05-03 Thread Peter Danenberg
Matt, do you mind running a chicken-install -s cock separately and see
if it solves the installation-problem?

I've done some work recently but haven't updated its dependents to
specify the latest version.

 Really hate that name btw, very embarrassing to be working with a
 young female co-worker and have to maneuver around saying the name
 out loud, reflects very poorly on Chicken Scheme IMHO.

Isn't it a rooster-pun, given Chicken?

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Problems installing call-with-environment-variables

2015-05-03 Thread Peter Danenberg
 I do see this Warning: in toplevel unknown procedure: branches in
 conditional expression differ in the number of results: 

I'll take a look!

 When I re-install call-with-environment-variables it now succeeds but I do
 see this:
 
 sh: cock: command not found cock-utils not installed: not creating
 documentation 

That's benign; mainly informational.

 It's not a big deal, it just felt unprofessional at that moment,
 like I was installing some software written by a 12 year old.

Hmm; maybe it's time for a rebranding.

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Problems installing call-with-environment-variables

2015-05-01 Thread Mario Domenech Goulart
Hi Matt,

On Fri, 1 May 2015 08:33:14 -0700 Matt Welland mattrwell...@gmail.com wrote:

 Dependencies on cock (really hate that name btw, very embarrassing to
 be working with a young female co-worker and have to maneuver around
 saying the name out loud, reflects very poorly on Chicken Scheme IMHO)
 made installing a hassle. To solve it I had to comment out the @(...
 lines and the compile options.

 I'm not sure what the right solution is and I don't know why
 installing on this system failed:

I can't reproduce the problem you are observing, and salmonella can't
either:
http://salmonella-linux-x86-64.call-cc.org/master-debugbuild/gcc/linux/x86-64/2015/05/01/salmonella-report/install/call-with-environment-variables.html

What system are you installing call-with-environment-variables on?

What CHICKEN version are you using?

Is the trace you provided complete?  I can't see the server
chicken-install is downloading from, and I can't see cock being listed
on the dependencies to be installed (maybe it is installed already?).

What does chicken-status cock say?

Best wishes.
Mario


 chicken-install
 retrieving ...
 checking platform for `call-with-environment-variables' ...
 checking dependencies for `call-with-environment-variables' ...
 install order:
 (call-with-environment-variables)
 installing call-with-environment-variables: ...
 changing current directory to .
 '/p/blah/bin/csi' -bnq -setup-mode -e (require-library setup-api) -e
 (import setup-api) -e (setup-error-handling) -e 
 (extension-name-and-version '(\call-with-environment-variables\
 \\)) 'call-with-environment-variables.setup'
 '/p/blah/bin/csc' -feature compiling-extension -setup-mode
 call-with-environment-variables.scm -shared -optimize-leaf-routines -
 inline -output-file call-with-environment-variables.so -
 emit-import-library call-with-environment-variables -X cock

 Error: (open-input-file) cannot open file - No such file or directory:
 cock

 Error: shell command terminated with non-zero exit status 17920:
 '/p/blah/bin/chicken' 'call-with-environment-variables.scm' -
 output-file 'call-with-environment-variables.c' -dynamic -feature
 chicken-compile-shared -feature compiling-extension -setup-mode -
 optimize-leaf-routines -inline -emit-import-library
 call-with-environment-variables -extend cock

 Error: shell command failed with nonzero exit status 256:

 '/p/blah/bin/csc' -feature compiling-extension -setup-mode
 call-with-environment-variables.scm -shared -optimize-leaf-routines -
 inline -output-file call-with-environment-variables.so -
 emit-import-library call-with-environment-variables -X cock

 Error: shell command terminated with nonzero exit code
 17920
 '/p/blah/bin/csi' -bnq -setup-mode -e \(requi...


 ___
 Chicken-users mailing list
 Chicken-users@nongnu.org
 https://lists.nongnu.org/mailman/listinfo/chicken-users

-- 
http://parenteses.org/mario

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] Problems installing call-with-environment-variables

2015-05-01 Thread Matt Welland
Dependencies on cock (really hate that name btw, very embarrassing to be
working with a young female co-worker and have to maneuver around saying
the name out loud, reflects very poorly on Chicken Scheme IMHO) made
installing a hassle. To solve it I had to comment out the @(... lines and
the compile options.

I'm not sure what the right solution is and I don't know why installing on
this system failed:

 chicken-install
retrieving ...
checking platform for `call-with-environment-variables' ...
checking dependencies for `call-with-environment-variables' ...
install order:
(call-with-environment-variables)
installing call-with-environment-variables: ...
changing current directory to .
  '/p/blah/bin/csi' -bnq -setup-mode -e (require-library setup-api) -e
(import setup-api) -e (setup-error-handling) -e
(extension-name-and-version '(\call-with-environment-variables\ \\))
'call-with-environment-variables.setup'
  '/p/blah/bin/csc' -feature compiling-extension -setup-mode
call-with-environment-variables.scm -shared -optimize-leaf-routines -inline
-output-file call-with-environment-variables.so -emit-import-library
call-with-environment-variables -X cock

Error: (open-input-file) cannot open file - No such file or directory:
cock

Error: shell command terminated with non-zero exit status 17920:
'/p/blah/bin/chicken' 'call-with-environment-variables.scm' -output-file
'call-with-environment-variables.c' -dynamic -feature
chicken-compile-shared -feature compiling-extension -setup-mode
-optimize-leaf-routines -inline -emit-import-library
call-with-environment-variables -extend cock

Error: shell command failed with nonzero exit status 256:

  '/p/blah/bin/csc' -feature compiling-extension -setup-mode
call-with-environment-variables.scm -shared -optimize-leaf-routines -inline
-output-file call-with-environment-variables.so -emit-import-library
call-with-environment-variables -X cock


Error: shell command terminated with nonzero exit code
17920
'/p/blah/bin/csi' -bnq -setup-mode -e \(requi...
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users