Re: /usr/bin/install doesn't install files from Makefile

2014-09-16 Thread Michael Osipov

Am 2014-09-15 um 12:15 schrieb Csaba Raduly:

On Sun, Sep 14, 2014 at 1:16 PM, Michael Osipov  wrote:

Hi,

I am trying to install an application which autoconf. While configure and
make run fine, make install does it's job but no files and directories are
created at the end. As if no action has happened.

I am building asciidoc-8.6.9 from source. I am on Windows XP SP3.

How can I figure out why install is silently failing?


Hi Michael,

What's the output of "make install" ? Maybe the install target is just a no-op.


Hi Csaba,

I do not think that this is a nop, it wouldn't make any sense. Here is 
the make install output:


http://pastebin.com/sKELTjZe

Thanks,

Michael


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-16 Thread Steven Dennis
So I am running from the Mintty window commands.  I will try the ssh
-vvv and looking into the log soon.  I have developed another issue
that I think is linked to me trying to set up the ssh server.  I seem
to have created more users on my windows computer, but not in the
windows user account area only when it comes to the properties of
folders and files.  I don't seem to be able to open a folder that was
created when I ran rsync.  No matter what elevation I try in windows I
cannot gain access to the folder called download. I cannot change the
permissions for the folder either (see the picture link)

How can I go about accessing this folder?

Thanks

http://s938.photobucket.com/user/nzdreamer55/media/rsync/Adminrights_zps5ccd8b2f.jpg.html

On Mon, Sep 15, 2014 at 10:13 AM, David Rothenberger  wrote:
> Steven Dennis wrote:
>> So I went to
>>
>> http://docs.oracle.com/cd/E24628_01/install.121/e22624/preinstall_req_cygwin_ssh.htm
>
> I don't recommend following third-party instructions about how to make
> Cygwin work. There's plenty of good experienced people on this list
> willing to help and third-party instructions are notoriously unreliable.
>
>> On Sun, Sep 14, 2014 at 8:06 PM, Steven Dennis  wrote:
>>> Forgot to include this
>>>
>>> Are you sure you want to continue connecting (yes/no)? yes
>>> Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts.
>>> Write failed: Broken pipe
>
> Are you running this from a Mintty window?
>
> The next thing I would try is "ssh -vvv". The debug output may give you
> a clue as to what is going wrong. You should also look at
> /var/log/sshd.log and the Windows Event Viewer for clues.
>
> --
> David Rothenberger    daver...@acm.org
>
> It is inconceivable that a judicious observer from another solar system
> would see in our species -- which has tended to be cruel, destructive,
> wasteful, and irrational -- the crown and apex of cosmic evolution.
> Viewing us as the culmination of *anything* is grotesque; viewing us
> as a transitional species makes more sense -- and gives us more hope.
> - Betty McCollister, "Our Transitional Species",
>   Free Inquiry magazine, Vol. 8, No. 1
>
> --
> 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: /usr/bin/install doesn't install files from Makefile

2014-09-16 Thread Csaba Raduly
Hi Michael,

On Tue, Sep 16, 2014 at 12:35 PM, Michael Osipov  wrote:
> Am 2014-09-15 um 12:15 schrieb Csaba Raduly:
>> What's the output of "make install" ? Maybe the install target is just a
>> no-op.
>
>
> Hi Csaba,
>
> I do not think that this is a nop, it wouldn't make any sense. Here is the
> make install output:
>
> http://pastebin.com/sKELTjZe
>

Indeed it isn't. Your files were installed under
/home/mosipov/asciidoc, e.g. asciidoc.py is in
/home/mosipov/asciidoc/bin/

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-16 Thread Steven Dennis
$ ssh -vvv
usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
   [-D [bind_address:]port] [-E log_file] [-e escape_char]
   [-F configfile] [-I pkcs11] [-i identity_file]
   [-L [bind_address:]port:host:hostport] [-l login_name] [-m mac_spec]
   [-O ctl_cmd] [-o option] [-p port]
   [-Q cipher | cipher-auth | mac | kex | key]
   [-R [bind_address:]port:host:hostport] [-S ctl_path] [-W host:port]
   [-w local_tun[:remote_tun]] [user@]hostname [command]

