Re: cygwin 1.7.5 psql does not run

2010-07-20 Thread Huang Bambo
2010/7/21 David Einstein :
> Huang Bambo:
>> Maybe your psql command linked to a wrong cygpq.dll.
>
> I tried reloading all of the cygwin packages related to postgres to no
> avail.  Would a locally compiled cygpq.dll be better?

use ldd command and list the dll's used by psql.
My output is like the following:

ntdll.dll => /cygdrive/c/WINDOWS/system32/ntdll.dll (0x7c92)
kernel32.dll => /cygdrive/c/WINDOWS/system32/kernel32.dll (0x7c80)
cygpq.dll => /usr/bin/cygpq.dll (0x6794)
cygcrypt-0.dll => /usr/bin/cygcrypt-0.dll (0x1000)
cygwin1.dll => /usr/bin/cygwin1.dll (0x6100)
ADVAPI32.DLL => /cygdrive/c/WINDOWS/system32/ADVAPI32.DLL (0x77da)
RPCRT4.dll => /cygdrive/c/WINDOWS/system32/RPCRT4.dll (0x77e5)
Secur32.dll => /cygdrive/c/WINDOWS/system32/Secur32.dll (0x77fc)
cygcrypto-0.9.8.dll => /usr/bin/cygcrypto-0.9.8.dll (0x6ba4)
cygz.dll => /usr/bin/cygz.dll (0x692c)
cyggcc_s-1.dll => /usr/bin/cyggcc_s-1.dll (0x67f0)
cygintl-8.dll => /usr/bin/cygintl-8.dll (0x6f5c)
cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x674c)
cygldap-2-3-0.dll => /usr/bin/cygldap-2-3-0.dll (0x50)
cyglber-2-3-0.dll => /usr/bin/cyglber-2-3-0.dll (0x3e)
cygminires.dll => /usr/bin/cygminires.dll (0x6efc)
cygssl-0.9.8.dll => /usr/bin/cygssl-0.9.8.dll (0x6340)
cygsasl2-2.dll => /usr/bin/cygsasl2-2.dll (0x62dc)


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

--
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: git and openssh issue

2010-07-20 Thread Jeremy Bopp
On 07/20/2010 11:35 AM, Bill Hoffman wrote:
> I know this is an old issue.  I am wondering if I could help diagnose
> the problem, or if anyone is working on this issue.  The current fix
> seems to be to use plink and cygwin git.   But cygwin git and ssh just
> do not work together.
> 
> http://git.661346.n2.nabble.com/Error-when-cloning-gc-ed-repository-td4425832.html
> 
> 
> Basically, it is this random error:
> fatal: early EOFs:  47% (657/1396)
> 
> 
> Seems like an issue with openssh and not git as using plink fixes the
> problem.   Anyway, with some direction I would be willing to help, I
> have a very reproducible case of this.

I haven't been able to reproduce this problem myself, but I was thinking
that using plink rather than ssh also eliminates a bit of Cygwin pipe
handling performed under ssh.  It might be useful to see if this can be
reproduced another way such as over something relatively basic like rsh.
 If the problem reproduces with rsh, that should point more directly to
a problem with the Cygwin DLL rather than ssh.

Do you have control over the server hosting the repository you're
cloning such that you can try that out?  If not, have you tried setting
up your own server with a complete clone of the repository to see if you
can reproduce the problem when cloning from that one?

-Jeremy

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

2010-07-20 Thread Ken Brown

On 7/20/2010 6:34 PM, bradb...@seanet.com wrote:

This question seems to be related to the cygwin list entry entitled
 Cygwin 1.7.1 missing startxwin.sh
see
http://sourceware.org/ml/cygwin/2010-02/msg00652.html

Today, I tried following the instructions on
http://x.cygwin.com/docs/ug/setup-cygwin-x-installing.html
with the exception that I chose install for all the choices of the form
xorg-*

Looking at the documentation
   http://x.cygwin.com/docs/ug/using.html#using-starting
It appears that the program startxwin should have been installed.

When I execute the command
 $ startxwin
I get the response
 bash: startxwin: command not found

When I execute the command
 $ find /usr -name 'startxwin*'
I get no response (no matches).

When I execute the command
uname -a
I get the response
CYGWIN_NT-5.1 R8-NF079_GHIHME 1.7.5(0.225/5/3) 2010-04-12 19:07 i686
Cygwin


It looks like you may have forgotten to install the xinit package.  If 
that doesn't solve your problem, you should resend your message to the 
cygwin-xfree list, following the problem-reporting guidelines at


  http://cygwin.com/problems.html

Ken


--
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: cygwin 1.7.5 psql does not run

