Re: Cygwin - Install Liquidsoap for Shoutcast or Icecast

2017-04-10 Thread Wayne Barron
I found this as well. >checking build system type... Invalid configuration `Users': machine `Users' >not recognized >configure: error: /bin/sh ./config.sub Users failed >make[1]: Entering directory >'/home/carrzstudio/liquidsoap/liquidsoap-1.2.1-1.x86_64/build/ocaml-cry-0.4.1' >make[1]: *** No

Re: Cygwin - Install Liquidsoap for Shoutcast or Icecast

2017-04-10 Thread Wayne Barron
I checked the Directory for >usr\src\liquidsoap And it is empty So, I did a search and I found it here. >home\carrzstudio\liquidsoap I ran the code, and i get this error. > *** ERROR: ocaml is required to build this package I opened the installer, and found it in the repository. I installed it,

Re: Cygwin - Install Liquidsoap for Shoutcast or Icecast

2017-04-10 Thread Wayne Barron
Thanks, Brian. I tried your code, and it did not work. machinename /usr/src/liquidsoap $ git clone https://github.com/cygwinports-extras/liquidsoap -bash: git: command not found So, I installed GIT from the CygWin Repository. And I ran the command again. This time it installed. $ git clone

Re: Cygwin - Install Liquidsoap for Shoutcast or Icecast

2017-04-10 Thread Brian Inglis
On 2017-04-10 16:01, Wayne Barron wrote: > I did the Help, then I looked into the README file. > And I found the command that I needed. > cygport liquidsoap/liquidsoap.cygport download > I get this error when i run it. > /usr/bin/cygport: line 404: cd: liquidsoap: No such file or directory > ***

Re: Cygwin - Install Liquidsoap for Shoutcast or Icecast

2017-04-10 Thread Wayne Barron
Hey Marco. I did the Help, then I looked into the README file. And I found the command that I needed. cygport liquidsoap/liquidsoap.cygport download I get this error when i run it. /usr/bin/cygport: line 404: cd: liquidsoap: No such file or directory *** ERROR: liquidsoap.cygport not found. I

Re: Cygwin - Install Liquidsoap for Shoutcast or Icecast

2017-04-10 Thread Marco Atzeri
On 10/04/2017 23:03, Wayne Barron wrote: Thanks Brian. download the tarball and untar, into a source directory What is the command to download and untar? what about using "cygport --help" ? see also "/usr/share/doc/cygport/README" -- Problem reports:

Re: Cygwin - Install Liquidsoap for Shoutcast or Icecast

2017-04-10 Thread Wayne Barron
Thanks Brian. >download the tarball and untar, into a source directory What is the command to download and untar? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Use a default path in exec*p*() if PATH is unset?

2017-04-10 Thread Christian Franke
A few years after https://cygwin.com/ml/cygwin/2014-09/msg00204.html I found another use case of an unset PATH variable: The configure script from mandoc (http://mdocml.bsd.lv/) uses this interesting approach to query default CC command from make: CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" |

Re: Maintaining expect (the broken pipe errors)

2017-04-10 Thread Dan Kegel
On Mon, Apr 10, 2017 at 11:43 AM, Marco Atzeri wrote: > http://wiki.tcl.tk/201 > > name > Expect > website > http://expect.sf.net > website > http://expect.nist.gov Accurate, but it's still a bit surprising that expect's source repo is unlike the rest of tcl's

Re: Maintaining expect (the broken pipe errors)

2017-04-10 Thread Marco Atzeri
On 10/04/2017 19:03, Dan Kegel wrote: On Mon, Apr 10, 2017 at 8:58 AM, Brian Inglis wrote: A Cygwin package is available for expect and the repo is on SF at: https://sourceforge.net/p/expect/code/ which gives the CVSROOT:

Re: Maintaining expect (the broken pipe errors)

2017-04-10 Thread Dan Kegel
On Mon, Apr 10, 2017 at 8:58 AM, Brian Inglis wrote: > A Cygwin package is available for expect and the repo is on SF at: > https://sourceforge.net/p/expect/code/ > which gives the CVSROOT: >

Re: Cygwin - Install Liquidsoap for Shoutcast or Icecast

2017-04-10 Thread Brian Inglis
On 2017-04-09 15:14, Wayne Barron wrote: > OK, Guys. > Here is the LiquidSoap. > https://github.com/cygwinports-extras/liquidsoap > > Could someone please point me in the right direction on using > Cygport to install this? Install Cygwin package cygport, clone the liquidsoap repo or download

Re: Maintaining expect (the broken pipe errors)

2017-04-10 Thread Brian Inglis
On 2017-04-09 17:06, Daniel Santos wrote: > I should probably import this onto my github account. There doesn't > appear to be an actual repository for expect at the moment. There are > many terrible coding practices employed, potential use of > uninitialized locals, etc. I'm going to do some

Re: how to make sshd start a shell other than bash when I log in?

2017-04-10 Thread Andrew Schulman
> It turns out that setting SHELL in ~/.ssh/environment doesn't > work, nor does setting it in the key command. But setting > > command="/usr/bin/fish --login" ssh-rsa ... > > in authorized_keys does work. Problem with that of course is that it only allows you to run login shells, even if

[newlib-cygwin] Avoid decimal point localization in /proc/loadavg

2017-04-10 Thread Jon TURNEY
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c84697c259d340ec2322efe79394d3c9e96cf006 commit c84697c259d340ec2322efe79394d3c9e96cf006 Author: Jon Turney Date: Sat Apr 8 13:39:44 2017 +0100 Avoid decimal point localization in /proc/loadavg

Re: Packages which do nothing

2017-04-10 Thread Corinna Vinschen
On Apr 9 18:49, Jon Turney wrote: > > Following on from the discussion up to [1] > > Below is a list of packages that: > 1/all install packages are empty > 2/have no dependencies > 3/aren't obsoletion packages > > The majority of these are annotated 'empty', 'source only' or similar, but > as

Re: [PATCH] Avoid decimal point localization in /proc/loadavg

2017-04-10 Thread Corinna Vinschen
On Apr 8 13:55, Jon Turney wrote: > Explicitly format the contents of /proc/loadavg to avoid the decimal point > getting localized according to LC_NUMERIC. Using anything other than '.' > breaks top. > > Signed-off-by: Jon Turney > --- >