Inquiry

2020-01-10 Thread Bill Garvey
Hello Customer,




I would like to inquire about models/sizes on Scroll Brackets you sell,so email 
me availability and let me know the types of payment you accept.Hope to hear 
back from you ASAP.




Best Regards,

Bill Garvey


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



ps2 modding

2020-01-10 Thread saeid saeidi via cygwin


Hi can I ask some question about ps2 gta sa game modding?
I find a script to get rid of gta3_1.img but it doesn’t work on my game
It do nothing with my game
Please help me for that



--
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: makecab.exe hangs on cygwin 3.1

2020-01-10 Thread Takashi Yano
On Thu, 9 Jan 2020 20:21:46 +0300
Mike Kaganski wrote:
> Using cygwin 3.1.2-1, I get a hang running a makecab.exe job started 
> from a perl script.
> 
> The version of perl is 5.26.3-2; Windows 10.0.18363 x64.
> 
> I was able to create a minimal reproducer in perl:
> 
> 
> 
> select STDERR; # non-buffering output - just to see printed messages
> print "Preparing 80 MiB of random data... ";
> open my $randfile, '<:raw', "/dev/random" or die;
> open my $testbin, '>:raw', "test.bin" or die;
> for ( my $i = 0; $i < 20480; $i++ )
> {
>      my $buf = '';
>      read $randfile, $buf, 4*1024;
>      print $testbin $buf;
> }
> close $randfile;
> close $testbin;
> print "done!\n";
> 
> my $syscall = "C:/Windows/System32/makecab.exe /V3 test.bin 2\>\&1 |";
> my @makecaboutput = ();
> print "Now the actual test: this hangs with cygwin 3.1 ... ";
> open (CAB, $syscall);
> while () { push(@makecaboutput, $_); }
> close (CAB);
> print "makecab finished!\n"; # <<< this never prints
> 
> for ( my $i = 0; $i <= $#makecaboutput; $i++ )
> {
>      print $makecaboutput[$i];
> }
> 
> 
> 
> I put this code to c:/makecab/test.pm, and run from mintty as
> 
> $ perl c:/makecab/test.pm
> 
> The text "makecab finished!" never appears with cygwin 3.1; it appears 
> as expected (several seconds, most of which is creation of random test 
> data) with cygwin 3.0.7-1.

Thanks for the report. I looked into this problem and found
this occurs after commit:

commit e1a0775dc0545b5f9c81b09a327fc110c538b7b4
Author: Takashi Yano 
Date:   Thu Sep 26 19:52:46 2019 +0900

Cygwin: pty: Fix PTY so that cygwin setup shows help with -h option.

- After commit 169d65a5774acc76ce3f3feeedcbae7405aa9b57, cygwin
  setup fails to show help message when -h option is specified, as
  reported in https://cygwin.com/ml/cygwin/2019-09/msg00248.html.
  This patch fixes the problem.

I have submitted a patch for this issue just now.


-- 
Takashi Yano 

--
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: subversion-1.11.1-1+libserf1_0-1.3.9-1: Segfault after failed connect + empty serf debug package

2020-01-10 Thread David Rothenberger
On 1/9/2020 9:11 AM, David Rothenberger wrote:
> On 1/1/2020 9:57 AM, Christian Franke wrote:
>> Subversion segfaults with null instruction pointer after a failed
>> connect. This affects the http and https protocols but not the svn
>> protocol.
>> Related report: https://cygwin.com/ml/cygwin/2019-11/msg00126.html
> 
> I can reproduce this issue, but I don't anticipate investigating it.

I was able to build the latest subversion 1.13 and unfortunately, the
issue still exists in that version. I tried installing an unstripped
version of the serf library, but I still could not get a full backtrace.
There is no update to serf.

At this point, I don't have any further ideas to troubleshoot this.


-- 
David Rothenberger    daver...@acm.org

The most dangerous organization in America today is:
(a) The KKK
(b) The American Nazi Party
(c) The Delta Frequent Flyer Club

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



about downloading Cygwin using linux

2020-01-10 Thread aimedtech
I don't run windoz on any machine I'm willing to put on the 'net.

But I do have one machine, running windoz, XP I think, I need to put Cygwin on.

So how do I do this?, using a linux internet email appliance?

I don't know that this is possible, what I'd like to do is point filezilla at 
an FTP site and have it happen.

Sent with [ProtonMail](https://protonmail.com) Secure Email.

[ANNOUNCEMENT] Updated: subversion-1.13.0-1

2020-01-10 Thread David Rothenberger
NEWS:
=
Please see the release notes

  http://subversion.apache.org/docs/release-notes/1.13.html

for more details about the changes in Subversion.

See

  http://svn.apache.org/repos/asf/subversion/tags/1.13.0/CHANGES

for more details about the changes in 1.13.0


DESCRIPTION:

Subversion is a version control system designed to be a compelling
successor to CVS.

Please see 

  http://svnbook.red-bean.com/nightly/en/index.html

for the latest official release of the Subversion Book.

QUESTIONS:
==
If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

-- 
David Rothenberger    daver...@acm.org

--
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: subversion-1.10.6-1

2020-01-10 Thread David Rothenberger
NEWS:
=
Please see the release notes

  http://subversion.apache.org/docs/release-notes/1.10.html

for more details about the changes in Subversion.

See

  http://svn.apache.org/repos/asf/subversion/tags/1.10.6/CHANGES

for more details about the changes in 1.10.6.


DESCRIPTION:

Subversion is a version control system designed to be a compelling
successor to CVS.

Please see 

  http://svnbook.red-bean.com/nightly/en/index.html

for the latest official release of the Subversion Book.

QUESTIONS:
==
If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

-- 
David Rothenberger    daver...@acm.org

The most dangerous organization in America today is:
(a) The KKK
(b) The American Nazi Party
(c) The Delta Frequent Flyer Club

--
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: Request package updates for Poppler, Subversion and Git

2020-01-10 Thread Adam Dinwoodie
Hi Achim,

On Sun, 22 Dec 2019 at 17:50, Achim Gratz wrote:
>
> Am 22.12.2019 um 13:50 schrieb Adam Dinwoodie:
> > Acknowledged for Git. I'll try and get a new release out before the new 
> > year.
>
> Keep in mind you will then have to re-do it just after the new year for
> the Perl update.

Just realised I hadn't replied to this, sorry!

On the apps list, on the topic of package updates for the Perl switch, you said

> Git isn't affected because it sets up @INC itself and doesn't have
> architecture-specific modules.

I'd therefore been assuming that I didn't need to worry about syncing
a Git release with the Perl update; have I misunderstood what's going
on here?

Adam

PS: I am once again battling a bunch of test failures, as I prefer to
not release a Git build with undiagnosed failures in the test suite
when it's the official Cygwin distribution. I'm slowly working my way
through the problems, but there is ongoing progress on getting a new
release out.

--
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: Request package updates for Poppler, Subversion and Git

2020-01-10 Thread Achim Gratz
Adam Dinwoodie writes:
>> Git isn't affected because it sets up @INC itself and doesn't have
>> architecture-specific modules.
>
> I'd therefore been assuming that I didn't need to worry about syncing
> a Git release with the Perl update; have I misunderstood what's going
> on here?

I haven't looked at the new Git version in detail, but it's probably the
still true, given that it loses some more dependencies on Perl with each
release rather than picking up new ones.  What I was getting at with
that remark is that the existing Git doesn't stop working when updating
Perl, not how a future version (which I haven't yet seen) behaves.  Also
as discussed before it would really be better if the packaging was done
without these nested Perl modules since it they can used as an interface
to Git which the Perl as installed doesn't know about since it isn't in
the usual search path.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

--
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: lpr sends a file to my printer but it just sits there in the print queue

2020-01-10 Thread Michael Coulter

Thanks for the suggestions.

With the help of the directions here:
https://www.itg.ias.edu/content/connect-network-printer-lpr-windows10

I was able to set up a printer port that works with /usr/bin/lpr -d 
PORT_NAME some_file.txt


No idea why the normal Windows printer did not work, as that has worked 
in the past.


-- Michael Coulter


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



New mail (91) Happy New Year!

2020-01-10 Thread Leonard Russo

      . ..

https://bit.ly/2M625sX








12089 77 16911

y9l 86bcp h y2 pg1d07 8e te p ngq

2 j nh vg1 hyfix ok8n tj yzjp00



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