Updated: astyle-2.06-1

2017-01-03 Thread Chris Sutcliffe
Version 2.06-1 of "astyle" has been uploaded.

Artistic Style is a reindenter and reformatter of C, C++, C# and Java
source code.

ChangeLog:

Artistic Style 2.06  (December 2016)

- Add new bracket style option "style=mozilla".
- Add new option "break-one-line-headers" (#33, 64, 367).
- Add new option "indent-continuation".
- Add new option "pad-comma" (#100).
- Add removing spaces before a comma (#100).
- Add new Objective‑C options "pad-return-type" (-xq) and
"unpad-return-type" (-xr).
- Add new Objective‑C options "pad-param-type" (-xS) and
"unpad-param-type" (-xs).
- Add formatting of C++14 single-quote digit separators (#337).
- Add indentation for CORBA IDL module statement (#414).
- Add translations for Bulgarian, Estonian, Greek, Hungarian,
Norwegian, and Romanian.
- Remove lineend option from formatCinToCout function.
- Improve align-method-colon and apply to Objective‑C method calls.
- Improve recognition of header guards in preprocessor statements.
- Improve recognition of C++11 uniform initializer brackets (#381, 411, 415).
- Improve the processing of quoted strings and verbatim strings.
- Change align-method-colon short first line to align on the longest
line instead of the first line.
- Change to not break empty one line brackets to support new
"break-one-line-headers".
- Change add-brackets to not add to one line blocks to support new
"break-one-line-headers".
- Change add-brackets to not add to one line statements in support new
"break-one-line-headers".
- Fix not recognizing an escaped space character within a quote (#403).
- Fix not recognizing "else" brackets as COMMAND_TYPE (#400).
- Fix attaching "if" statements to a #else preprocessor directive (#356).
- Fix not clearing global variables for a new file (#364).
- Fix not recognizing an rvalue reference in a template (#404).
- Fix breaking a line when processing the first line of a file (#400).
- Fix breaking a line in an exponential (#392).
- Fix indentation of an "enum" without following brackets (#401, 384).
- Fix indentation of arguments using preceding commas (#355).
- Fix indentation of Pico style one line blocks.
- Fix not padding header for "new" or "delete" followed by parens.
- Fix template variable not being cleared at end of a statement (#380).
- Fix "close-templates" to only close ending angle brackets (#375).
- Fix pad-oper to not pad a + or - following an open bracket (#378).
- Fix C# to recognize "using" as a header.
- Fix C# to always recognize "forever" as a header.
- Fix Pico style not always computing the indentation for one line blocks.
- Fix indentation of Objective-C @interface statement (#333).
- Fix assert error when Objective-C "@" is followed by whitespace.
- Fix end of line comments for "pad-method-prefix" and "unpad-method-prefix".
- Fix end of line comments for "pad-method-colon".
- Refactoring:
- Consolidate scattered ASFormatter conditional statements into a
padParenObjC method.
- Remove BracketMode STROUSTRUP_MODE and change it to LINUX_MODE.
- Remove ASBase methods from being inlined as class definitions.
- Replace C char arrays in astyle_main.cpp with C++ strings.
- Return language translation as a mutable variable.
- Portability changes for additional compiler support (#352).
- Minor changes based on results of the Clang-Tidy.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.

-- 
Chris Sutcliffe


[ANNOUNCEMENT] Updated: astyle-2.06-1

2017-01-03 Thread Chris Sutcliffe
Version 2.06-1 of "astyle" has been uploaded.

Artistic Style is a reindenter and reformatter of C, C++, C# and Java
source code.

ChangeLog:

Artistic Style 2.06  (December 2016)

- Add new bracket style option "style=mozilla".
- Add new option "break-one-line-headers" (#33, 64, 367).
- Add new option "indent-continuation".
- Add new option "pad-comma" (#100).
- Add removing spaces before a comma (#100).
- Add new Objective‑C options "pad-return-type" (-xq) and
"unpad-return-type" (-xr).
- Add new Objective‑C options "pad-param-type" (-xS) and
"unpad-param-type" (-xs).
- Add formatting of C++14 single-quote digit separators (#337).
- Add indentation for CORBA IDL module statement (#414).
- Add translations for Bulgarian, Estonian, Greek, Hungarian,
Norwegian, and Romanian.
- Remove lineend option from formatCinToCout function.
- Improve align-method-colon and apply to Objective‑C method calls.
- Improve recognition of header guards in preprocessor statements.
- Improve recognition of C++11 uniform initializer brackets (#381, 411, 415).
- Improve the processing of quoted strings and verbatim strings.
- Change align-method-colon short first line to align on the longest
line instead of the first line.
- Change to not break empty one line brackets to support new
"break-one-line-headers".
- Change add-brackets to not add to one line blocks to support new
"break-one-line-headers".
- Change add-brackets to not add to one line statements in support new
"break-one-line-headers".
- Fix not recognizing an escaped space character within a quote (#403).
- Fix not recognizing "else" brackets as COMMAND_TYPE (#400).
- Fix attaching "if" statements to a #else preprocessor directive (#356).
- Fix not clearing global variables for a new file (#364).
- Fix not recognizing an rvalue reference in a template (#404).
- Fix breaking a line when processing the first line of a file (#400).
- Fix breaking a line in an exponential (#392).
- Fix indentation of an "enum" without following brackets (#401, 384).
- Fix indentation of arguments using preceding commas (#355).
- Fix indentation of Pico style one line blocks.
- Fix not padding header for "new" or "delete" followed by parens.
- Fix template variable not being cleared at end of a statement (#380).
- Fix "close-templates" to only close ending angle brackets (#375).
- Fix pad-oper to not pad a + or - following an open bracket (#378).
- Fix C# to recognize "using" as a header.
- Fix C# to always recognize "forever" as a header.
- Fix Pico style not always computing the indentation for one line blocks.
- Fix indentation of Objective-C @interface statement (#333).
- Fix assert error when Objective-C "@" is followed by whitespace.
- Fix end of line comments for "pad-method-prefix" and "unpad-method-prefix".
- Fix end of line comments for "pad-method-colon".
- Refactoring:
- Consolidate scattered ASFormatter conditional statements into a
padParenObjC method.
- Remove BracketMode STROUSTRUP_MODE and change it to LINUX_MODE.
- Remove ASBase methods from being inlined as class definitions.
- Replace C char arrays in astyle_main.cpp with C++ strings.
- Return language translation as a mutable variable.
- Portability changes for additional compiler support (#352).
- Minor changes based on results of the Clang-Tidy.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.

-- 
Chris Sutcliffe

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



Re: Fwd: calm: cygwin package upload report from sourceware.org for Chris Sutcliffe

2016-11-18 Thread Chris Sutcliffe
On 18 November 2016 at 12:18, Jon Turney wrote:
> On 18/11/2016 16:47, Chris Sutcliffe wrote:
>>
>> I've uploaded a new mksh build using the recently released cygport (v
>> 0.23) and it seems like something isn't playing nice with the "upload"
>> command and calm:
>>
> [...]
>>
>>
>> Did I miss something in terms of a needed update to the mksh.cygport file?
>
>
> You should have received the previous mail which indicates the reason the
> upload was rejected.

There was a .stackdump file that snuck in the x86_64 mksh release
directory, which calm complained about, but I wasn't aware that it
halted the upload process, and I was confused as to calm stopping the
x86 release as well.  I've since gone back and removed the .stackdump
file and I've added a !ready file to both the x86_64 and x86 release
directories, so hopefully things are correct now.

Thanks,

Chris


Fwd: calm: cygwin package upload report from sourceware.org for Chris Sutcliffe

2016-11-18 Thread Chris Sutcliffe
Hi All,

I've uploaded a new mksh build using the recently released cygport (v
0.23) and it seems like something isn't playing nice with the "upload"
command and calm:

-- Forwarded message --
Date: 18 November 2016 at 11:41
Subject: calm: cygwin package upload report from sourceware.org for
Chris Sutcliffe

WARNING: ignoring /sourceware/cygwin-staging/home/Chris
Sutcliffe/x86/release/mksh/mksh-54-1-src.tar.xz as there is no !ready
WARNING: ignoring /sourceware/cygwin-staging/home/Chris
Sutcliffe/x86/release/mksh/mksh-54-1.hint as there is no !ready
WARNING: ignoring /sourceware/cygwin-staging/home/Chris
Sutcliffe/x86/release/mksh/mksh-54-1.tar.xz as there is no !ready
WARNING: ignoring /sourceware/cygwin-staging/home/Chris
Sutcliffe/x86/release/mksh/mksh-debuginfo/mksh-debuginfo-54-1.hint as
there is no !ready
WARNING: ignoring /sourceware/cygwin-staging/home/Chris
Sutcliffe/x86/release/mksh/mksh-debuginfo/mksh-debuginfo-54-1.tar.xz
as there is no !ready
WARNING: ignoring /sourceware/cygwin-staging/home/Chris
Sutcliffe/x86_64/release/mksh/mksh-54-1-src.tar.xz as there is no
!ready
WARNING: ignoring /sourceware/cygwin-staging/home/Chris
Sutcliffe/x86_64/release/mksh/mksh-54-1.hint as there is no !ready
WARNING: ignoring /sourceware/cygwin-staging/home/Chris
Sutcliffe/x86_64/release/mksh/mksh-54-1.tar.xz as there is no !ready
WARNING: ignoring /sourceware/cygwin-staging/home/Chris
Sutcliffe/x86_64/release/mksh/mksh.exe.stackdump as there is no !ready
WARNING: ignoring /sourceware/cygwin-staging/home/Chris
Sutcliffe/x86_64/release/mksh/mksh-debuginfo/mksh-debuginfo-54-1.hint
as there is no !ready
WARNING: ignoring /sourceware/cygwin-staging/home/Chris
Sutcliffe/x86_64/release/mksh/mksh-debuginfo/mksh-debuginfo-54-1.tar.xz
as there is no !ready

Did I miss something in terms of a needed update to the mksh.cygport file?

Thanks,

Chris

-- 
Chris Sutcliffe


Updated: mksh-54-1

2016-11-18 Thread Chris Sutcliffe
Version 54-1 of "mksh" has been uploaded.

MirBSD Korn Shell, an actively developed free implementation of the
Korn Shell programming language and a successor to the Public Domain
Korn Shell.

ChangeLog:
[tg] Simplify and improve code and manual page
[tg] Try GCC 5’s new -malign-data=abi
[tg] Allow interrupting builtin cat even on fast devices (LP#1616692)
[tg] Update to Unicode 9.0.0
[Andreas Buschka] Correct English spelling
[tg] Handle set -e-related error propagation in || and && constructs correctly
[tg] Initialise memory for RNG even when not targeting Valgrind
[tg] Shrink binary size
[Brian Callahan] Improve support for the contemporary pcc compiler
[tg] Fix side effects with lazy evaluation; spotted by ormaaj
[tg] New flags -c (columnise), -l, -N for the print builtin
[Larry Hynes] Fix English, spelling mistakes, typos in the manpage
[tg, ormaah] Return 128+SIGALRM if read -t times out, like GNU bash
[Martijn Dekker] Install both manpages from Build.sh
[Martijn Dekker] Document case changes are ASCII-only
[Ronald G. Minnich, Elbing Miss, Álvaro Jurado, tg] Begin porting to
Harvey-OS and APEX (similar to Plan 9 and APE)
[KO Myung-Hun] More infrastructure for the OS/2 (EMX, KLIBC) port

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.


-- 
Chris Sutcliffe


[ANNOUNCEMENT] Updated: mksh-54-1

2016-11-18 Thread Chris Sutcliffe
Version 54-1 of "mksh" has been uploaded.

MirBSD Korn Shell, an actively developed free implementation of the
Korn Shell programming language and a successor to the Public Domain
Korn Shell.

ChangeLog:
[tg] Simplify and improve code and manual page
[tg] Try GCC 5’s new -malign-data=abi
[tg] Allow interrupting builtin cat even on fast devices (LP#1616692)
[tg] Update to Unicode 9.0.0
[Andreas Buschka] Correct English spelling
[tg] Handle set -e-related error propagation in || and && constructs correctly
[tg] Initialise memory for RNG even when not targeting Valgrind
[tg] Shrink binary size
[Brian Callahan] Improve support for the contemporary pcc compiler
[tg] Fix side effects with lazy evaluation; spotted by ormaaj
[tg] New flags -c (columnise), -l, -N for the print builtin
[Larry Hynes] Fix English, spelling mistakes, typos in the manpage
[tg, ormaah] Return 128+SIGALRM if read -t times out, like GNU bash
[Martijn Dekker] Install both manpages from Build.sh
[Martijn Dekker] Document case changes are ASCII-only
[Ronald G. Minnich, Elbing Miss, Álvaro Jurado, tg] Begin porting to
Harvey-OS and APEX (similar to Plan 9 and APE)
[KO Myung-Hun] More infrastructure for the OS/2 (EMX, KLIBC) port

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.


-- 
Chris Sutcliffe

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



Blocking a base package from installing

2016-10-06 Thread Chris Sutcliffe
I'm using a self compiled vim, so I uninstalled vim-minimal.  Every
time I run setup to get the latest updates, setup attempts to
reinstall vim-minimal - is there a way to make setup ignore
vim-minimal?

Thanks,

Chris

-- 
Chris Sutcliffe

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



[ANNOUNCEMENT] Updated: mksh-53a-1

2016-08-30 Thread Chris Sutcliffe
Version 53a-1 of "mksh" has been uploaded.

MirBSD Korn Shell, an actively developed free implementation of the
Korn Shell programming language and a successor to the Public Domain
Korn Shell.

ChangeLog:
[lintian] Fix spelling
[tg] Unbreak multi-line command history broken by history flush
[tg] Fix redefining POSIX functions that were Korn functions before
[tg, TNF] Fix bounds checks in Vi editing mode
[tg] Handle combining characters at end of string or output correctly
[tg] Fix ${!#} ${!?} ${!-} (POSIX, prompted by izabera)
[tg] Fix shf.c-internal buffer overread on printing digits
[Jorg] Fix a typo in the testsuite
[arekm] Increase default edit line size (unless MKSH_SMALL)
[tg] Improve description of Emacs mode keybindings, especially ^U
[tg, arekm, jilles] Abort read builtin in case of read(2) errors
[tg, izabera, carstenh] Fix most of the ambiguous corner cases related
to ${[pfx]var[op[word]]} (${@:-1} still unsupported)
[carstenh] Contribute some more testsuite coverage
[tg] WDS_TPUTS now emits QCHAR newline reentrant-safe
[tg] Fix var=<< implementation (LP#1380389)
[tg, FreeBSD] Make XSI test(1) extensions behave as if they were POSIX
[tg, izabera] Add $(<<<x) and $(<<EOF…) implementation
[tg] Lower minimum screen size accepted as “sane” from the OS to 4×2
[tg, Torsten Sillke] Simplify tilde-expanded parameters
[tg, Torsten Sillke] Fix default PS1 for substring matches
[tg] Apply defer-builtin-with-arguments logic to realpath builtin
[tg] Rework string pooling (own vs. compiler’s) (LP#1580348)
[tg] Feature: print -A, prints arguments as characters
[tg, izabera] Replace <<< and >>> as ROL and ROR operators with their
new ^< and ^> spelling as per this proposal
[tg, slagtc] Clear-to-EOL under tmux to work around its anti-feature
[tg, p120ph37] Remove support for using file descriptors with more
than a single digit, in preparation for named file descriptors
[tg] Correct, but simplify (at the potential cost of more tty I/O than
strictly necessary, though never redundant and (probably) not more
than before when it was miscalculated), line clearing and redrawing
[slagtc, tg] Implement new evaluate-region editing command Esc+Ctrl-E
[tg] Prefer external rename utility over the recovery builtin
[tg] Remove redundant full-line redraws
[tg, Natureshadow] Fix errorlevel of ‘.’ (“dot” special builtin) when
the sourced script does not run any commands, for POSIX compliance
[tg] Refactor op tokens and edchars to shave off some more bytes
[tg] Fix some bugs in the manpage and some occasional/minor code bugs
[tg, Brian Callahan] Mark tests requiring new perl as !need-pass
[tg, slagtc] Add $KSH_MATCH and, to make it usable, ${foo@/bar/baz}
[tg, Score_Under] Fix bogus patch from OpenBSD: only NULL the global
source in unwind when actually reclaiming its Area
[izabera] Mention in the manpage that integer bases go up to 36
[Natureshadow] Fix /= operator broken during refactoring

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.

-- 
Chris Sutcliffe

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



Updated: mksh-53a-1

2016-08-30 Thread Chris Sutcliffe
Version 53a-1 of "mksh" has been uploaded.

MirBSD Korn Shell, an actively developed free implementation of the
Korn Shell programming language and a successor to the Public Domain
Korn Shell.

ChangeLog:
[lintian] Fix spelling
[tg] Unbreak multi-line command history broken by history flush
[tg] Fix redefining POSIX functions that were Korn functions before
[tg, TNF] Fix bounds checks in Vi editing mode
[tg] Handle combining characters at end of string or output correctly
[tg] Fix ${!#} ${!?} ${!-} (POSIX, prompted by izabera)
[tg] Fix shf.c-internal buffer overread on printing digits
[Jorg] Fix a typo in the testsuite
[arekm] Increase default edit line size (unless MKSH_SMALL)
[tg] Improve description of Emacs mode keybindings, especially ^U
[tg, arekm, jilles] Abort read builtin in case of read(2) errors
[tg, izabera, carstenh] Fix most of the ambiguous corner cases related
to ${[pfx]var[op[word]]} (${@:-1} still unsupported)
[carstenh] Contribute some more testsuite coverage
[tg] WDS_TPUTS now emits QCHAR newline reentrant-safe
[tg] Fix var=<< implementation (LP#1380389)
[tg, FreeBSD] Make XSI test(1) extensions behave as if they were POSIX
[tg, izabera] Add $(<<<x) and $(<<EOF…) implementation
[tg] Lower minimum screen size accepted as “sane” from the OS to 4×2
[tg, Torsten Sillke] Simplify tilde-expanded parameters
[tg, Torsten Sillke] Fix default PS1 for substring matches
[tg] Apply defer-builtin-with-arguments logic to realpath builtin
[tg] Rework string pooling (own vs. compiler’s) (LP#1580348)
[tg] Feature: print -A, prints arguments as characters
[tg, izabera] Replace <<< and >>> as ROL and ROR operators with their
new ^< and ^> spelling as per this proposal
[tg, slagtc] Clear-to-EOL under tmux to work around its anti-feature
[tg, p120ph37] Remove support for using file descriptors with more
than a single digit, in preparation for named file descriptors
[tg] Correct, but simplify (at the potential cost of more tty I/O than
strictly necessary, though never redundant and (probably) not more
than before when it was miscalculated), line clearing and redrawing
[slagtc, tg] Implement new evaluate-region editing command Esc+Ctrl-E
[tg] Prefer external rename utility over the recovery builtin
[tg] Remove redundant full-line redraws
[tg, Natureshadow] Fix errorlevel of ‘.’ (“dot” special builtin) when
the sourced script does not run any commands, for POSIX compliance
[tg] Refactor op tokens and edchars to shave off some more bytes
[tg] Fix some bugs in the manpage and some occasional/minor code bugs
[tg, Brian Callahan] Mark tests requiring new perl as !need-pass
[tg, slagtc] Add $KSH_MATCH and, to make it usable, ${foo@/bar/baz}
[tg, Score_Under] Fix bogus patch from OpenBSD: only NULL the global
source in unwind when actually reclaiming its Area
[izabera] Mention in the manpage that integer bases go up to 36
[Natureshadow] Fix /= operator broken during refactoring

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.

-- 
Chris Sutcliffe


update_etc_shells gone from cygport?

2016-08-29 Thread Chris Sutcliffe
Hi,

A new release of mksh was made so I fired up cygport to package it and
found out that "update_etc_shells" no longer seems to be part of
cygport (I'm running cygport 0.22.0).  Is there a new function that's
replaced "update_etc_shells"?

Thanks,

Chris

-- 
Chris Sutcliffe


Re: SSH Home Directory

2016-06-28 Thread Chris Sutcliffe
On 28 June 2016 at 10:06, Corinna Vinschen wrote:
> On Jun 28 09:38, Chris Sutcliffe wrote:
>> I have my $HOME path setup as /cygdrive/c/Users (using Windows 7)
>> however ssh doesn't seem to honour that.  When I fire up ssh, I get:
>>
>> Could not create directory '/home/csutclif/.ssh'.
>
> OpenSSH never honors $HOME.  It checks explicitely for your home dir
> setting in the user DB.  See https://cygwin.com/cygwin-ug-net/ntsec.html
> for various methods setting your home dir.

Thanks Corinna!

I guess that's what I get being a long time Cygwin user who hasn't
read recent documentation. :)

Cheers,

Chris

-- 
Chris Sutcliffe

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



Re: SSH Home Directory

2016-06-28 Thread Chris Sutcliffe
On 28 June 2016 at 09:58, Mark Hansen wrote:
> On 6/28/2016 6:38 AM, Chris Sutcliffe wrote:
>> I have my $HOME path setup as /cygdrive/c/Users (using Windows 7)
>> however ssh doesn't seem to honour that.  When I fire up ssh, I get:
>>
>> Could not create directory '/home/csutclif/.ssh'.
>>
>> Why is it defaulting to /home?  Is there a way to configure ssh to
>> point to the $HOME path?  I have a .ssh directory with my private key
>> in /cygdrive/c/Users/csutlif.
>
> You need to configure your home directory using the db_home setting in
> /etc/nsswitch.conf.
> See the following section in the Cygwin User's Guide:
>
> https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-passwdinfo

Thank you!

Cheers,

Chris

-- 
Chris Sutcliffe

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



Re: Syntax for sed .. altered?

2016-06-28 Thread Chris Sutcliffe
On 28 June 2016 at 09:32, Marco Atzeri wrote:
> On 28/06/2016 13:45, Fergus Daly wrote:
>>
>> For ages I have been able to run through all the files under a directory
>> changing occurrences of string1 to string2 with the command
>> find dirname -type f | xargs sed -i 's/string1/string2/g'
>> It used to take no time at all for say 6000 files.
>> Now the same command just hangs.
>> The files are all text files, no binaries or anything awkward. Just don't
>> understand it.
>> (By contrast
>> find dirname -type f | xargs md5sum
>> still works just fine. 6000 files in less than a second.)
>> Fergus
>>
>
> sed is unchanged from at least 2013, so it must be something else.

Is is possible that this is related to a change in the Cygwin library?

Fergus, what version of Cygwin are you running?  Did you recently
update to 2.5.2?  Did this work as expected under 2.5.1?

Cheers,

Chris

-- 
Chris Sutcliffe

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



SSH Home Directory

2016-06-28 Thread Chris Sutcliffe
Hi,

I have my $HOME path setup as /cygdrive/c/Users (using Windows 7)
however ssh doesn't seem to honour that.  When I fire up ssh, I get:

Could not create directory '/home/csutclif/.ssh'.

Why is it defaulting to /home?  Is there a way to configure ssh to
point to the $HOME path?  I have a .ssh directory with my private key
in /cygdrive/c/Users/csutlif.

Thanks,

Chris

-- 
Chris Sutcliffe

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



Re: Vim responds too slow on the latest snapshot of cygwin1.dll

2016-06-06 Thread Chris Sutcliffe
On 6 June 2016 at 10:52, Corinna Vinschen wrote:
> What I'd *really* need now is people testing the latest snapshot on
> https://cygwin.com/snapshots/ ASAP and throw at it what they can think
> of.  Is there still a regression compared to 2.5.1?  If so, please
> report.

Testing the latest snapshot has shown that the issue is fixed.  I'll
give the test release a spin once it gets populated to the mirrors.

Thanks!

Chris

-- 
Chris Sutcliffe

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



Re: Vim responds too slow on the latest snapshot of cygwin1.dll

2016-06-06 Thread Chris Sutcliffe
On 6 June 2016 at 07:05, Takashi Yano wrote:
>
>> Just as John I can't reproduce this.  What OS version do you run this
>> on, and is it 32, 32 under WOW64, or 64 bit?
>
> OS: Windows 7 (64bit)
> Cygwin: Both 32bit and 64bit
>
> I have tested on two Win7 machines, and the problem
> occurs on both machines.
>
> Further, this problem occurs in Windows 7, but does
> not occur in Windows 10, as far as I tested.
>
> Can you possibly test on Win7 machine?

I can confirm that I see this behaviour on 64bit Windows 7 running
64bit Cygwin using the newly released snapshot (06/06/16).  If there
is anything I can do to assist with debugging the issue please let me
know.

Thanks,

Chris

-- 
Chris Sutcliffe

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



Re: [RFC] /etc/shells management (fish, mksh, posh, tcsh, zsh)

2016-05-13 Thread Chris Sutcliffe
On 13 May 2016 at 06:29, Andrew Schulman wrote:
>> On 2016-05-11 14:06, Yaakov Selkowitz wrote:
>> > On 2016-05-11 12:09, Andrew Schulman wrote:
>> >>> Am 10.05.2016 um 20:19 schrieb Andrew Schulman:
>> >>>> Achim, can you please add /bin/fish and /usr/bin/fish to /etc/shells in
>> >>>> base-files?
>> >>>
>> AFAICS this should be a two-step process.
>>
>> 1) base-files' default /etc/shells should contain only the shells in a
>> Base install, namely:
>>
>> /bin/sh
>> /bin/ash
>> /bin/bash
>> /bin/dash
>> /usr/bin/sh
>> /usr/bin/ash
>> /usr/bin/bash
>> /usr/bin/dash
>> /sbin/nologin
>
> Yep.
>
>> 2) Then all non-Base shells, namely:
>>
>> fish Andrew Schulman
>> mksh Chris Sutcliffe
>> posh Jari Aalto
>> tcsh Corinna Vinschen
>> zsh      Peter A. Castro
>>
>> will bump release adding an update_etc_shells call, per the attached
>> patch, with the path of their shell(s).
>
> Agreed.

I'm fine with this approach as well.

Thanks,

Chris

-- 
Chris Sutcliffe


Re: [ITP] procps-ng

2016-03-22 Thread Chris Sutcliffe
On 22 March 2016 at 13:43, Wayne Porter wrote:
> On Tue, Mar 22, 2016 at 8:14 AM, Chris Sutcliffe wrote:
>> Yes, the libprocps-ng4 and libprocgs-ng-devel directories are missing
>> in the x86_64 directory. They are present in the i686 directory.
>
> wget requires that you end the url with a slash in order to download properly.
>
> wget -r -np http://wayneng.x10host.com/procps-ng-3.3.10-1/x86_64/
> wget -r -np http://wayneng.x10host.com/procps-ng-3.3.10-1/i686/
>
> These 2 work, but remove the slash on the end and it will complain
> that libprocps-ng4 is not a directory.

Good catch, with the trailing slash all the files were downloaded.

Cheers,

Chris

-- 
Chris Sutcliffe


Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.8

2016-03-22 Thread Chris Sutcliffe
On 18 March 2016 at 17:45, Corinna Vinschen wrote:
>
> [CCed cygwin-apps to reach out to all package maintainers]
>
> On Mar 18 16:58, Ken Brown wrote:
>> If
>> so, it might be a good idea for maintainers to test that nothing unexpected
>> happens when they build their packages.
>
> Yes, that's really a good idea.

FWIW, mksh builds and runs fine with this test release.

Cheers,

Chris

--
Chris Sutcliffe

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



Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.8

2016-03-22 Thread Chris Sutcliffe
On 18 March 2016 at 17:45, Corinna Vinschen wrote:
>
> [CCed cygwin-apps to reach out to all package maintainers]
>
> On Mar 18 16:58, Ken Brown wrote:
>> If
>> so, it might be a good idea for maintainers to test that nothing unexpected
>> happens when they build their packages.
>
> Yes, that's really a good idea.

FWIW, mksh builds and runs fine with this test release.

Cheers,

Chris

--
Chris Sutcliffe


Re: [ITP] procps-ng

2016-03-22 Thread Chris Sutcliffe
On 22 March 2016 at 10:58, Marco Atzeri wrote:
>
> On 22/03/2016 14:46, Corinna Vinschen wrote:
>>
>> - On x86_64 the libprocps-ng4 and libprocps-ng-devel packages are missing.
>
> Are you sure ?
>
> $ tar -tf libprocps-ng4/libprocps-ng4-3.3.10-1.tar.xz
> usr/bin/cygprocps-4.dll
> usr/share/man/man3/
> usr/share/man/man3/openproc.3.gz
> usr/share/man/man3/readproc.3.gz
> usr/share/man/man3/readproctab.3.gz
>
>
> $ tar -tf ./libprocps-ng-devel/libprocps-ng-devel-3.3.10-1.tar.xz
> usr/include/
> usr/include/proc/
> usr/include/proc/alloc.h
> ..
> usr/lib/pkgconfig/libprocps.pc

Yes, the libprocps-ng4 and libprocgs-ng-devel directories are missing
in the x86_64 directory. They are present in the i686 directory.

Cheers,

Chris

-- 
Chris Sutcliffe


Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.8

2016-03-18 Thread Chris Sutcliffe
On 18 March 2016 at 16:58, Ken Brown wrote:
> On 3/18/2016 4:34 PM, Corinna Vinschen wrote:
>>
>> I released a new Cygwin TEST version 2.5.0-0.8.
>>
>> If things are not going very wrong, this is basically what you'll
>> get as 2.5.0-1 release.  Please, please test and report regressions.
>
>
> Does this release include Yaakov's overhaul of the feature test macros?  If
> so, it might be a good idea for maintainers to test that nothing unexpected
> happens when they build their packages.

Dumb question - how do I find the test releases nowadays?

Thanks,

Chris

-- 
Chris Sutcliffe

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



Re: [ANNOUNCEMENT] Updated: coreutils-8.25-1

2016-03-11 Thread Chris Sutcliffe
On 11 March 2016 at 01:52, Mark Geisert wrote:
>
> Anybody out there using 'su'?  Speak now, or forever hold the pieces.
>

I would appreciate having a working 'su' command.  I currently make
use of an elevated terminal to do my Admin duties, so having 'su'
would come in real handy.

Cheers,

Chris

-- 
Chris Sutcliffe

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



[ANNOUNCEMENT] Updated: mksh-52c-1

2016-03-09 Thread Chris Sutcliffe
Version 52c-1 of "mksh" has been uploaded.

MirBSD Korn Shell, an actively developed free implementation of the
Korn Shell programming language and a successor to the Public Domain
Korn Shell.

ChangeLog:
[tg] Shave 200 bytes off .text by revisiting string pooling
[tg, Jorg] Fix manpage for ditroff on Schillix
[tg, wbx] Use sed 1q instead of unportable head(1)
[tg] Implement underrun debugging tool for area-based memory allocator
[tg] Fix history underrun when first interactive command is entered
[tg, bef0rd] Do not misinterpret “${0/}” as “${0//”, fixes segfault
[tg, Stéphane Chazelas] Fix display problems with special parameters
[tg, Stéphane Chazelas] Catch attempt to trim $* and $@ with ?, fixes
segfault (Todd Miller did this in 2004 for ${x[*]} already, so just
sync)
[Martijn Dekker] Fix “command -p” with -Vv to behave as POSIX requires
[tg, jilles, Oleg Bulatov] Fix recusive parser with active heredocs
[tg] Flush even syntax-failing or interrupted commands to history
[tg, fmunozs] Fix invalid memory access for “'\0'” in arithmetics
[tg] Explicitly reserve SIGEXIT and SIGERR for ksh
[tg, izabera] Catch missing here documents at EOF even under “set -n”
[kre, tg] Document Austin#1015 handling (not considered a violation)
[tg, fmunozs] Fix buffer overread for empty nameref targets
[tg] Fix warnings pointed out by latest Debian gcc-snapshot
[tg, Martijn Dekker] Document upcoming set +o changes
[Martijn Dekker] Expand testsuite for command/whence

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.

-- 
Chris Sutcliffe

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



[ANNOUNCEMENT] Updated: astyle-2.05.1-1

2016-02-23 Thread Chris Sutcliffe
nst".

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.

Chris

-- 
Chris Sutcliffe

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



Updated: astyle-2.05.1-1

2016-02-23 Thread Chris Sutcliffe
nst".

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.

Chris

-- 
Chris Sutcliffe


[ITA] astyle

2016-02-23 Thread Chris Sutcliffe
Hi All,

I would like to adopt astyle as it is currently orphaned.

I have built and packaged the latest (2.05.1) release based on the
last release (2.04) that I packaged.  I'm happy to have someone review
the packaging if anyone is interested.

Thank you,

Chris

-- 
Chris Sutcliffe


Re: Updated: gcc-5.3.0-2 (x86/x86_64)

2016-02-20 Thread Chris Sutcliffe
On 20 February 2016 at 05:44, JonY wrote:
> gcc-5.3.0-2 has been uploaded for 32bit and 64bit Cygwin and marked as
> stable.

Not sure if I'm missing something, but i686-pc-cygwin is still at
4.9.2.  How do I access 32-bit 5.3.0?  I'm natively on 64-bit and when
I use cygport to compile for 32bit, it looks for i686-pc-cygwin
compilers.

Thanks,

Chris

-- 
Chris Sutcliffe

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



Re: googlecl

2016-02-18 Thread Chris Sutcliffe
On 18 February 2016 at 10:37, Yaakov Selkowitz wrote:
> On 2016-02-18 09:11, Chris Sutcliffe wrote:
>>
>> I haven't tested the existing googlecl package to see if it still
>> works, but I suspect it doesn't given the statement above.  Should it
>> be removed from the distro?
>
>
> If it doesn't work anymore, then it should be removed.

I've confirmed that googlecl in the distro no longer works, so it
should be removed.

Thanks,

Chris

-- 
Chris Sutcliffe


googlecl

2016-02-18 Thread Chris Sutcliffe
Hi All,

I was debating whether to revive the googlecl package so I dropped by
the official project page
(https://code.google.com/archive/p/googlecl/) and noticed this:

8 June 2015: GoogleCL is currently broken due to the OAuth1 turndown,
and likely to remain so. Thanks for your support over the years, and
apologies for the lack of prior notice.

I haven't tested the existing googlecl package to see if it still
works, but I suspect it doesn't given the statement above.  Should it
be removed from the distro?

Thanks,

Chris

-- 
Chris Sutcliffe


[ANNOUNCEMENT] Updated: mksh-52b-1

2016-02-17 Thread Chris Sutcliffe
Version 52b-1 of "mksh" has been uploaded.

MirBSD Korn Shell, an actively developed free implementation of the
Korn Shell programming language and a successor to the Public Domain
Korn Shell.

ChangeLog:

[tg] Recognise ksh93 compiled scripts and LZIP compressed files as
binary (i.e. to not run as mksh plaintext script)
[tg] Document that we will implement locale tracking later
[tg] Add EEXIST to failback strerror(3)
[jilles] Make set -C; :>foo race-free
[tg] Don’t use unset in portable build script
[tg] Plug warning on GNU/kFreeBSD, GNU/Hurd
[tg] Document read -a resets the integer base
[Jorg] Fix manpage: time is not a builtin but a reserved word
[Jorg, tg] Make exit (and return) eat -1
[tg] parse “$( (( … ) … ) … )” correctly (LP#1532621), Jan Palus
[tg] reduce memory footprint by free(3)ing more aggressively
[tg] fix buffer overrun (LP#1533394), bugreport by izabera
[tg] correctly handle nested ADELIM parsing (LP#1453827), Teckids
[tg] permit “read -A/-a arr[idx]” as long as only one element is read;
fix corruption of array indicēs with this construct (LP#1533396),
izabera
[tg] Sanitise OS-provided signal number in even more places
[tg] As requested by Jorg, be clear manpage advice is for mksh
[tg] Revert (as it was a regression) POSIX bugfix from R52/2005
related to accent gravis-style command substitution until POSIX
decides either way
[tg] Handle export et al. after command (Austin#351)
[tg] Catch EPIPE in built-in cat and return as SIGPIPE (LP#1532621)
[tg] Fix errno in print/echo builtin; optimise that and unbksl
[tg] Update documentation, point out POSIX violation (Austin#1015)

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.

-- 
Chris Sutcliffe

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



Re: SSH key for upload access

2016-02-17 Thread Chris Sutcliffe
On 17 February 2016 at 15:33, Chris Sutcliffe wrote:
> I tried a cygport upload and I was prompted for a password, any idea why?

Never mind, brain fart moment.  All good now.

Thanks again,

Chris

-- 
Chris Sutcliffe


Re: SSH key for upload access

2016-02-17 Thread Chris Sutcliffe
On 17 February 2016 at 15:21, Yaakov Selkowitz wrote:
> On 2016-02-17 13:53, Chris Sutcliffe wrote:
>>
>> Name: Chris Sutcliffe
>> Package: mksh
>
> Key installed.  Welcome back!

Thank you!

I tried a cygport upload and I was prompted for a password, any idea why?

Thanks,

Chris

-- 
Chris Sutcliffe


SSH key for upload access

2016-02-17 Thread Chris Sutcliffe
Name: Chris Sutcliffe
Package: mksh
 BEGIN SSH2 PUBLIC KEY 
B3NzaC1kc3MAAACBAMfsLcp6u6LOeOlgJjDDpEIWW30rFmIUl5vxY3mVbvAr81bLFq
t/4wzxB4kJubwGs09m9H9oKHN9aj51j+JxbRm4+VqEkSU2EFRJ1cEC6+uRalHBQsKQ7jLH
hHr+HJ698flpCluXH0ixXzIqr4D5sji59VmR5/PuMyyiUaqU3l8vFQCQIwCmF5wlTc
/JXIR6nYR10yoowQAAAIAohGYtlM42LBrfz/9CxedCOooCOKlOkFC1utcjjkqSoObgGWiI
1dm0f3YL04NAdEDFazxbWdGRy48Wqhxc8D+TnDu8PhOLihdVXM61IzeA9k/BgHL4Xsmxmz
lu1465dcBgPyuRxzXaHj9InjvDgUwOj607oJeWgH3nefUurkQCgQAAAIEArC2DapDy/cI/
mbrSj6QDkk73MafdMOJJhysd1DBJx42TDbYL7fMabgBehj1XU7DkLIfFnBhBikNraKMcvr
i6YzC4UU62bYRwVR02B6tfHhcEuSvswF6fIMDFeZ94N/jpdVQAhbhmoWq7JMvJrJbb4UlZ
Obaz3OsnflZrYq+cerM=
 END SSH2 PUBLIC KEY 

-- 
Chris Sutcliffe


Re: [ITA] mksh

2016-02-17 Thread Chris Sutcliffe
On 17 February 2016 at 12:05, Chris Sutcliffe wrote:
> I would like to adopt mksh as it is orphaned.

In terms of the ITP process, do I upload all the packages to a server
for someone to preview before I upload?  Looking at
http://sourceware.org/cygwin-apps/package-upload.html I see that
cygport now is capable of doing the upload from my local repository
(nice add btw :) ), so I'm not sure if putting them on a remote server
is still required.

In terms of providing my public key, do I need to provide it again, or
do you still have it from before?

Thanks,

Chris

-- 
Chris Sutcliffe


Re: mksh

2016-02-17 Thread Chris Sutcliffe
On 17 February 2016 at 12:09, Corinna Vinschen wrote:
> Done.  You're the old new maintainer :)

Thank you!

I have a couple of questions on the ITP process now, but I'll take
that to the apps list.

Thanks,

Chris

-- 
Chris Sutcliffe

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



Re: mksh

2016-02-17 Thread Chris Sutcliffe
On 17 February 2016 at 11:56, Corinna Vinschen wrote:
> On Feb 17 11:17, Chris Sutcliffe wrote:
>>
>> Looking at the package maintainer list it appears as though mksh is
>> still orphaned since I stopped maintaining it a couple of years back.
>> If it's still orphaned, I'm happy to take over ownership again.
>
> Welcome back!  You want me to de-orphan it in the cygwin-pkg-maint file?

Thank you!  Yes, please consider it adopted.  As per Yaakov's request
I submitted an ITA to the apps list.

Thank you,

Chris

-- 
Chris Sutcliffe

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



[ITA] mksh

2016-02-17 Thread Chris Sutcliffe
Hi All,

I would like to adopt mksh as it is orphaned.

Thank you,

Chris

-- 
Chris Sutcliffe


mksh

2016-02-17 Thread Chris Sutcliffe
Hi All,

Looking at the package maintainer list it appears as though mksh is
still orphaned since I stopped maintaining it a couple of years back.
If it's still orphaned, I'm happy to take over ownership again.

Thanks,

Chris

-- 
Chris Sutcliffe

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



Packages up for adoption

2014-09-18 Thread Chris Sutcliffe
Hi All,

I haven't used Cygwin for quite some time and unfortunately I don't
think I'll have the time to maintain the packages that I currently
look after.  As such I'm looking for any volunteers to take over
maintainership of the following packages: astyle, cppcheck, googlecl,
hexedit, libsigc2.0, libtorrent, mingw-runtime, mingw-w32api, mksh,
python-gdata, rtorrent and wtf.  If anyone is interested, please speak
up.

Thanks,

Chris

-- 
Chris Sutcliffe
http://google.com/+ChrisSutcliffe

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



[ANNOUNCEMENT] Updated: cppcheck-1.65-1

2014-05-13 Thread Chris Sutcliffe
Version 1.65-1 of cppcheck has been uploaded, following the upstream release.

cppcheck is a tool for static C/C++ code analysis.  It tries to detect bugs that
your C/C++ compiler doesn't see.  The goal is no false positives.

cppcheck is versatile. You can check non-standard code that includes various
compiler extensions, inline assembly code, etc.

For a list of changes see:

http://sourceforge.net/p/cppcheck/news/2014/05/cppcheck-165/

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message. Send email to the
address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.comatcygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available starting
at this URL.

-- 
Chris Sutcliffe
http://google.com/+ChrisSutcliffe

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



Updated: cppcheck-1.65-1

2014-05-13 Thread Chris Sutcliffe
Version 1.65-1 of cppcheck has been uploaded, following the upstream release.

cppcheck is a tool for static C/C++ code analysis.  It tries to detect bugs that
your C/C++ compiler doesn't see.  The goal is no false positives.

cppcheck is versatile. You can check non-standard code that includes various
compiler extensions, inline assembly code, etc.

For a list of changes see:

http://sourceforge.net/p/cppcheck/news/2014/05/cppcheck-165/

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message. Send email to the
address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.comatcygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available starting
at this URL.

-- 
Chris Sutcliffe
http://google.com/+ChrisSutcliffe


[ANNOUNCEMENT] Updated: cppcheck-1.64-1

2014-03-04 Thread Chris Sutcliffe
Version 1.64-1 of cppcheck has been uploaded, following the upstream release.

cppcheck is a tool for static C/C++ code analysis.  It tries to detect bugs that
your C/C++ compiler doesn't see.  The goal is no false positives.

cppcheck is versatile. You can check non-standard code that includes various
compiler extensions, inline assembly code, etc.

For a list of changes see:

http://sourceforge.net/p/cppcheck/news/2014/03/cppcheck-164/

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message. Send email to the
address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.comatcygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available starting
at this URL.

-- 
Chris Sutcliffe
http://google.com/+ChrisSutcliffe

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



Updated: cppcheck-1.64-1

2014-03-04 Thread Chris Sutcliffe
Version 1.64-1 of cppcheck has been uploaded, following the upstream release.

cppcheck is a tool for static C/C++ code analysis.  It tries to detect bugs that
your C/C++ compiler doesn't see.  The goal is no false positives.

cppcheck is versatile. You can check non-standard code that includes various
compiler extensions, inline assembly code, etc.

For a list of changes see:

http://sourceforge.net/p/cppcheck/news/2014/03/cppcheck-164/

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message. Send email to the
address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.comatcygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available starting
at this URL.

-- 
Chris Sutcliffe
http://google.com/+ChrisSutcliffe


Issues downloading vim-minimal-7.4.182-1.tar.xz

2014-02-24 Thread Chris Sutcliffe
Hi All,

I've tried 3 different mirrors all with the same result - when I try
to update to vim-minimal-7.4.182-1.tar.xz via setup-x86.exe I get a
pop-up stating Download Incomplete.  Try again?  Is the file
truncated?

Thanks,

Chris

-- 
Chris Sutcliffe
http://google.com/+ChrisSutcliffe

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



Re: Issues downloading vim-minimal-7.4.182-1.tar.xz

2014-02-24 Thread Chris Sutcliffe
On 24 February 2014 08:37, Chris Sutcliffe wrote:
 I've tried 3 different mirrors all with the same result - when I try
 to update to vim-minimal-7.4.182-1.tar.xz via setup-x86.exe I get a
 pop-up stating Download Incomplete.  Try again?  Is the file
 truncated?

Yet it installed.  For good measure I re-installed it again and all
was good.  Dunno what happened the first time.

Sorry for the noise.

Chris

-- 
Chris Sutcliffe
http://google.com/+ChrisSutcliffe

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



[ANNOUNCEMENT] Updated: mksh-49-1

2014-02-17 Thread Chris Sutcliffe
Version 49-1 of mksh has been uploaded.

MirBSD Korn Shell (mksh) is an actively developed free implementation
of the Korn Shell programming language and a successor to the Public
Domain Korn Shell (pdksh).

For a detailed list of changes, please see:

https://www.mirbsd.org/mksh.htm#r49

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list,
lookat the List-Unsubscribe:  tag in the email header of this
message.Send email to the address specified there. It will be in the
format:

cygwin-announce-unsubscribe-you=yourdomain.com at cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available
starting at this URL.


-- 
Chris Sutcliffe
http://google.com/+ChrisSutcliffe

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



[ANNOUNCEMENT] Updated: cppcheck-1.63-2

2014-01-23 Thread Chris Sutcliffe
Version 1.63-2 of cppcheck has been uploaded to correct the issue reported here:

https://sourceware.org/ml/cygwin/2014-01/msg00312.html

cppcheck is a tool for static C/C++ code analysis.  It tries to detect bugs that
your C/C++ compiler doesn't see.  The goal is no false positives.

cppcheck is versatile. You can check non-standard code that includes various
compiler extensions, inline assembly code, etc.

For a list of changes see:

http://sourceforge.net/p/cppcheck/news/2014/01/cppcheck-163/

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message. Send email to the
address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.comatcygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available starting
at this URL.

-- 
Chris Sutcliffe
http://google.com/+ChrisSutcliffe

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



Updated: cppcheck-1.63-2

2014-01-23 Thread Chris Sutcliffe
Version 1.63-2 of cppcheck has been uploaded to correct the issue reported here:

https://sourceware.org/ml/cygwin/2014-01/msg00312.html

cppcheck is a tool for static C/C++ code analysis.  It tries to detect bugs that
your C/C++ compiler doesn't see.  The goal is no false positives.

cppcheck is versatile. You can check non-standard code that includes various
compiler extensions, inline assembly code, etc.

For a list of changes see:

http://sourceforge.net/p/cppcheck/news/2014/01/cppcheck-163/

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message. Send email to the
address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.comatcygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available starting
at this URL.

-- 
Chris Sutcliffe
http://google.com/+ChrisSutcliffe


Re: [ANNOUNCEMENT] Updated: cppcheck-1.63-1

2014-01-22 Thread Chris Sutcliffe
On 22 January 2014 13:04, René Berber wrote:
 On 1/8/2014 7:42 AM, Chris Sutcliffe wrote:

 Version 1.63-1 of cppcheck has been uploaded, following the upstream
 release.

 Which is broken...

Thanks for the heads up, there is a '-2' version on it's way to the
mirrors that corrects this problem.

Cheers,

Chris

-- 
Chris Sutcliffe
http://google.com/+ChrisSutcliffe

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



Re: rTorrent 0.8.9/0.12.9 Storage error issue

2014-01-13 Thread Chris Sutcliffe
Sorry, I somehow missed your original email.

On 13 January 2014 02:25, Norbi wrote:
 Maybe any idea with this one?

I've seen this occasionally.  I found deleting and re-adding the
torrent would correct the issue for me.  I've not packaged any newer
versions of rtorrent because they are cause a massive CPU spike.  I
believe it has something to do with the multi-threading implemented in
0.9.x but haven't had a chance to try to debug it.

I haven't used rtorrent with the current Cygwin release, so I'll give
it a spin this weekend and see if I can recreate your issue.

 i wrote to the libtorrent mailinig list too, but that's almost dead.

Unfortunately that seems to be the case.

Cheers,

Chris

-- 
Chris Sutcliffe
http://google.com/+ChrisSutcliffe

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



[ANNOUNCEMENT] Updated: cppcheck-1.63-1

2014-01-08 Thread Chris Sutcliffe
Version 1.63-1 of cppcheck has been uploaded, following the upstream release.

cppcheck is a tool for static C/C++ code analysis.  It tries to detect bugs that
your C/C++ compiler doesn't see.  The goal is no false positives.

cppcheck is versatile. You can check non-standard code that includes various
compiler extensions, inline assembly code, etc.

For a list of changes see:

http://sourceforge.net/p/cppcheck/news/2014/01/cppcheck-163/

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message. Send email to the
address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.comatcygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available starting
at this URL.

-- 
Chris Sutcliffe
http://google.com/+ChrisSutcliffe

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



Updated: cppcheck-1.63-1

2014-01-08 Thread Chris Sutcliffe
Version 1.63-1 of cppcheck has been uploaded, following the upstream release.

cppcheck is a tool for static C/C++ code analysis.  It tries to detect bugs that
your C/C++ compiler doesn't see.  The goal is no false positives.

cppcheck is versatile. You can check non-standard code that includes various
compiler extensions, inline assembly code, etc.

For a list of changes see:

http://sourceforge.net/p/cppcheck/news/2014/01/cppcheck-163/

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message. Send email to the
address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.comatcygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available starting
at this URL.

-- 
Chris Sutcliffe
http://google.com/+ChrisSutcliffe


[ANNOUNCEMENT] Updated: astyle-2.04-1

2013-11-04 Thread Chris Sutcliffe
I've uploaded a new version astyle, 2.04-1, in keeping with the
current upstream release.

For a list of changes check out http://astyle.sourceforge.net/notes.html .

*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com at cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.


-- 
Chris Sutcliffe
http://google.com/+ChrisSutcliffe

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



Updated: astyle-2.04-1

2013-11-04 Thread Chris Sutcliffe
I've uploaded a new version astyle, 2.04-1, in keeping with the
current upstream release.

For a list of changes check out http://astyle.sourceforge.net/notes.html .

*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com at cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.


-- 
Chris Sutcliffe
http://google.com/+ChrisSutcliffe


Re: A couple of uploads are missing !ready files

2013-10-23 Thread Chris Sutcliffe
On 22 October 2013 23:51, Christopher Faylor wrote:
 I notice that David Stacey and Chris Sutcliffe have .tar.* files in
 their directories but no accompanying !ready files in the directories or
 in the directories above them.  Without those the packages won't be
 moved.  If you create a !ready in an x86_64 directory it won't apply to
 packages in x86 directories.  This only applies to packages in the same
 directory or below.

My understanding was that if I placed a !ready file in the root
(i.e. the directory above x86 and x86_64) it would grab the files for
both architectures.  Since I had cppcheck ready for both architectures
I thought this was the correct placement of the file.

Please let me know if I have misunderstood something.

Thank you,

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: The upload system is live (Re: Major changes coming to procedure for uploading to sourceware)

2013-10-22 Thread Chris Sutcliffe
I just used the new process to upload cppcheck and it worked like a charm!

Thanks for pulling this all together cgf!

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


[ANNOUNCEMENT] Updated: cppcheck-1.62-1

2013-10-22 Thread Chris Sutcliffe
Version 1.62-1 of cppcheck has been uploaded, following the upstream release.

cppcheck is a tool for static C/C++ code analysis.  It tries to detect bugs that
your C/C++ compiler doesn't see.  The goal is no false positives.

cppcheck is versatile. You can check non-standard code that includes various
compiler extensions, inline assembly code, etc.

For a list of changes see:

http://sourceforge.net/p/cppcheck/news/2013/10/cppcheck-162/

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message. Send email to the
address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.comatcygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available starting
at this URL.


-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

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



Updated: cppcheck-1.62-1

2013-10-22 Thread Chris Sutcliffe
Version 1.62-1 of cppcheck has been uploaded, following the upstream release.

cppcheck is a tool for static C/C++ code analysis.  It tries to detect bugs that
your C/C++ compiler doesn't see.  The goal is no false positives.

cppcheck is versatile. You can check non-standard code that includes various
compiler extensions, inline assembly code, etc.

For a list of changes see:

http://sourceforge.net/p/cppcheck/news/2013/10/cppcheck-162/

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message. Send email to the
address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.comatcygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available starting
at this URL.


-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


SSH key for upload access

2013-10-14 Thread Chris Sutcliffe
Name: Chris Sutcliffe
Package: cppcheck
SSHkey: ssh-dss
B3NzaC1kc3MAAACBAMfsLcp6u6LOeOlgJjDDpEIWW30rFmIUl5vxY3mVbvAr81bLFqt/4wzxB4kJubwGs09m9H9oKHN9aj51j+JxbRm4+VqEkSU2EFRJ1cEC6+uRalHBQsKQ7jLHhHr+HJ698flpCluXH0ixXzIqr4D5sji59VmR5/PuMyyiUaqU3l8vFQCQIwCmF5wlTc/JXIR6nYR10yoowQAAAIAohGYtlM42LBrfz/9CxedCOooCOKlOkFC1utcjjkqSoObgGWiI1dm0f3YL04NAdEDFazxbWdGRy48Wqhxc8D+TnDu8PhOLihdVXM61IzeA9k/BgHL4Xsmxmzlu1465dcBgPyuRxzXaHj9InjvDgUwOj607oJeWgH3nefUurkQCgQAAAIEArC2DapDy/cI/mbrSj6QDkk73MafdMOJJhysd1DBJx42TDbYL7fMabgBehj1XU7DkLIfFnBhBikNraKMcvri6YzC4UU62bYRwVR02B6tfHhcEuSvswF6fIMDFeZ94N/jpdVQAhbhmoWq7JMvJrJbb4UlZObaz3OsnflZrYq+cerM=

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: [RFU] cppcheck-1.61-1

2013-10-09 Thread Chris Sutcliffe
On 2 October 2013 14:25, Chris Sutcliffe wrote:
 On 25 September 2013 06:08, Chris Sutcliffe wrote:
 Please upload:

 32-bit:
 ---
 wget -x -nH --cut-dirs=3 \
 http://dl.dropbox.com/u/5530441/cygwin/cppcheck/setup.hint \
 http://dl.dropbox.com/u/5530441/cygwin/cppcheck/cppcheck-1.61-1.tar.bz2 \
 http://dl.dropbox.com/u/5530441/cygwin/cppcheck/cppcheck-1.61-1-src.tar.bz2 \
 http://dl.dropbox.com/u/5530441/cygwin/cppcheck/cppcheck-debuginfo/setup.hint
  \
 http://dl.dropbox.com/u/5530441/cygwin/cppcheck/cppcheck-debuginfo/cppcheck-debuginfo-1.61-1.tar.bz2
 ---

 64-bit:
 ---
 wget -x -nH --cut-dirs=3 \
 http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/setup.hint \
 http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/cppcheck-1.61-1.tar.bz2 \
 http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/cppcheck-1.61-1-src.tar.bz2
  \
 http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/cppcheck-debuginfo/setup.hint
 \
 http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/cppcheck-debuginfo/cppcheck-debuginfo-1.61-1.tar.bz2
 ---

 Please feel free to remove anything older than 1.60.1-1.

 Ping?

Ping 2?

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


[ANNOUNCEMENT] Updated: cppcheck-1.61-1

2013-10-09 Thread Chris Sutcliffe
Version 1.61-1 of cppcheck has been uploaded, following the upstream release.

cppcheck is a tool for static C/C++ code analysis.  It tries to detect bugs that
your C/C++ compiler doesn't see.  The goal is no false positives.

cppcheck is versatile. You can check non-standard code that includes various
compiler extensions, inline assembly code, etc.

For a list of changes see:

http://sourceforge.net/p/cppcheck/news/2013/08/cppcheck-161/

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message. Send email to the
address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.comatcygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available starting
at this URL.


-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

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



Updated: cppcheck-1.61-1

2013-10-09 Thread Chris Sutcliffe
Version 1.61-1 of cppcheck has been uploaded, following the upstream release.

cppcheck is a tool for static C/C++ code analysis.  It tries to detect bugs that
your C/C++ compiler doesn't see.  The goal is no false positives.

cppcheck is versatile. You can check non-standard code that includes various
compiler extensions, inline assembly code, etc.

For a list of changes see:

http://sourceforge.net/p/cppcheck/news/2013/08/cppcheck-161/

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message. Send email to the
address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.comatcygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available starting
at this URL.


-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: [RFU] cppcheck-1.61-1

2013-10-02 Thread Chris Sutcliffe
On 25 September 2013 06:08, Chris Sutcliffe wrote:
 Please upload:

 32-bit:
 ---
 wget -x -nH --cut-dirs=3 \
 http://dl.dropbox.com/u/5530441/cygwin/cppcheck/setup.hint \
 http://dl.dropbox.com/u/5530441/cygwin/cppcheck/cppcheck-1.61-1.tar.bz2 \
 http://dl.dropbox.com/u/5530441/cygwin/cppcheck/cppcheck-1.61-1-src.tar.bz2 \
 http://dl.dropbox.com/u/5530441/cygwin/cppcheck/cppcheck-debuginfo/setup.hint 
 \
 http://dl.dropbox.com/u/5530441/cygwin/cppcheck/cppcheck-debuginfo/cppcheck-debuginfo-1.61-1.tar.bz2
 ---

 64-bit:
 ---
 wget -x -nH --cut-dirs=3 \
 http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/setup.hint \
 http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/cppcheck-1.61-1.tar.bz2 \
 http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/cppcheck-1.61-1-src.tar.bz2 
 \
 http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/cppcheck-debuginfo/setup.hint
 \
 http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/cppcheck-debuginfo/cppcheck-debuginfo-1.61-1.tar.bz2
 ---

 Please feel free to remove anything older than 1.60.1-1.

Ping?

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


[RFU] cppcheck-1.61-1

2013-09-25 Thread Chris Sutcliffe
Please upload:

32-bit:
---
wget -x -nH --cut-dirs=3 \
http://dl.dropbox.com/u/5530441/cygwin/cppcheck/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin/cppcheck/cppcheck-1.61-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/cppcheck/cppcheck-1.61-1-src.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/cppcheck/cppcheck-debuginfo/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin/cppcheck/cppcheck-debuginfo/cppcheck-debuginfo-1.61-1.tar.bz2
---

64-bit:
---
wget -x -nH --cut-dirs=3 \
http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/cppcheck-1.61-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/cppcheck-1.61-1-src.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/cppcheck-debuginfo/setup.hint
\
http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/cppcheck-debuginfo/cppcheck-debuginfo-1.61-1.tar.bz2
---

Please feel free to remove anything older than 1.60.1-1.

Thank you,

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: Test cygwin upload

2013-09-24 Thread Chris Sutcliffe
On 8 August 2013 13:53, Christopher Faylor wrote:
 On Thu, Aug 08, 2013 at 12:46:09PM -0400, Chris Sutcliffe wrote:
I`ve uploaded all the cppcheck files for both arches, let me know if
there is anything else I can do to help test.

 Any clever ideas on how to signify Everything is uploaded. Please move
 into release in a non-racy way?

 The best I can come up with is having you create a file but I don't really
 like it.

Should I proceed with doing an RFU for cppcheck or is this still being
worked on?

Thanks,

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: [ANNOUNCEMENT] Updated: Cygwin 1.7.25

2013-09-03 Thread Chris Sutcliffe
On 2 September 2013 21:36, Larry Hall (Cygwin) wrote:
 On 9/2/2013 11:34 AM, Angelo Graziosi wrote:

 Corinna Vinschen wrote:

 I just released Cygwin 1.7.25.

 Perhaps I am misunderstanding something.. but is 1.7.25 for x86_64 only or
 also for x86 systems? The mirrors have the 1.7.25 64 bit but not the 32
 bit.
 In this case, it is still 1.7.24 the release..

 Releases now are for both platforms.  Check another mirror or wait a bit if
 what you're seeing doesn't match my statement.

I've checked 5 different mirrors again this morning, and given that
the release was 3 days ago I don't think it's a sync issue.  1.7.25
seems to be missing on the mirrors for x86.

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

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



Re: [ANNOUNCEMENT] Updated: Cygwin 1.7.25

2013-09-03 Thread Chris Sutcliffe
On 3 September 2013 07:36, Achim Gratz wrote:
 Chris Sutcliffe writes:
 I've checked 5 different mirrors again this morning, and given that
 the release was 3 days ago I don't think it's a sync issue.  1.7.25
 seems to be missing on the mirrors for x86.

 The files have been there all the time, but setup.ini wasn't updated.  That
 is now fixed, depending on when the mirrors update you may or may not see it
 yet.

Confirmed, I just tried again and 1.7.25 has shown up at the mirrors I frequent.

Thanks,

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

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



Re: Missing 64 bit packages

2013-08-27 Thread Chris Sutcliffe
Hi Corinna,

Thought I should provide an update...

On 5 August 2013 05:25, Corinna Vinschen wrote:
 Chris Sutcliffe

   libtorrent

Without access to a 64-bit machine I'm a little stuck with this one.
libtorrent's configury builds several small programs to check things
which obviously cannot run in a cross-compilation scenario.

   rtorrent

Without libtorrent, rtorrent can't be built.

   wtf

This is a work in progress as wtf's internal DB / file structures seem
very much based in the 32-bit world, so it requires quite a bit of
modification.  When I'm done this will require some testing to make
sure I didn't break something along the way.

Thanks,

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


googecl is missing a dependency on python-gdata

2013-08-23 Thread Chris Sutcliffe
Hi All,

I'm rebuilding my cygwin install after a HD crash and I noticed that
googlecl is missing python-gdata as a dependency.  Should I upload a
new release with this dependency added or can someone modify the
setup.hint directly?

Thanks,

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: [ANNOUNCEMENT] Updated: mksh-48b-1

2013-08-22 Thread Chris Sutcliffe
Hi Thorsten,

On 21 August 2013 08:58, Thorsten Glaser wrote:
 By the way, in case you didn’t see: thanks to the mksh/Win32
 porting efforts, there is now a .ICO file in the sources
 which you can use – although I have no idea how to do that
 myself. (You can doesn’t mean you should or must, please
 decide that for yourself. An alternative icon is shown on
 the mksh webpage as SVG but only really works for the bigger
 pixel sizes, like 48x48, 64x64 and scalar of the modern *nix
 desktops.)

It's in the sources, but good point, I'll add the .ico file to the
/usr/share/doc/mksh directory in the next release in case someone
wants to leverage it.

Cheers!

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

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



[RFU] mksh-48b-1

2013-08-20 Thread Chris Sutcliffe
Please upload mksh-48b-1:

32-bit:

wget -x -nH --cut-dirs=3 \
http://dl.dropbox.com/u/5530441/cygwin/mksh/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-48b-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-48b-1-src.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-debuginfo/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-debuginfo/mksh-debuginfo-48b-1.tar.bz2

64-bit:

wget -x -nH --cut-dirs=3 \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-48b-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-48b-1-src.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-debuginfo/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-debuginfo/mksh-debuginfo-48b-1.tar.bz2

Please remove 48-1.

Thanks,

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: [RFU] mksh-48b-1

2013-08-20 Thread Chris Sutcliffe
On 20 August 2013 09:37, Corinna Vinschen wrote:
 On Aug 20 08:13, Chris Sutcliffe wrote:
 Please upload mksh-48b-1:

 Uploaded.

Thanks!

 Please remove 48-1.

 Are you sure?  Not 47-1?

Yep, 48 had a bug in it that 48b addresses.

Cheers,

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: [RFU] mksh-48b-1

2013-08-20 Thread Chris Sutcliffe
On 20 August 2013 12:09, Corinna Vinschen wrote:
 On Aug 20 10:34, Chris Sutcliffe wrote:
 On 20 August 2013 09:37, Corinna Vinschen wrote:
  On Aug 20 08:13, Chris Sutcliffe wrote:
  Please upload mksh-48b-1:
 
  Uploaded.

 Thanks!

Did it upload successfully?  It still doesn't seem to be on the
mirrors and I don't see it in a package search either:

http://cygwin.com/cgi-bin2/package-grep.cgi?grep=mksh

mksh/mksh-47-1
mksh/mksh-47-1-src
mksh/mksh-48-1
mksh/mksh-48-1-src
mksh-debuginfo/mksh-debuginfo-47-1
mksh-debuginfo/mksh-debuginfo-48-1

Thanks,

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


[ANNOUNCEMENT] Updated: mksh-48b-1

2013-08-20 Thread Chris Sutcliffe
Version 48b-1 of mksh has been uploaded.

MirBSD Korn Shell (mksh) is an actively developed free implementation
of the Korn Shell programming language and a successor to the Public
Domain Korn Shell (pdksh).

For a detailed list of changes, please see:

https://www.mirbsd.org/mksh.htm#r48b

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list,
lookat the List-Unsubscribe:  tag in the email header of this
message.Send email to the address specified there. It will be in the
format:

cygwin-announce-unsubscribe-you=yourdomain.com at cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available
starting at this URL.

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

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



Updated: mksh-48b-1

2013-08-20 Thread Chris Sutcliffe
Version 48b-1 of mksh has been uploaded.

MirBSD Korn Shell (mksh) is an actively developed free implementation
of the Korn Shell programming language and a successor to the Public
Domain Korn Shell (pdksh).

For a detailed list of changes, please see:

https://www.mirbsd.org/mksh.htm#r48b

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list,
lookat the List-Unsubscribe:  tag in the email header of this
message.Send email to the address specified there. It will be in the
format:

cygwin-announce-unsubscribe-you=yourdomain.com at cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available
starting at this URL.

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: Mintty command line for old time rxvt users

2013-08-19 Thread Chris Sutcliffe
On 19 August 2013 08:23, Keith Starsmeare wrote:
 But I've got a question regarding the command line options. I used to have a
 bunch of shortcuts to start an rxvt to ssh to my remote servers but it took
 some trial and error to get it working so that it is (briefly) a login shell
 to get my sshconfig settings. So I've converted from this shortcut:

   C:\cygwin\bin\rxvt.exe -e ssh servername

 To this:

   C:\cygwin\bin\mintty.exe bash --login -c ssh servername

 Which works, but is a little cumbersome. Am I doing this the best way, or am
 I missing something obvious?

Executing:

C:\cygwin\bin\mintty.exe -e /bin/ssh servername

works for me.

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

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



[ANNOUNCEMENT] Updated: mksh-48-1

2013-08-18 Thread Chris Sutcliffe
Version 48-1 of mksh has been uploaded.

MirBSD Korn Shell (mksh) is an actively developed free implementation
of the Korn Shell programming language and a successor to the Public
Domain Korn Shell (pdksh).

For a detailed list of changes, please see:

https://www.mirbsd.org/mksh.htm#r48

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list,
lookat the List-Unsubscribe:  tag in the email header of this
message.Send email to the address specified there. It will be in the
format:

cygwin-announce-unsubscribe-you=yourdomain.com at cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available
starting at this URL.

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

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



Updated: mksh-48-1

2013-08-18 Thread Chris Sutcliffe
Version 48-1 of mksh has been uploaded.

MirBSD Korn Shell (mksh) is an actively developed free implementation
of the Korn Shell programming language and a successor to the Public
Domain Korn Shell (pdksh).

For a detailed list of changes, please see:

https://www.mirbsd.org/mksh.htm#r48

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list,
lookat the List-Unsubscribe:  tag in the email header of this
message.Send email to the address specified there. It will be in the
format:

cygwin-announce-unsubscribe-you=yourdomain.com at cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available
starting at this URL.

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


[RFU] mksh-48-1

2013-08-17 Thread Chris Sutcliffe
Please upload mksh-48-1:

32-bit:

wget -x -nH --cut-dirs=3 \
http://dl.dropbox.com/u/5530441/cygwin/mksh/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-48-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-48-1-src.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-debuginfo/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-debuginfo/mksh-debuginfo-48-1.tar.bz2

64-bit:

wget -x -nH --cut-dirs=3 \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-48-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-48-1-src.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-debuginfo/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-debuginfo/mksh-debuginfo-48-1.tar.bz2

Thank you,

Please feel free to remove anything older then 47-1.

Thanks,

Chris


-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: Problems with lftp's mirror function

2013-08-09 Thread Chris Sutcliffe
On 9 August 2013 02:26, Achim Gratz wrote:
 Chris Sutcliffe writes:
 Using the current lftp in the distribution and the latest updates I've
 found that lftp's mirror function hangs.

 Could you be more specific on what error it encounters?  I use lftp
 mirroring fairly extensively (albeit only via HTTP proxy) and it WJFFM.

Using an sftp connection, both forward and reverse mirror caused lftp
to become completely unresponsive and the only way I could stop it was
to kill the lftp process.

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

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



Problems with lftp's mirror function

2013-08-08 Thread Chris Sutcliffe
Using the current lftp in the distribution and the latest updates I've
found that lftp's mirror function hangs.  Compiling lftp 4.4.8 (didn't
try 4.4.7) has fixed the issue for me, but I wanted to provide a heads
up.

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

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



[64-bit Request for Testing] cppcheck-1.60.1-1

2013-08-01 Thread Chris Sutcliffe
Hi All,

I've cross compiled cppcheck for 64-bit and I'd appreciate it if
someone with a 64-bit machine could give it a spin to confirm it works
as expected:

---
wget -x -nH --cut-dirs=3 \
http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/cppcheck-1.60.1-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/cppcheck-1.60.1-1-src.tar.bz2
\
http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/cppcheck-debuginfo/setup.hint
\
http://dl.dropbox.com/u/5530441/cygwin64/cppcheck/cppcheck-debuginfo/cppcheck-debuginfo-1.60.1-1.tar.bz2
---

It compiled cleanly, so I'm hoping there are no issues.  One thing I
noticed is that cygport listed cygwin64-gcc-core as a dependency for
cppcheck.  Will this cause an issue when installed on 64-bit Cygwin?

Thanks,

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: [64-bit Request for Testing] cppcheck-1.60.1-1

2013-08-01 Thread Chris Sutcliffe
On 1 August 2013 08:04, Corinna Vinschen wrote:
 On Aug  1 07:36, Chris Sutcliffe wrote:
 It compiled cleanly, so I'm hoping there are no issues.

 A quick test worked fine.  Looks good, uploaded.

Thanks!  Are we in the clear to send 64-bit announcements to the
Announce mailing list now?

 One thing I
 noticed is that cygport listed cygwin64-gcc-core as a dependency for
 cppcheck.  Will this cause an issue when installed on 64-bit Cygwin?

 This looks wrong.  I removed this dependency manually for now.

Thanks, I'll clean up my local copy as well.  Yaakov, I'm assuming
cygport is picking this up automatically, is there anyway it can be
skipped, or is it something I'll need to keep an eye on going forward?

Thanks,

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


[64-bit Request for Testing] astyle-2.03-1

2013-08-01 Thread Chris Sutcliffe
I've created a 64-bit version of astyle via a cross-compile and I
would appreciate it if someone could give it a spin:

---
wget -x -nH --cut-dirs=3 \
http://dl.dropbox.com/u/5530441/cygwin64/astyle/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin64/astyle/astyle-2.03-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin64/astyle/astyle-2.03-1-src.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin64/astyle/astyle-debuginfo/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin64/astyle/astyle-debuginfo/astyle-debuginfo-2.03-1.tar.bz2
---

It compile cleanly, so hopefully all is good.

Thanks,

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


[64-bit Request for Testing] hexedit-1.2.13-1

2013-08-01 Thread Chris Sutcliffe
I've created a 64-bit version of hexedit via a cross-compile and I
would appreciate it if someone could give it a spin:

---
wget -x -nH --cut-dirs=3 \
http://dl.dropboxusercontent.com/u/5530441/cygwin64/hexedit/setup.hint \
http://dl.dropboxusercontent.com/u/5530441/cygwin64/hexedit/hexedit-1.2.13-1.tar.bz2
\
http://dl.dropboxusercontent.com/u/5530441/cygwin64/hexedit/hexedit-1.2.13-1-src.tar.bz2
\
http://dl.dropboxusercontent.com/u/5530441/cygwin64/hexedit/hexedit-debuginfo/setup.hint
\
http://dl.dropboxusercontent.com/u/5530441/cygwin64/hexedit/hexedit-debuginfo/hexedit-debuginfo-1.2.13-1.tar.bz2
---

It compiled cleanly, so hopefully all is good.

Thanks,

Chris


-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: [64-bit Request for Testing] astyle-2.03-1

2013-08-01 Thread Chris Sutcliffe
On 1 August 2013 13:53, Corinna Vinschen wrote:
 On Aug  1 13:51, Chris Sutcliffe wrote:
 I've created a 64-bit version of astyle via a cross-compile and I
 would appreciate it if someone could give it a spin:

 Any chance to provide an STC for non-users?

Using the attached files:

astyle --style=gnu ./test.c

test.c should match test.c.out and a test.c.orig file should be generated.

Thanks!

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d
#include stdio.h

void main(void)
{
printf(hi\n);
}



test.c.out
Description: Binary data


[ANNOUNCEMENT] [New 64-bit] cppcheck-1.60.1-1

2013-08-01 Thread Chris Sutcliffe
The 64-bit version 1.60.1-1 of cppcheck has been uploaded.

cppcheck is a tool for static C/C++ code analysis.  It tries to detect bugs that
your C/C++ compiler doesn't see.  The goal is no false positives.

cppcheck is versatile. You can check non-standard code that includes various
compiler extensions, inline assembly code, etc.

For a list of changes see:

http://sourceforge.net/p/cppcheck/news/2013/06/cppcheck-1601/
http://sourceforge.net/p/cppcheck/news/2013/06/cppcheck-160/

Note: As of this release a debuginfo package is also available.

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message. Send email to the
address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.comatcygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available starting
at this URL.

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

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



[ANNOUNCEMENT] [64-bit New] astyle-2.03-1

2013-08-01 Thread Chris Sutcliffe
I've uploaded a 64-bit version astyle, 2.03-1, in keeping with the
current upstream release.

For a list of changes check out http://astyle.sourceforge.net/notes.html .

*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com at cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

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



[ANNOUNCEMENT] [64-bit New] hexedit-1.2.13-1

2013-08-01 Thread Chris Sutcliffe
A 64-bit release of hexedit, 1.2.13-1, is now available.

hexedit  shows a file both in ASCII and in hexadecimal. The file can be a
device as the file is read a piece at a time. You can modify the file and
search through it.

For a list of changes see below.

   *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.comatcygwin.com

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.

february 2013:
- fix displaying sector number when above 2^31
- fix potential file descriptor leak (thanks to Rich Burridge)
- add DESTDIR support to the makefiles
- preprocessor flags should use CPPFLAGS, not CFLAGS
- fix a small issue in mymemmem/mymemrmem when HAVE_MEMMEM/HAVE_MEMRMEM is not
defined


-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

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



[64-bit New] astyle-2.03-1

2013-08-01 Thread Chris Sutcliffe
I've uploaded a 64-bit version astyle, 2.03-1, in keeping with the
current upstream release.

For a list of changes check out http://astyle.sourceforge.net/notes.html .

*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com at cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


[64-bit New] hexedit-1.2.13-1

2013-08-01 Thread Chris Sutcliffe
A 64-bit release of hexedit, 1.2.13-1, is now available.

hexedit  shows a file both in ASCII and in hexadecimal. The file can be a
device as the file is read a piece at a time. You can modify the file and
search through it.

For a list of changes see below.

   *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.comatcygwin.com

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.

february 2013:
- fix displaying sector number when above 2^31
- fix potential file descriptor leak (thanks to Rich Burridge)
- add DESTDIR support to the makefiles
- preprocessor flags should use CPPFLAGS, not CFLAGS
- fix a small issue in mymemmem/mymemrmem when HAVE_MEMMEM/HAVE_MEMRMEM is not
defined


-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


[ANNOUNCEMENT] Updated: mksh-47-1

2013-07-29 Thread Chris Sutcliffe
Version 47-1 of mksh has been uploaded.

MirBSD Korn Shell (mksh) is an actively developed free implementation
of the Korn Shell programming language and a successor to the Public
Domain Korn Shell (pdksh).

For a detailed list of changes, please see:

https://www.mirbsd.org/mksh.htm#r47

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list,
lookat the List-Unsubscribe:  tag in the email header of this
message.Send email to the address specified there. It will be in the
format:

cygwin-announce-unsubscribe-you=yourdomain.com at cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available
starting at this URL.

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

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



Updated: mksh-47-1

2013-07-29 Thread Chris Sutcliffe
Version 47-1 of mksh has been uploaded.

MirBSD Korn Shell (mksh) is an actively developed free implementation
of the Korn Shell programming language and a successor to the Public
Domain Korn Shell (pdksh).

For a detailed list of changes, please see:

https://www.mirbsd.org/mksh.htm#r47

 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list,
lookat the List-Unsubscribe:  tag in the email header of this
message.Send email to the address specified there. It will be in the
format:

cygwin-announce-unsubscribe-you=yourdomain.com at cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read*all*  of the information on unsubscribing that is available
starting at this URL.

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


[RFU] mksh-47-1

2013-07-27 Thread Chris Sutcliffe
I'm not sure how this is supposed to work now, so I've issued this RFU
with both archs.  Going forward is this acceptable, or should I split
it into 2 RFUs?

32-bit:

wget -x -nH --cut-dirs=3 \
http://dl.dropbox.com/u/5530441/cygwin/mksh/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-47-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-47-1-src.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-debuginfo/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-debuginfo/mksh-debuginfo-47-1.tar.bz2

64-bit:

wget -x -nH --cut-dirs=3 \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-47-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-47-1-src.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-debuginfo/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-debuginfo/mksh-debuginfo-47-1.tar.bz2

Thank you,

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: Please build 64 bit packages

2013-07-25 Thread Chris Sutcliffe
On 25 July 2013 08:15, Corinna Vinschen wrote:
 now that the 64 bit version is in the wild, it would be incredibly cool
 if you could all have a look into building your packages, which are not
 yet available, for the 64 bit distro.

I still have no access to a 64-bit machine to validate any of the
packages I maintain.  I can cross-compile them (as I did with mksh),
but I can't guarantee they work.  Should I proceed?

 Alternatively, for those of your packages which are noarch packages,
 for instance perl or python scripts, please drop usa note here along
 the lines of please copy package foo from 32 to 64 bit distro.

I think python-gdata and googlecl fall in to this category, so please
feel free to copy them over.

Thanks!

Chris

--
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: Please build 64 bit packages

2013-07-25 Thread Chris Sutcliffe
On 25 July 2013 09:10, Corinna Vinschen wrote:
 On Jul 25 08:35, Chris Sutcliffe wrote:
 I still have no access to a 64-bit machine to validate any of the
 packages I maintain.  I can cross-compile them (as I did with mksh),
 but I can't guarantee they work.  Should I proceed?

 No chance to install a VM?

I tried Qemu and Virtualbox on my work supplied laptop and they both
fail to run the x86_64 Win8 install.  Unfortunately I don't have
access to any other machine to setup a VM.

  Alternatively, for those of your packages which are noarch packages,
  for instance perl or python scripts, please drop usa note here along
  the lines of please copy package foo from 32 to 64 bit distro.

 I think python-gdata and googlecl fall in to this category, so please
 feel free to copy them over.

 Yes, sure, that would be nice.

Is there anything I need to do for this to happen?  I can issue an RFU
if need be...

Thanks,

Chris

--
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


[RFU 64bit] mksh-46-1

2013-07-12 Thread Chris Sutcliffe
Please upload:

wget -x -nH --cut-dirs=3 \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-46-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-46-1-src.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-debuginfo/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-debuginfo/mksh-debuginfo-46-1.tar.bz2

Thank you,

Chris

--
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: [RFU 64bit] mksh-46-1

2013-07-12 Thread Chris Sutcliffe
On 12 July 2013 12:38, Corinna Vinschen wrote:
 On Jul 12 06:28, Chris Sutcliffe wrote:
 Please upload:

 wget -x -nH --cut-dirs=3 \
 http://dl.dropbox.com/u/5530441/cygwin64/mksh/setup.hint \
 http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-46-1.tar.bz2 \
 http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-46-1-src.tar.bz2 \
 http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-debuginfo/setup.hint \
 http://dl.dropbox.com/u/5530441/cygwin64/mksh/mksh-debuginfo/mksh-debuginfo-46-1.tar.bz2

 Done.

My Announcement message was rejected by the moderator.  Are we not
supposed to announce 64bit packages?

Thanks,

Chris

--
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: [RFU 64bit] mksh-46-1

2013-07-12 Thread Chris Sutcliffe
On 12 July 2013 17:51, Yaakov (Cygwin/X) wrote:
 On 2013-07-12 16:03, Chris Sutcliffe wrote:

 My Announcement message was rejected by the moderator.  Are we not
 supposed to announce 64bit packages?

 Did you *read* the rejection message?

Yep, this is all it said:

 Hi! This is the ezmlm program. I'm managing the
 cygwin-annou...@cygwin.com mailing list.

 I'm sorry, your message (enclosed) was not accepted by the moderator.
 If the moderator has made any comments, they are shown below.

However all that was below was my original message.

Chris

--
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


  1   2   3   4   5   6   7   8   >