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


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


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


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


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


[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


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


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


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


[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


[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


[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


[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


[64bit] Updated: mksh-46-1

2013-07-12 Thread Chris Sutcliffe
The 64bit version 46-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#r46

 *** 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: [RFU] mksh-46-1

2013-07-11 Thread Chris Sutcliffe
On 10 July 2013 21:18, Ken Brown wrote:
 On 7/10/2013 8:36 PM, Chris Sutcliffe wrote:
 Please remove 44-1 as previous and feel free to remove anything older.

  ^^

 You meant *leave* 44-1.  Done.

Indeed, good catch, that`s what I get for not paying attention to what
I copy and paste.

Thanks,

Chris

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


Re: [RFU] mksh-46-1

2013-07-11 Thread Chris Sutcliffe
 On 11 July 2013 06:55, Corinna Vinschen wrote:
 On Jul 11 05:58, Chris Sutcliffe wrote:
 Indeed, good catch, that`s what I get for not paying attention to what
 I copy and paste.

 any chance to provide a 64 bit version as well?

Sure, I'll give it a spin.  I've been hesitant to produce any 64-bit
versions of any of the packages that I maintain because I have no way
of validating them.  I can create a virtual 64-bit machine on my
32-bit development laptop but I don't have a 64-bit OS to install.

Hopefully someone can check out the build and make sure it runs...

Cheers!

Chris

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



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


Re: [RFU] mksh-46-1

2013-07-11 Thread Chris Sutcliffe
On 11 July 2013 10:14, Corinna Vinschen wrote:
 On Jul 11 09:21, Chris Sutcliffe wrote:
  On 11 July 2013 06:55, Corinna Vinschen wrote:
  On Jul 11 05:58, Chris Sutcliffe wrote:
  Indeed, good catch, that`s what I get for not paying attention to what
  I copy and paste.
 
  any chance to provide a 64 bit version as well?

 Sure, I'll give it a spin.  I've been hesitant to produce any 64-bit
 versions of any of the packages that I maintain because I have no way
 of validating them.  I can create a virtual 64-bit machine on my
 32-bit development laptop but I don't have a 64-bit OS to install.

 I'm not sure if that works.  I was under the impression that you need
 a 64 bit OS to install a 64 bit VM, but if I'm wrong, just grab
 64 bit Windows 2012 for 180 days of evaluation period from Microsoft:

 http://msdn.microsoft.com/en-us/evalcenter/hh708764.aspx

 Or Windows 8 for 90 days of evaluation:

 http://msdn.microsoft.com/en-US/evalcenter/jj554510.aspx

I've got the 64-bit version of mksh built and packaged but
unfortunately I'm not having much luck getting the virtual 64-bit Win8
to run.  I had it working previously on this laptop using VirtualBox
running XP but the IT department at work has since re-imaged the
laptop with Win7 and now the virtual Win8 install is hanging.  If
someone is brave enough to give the 64-bit version a spin I'll gladly
provide a link.

Chris

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


Re: *** setup.ini: warning - package mingw64-i686-gcc-core requires non-existent package mingw64-i686-winpthreads

2013-07-10 Thread Chris Sutcliffe
On 10 July 2013 05:51, JonY wrote:
 On 7/10/2013 07:06, Christopher Faylor wrote:
 Bzzt.  Wrong answer.  You don't install a package with a nonexistent
 dependency.  You broke setup.ini generation for hours.  Your upload
 speeds have nothing to do with this.  You should install the packages
 all at the same time, not piecemeal.

 As I have said, it is still uploading, at 15KB/s, continuously since 2
 days ago, it is not done piecemeal, but yes, I should have uploaded
 winpthreads first.

Perhaps (for next time) upload to a staging area (I believe cgf has
in the past mentioned using the home directories on sourceware), then
when the upload is complete, move the files to the appropriate
directory?  This would avoid the problems being reported with
setup.exe I believe.

Just my 2 cents.

Chris

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


Re: *** setup.ini: warning - package mingw64-i686-gcc-core requires non-existent package mingw64-i686-winpthreads

2013-07-10 Thread Chris Sutcliffe
On 10 July 2013 06:17, JonY wrote:
 On 7/10/2013 18:06, Chris Sutcliffe wrote:

 Perhaps (for next time) upload to a staging area (I believe cgf has
 in the past mentioned using the home directories on sourceware), then
 when the upload is complete, move the files to the appropriate
 directory?  This would avoid the problems being reported with
 setup.exe I believe.

 I don't think I have shell access to move the files after upload is
 completed, unless there is some way else that I am not aware of.

I'm afraid I'm not that familiar with the access privileges to
sourceware, cgf, perhaps you can provide some insight on how this
could be done?

 Can you do that with scp?

Not that I am aware of.

Chris

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


[RFU] mksh-46-1

2013-07-10 Thread Chris Sutcliffe
Please upload:

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-46-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-46-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-46-1.tar.bz2

Please remove 44-1 as previous and feel free to remove anything older.

Thank you,

Chris

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


Re: [RFU] hexedit-1.2.13-1

2013-06-18 Thread Chris Sutcliffe
On 18 June 2013 04:16, Corinna Vinschen wrote:
 On Jun 17 12:53, Chris Sutcliffe wrote:
 Please upload:

 ---
 http://dl.dropboxusercontent.com/u/5530441/cygwin/hexedit/hexedit-debuginfo/hexedit-debuginfo-1.60.1-1.tar.bz2

 Wow, that was weird, until I realized that 1.60.1-1 couldn't be the
 right version number for the debuginfo package :)

That`s what I get for not checking my search and replace before hitting send! ;)

Thanks,

Chris

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


RFU: python-gdata-2.0.18-1

2013-06-17 Thread Chris Sutcliffe
Please upload:

---

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

---

Please leave 2.0.17-2 as previous and all other versions can be removed.

Thank you,

Chris

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


[RFU] hexedit-1.2.13-1

2013-06-17 Thread Chris Sutcliffe
Please upload:

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

Please feel free to remove anything older than 1.2.12-2.

Thank you,

Chris

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


RFU: cppcheck-1.60.1-1

2013-06-02 Thread Chris Sutcliffe
Please upload:

---
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.60.1-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/cppcheck/cppcheck-1.60.1-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.60.1-1.tar.bz2
---

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

Thank you,

Chris

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


[RFU] astyle-2.03-1

2013-04-16 Thread Chris Sutcliffe
Please upload:

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

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

Thank you,

Chris

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


Re: [RFU] expat-2.1.0-2

2013-04-16 Thread Chris Sutcliffe
On 16 April 2013 12:00, Corinna Vinschen wrote:
 On Apr 16 07:40, Warren Young wrote:
 This just adds the missing .a file to the libexpat1-devel package.
 The other file size differences are no doubt due to toolchain
 changes over the past ~10 months since I built the -1 packages.
 (Upstream hasn't changed in that time, so I'm building from the same
 sources.)

 Uploaded.

expat-debuginfo is being pulled in by default.

Chris

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


RFU: cppcheck-1.59-1

2013-03-29 Thread Chris Sutcliffe
Please upload:

---
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.59-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/cppcheck/cppcheck-1.59-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.59-1.tar.bz2
---

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

Thank you,

Chris


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


Re: RFU: libsigc2.0-2.2.11-1

2013-03-26 Thread Chris Sutcliffe
Hi Corinna,

On 26 March 2013 04:50, Corinna Vinschen wrote:
 Your original mail didn't make it to the list, afaics.

May well be, I didn't plan it well (it was sent during the cygwin.com cut-over).

 Uploaded.  Any old package to remove (2.2.8-1? 2.2.10-1?)

Please leave 2.2.10-1 as previous and feel free to remove anything older.

Thanks,

Chris

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


Re: RFU: libsigc2.0-2.2.11-1

2013-03-26 Thread Chris Sutcliffe
On 26 March 2013 06:44, Chris Sutcliffe wrote:
 Please leave 2.2.10-1 as previous and feel free to remove anything older.

Make that 2.2.10-2 as previous.

Thanks,

Chris

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


Re: RFU: libsigc2.0-2.2.11-1

2013-03-25 Thread Chris Sutcliffe
On 19 March 2013 08:44, Chris Sutcliffe wrote:
 Please upload:

 ---
 wget -x -nH --cut-dirs=3 \
 http://dl.dropbox.com/u/5530441/cygwin/libsigc2.0/libsigc2.0_0/libsigc2.0_0-2.2.11-1.tar.bz2
 \
 http://dl.dropbox.com/u/5530441/cygwin/libsigc2.0/libsigc2.0_0/setup.hint \
 http://dl.dropbox.com/u/5530441/cygwin/libsigc2.0/libsigc2.0-debuginfo/libsigc2.0-debuginfo-2.2.11-1.tar.bz2
 \
 http://dl.dropbox.com/u/5530441/cygwin/libsigc2.0/libsigc2.0-debuginfo/setup.hint
 \
 http://dl.dropbox.com/u/5530441/cygwin/libsigc2.0/libsigc2.0-devel/libsigc2.0-devel-2.2.11-1.tar.bz2
 \
 http://dl.dropbox.com/u/5530441/cygwin/libsigc2.0/libsigc2.0-devel/setup.hint 
 \
 http://dl.dropbox.com/u/5530441/cygwin/libsigc2.0/libsigc2.0-doc/libsigc2.0-doc-2.2.11-1.tar.bz2
 \
 http://dl.dropbox.com/u/5530441/cygwin/libsigc2.0/libsigc2.0-doc/setup.hint \
 http://dl.dropbox.com/u/5530441/cygwin/libsigc2.0/libsigc2.0-2.2.11-1.tar.bz2 
 \
 http://dl.dropbox.com/u/5530441/cygwin/libsigc2.0/libsigc2.0-2.2.11-1-src.tar.bz2
 \
 http://dl.dropbox.com/u/5530441/cygwin/libsigc2.0/setup.hint
 ---

Ping?

Thanks,

Chris

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


Re: Maintainers please weigh in on 64-bit Cygwin

2013-03-17 Thread Chris Sutcliffe
On 17 March 2013 13:45, Christopher Faylor wrote:
 You certainly could but that would mean that you'd be releasing untested
 software for 64-bit.  Is that something that we want to endorse or should
 we have some way of validating this.

This brings up an interesting point, in that I don't have access to a
64-bit machine to validate any packages I maintain.  Would running a
64-bit version of Windows in VM (i.e. virtualbox) be acceptable?
Having a cross-compiler would be a definite plus because I've found
VMs to be incredibly slow, so it would be fine for validating but I
wouldn't want to compile in a VM.

 If we could (this is just pie-in-the-sky speculating) drum up funding
 for a 64-bit version of Windows would you be willing to install it?

I also lack a 64-bit Windows OS, but I believe you can download a time
limited trial of Windows8 in 64-bit?

Chris

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


RFU: mksh-44-1

2013-03-06 Thread Chris Sutcliffe
Please upload:

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-44-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-44-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-44-1.tar.bz2

Please remove 43-1 and leave 41-1 as previous.

Thank you,

Chris

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


Re: [RFU] lftp

2013-03-03 Thread Chris Sutcliffe
Hi Andrew,

For some reason lftp-debuginfo is also being pulled down with this
release (it shows in the pending list, I've selected to skip it).
Is this on purpose or a mistake in the setup.hint?

Thanks,

Chris

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


Update vim?

2013-02-26 Thread Chris Sutcliffe
Hi All,

As of patch level 7.3.836 vim has added integration in to the native
Windows clipboard for Cygwin:

Problem:Clipboard does not work on Win32 when compiled with Cygwin.
Solution:   Move the Win32 clipboard code to a separate file and use it when
building with os_unix.c. (Frodak Baksik, Ken Takata)

Building with X11 enabled still uses the X11 keyboard.  Should there
be a refresh of the Cygwin vim?

Cheers,

Chris

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


Re: GCC maintainer volunteer?

2013-02-23 Thread Chris Sutcliffe
Hi Dave,

As per this message:

http://cygwin.com/ml/cygwin/2013-02/msg00292.html

Are you back and still maintaining GCC?

Thanks,

Chris


Re: GCC maintainer volunteer?

2013-02-21 Thread Chris Sutcliffe
On 21 February 2013 10:38, NightStrike wrote:
 On Thu, Feb 21, 2013 at 3:42 AM, Corinna Vinschen wrote:
 On Feb 21 21:33, JonY wrote:
 On 2/21/2013 20:40, NightStrike wrote:
  I've started looking at the patches, they definitely aren't trivial.
  I'll probably be releasing it as experimental.
 
  There are local cygwin patches to gcc?
 

 Yes, about 100KB of it. I confess I don't know what most of is for, my
 understanding of the gcc internals are limited.

 I assume some (or all) of them are already upstream, but they were not
 backported into the 4.5.x branch.  It might be a good idea to start out
 with a clean upstream build and then look into the patches if they still
 make some sense.

 Are they in 4.6?  If so, why not just start fresh and clean with a 4.6
 'chain that needs zero patching?

I believe Corinna means going to later version of GCC, preferably
straight to 4.7 would be great.

Chris

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


RFU: mksh-43-1

2013-02-19 Thread Chris Sutcliffe
Please upload:

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-43-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-43-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-43-1.tar.bz2

Please remove 42b-1 and leave 41-1 as previous.

Thank you,

Chris

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


RFU: mksh-42b-1

2013-02-15 Thread Chris Sutcliffe
Upstream found a regression in 42 so 42b was released.

Please upload:

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-42b-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-42b-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-42b-1.tar.bz2

Please remove 42-1 and leave 41-1 as previous.

Thank you,

Chris


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


Re: RFU: libtorrent-0.12.9-3

2013-02-14 Thread Chris Sutcliffe
On 13 February 2013 22:02, Yaakov wrote:
 On Wed, 13 Feb 2013 20:59:09 -0500, Chris Sutcliffe wrote:
 Updated libtorrent to link against libopenssl100.

 Uploaded.  Can any older versions be removed?

Please leave 0.12.9-2 as previous and feel free to remove all others.

Thanks,

Chris


RFU: mksh-42-1

2013-02-14 Thread Chris Sutcliffe
Please upload:

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-42-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-42-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-42-1.tar.bz2

Anything older than 41-1 can be removed.

Thank you,

Chris

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


Re: [HEADSUP] openssl-1.0.1 vs. openssl 0.9.8

2013-02-13 Thread Chris Sutcliffe
Hi Corinna,

On 12 February 2013 10:21, Corinna Vinschen wrote:
 since openssl 1.0.1 is our recent version for a while now, I'd like to
 ask those of you which still have packages linked against libopenssl098
 to update your packages to new versions linked against libopenssl100.

 The following packages are affected:

   libtorrent11  Chris Sutcliffe
   libtorrent14  Chris Sutcliffe

 There isn't much pressure yet, since I'll continue to support the old
 libopenssl098 a while, but if it's not asked too much, it would be nice
 if you could update your packages.

I've been fighting with the latest stable rtorrent / libtorrent (as
have many people - FreeBSD, etc.) as it has a tendency to peg CPUs at
100%.  As a result the Cygwin release is lagging behind the upstream
release and is the reason there hasn't been a recent release.  I'm
more than happy to rebuild the current release (i.e. libtorrent14)
against the updated libopenssl, question I have is do I also need to
rebuild the previous release (i.e. libtorrent11), or can we just drop
it?

Thanks,

Chris


RFU: libtorrent-0.12.9-3

2013-02-13 Thread Chris Sutcliffe
Updated libtorrent to link against libopenssl100.

Please upload:

---
wget -x -nH --cut-dirs=3 \
http://dl.dropbox.com/u/5530441/cygwin/libtorrent/libtorrent-0.12.9-3.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/libtorrent/libtorrent-0.12.9-3-src.tar.bz2
\
http://dl.dropbox.com/u/5530441/cygwin/libtorrent/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin/libtorrent/libtorrent14/libtorrent14-0.12.9-3.tar.bz2
\
http://dl.dropbox.com/u/5530441/cygwin/libtorrent/libtorrent14/setup.hint \
http://dl.dropbox.com/u/5530441/cygwin/libtorrent/libtorrent-devel/libtorrent-devel-0.12.9-3.tar.bz2
\
http://dl.dropbox.com/u/5530441/cygwin/libtorrent/libtorrent-devel/setup.hint
---

Thank you,

Chris

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


Re: HEADSUP: Python 2.7 upgrade

2013-01-24 Thread Chris Sutcliffe
On 23 January 2013 19:56, Yaakov wrote:
 Jason Tishler announced last month[1] that he intends to upgrade Python
 to 2.7 on 01 February, which is quickly approaching.

 In order to assure a prompt and smooth transition to Python 2.7, the
 following packages will need a rebuild/update:

 Chris Sutcliffe: googlecl, python-gdata

I've uploaded python-gdata and googecl rebuilt to work with python2.7:

python-gdata:
---
wget -x -nH --cut-dirs=3 \
https://dl.dropbox.com/u/5530441/cygwin/python-gdata/python-gdata-2.0.17-2.tar.bz2
\
https://dl.dropbox.com/u/5530441/cygwin/python-gdata/python-gdata-2.0.17-2-src.tar.bz2
\
https://dl.dropbox.com/u/5530441/cygwin/python-gdata/setup.hint
---

googlecl:
---
wget -x -nH --cut-dirs=3 \
https://dl.dropbox.com/u/5530441/cygwin/googlecl/googlecl-0.9.14-2.tar.bz2 \
https://dl.dropbox.com/u/5530441/cygwin/googlecl/googlecl-0.9.14-2-src.tar.bz2 \
https://dl.dropbox.com/u/5530441/cygwin/googlecl/setup.hint
---

Please upload when appropriate.

Thanks,

Chris

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


RFU: cppcheck-1.58-1

2013-01-13 Thread Chris Sutcliffe
Please upload:

---
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.58-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/cppcheck/cppcheck-1.58-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.58-1.tar.bz2
---

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

Thank you,

Chris

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


RFU: googlecl-0.9.14-1

2012-12-31 Thread Chris Sutcliffe
Please upload:

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

Please remove anything older than 0.9.13.

Thank you,

Chris

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


RFU: mksh-41-1

2012-11-30 Thread Chris Sutcliffe
Please upload:

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-41-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/mksh/mksh-41-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-41-1.tar.bz2

Anything older than 40F can be removed.

Thank you,

Chris

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


Re: [RFU] mingw64-* crt and headers update, including win32api

2012-11-16 Thread Chris Sutcliffe
On 16 November 2012 06:13, Corinna Vinschen wrote:
 On Nov 16 18:25, JonY wrote:
 On 11/16/2012 00:56, Christopher Faylor wrote:
  On Thu, Nov 15, 2012 at 04:00:32PM +0100, Corinna Vinschen wrote:
  On Nov 15 22:40, JonY wrote:
 OK, uploaded, how long do I wait to find out if I screwed up? :)

 Looks good to me at first glance.

Setup has picked them up, so I'd say you've done it right. :)

Cheers,

Chris

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


RFU: cppcheck-1.57-1

2012-11-04 Thread Chris Sutcliffe
Please upload:

---
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.57-1.tar.bz2 \
http://dl.dropbox.com/u/5530441/cygwin/cppcheck/cppcheck-1.57-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.57-1.tar.bz2
---

Thank you,

Chris

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


Re: ITP: xlsx2csv -- Convert xslx xml files to csv format

2012-10-23 Thread Chris Sutcliffe
On 13 October 2012 15:59, Jari Aalto wrote:
 wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/setup.hint \
 
 http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/xlsx2csv-0.11+20120814+gitf54ab78-1-src.tar.bz2
  \
 
 http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/xlsx2csv-0.11+20120814+gitf54ab78-1.tar.bz2

 # To check packaging

 cd xlsx2csv
 tar -xf *-src.tar.bz2
 ./*.sh --color --verbose all

 Notes

 Not yet included in any distributions, so needs votes.

+1

Chris

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


Re: RFU: cppcheck-1.56-1

2012-09-02 Thread Chris Sutcliffe
On 2 September 2012 07:24, Corinna Vinschen wrote:
 On Sep  2 00:06, Chris Sutcliffe wrote:
 Please upload:

 ---
 wget -x -nH --cut-dirs=2 \
 http://emergedesktop.org/~ironhead/cygwin/cppcheck/cppcheck-1.56-1.tar.bz2 \
 http://emergedesktop.org/~ironhead/cygwin/cppcheck/cppcheck-1.56-1-src.tar.bz2
  \
 http://emergedesktop.org/~ironhead/cygwin/cppcheck/cppcheck-debuginfo-1.56-1.tar.bz2
 ---

 Please leave 1.55-1 as previous and feel free to remove older releases.

 Question: Does setup.hint need to be modified to accomodate the
 -debuginfo package?

 No, but your debuginfo package should be installed into its own subdir
 with its own setup.hint file.  The latter is autogenerated for you and
 available in your cygport directory as
 dist/cppcheck/cppcheck-debuginfo/setup.hint.

Thanks for the tip.  Please upload:

---
wget -x -nH --cut-dirs=2 \
http://emergedesktop.org/~ironhead/cygwin/cppcheck/cppcheck-1.56-1.tar.bz2 \
http://emergedesktop.org/~ironhead/cygwin/cppcheck/cppcheck-1.56-1-src.tar.bz2 \
http://emergedesktop.org/~ironhead/cygwin/cppcheck-debuginfo/cppcheck-debuginfo-1.56-1.tar.bz2
\
http://emergedesktop.org/~ironhead/cygwin/cppcheck-debuginfo/setup.hint
---

Cheers,

Chris

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


RFU: cppcheck-1.56-1

2012-09-01 Thread Chris Sutcliffe
Please upload:

---
wget -x -nH --cut-dirs=2 \
http://emergedesktop.org/~ironhead/cygwin/cppcheck/cppcheck-1.56-1.tar.bz2 \
http://emergedesktop.org/~ironhead/cygwin/cppcheck/cppcheck-1.56-1-src.tar.bz2 \
http://emergedesktop.org/~ironhead/cygwin/cppcheck/cppcheck-debuginfo-1.56-1.tar.bz2
---

Please leave 1.55-1 as previous and feel free to remove older releases.

Question: Does setup.hint need to be modified to accomodate the
-debuginfo package?

Thank you,

Chris

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


RFU: cppcheck-1.55-1

2012-07-03 Thread Chris Sutcliffe
Please upload:

---
wget -x -nH --cut-dirs=1 \
http://emergedesktop.org/cygwin/cppcheck/cppcheck-1.55-1.tar.bz2 \
http://emergedesktop.org/cygwin/cppcheck/cppcheck-1.55-1-src.tar.bz2
---

Please leave 1.54-1 as previous and feel free to remove older releases.
Thank you,

Chris

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


RFU: cppcheck-1.54-1

2012-04-25 Thread Chris Sutcliffe
Please upload:

---
wget -x -nH --cut-dirs=1 \
http://emergedesktop.org/cygwin/cppcheck/cppcheck-1.54-1.tar.bz2 \
http://emergedesktop.org/cygwin/cppcheck/cppcheck-1.54-1-src.tar.bz2
---

Please leave 1.53-1 as previous and feel free to remove older releases.
Thank you,

Chris

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


Re: utf-8 support with getclip?

2012-04-17 Thread Chris Sutcliffe
2012/4/17 Chris Sutcliffe:
 I'm having an issue with getclip and pasting utf-8 strings (like
 PONIEDZIAŁEK for example).  Using mintty and right clicking I get
 exactly what's in the clipboard.  If I call getclip from the command
 line, I get PONIEDZIA?EK.  My LANG is set to en_CA.UTF-8.

My appologies, sent to the wrong list.

Chris

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


RFU: cppcheck-1.53-1

2012-02-13 Thread Chris Sutcliffe
Please upload:

---
wget -x -nH --cut-dirs=1 \
http://emergedesktop.org/cygwin/cppcheck/cppcheck-1.53-1.tar.bz2 \
http://emergedesktop.org/cygwin/cppcheck/cppcheck-1.53-1-src.tar.bz2
---

Please leave 1.52-1 as previous and feel free to remove older releases.
Thank you,

Chris

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


Re: [ITP] llvm/clang

2012-01-27 Thread Chris Sutcliffe
On 27 January 2012 07:34, Corinna Vinschen wrote:
 On Jan 26 19:50, Yaakov (Cygwin/X) wrote:
 In order to enable the Gallium drivers in Mesa, we need to add LLVM to
 the distro:

 ftp://ftp.cygwinports.org/pub/cygwinports/release-2/llvm/

 The LLVM shared library and OCaml bindings are enabled.  Also included
 is the clang C/C++/ObjC compiler frontend, shared library, and Python
 bindings, since they can only be built within an LLVM source tree.

Because of this:

 LLVM and Clang are in all major distros.

Do we even need to do this:

 +1

?

If so, I definitely +1.

Cheers,

Chris

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


RFU: python-gdata-2.0.16-1

2012-01-26 Thread Chris Sutcliffe
Please upload:

---

wget -x -nH --cut-dirs=1 \
http://emergedesktop.org/cygwin/python-gdata/python-gdata-2.0.16-1.tar.bz2   \
http://emergedesktop.org/cygwin/python-gdata/python-gdata-2.0.16-1-src.tar.bz2

---

Please leave 2.0.15-1 as previous and all other versions can be removed.

Thank you,

Chris

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


Re: /rebase.sh (was Re: YA call for snapshot testing)

2012-01-20 Thread Chris Sutcliffe
On 20 January 2012 08:23, Corinna Vinschen wrote:
 [Moved to cygwin-apps for discussion]

 On Jan 20 09:49, marco atzeri wrote:
 As rebaseall is almost mandatory on W7/64 and
 we are always suggesting it to anyone with fork problem,
 I think a simple batch file in the / (called rebase.bat ?)
 similar to the cygwin.bat

 with something like
 -
 C:
 chdir C:\cygwin\bin
 C:\cygwin\bin\dash -l -i -c rebaseall
 --

 will help customer to handle the issue.
 It should be worth to add it to the rebase package.

 Sounds like an interesting idea.  That would simplify the description
 in the User's Guide, too.  The only problem I see with this is the fact
 that rebaseall exits prematurely if more than just dash or ash processes
 are running.  Maybe we should add a flag to rebaseall so that it waits
 for a keypress in that case.

Perhaps something like:

-
C:
chdir C:\cygwin\bin
C:\cygwin\bin\kill -9 -1
C:\cygwin\bin\dash -l -i -c rebaseall
--

Or is that a little drastic?

Chris

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


Re: RFU: cppcheck-1.52-1

2011-12-12 Thread Chris Sutcliffe
On 12 December 2011 04:09, Corinna Vinschen wrote:
 On Dec 10 22:31, Chris Sutcliffe wrote:
 Please upload:
 ---
 wget -x -nH --cut-dirs=1
 \http://emergedesktop.org/cygwin/cppcheck/cppcheck-1.52-1.tar.bz2
 \http://emergedesktop.org/cygwin/cppcheck/cppcheck-1.52-1-src.tar.bz2
 ---

 Uploaded.  Btw., your wget statement is broken for the thid time.
 The backslash at the start of the line is not very helpful :}

Ugh, sorry, it seems like the GMail web interface is messing up the
spacing (it looks fine when I send it).  I'll try to correct it next
time.

Thank you,

Chris

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


RFU: cppcheck-1.52-1

2011-12-10 Thread Chris Sutcliffe
Please upload:
---
wget -x -nH --cut-dirs=1
\http://emergedesktop.org/cygwin/cppcheck/cppcheck-1.52-1.tar.bz2
\http://emergedesktop.org/cygwin/cppcheck/cppcheck-1.52-1-src.tar.bz2
---
Please leave 1.51-1 as previous and feel free to remove older releases.
Thank you,
Chris
-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


RFU: mksh-40c-1

2011-11-24 Thread Chris Sutcliffe
Please upload mksh-40c-1:
---
wget -x -nH --cut-dirs=1
\http://emergedesktop.org/cygwin/mksh/mksh-40c-1.tar.bz2
\http://emergedesktop.org/cygwin/mksh/mksh-40c-1-src.tar.bz2
---

Feel free to remove anything older than 40b.
Thank you,
Chris
-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


RFU: astyle-2.02.1-1

2011-11-22 Thread Chris Sutcliffe
Please upload astyle-2.02.1-1:
wget -x -nH --cut-dirs=1
\http://emergedesktop.org/cygwin/astyle/astyle-2.02.1-1.tar.bz2
\http://emergedesktop.org/cygwin/astyle/astyle-2.02.1-1-src.tar.bz2
Please leave 2.02-1 as previous and all other releases can be removed.
Thank you,
Chris
-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


RFU: rtorrent-0.8.9-3

2011-11-09 Thread Chris Sutcliffe
Due to a packaging error on my part, the '-2' release didn't actually
contain rtorrent.exe.  As a result please upload:

wget -x -nH --cut-dirs=1 \
http://emergedesktop.org/cygwin/rtorrent/rtorrent-0.8.9-3.tar.bz2 \
http://emergedesktop.org/cygwin/rtorrent/rtorrent-0.8.9-3-src.tar.bz2

Please remove the '-2' release as it is incomplete.

Thank you,

Chris

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


Re: [ITP] astrometry.net-0.38-1

2011-11-08 Thread Chris Sutcliffe
On 8 November 2011 07:44, Ken Brown wrote:
 I was the last person to vote +1, and I have to admit that it was mostly to
 help the guy out.  I regret that I didn't give it more thought.  Now that
 I've seen this discussion, I am no longer in favor of including the package
 in the distro.  I think it would make more sense for the OP to set up his
 own repository.

Much like Ken I wasn't as thorough as I should have been when voting
for the package.  I like the concept of the package, but in all
likelihood I will likely not use it very often.  Following the thread
it looks like the package may not quite be ready for the distro.

Chris

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


RFU: libtorrent-0.12.9-2 / rtorrent-0.8.9-2

2011-11-05 Thread Chris Sutcliffe
Please upload:

wget -x -nH --cut-dirs=1 \
http://emergedesktop.org/cygwin/libtorrent/libtorrent-0.12.9-2.tar.bz2 \
http://emergedesktop.org/cygwin/libtorrent/libtorrent-0.12.9-2-src.tar.bz2 \
http://emergedesktop.org/cygwin/libtorrent/libtorrent14/libtorrent14-0.12.9-2.tar.bz2
\
http://emergedesktop.org/cygwin/libtorrent/libtorrent-devel/libtorrent-devel-0.12.9-2.tar.bz2
\
http://emergedesktop.org/cygwin/rtorrent/rtorrent-0.8.9-2.tar.bz2 \
http://emergedesktop.org/cygwin/rtorrent/rtorrent-0.8.9-2-src.tar.bz2

Thank you,

Chris

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


Re: [ITP] astrometry.net-0.38-1

2011-10-18 Thread Chris Sutcliffe
On 18 October 2011 07:21, Jussi Kantola wrote:
 +3 at the moment ...

+1

Chris

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


Re: SECURITY: gnutls

2011-10-17 Thread Chris Sutcliffe
On 16 October 2011 14:49, Yaakov (Cygwin/X) wrote:
 Dr. Volker Zell,

 gnutls 2.8.6 is susceptible to CVE-2009-3555.  This has been fixed since
 2.10.0, but the current stable releases are 2.12.11 (ABI-compatible with
 2.8.6) and 3.0.4 (which breaks ABI compatibility).  For now, please
 release 2.12.11 ASAP for all the apps currently dependent on
 libgnutls26.

Is Dr. Volker Zell still active?  The last post I can find from him
was from June of last year:

http://sourceware.org/ml/cygwin/2010-06/msg9.html

Chris

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


RFU: cppcheck-1.51-1

2011-10-13 Thread Chris Sutcliffe
Please upload:

---

wget -x -nH --cut-dirs=1 \
http://emergedesktop.org/cygwin/cppcheck/cppcheck-1.51-1.tar.bz2   \
http://emergedesktop.org/cygwin/cppcheck/cppcheck-1.51-1-src.tar.bz2

---

Please leave 1.50-1 as previous and feel free to remove older releases.

Thank you,

Chris

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


Re: [ITP] nosleep 0.1.3-1

2011-09-27 Thread Chris Sutcliffe
On 25 September 2011 06:15, Andrew Schulman wrote:
 nosleep has been written originally for Cygwin, so it's not available in
 any Linux distros and needs to be voted on.

+1

Chris

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


Re: RFU: libsigc2.0-2.2.10-1

2011-09-03 Thread Chris Sutcliffe

On 03/09/2011 1:05 AM, Andy Koppe wrote:

The existing directory for the package is called 'libsigc2.0' rather
than 'libsigc', so I put the files in there. Hope that's as intended.


That's correct.  Going forward I will rename my local libsigc to 
libsigc2.0 to make the upload easier.


Thank you,

Chris

--
Chris Sutcliffe
ir0nh...@gmail.com


RFU: libtorrent-0.12.9-1 / rtorrent-0.8.9-1

2011-09-02 Thread Chris Sutcliffe

Please upload:

wget -x -nH --cut-dirs=1 \
http://emergedesktop.org/cygwin/libtorrent/setup.hint \
http://emergedesktop.org/cygwin/libtorrent/libtorrent-0.12.9-1.tar.bz2 \
http://emergedesktop.org/cygwin/libtorrent/libtorrent-0.12.9-1-src.tar.bz2 \
http://emergedesktop.org/cygwin/libtorrent/libtorrent14/setup.hint \
http://emergedesktop.org/cygwin/libtorrent/libtorrent14/libtorrent14-0.12.9-1.tar.bz2
\
http://emergedesktop.org/cygwin/libtorrent/libtorrent-devel/setup.hint \
http://emergedesktop.org/cygwin/libtorrent/libtorrent-devel/libtorrent-devel-0.12.9-1.tar.bz2
\
http://emergedesktop.org/cygwin/rtorrent/setup.hint \
http://emergedesktop.org/cygwin/rtorrent/rtorrent-0.8.9-1.tar.bz2 \
http://emergedesktop.org/cygwin/rtorrent/rtorrent-0.8.9-1-src.tar.bz2

Thank you,

Chris

--
Chris Sutcliffe
ir0nh...@gmail.com


RFU: mingw-runtime-3.20-1

2011-08-24 Thread Chris Sutcliffe
Due to an incomplete code clean-up causing linking issues with the
3.19 release, I've rolled a new 3.20 release.  Please upload at your
convenience:

wget -x -nH --cut-dirs=1 \
http://emergedesktop.org/cygwin/mingw-runtime/mingw-runtime-3.20-1.tar.bz2 \
http://emergedesktop.org/cygwin/mingw-runtime/mingw-runtime-3.20-1-src.tar.bz2

Thank you,

Chris

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


Re: RFU: mingw-runtime-3.20-1

2011-08-24 Thread Chris Sutcliffe
On 24 August 2011 09:40, Corinna Vinschen wrote:
 On Aug 24 09:32, Chris Sutcliffe wrote:
 Due to an incomplete code clean-up causing linking issues with the
 3.19 release, I've rolled a new 3.20 release.  Please upload at your
 convenience:

 wget -x -nH --cut-dirs=1 \
 http://emergedesktop.org/cygwin/mingw-runtime/mingw-runtime-3.20-1.tar.bz2 \
 http://emergedesktop.org/cygwin/mingw-runtime/mingw-runtime-3.20-1-src.tar.bz2

 Uploaded.  Shall I remove 3.19-1?

Please do and make 3.18-3 previous.

Thank you,

Chris

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


Re: RFU: mingw-runtime-3.19-1

2011-08-21 Thread Chris Sutcliffe

On 21/08/2011 4:46 AM, Corinna Vinschen wrote:

I would, if I could:

   Resolving emergedesktop.org... 66.207.218.86
   Connecting to emergedesktop.org|66.207.218.86|:80... connected.
   HTTP request sent, awaiting response... 404 Not Found
   08:44:37 ERROR 404: Not Found.


Ugh, typo in the original request, fixed below:

wget -x -nH --cut-dirs=1 \
http://emergedesktop.org/cygwin/mingw-runtime/mingw-runtime-3.19-1.tar.bz2 \
http://emergedesktop.org/cygwin/mingw-runtime/mingw-runtime-3.19-1-src.tar.bz2

Thank you,

Chris

--
Chris Sutcliffe
ir0nh...@gmail.com


  1   2   3   >