2010-07-20 Thread David Einstein
Huang Bambo:
> Maybe your psql command linked to a wrong cygpq.dll.

I tried reloading all of the cygwin packages related to postgres to no
avail.  Would a locally compiled cygpq.dll be better?

--
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: cygwin 1.7.5 psql does not run

2010-07-20 Thread Huang Bambo
Maybe your psql command linked to a wrong cygpq.dll.


2010/7/21 David Einstein :
> Windows 7 64 bit
>
> When I run the cygwin provided psql it immediately returns.  Even if I
> run 'psql --help' or 'psql -v'.
>
> I tried recompiling postgres from source, and got the same behavior.
>
> All the dlls seem to be in place.
>
> I have attached the output of
>
> cygcheck -s -r -v
>
> in cygcheck.out and the output of
>
> cygcheck psql
>
> cygcheck_psql.out
>
>
> /usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch': Win32 error 
> 5
> Access is denied.
> /usr/bin/cygrunsrv: warning: OpenService failed for 'odserv': Win32 error 5
> Access is denied.
> /usr/bin/cygrunsrv: warning: OpenService failed for 'ose': Win32 error 5
> Access is denied.
> /usr/bin/cygrunsrv: warning: OpenService failed for 'pla': Win32 error 5
> Access is denied.
> /usr/bin/cygrunsrv: warning: OpenService failed for 'QWAVE': Win32 error 5
> Access is denied.
> /usr/bin/cygrunsrv: warning: OpenService failed for 'RpcEptMapper':
> Win32 error 5
> Access is denied.
> /usr/bin/cygrunsrv: warning: OpenService failed for 'RpcSs': Win32 error 5
> Access is denied.
>
> --
> 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
>

--
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: Regression in .exe extension handling

2010-07-20 Thread Yaakov (Cygwin/X)
On Tue, 2010-06-29 at 07:54 -0600, Eric Blake wrote:
> Most likely, the hole is in coreutils' exe magic.  Looks like I'll be
> working on a coreutils-8.5-3 today...

Since apparently that hasn't happened yet, let me add that the same
thing is not limited to files, but happens with a directory as well:

mkdir foo bar
touch bar/baz
touch bar.exe
mv bar foo
find foo

Once again, the right 'bar' is chosen by 'mv' but the .exe is
erroneously appended due to the presence of bar.exe.


Yaakov



--
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: 'require Tk;' with perl-Tk 804.029-1 fails to compile

2010-07-20 Thread Yaakov (Cygwin/X)
On Tue, 2010-07-20 at 14:27 -0500, Thrall, Bryan wrote:
> $ /bin/perl -e 'require Tk;' 
> Tk object version 804.029 does not match $Tk::XS_VERSION 804.028 at 
> /usr/lib/perl5/5.10/i686-cygwin/DynaLoader.pm line 223.
> Compilation failed in require at -e line 1.

WFM.  Make sure you don't have another perl-Tk installed (e.g. in
site_perl) and that there are no remains from a previous perl-Tk in
vendor_perl.


Yaakov



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



startxwin missing

2010-07-20 Thread bradbell
This question seems to be related to the cygwin list entry entitled
Cygwin 1.7.1 missing startxwin.sh
see
   http://sourceware.org/ml/cygwin/2010-02/msg00652.html

Today, I tried following the instructions on
   http://x.cygwin.com/docs/ug/setup-cygwin-x-installing.html
with the exception that I chose install for all the choices of the form
xorg-*

Looking at the documentation
  http://x.cygwin.com/docs/ug/using.html#using-starting
It appears that the program startxwin should have been installed.

When I execute the command
$ startxwin
I get the response
bash: startxwin: command not found

When I execute the command
$ find /usr -name 'startxwin*'
I get no response (no matches).

When I execute the command
   uname -a
I get the response
   CYGWIN_NT-5.1 R8-NF079_GHIHME 1.7.5(0.225/5/3) 2010-04-12 19:07 i686
Cygwin



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



Difficulty setting up domain SSH daemon under Domain Security Policies

2010-07-20 Thread Hunter, Bryan
The SSHD service is successfully running under the local cyg_server
userid set up by ssh-host-config.  Pulbic key authentication is working.
It is running on a Windows 2003 Server with Domain Security Policies
being pushed down from the Domain server.  Using the windows GUI, access
to change the local security settings is greyed out.  After replication
or some time passing, the cyg_server settings disappear from the local
security settings.  If running, the sshd service continues to work.  If
there is a need to restart the service, then the following procedure
works:
 
1Stop the service
2Delete the service
3Delete the cyg_server userid
4Rerun ssh-host-config
5Restart the service
 