here is what I get from the mintty terminal.  I checked the sshd log
and it is empty.

The windows event viewer is pretty hard to decide what is going on so
I am not sure about using that.  Should I look under something like
Cygwin?  Where is that/

Thanks

On Tue, Sep 16, 2014 at 7:16 AM, Steven Dennis  wrote:
> So I am running from the Mintty window commands.  I will try the ssh
> -vvv and looking into the log soon.  I have developed another issue
> that I think is linked to me trying to set up the ssh server.  I seem
> to have created more users on my windows computer, but not in the
> windows user account area only when it comes to the properties of
> folders and files.  I don't seem to be able to open a folder that was
> created when I ran rsync.  No matter what elevation I try in windows I
> cannot gain access to the folder called download. I cannot change the
> permissions for the folder either (see the picture link)
>
> How can I go about accessing this folder?
>
> Thanks
>
> http://s938.photobucket.com/user/nzdreamer55/media/rsync/Adminrights_zps5ccd8b2f.jpg.html
>
> On Mon, Sep 15, 2014 at 10:13 AM, David Rothenberger  wrote:
>> Steven Dennis wrote:
>>> So I went to
>>>
>>> http://docs.oracle.com/cd/E24628_01/install.121/e22624/preinstall_req_cygwin_ssh.htm
>>
>> I don't recommend following third-party instructions about how to make
>> Cygwin work. There's plenty of good experienced people on this list
>> willing to help and third-party instructions are notoriously unreliable.
>>
>>> On Sun, Sep 14, 2014 at 8:06 PM, Steven Dennis  
>>> wrote:
 Forgot to include this

 Are you sure you want to continue connecting (yes/no)? yes
 Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts.
 Write failed: Broken pipe
>>
>> Are you running this from a Mintty window?
>>
>> The next thing I would try is "ssh -vvv". The debug output may give you
>> a clue as to what is going wrong. You should also look at
>> /var/log/sshd.log and the Windows Event Viewer for clues.
>>
>> --
>> David Rothenberger    daver...@acm.org
>>
>> It is inconceivable that a judicious observer from another solar system
>> would see in our species -- which has tended to be cruel, destructive,
>> wasteful, and irrational -- the crown and apex of cosmic evolution.
>> Viewing us as the culmination of *anything* is grotesque; viewing us
>> as a transitional species makes more sense -- and gives us more hope.
>> - Betty McCollister, "Our Transitional Species",
>>   Free Inquiry magazine, Vol. 8, No. 1
>>
>> --
>> 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: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-16 Thread David Rothenberger
Steven Dennis wrote:
> $ ssh -vvv

You need the rest of the arguments:

  ssh -vvv localhost

I'm not trying to be snarky here, but "man ssh" and the output you got
from the ssh command should have been clues to you about the problem. I
recommend reading the man page for ssh or for any command you read on
this list if you don't know what all the switches are.

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

weapon, n.:
An index of the lack of development of a culture.

--
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: FW: cygwin-xfree Digest 5 Sep 2014 16:55:49 -0000 Issue 3554

2014-09-16 Thread Marco Atzeri

double mistake ;-)

the question was coming from TS, not from me

On 16/09/2014 20:03, mathog wrote:

(Not to list.)

On 16-Sep-2014 10:06, t s wrote:

sorry to "bug" you ; do you know of any utility which can convert a
volume from EXFAT to NTFS?


Copy the data to a 2nd drive.
Reformat partition.
Copy it back.

Otherwise I am not aware of any utility that will do this.

Regards.

David Mathog
Manager, Sequence Analysis Facility, Biology Division, Caltech



Additional suggestion for TS,

Why do you need all ~ 4000 packages ?
Install only the things that you really need.

I am a package maintainer so I need a lot of dev packages,
but I have installed only ~ 1000 packages.

and please subscribe to the list before sending question,
make more easy for all of us to answer you.

Marco

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