I am trying to setup access to the entire domain, and to that end tried
creating a domain userid with various policies to run the service.  When
this userid propagates, it does not appear to propagate the "Create a
token object" policy.  When I run ssh-host-config and specify the new
userid, I get a message that the userid has insufficient permissions.
Indeed, it does not work.  I am not sure which way to look at this, but
can anyone provide some direction?  Here are some points as I see them.
 
1The ssh-host-config program doesn't say what permissions are
inadequate.  Is there a specific list of what is needed?
2Is there a way to force ssh-host-config to create the permissions?
It seems that it will only create permissions when creating a fresh new
setup.
3If the local security policies are indeed being over written and
the create token object doesn't propagate, then it looks like some
additional process is needed to recreate the privileges?
 
Is there a different way of going about this?  Would it make any sense
to install SSH on the domain controller itself?
 
Any guidance in this matter would be appreciated.
 
Best Regards,
Bryan Hunter



cygcheck.out
Description: cygcheck.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

[ANNOUNCEMENT] Updated: grep-2.6.3-1

2010-07-20 Thread Christopher Faylor
I've made a new version of 'grep' (http://www.gnu.org/software/grep/)
available for installation.  This is the most recent version of grep
available from ftp.gnu.org.  It fixes the problem mentioned here:

http://cygwin.com/ml/cygwin/2010-07/msg00419.html

Note that grep opens files in binary mode for both reading and writing
so the output of grep will always have \n endings unless you specify the
--binary option which will (perhaps paradoxically) force the output to
reflect exactly what was in the file being grepped.

For a brief description of this package, and a listing of the files it
contains, see http://cygwin.com/packages/grep .

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and keep clicking "Next".

If you have questions or comments, please send them to the Cygwin
mailing list.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:

http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then 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@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.

--
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: 1.7.5: Extra \r when redirecting output

2010-07-20 Thread Garber, Dave (GE Energy, Non-GE)
Rumor has it that grep 2.6.3 fixes this behavior.  Could the grep
maintainer build a new version, please?

Thanks In Advance,

Dave 


-Original Message-
From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf
Of Garber, Dave (GE Energy, Non-GE)
Sent: Thursday, July 08, 2010 9:40 AM
To: cygwin@cygwin.com
Subject: 1.7.5: Extra \r when redirecting output

I'm seeing the following behavior in 1.7.5 and also 1.5.25, but not in
1.3.12 (yes, we still use that version).
 
On a text mode mount, we have the file foo which has \r\n line endings.
If I do
grep -i line foo|od -cd
then the output shows proper \r\n line endings.
 
However, if I do
grep -i line foo >foo.out
od -cd foo.out
then the line endings are \r\r\n.
 
See attached files.
This works fine on binary mounts.  
 
Thanks,
Dave  
 


--
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: cron starts multiple commands

2010-07-20 Thread Matthias Andree

Am 20.07.2010, 19:15 Uhr, schrieb matias kaukonen:


I'm using cron to backup my files.  The problem is cron seems
to repeat the backup every minute for 5 minutes.  Pls refer to my cron  
file.

--
SHELL=/bin/bash
PATH=/bin:/sbin:/bin:/usr/sbin:/usr/bin:/home/lhovey/utils/scripts/:/home/lhovey/backups/:.
time_stamp=$(date +%y.%m.%d-%H)

@daily ./backups/make_backup.bash
-
Has anyone seen this before with cygwin?  Do they know what the fix is  
for this?


Does the cron service crash and get restarted by your service  
configuration?  Check your system event log, or the output of cronevents  
for hints.


Does the make_backup script succeed and complete, or does it abort  
prematurely?


--
Matthias Andree

--
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: perl-ming does not install properly

2010-07-20 Thread Lee D. Rothstein


On 7/20/2010 4:55 AM, David Sastre wrote:

2010/7/20, Lee D. Rothstein:

   from 'cygcheck -c':

Missing file: /usr/share/man/man3/SWF::Action.3pm.gz from package
perl-ming
Missing file: /usr/share/man/man3/SWF::BinaryData.3pm.gz from package
perl-ming
Missing file: /usr/share/man/man3/SWF::Bitmap.3pm.gz from package
perl-ming



Here cygcheck also reports an incomplete install:

$ cygcheck -v -c perl-ming
Cygwin Package Information
Last downloaded files to: C:\cygwin\local_dir
Last downloaded files from: http://cygwin.basemirror.de/

But:




$ ls -lrt $(cygcheck -v -c perl-ming | grep -i missing | awk '{print $3}')
-rw-r--r-- 1 Administrador Administradores 3.1K 2010-06-25 12:26
/usr/share/man/man3/SWF::VideoStream.3pm.gz
-rw-r--r-- 1 Administrador Administradores 3.5K 2010-06-25 12:26
/usr/share/man/man3/SWF::TextField.3pm.gz
-rw-r--r-- 1 Administrador Administradores 2.7K 2010-06-25 12:26
/usr/share/man/man3/SWF::Text.3pm.gz
-rw-r--r-- 1 Administrador Administradores 2.3K 2010-06-25 12:26
/usr/share/man/man3/SWF::Sprite.3pm.gz
-rw-r--r-- 1 Administrador Administradores 2.5K 2010-06-25 12:26
/usr/share/man/man3/SWF::SoundInstance.3pm.gz
-rw-r--r-- 1 Administrador Administradores 2.1K 2010-06-25 12:26
/usr/share/man/man3/SWF::PrebuiltClip.3pm.gz
-rw-r--r-- 1 Administrador Administradores 5.8K 2010-06-25 12:26
/usr/share/man/man3/SWF::Movie.3pm.gz
-rw-r--r-- 1 Administrador Administradores 2.2K 2010-06-25 12:26



My guess is that colons in manpages' filenames are problematic for
cygcheck, a pure windows app, because colons are forbiden in windows'
filenames.

$ ldd $(which cygcheck)
 ntdll.dll =>  /mnt/c/WINDOWS/system32/ntdll.dll (0x7c91)
 kernel32.dll =>  /mnt/c/WINDOWS/system32/kernel32.dll (0x7c80)
 ADVAPI32.DLL =>  /mnt/c/WINDOWS/system32/ADVAPI32.DLL (0x77da)
 RPCRT4.dll =>  /mnt/c/WINDOWS/system32/RPCRT4.dll (0x77e5)
 Secur32.dll =>  /mnt/c/WINDOWS/system32/Secur32.dll (0x77fc)
 USER32.dll =>  /mnt/c/WINDOWS/system32/USER32.dll (0x7e39)
 GDI32.dll =>  /mnt/c/WINDOWS/system32/GDI32.dll (0x77ef)
 msvcrt.dll =>  /mnt/c/WINDOWS/system32/msvcrt.dll (0x77be)

Try, for example,

$ man SWF::VideoStream

It works OK.

Corinna,

Is this another problem with cygcheck and Cygwin 1.7?

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



regtool -R?

2010-07-20 Thread Andrew Schulman
It would be great to have a recursive (-R) option for regtool list.
Andrew.


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



cron starts multiple commands

2010-07-20 Thread matias kaukonen
I'm using cron to backup my files.  The problem is cron seems
to repeat the backup every minute for 5 minutes.  Pls refer to my cron file.
--
SHELL=/bin/bash
PATH=/bin:/sbin:/bin:/usr/sbin:/usr/bin:/home/lhovey/utils/scripts/:/home/lhovey/backups/:.
time_stamp=$(date +%y.%m.%d-%H)

@daily ./backups/make_backup.bash
-
Has anyone seen this before with cygwin?  Do they know what the fix is for this?

matias.

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



git and openssh issue

2010-07-20 Thread Bill Hoffman
I know this is an old issue.  I am wondering if I could help diagnose 
the problem, or if anyone is working on this issue.  The current fix 
seems to be to use plink and cygwin git.   But cygwin git and ssh just 
do not work together.


http://git.661346.n2.nabble.com/Error-when-cloning-gc-ed-repository-td4425832.html

Basically, it is this random error:
fatal: early EOFs:  47% (657/1396)


Seems like an issue with openssh and not git as using plink fixes the 
problem.   Anyway, with some direction I would be willing to help, I 
have a very reproducible case of this.


Thanks.

-Bill

--
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: perl-ming does not install properly

2010-07-20 Thread David Sastre
2010/7/20, Lee D. Rothstein :
>   from 'cygcheck -c':
>
>Missing file: /usr/share/man/man3/SWF::Action.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::BinaryData.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::Bitmap.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::Blur.3pm.gz from package perl-ming
>Missing file: /usr/share/man/man3/SWF::BrowserFont.3pm.gz from
> package perl-ming
>Missing file: /usr/share/man/man3/SWF::Button.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::ButtonRecord.3pm.gz from
> package perl-ming
>Missing file: /usr/share/man/man3/SWF::CXform.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::Character.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::Constants.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::DisplayItem.3pm.gz from
> package perl-ming
>Missing file: /usr/share/man/man3/SWF::Fill.3pm.gz from package perl-ming
>Missing file: /usr/share/man/man3/SWF::Filter.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::FilterMatrix.3pm.gz from
> package perl-ming
>Missing file: /usr/share/man/man3/SWF::Font.3pm.gz from package perl-ming
>Missing file: /usr/share/man/man3/SWF::FontCharacter.3pm.gz from
> package perl-ming
>Missing file: /usr/share/man/man3/SWF::FontCollection.3pm.gz from
> package perl-ming
>Missing file: /usr/share/man/man3/SWF::Gradient.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::InitAction.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::Matrix.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::Morph.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::Movie.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::MovieClip.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::PrebuiltClip.3pm.gz from
> package perl-ming
>Missing file: /usr/share/man/man3/SWF::Shadow.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::Shape.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::Sound.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::SoundInstance.3pm.gz from
> package perl-ming
>Missing file: /usr/share/man/man3/SWF::SoundStream.3pm.gz from
> package perl-ming
>Missing file: /usr/share/man/man3/SWF::Sprite.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::Text.3pm.gz from package perl-ming
>Missing file: /usr/share/man/man3/SWF::TextField.3pm.gz from package
> perl-ming
>Missing file: /usr/share/man/man3/SWF::VideoStream.3pm.gz from
> package perl-ming
>perl-ming  0.4.3-2Incomplete

Here cygcheck also reports an incomplete install:

$ cygcheck -v -c perl-ming
Cygwin Package Information
Last downloaded files to: C:\cygwin\local_dir
Last downloaded files from: http://cygwin.basemirror.de/

Package  VersionStatus
Missing file: /usr/share/man/man3/SWF::Action.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::BinaryData.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::Bitmap.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::Blur.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::BrowserFont.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::Button.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::ButtonRecord.3pm.gz from
package perl-ming
Missing file: /usr/share/man/man3/SWF::CXform.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::Character.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::Constants.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::DisplayItem.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::Fill.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::Filter.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::FilterMatrix.3pm.gz from
package perl-ming
Missing file: /usr/share/man/man3/SWF::Font.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::FontCharacter.3pm.gz from
package perl-ming
Missing file: /usr/share/man/man3/SWF::FontCollection.3pm.gz from
package perl-ming
Missing file: /usr/share/man/man3/SWF::Gradient.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::InitAction.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::Matrix.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::Morph.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::Movie.3pm.gz from package perl-ming
Missing file: /usr/share/man/man3/SWF::MovieClip.3pm.gz from package perl-ming
Missing file: /

perl-ming does not install properly

2010-07-20 Thread Lee D. Rothstein

 from 'cygcheck -c':

  Missing file: /usr/share/man/man3/SWF::Action.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::BinaryData.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::Bitmap.3pm.gz from package 
perl-ming

  Missing file: /usr/share/man/man3/SWF::Blur.3pm.gz from package perl-ming
  Missing file: /usr/share/man/man3/SWF::BrowserFont.3pm.gz from 
package perl-ming
  Missing file: /usr/share/man/man3/SWF::Button.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::ButtonRecord.3pm.gz from 
package perl-ming
  Missing file: /usr/share/man/man3/SWF::CXform.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::Character.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::Constants.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::DisplayItem.3pm.gz from 
package perl-ming

  Missing file: /usr/share/man/man3/SWF::Fill.3pm.gz from package perl-ming
  Missing file: /usr/share/man/man3/SWF::Filter.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::FilterMatrix.3pm.gz from 
package perl-ming

  Missing file: /usr/share/man/man3/SWF::Font.3pm.gz from package perl-ming
  Missing file: /usr/share/man/man3/SWF::FontCharacter.3pm.gz from 
package perl-ming
  Missing file: /usr/share/man/man3/SWF::FontCollection.3pm.gz from 
package perl-ming
  Missing file: /usr/share/man/man3/SWF::Gradient.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::InitAction.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::Matrix.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::Morph.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::Movie.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::MovieClip.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::PrebuiltClip.3pm.gz from 
package perl-ming
  Missing file: /usr/share/man/man3/SWF::Shadow.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::Shape.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::Sound.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::SoundInstance.3pm.gz from 
package perl-ming
  Missing file: /usr/share/man/man3/SWF::SoundStream.3pm.gz from 
package perl-ming
  Missing file: /usr/share/man/man3/SWF::Sprite.3pm.gz from package 
perl-ming

  Missing file: /usr/share/man/man3/SWF::Text.3pm.gz from package perl-ming
  Missing file: /usr/share/man/man3/SWF::TextField.3pm.gz from package 
perl-ming
  Missing file: /usr/share/man/man3/SWF::VideoStream.3pm.gz from 
package perl-ming

  perl-ming  0.4.3-2Incomplete


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