Re: Problem loading dynamic libraries - file not found

2018-06-16 Thread Marco Atzeri
On 6/16/2018 4:05 AM, Brian Inglis wrote: On 2018-06-15 16:50, Roberto Ribeiro wrote: recently I've been running a lot into an error while trying to load dlls compiled by cygwin: "ERROR: could not load library (...): No such file or directory". The library in question is always there, however, a

Re: Problem loading dynamic libraries - file not found

2018-06-15 Thread Brian Inglis
On 2018-06-15 16:50, Roberto Ribeiro wrote: > recently I've been running a lot into an error while trying to load dlls > compiled by cygwin: "ERROR: could not load library (...): No such file or > directory". > The library in question is always there, however, and *appears* to have been > correct

Problem loading dynamic libraries - file not found

2018-06-15 Thread Roberto Ribeiro
Hello list, recently I've been running a lot into an error while trying to load dlls compiled by cygwin: "ERROR: could not load library (...): No such file or directory". The library in question is always there, however, and *appears* to have been correctly built (ldd and cygcheck both return the

Re: shared object file not found with `git submodule update --init --recursive` in Cygwin 64-bit

2013-12-11 Thread Kal Sze
On 6 November 2013 00:39, Tandetzky, Max wrote: > Hello Kal, > > installing the Devel\gettext package should solve your problem. git-submodule > requires that. Unfortunately this is not marked as dependency. > > Regards, > Max > > -- > Problem reports: http://cygwin.com/problems.html > FAQ:

Re: shared object file not found with `git submodule update --init --recursive` in Cygwin 64-bit

2013-11-05 Thread Tandetzky, Max
Hello Kal, installing the Devel\gettext package should solve your problem. git-submodule requires that. Unfortunately this is not marked as dependency. Regards, Max -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: htt

Re: shared object file not found with `git submodule update --init --recursive` in Cygwin 64-bit

2013-09-09 Thread Kal Sze
Actually, issuing `git submodule init` alone is enough to trigger the error message. Any idea? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#un

shared object file not found with `git submodule update --init --recursive` in Cygwin 64-bit

2013-08-19 Thread Kal Sze
Hello, Running `git submodule update --init --recursive` in my repository results in an error loading shared libraries. However, the git submodule update seems to proceed nevertheless, so I'm not sure what this error would actually break: $ git submodule update --init --recursive /usr/lib/

Re: File not found with scp

2009-03-26 Thread Matt Wozniski
On Thu, Mar 26, 2009 at 2:05 PM, Ryan Stewart wrote: > On Thu, Mar 26, 2009 at 1:09 PM, Dave wrote: >> Ryan Stewart wrote: >> >>> But I've been tasked with investigating msysgit, which is the best >>> (only?) windoze port of git atm. >> >>  Argh!  MSYS and Cygwin are incompatible, because MSYS *is*

Re: File not found with scp

2009-03-26 Thread Ryan Stewart
On Thu, Mar 26, 2009 at 1:09 PM, Dave Korn <...> wrote: > Ryan Stewart wrote: > >> But I've been tasked with investigating msysgit, which is the best >> (only?) windoze port of git atm. > >  Argh!  MSYS and Cygwin are incompatible, because MSYS *is* Cygwin - or > rather, it's an old and cut-down ve

Re: File not found with scp

2009-03-26 Thread Larry Hall (Cygwin)
Ryan Stewart wrote: On Thu, Mar 26, 2009 at 11:17 AM, Thorsten Kampe wrote: . We don't want to feed the spammers. Thanks. * Ryan Stewart (Thu, 26 Mar 2009 10:49:36 -0500) "which scp" on both machines points to /usr/bin/scp. A full hd s

Re: File not found with scp

2009-03-26 Thread Dave Korn
Ryan Stewart wrote: > But I've been tasked with investigating msysgit, which is the best > (only?) windoze port of git atm. Argh! MSYS and Cygwin are incompatible, because MSYS *is* Cygwin - or rather, it's an old and cut-down version of the cygwin1.dll. You are getting a strange variaton of

Re: File not found with scp

2009-03-26 Thread Ryan Stewart
On Thu, Mar 26, 2009 at 11:27 AM, Larry Hall (Cygwin) wrote: > Perhaps the git you're installing is modifying your ~/.ssh/config? Nothing in there but what I put there: Host 10.6.100.220 User root Host hudson User root > Clearly that git is changing some ssh configuration files that Cygwin > see

Re: File not found with scp

2009-03-26 Thread Ryan Stewart
On Thu, Mar 26, 2009 at 11:44 AM, Dave Korn <...> wrote: >  Exactly what is this version of git and where did it come from? msysgit: windows port of git, from http://code.google.com/p/msysgit/ >  Is it conceivable that it's someone trying to *not* be a 3PP by integrating > with the existing Cygwin

Re: File not found with scp

2009-03-26 Thread Ryan Stewart
On Thu, Mar 26, 2009 at 11:17 AM, Thorsten Kampe wrote: > * Ryan Stewart (Thu, 26 Mar 2009 10:49:36 -0500) >> "which scp" on both machines points to /usr/bin/scp. A full hd search >> for scp.* on both machines reveals that there are two of them: >> c:\cygwin\bin\scp.exe and c:\Program Files\Git\bi

Re: File not found with scp

2009-03-26 Thread Dave Korn
Ryan Stewart wrote: > "which scp" on both machines points to /usr/bin/scp. A full hd search > for scp.* on both machines reveals that there are two of them: > c:\cygwin\bin\scp.exe and c:\Program Files\Git\bin\scp.exe. However: > 1) Git's scp.exe isn't on the path, > 2) Removing git's scp.exe does

Re: File not found with scp

2009-03-26 Thread Larry Hall (Cygwin)
Ryan Stewart wrote: "which scp" on both machines points to /usr/bin/scp. A full hd search for scp.* on both machines reveals that there are two of them: c:\cygwin\bin\scp.exe and c:\Program Files\Git\bin\scp.exe. However: 1) Git's scp.exe isn't on the path, 2) Removing git's scp.exe doesn't make

Re: File not found with scp

2009-03-26 Thread Thorsten Kampe
* Ryan Stewart (Thu, 26 Mar 2009 10:49:36 -0500) > "which scp" on both machines points to /usr/bin/scp. A full hd search > for scp.* on both machines reveals that there are two of them: > c:\cygwin\bin\scp.exe and c:\Program Files\Git\bin\scp.exe. However: So why don't you use the git that Cygwin

Re: File not found with scp

2009-03-25 Thread Larry Hall (Cygwin)
Ryan Stewart wrote: On Wed, Mar 25, 2009 at 10:52 AM, Thorsten Kampe <...> wrote: * Ryan Stewart (Wed, 25 Mar 2009 10:19:45 -0500) On Wed, Mar 25, 2009 at 9:21 AM, Ryan Stewart <...> wrote: I found the problem. When I use scp--from computer A to computer B only--my home isn't c:\cygwin\home\rya

Re: File not found with scp

2009-03-25 Thread Ryan Stewart
On Wed, Mar 25, 2009 at 10:52 AM, Thorsten Kampe <...> wrote: > * Ryan Stewart (Wed, 25 Mar 2009 10:19:45 -0500) >> On Wed, Mar 25, 2009 at 9:21 AM, Ryan Stewart <...> >> wrote: >> I found the problem. When I use scp--from computer A to computer B >> only--my home isn't c:\cygwin\home\ryan, but c:\

Re: File not found with scp

2009-03-25 Thread Thorsten Kampe
* Ryan Stewart (Wed, 25 Mar 2009 10:19:45 -0500) > On Wed, Mar 25, 2009 at 9:21 AM, Ryan Stewart > wrote: > > I'm trying to use scp to copy a remote file to a local directory, and > > it's telling me the file isn't found. > [...] > > I found the problem. When I use scp--from computer A to compute

Re: File not found with scp

2009-03-25 Thread Ryan Stewart
On Wed, Mar 25, 2009 at 9:21 AM, Ryan Stewart wrote: > I'm trying to use scp to copy a remote file to a local directory, and > it's telling me the file isn't found. [...] I found the problem. When I use scp--from computer A to computer B only--my home isn't c:\cygwin\home\ryan, but c:\Program Fil

File not found with scp

2009-03-25 Thread Ryan Stewart
I'm trying to use scp to copy a remote file to a local directory, and it's telling me the file isn't found. The file is there, I can connect and see it via ssh, and I can also use both ssh and scp with no problem in the other direction. i.e From computer A to computer B, ssh works but not scp. From

File not found

2008-04-09 Thread EnergizeMe
: Volume in drive U has no label. Directory of U:\ File not found. If I try to create a new file on that directory, I get the following erorr message: Unable to create the file 'New File' The media is write protected. Does anyone know what I am doing wrong? I can get to the locati

File Not Found Problem on Install

2003-09-07 Thread Mark Andrew Weldin
I am trying to install cygwin on my computer(I have Windows ME) and every time I try to do so, the install program locks up at the screen where I am suppossed to choose the packages to install unless I hit next immediately when that screen appears. The lock up stil occurs even though I have turned

Ash ntsec woes [was: Re: Postinstall failure: file not found]

2003-04-04 Thread Pierre A. Humblet
Here is how sh behaves when executing a script with strange permissions /> cat sayhi echo hi /> getfacl sayhi # file: sayhi # owner: AdministratorS # group: Users user::--- user:PHumblet:rwx group::--- mask:rwx other:--- /> sh -c sayhi<== OK hi /> sh -c /sayhi <== Does not rea

Re: Postinstall failure: file not found

2003-04-04 Thread Rudiyanto Gunawan
From: "Pierre A. Humblet" <[EMAIL PROTECTED]> Possible fixes: 1) cd to /etc/postinstall before running the scripts and use relative paths 2) Put my 2nd ntsec patch in setup (I have asked Rudiyanto to test it) 3) Run the postinstall scripts with CYGWIN=nontsec, for boostrap. Note that scri

Re: Postinstall failure: file not found

2003-04-04 Thread Pierre A. Humblet
On Fri, Apr 04, 2003 at 10:17:41AM -0500, Pierre A. Humblet wrote: > > Possible fixes: > > 1) cd to /etc/postinstall before running the scripts and use relative paths > > 2) Put my 2nd ntsec patch in setup (I have asked Rudiyanto to test it) > > 3) Run the postinstall scripts with CYGWIN=nontsec, f

Re: Postinstall failure: file not found

2003-04-04 Thread Pierre A. Humblet
On Fri, Apr 04, 2003 at 10:18:40AM -0500, Pierre A. Humblet wrote: > OK, I've got it: > > /> sh -c sayhi > hi > /> sh -c /sayhi > /sayhi: not found > > With strace I saw that sh uses stat (which won't show rxw rights > in this case) and it behaves differently for absolute paths. > > Possible fix

Re: Postinstall failure: file not found

2003-04-04 Thread Pierre A. Humblet
OK, I've got it: /> sh -c sayhi hi /> sh -c /sayhi /sayhi: not found With strace I saw that sh uses stat (which won't show rxw rights in this case) and it behaves differently for absolute paths. Possible fixes: 1) cd to /etc/postinstall before running the scripts and use relative paths 2) Put my

Re: Postinstall failure: file not found

2003-04-04 Thread Pierre A. Humblet
Rudiyanto Gunawan wrote: > > Ok, here is what I got > > bash-2.05b$ /usr/bin/sh -c /etc/postinstall/passwd-grp.sh.done > /etc/postinstall/passwd-grp.sh.done: not found > > I don't have /etc/passwd. After mkpasswd and mkgroup, > getfacl /etc gave me: > bash-2.05b$ /usr/bin/getfacl /etc > # file: /

Re: Postinstall failure: file not found

2003-04-03 Thread Rudiyanto Gunawan
From: Igor Pechtchanski <[EMAIL PROTECTED]> Rudiyanto, I'm replying back to your Hotmail account and Cc'ing the list. The above indicates that your /etc/passwd was not constructed properly for some reason. Are you logging in as a domain user by any chance? I imagine people with deep knowl

Re: Postinstall failure: file not found

2003-04-03 Thread Igor Pechtchanski
On Thu, 3 Apr 2003, Igor Pechtchanski wrote: > On Thu, 3 Apr 2003, Pierre A. Humblet wrote: > > > On Thu, Apr 03, 2003 at 09:14:14PM -0500, Igor Pechtchanski wrote: > > > > > > Since this is happening on a clean install, I can only assume that there > > > is something wrong with the mkpasswd invoc

Re: Postinstall failure: file not found

2003-04-03 Thread Igor Pechtchanski
On Thu, 3 Apr 2003, Pierre A. Humblet wrote: > On Thu, Apr 03, 2003 at 09:14:14PM -0500, Igor Pechtchanski wrote: > > > > Since this is happening on a clean install, I can only assume that there > > is something wrong with the mkpasswd invocation... But I'd be very > > interested in Pierre's and

Re: Postinstall failure: file not found

2003-04-03 Thread Pierre A. Humblet
On Thu, Apr 03, 2003 at 09:14:14PM -0500, Igor Pechtchanski wrote: > > Since this is happening on a clean install, I can only assume that there > is something wrong with the mkpasswd invocation... But I'd be very > interested in Pierre's and Corinna's opinion on this. Igor, what's your reading o

Re: Postinstall failure: file not found

2003-04-03 Thread Igor Pechtchanski
On Thu, 3 Apr 2003, Rudiyanto Gunawan wrote: >From: Igor Pechtchanski <[EMAIL PROTECTED]> >Rudiyanto, > >Could you please do a clean install using the latest snapshot of setup >that you downloaded (2.348)? Also, please select the gcc-mingw package as >part of that reinstall. The reason for

Re: Postinstall failure: file not found

2003-04-03 Thread Igor Pechtchanski
On Thu, 3 Apr 2003, Rudiyanto Gunawan wrote: > >From: Igor Pechtchanski <[EMAIL PROTECTED]> > >Ok, this is very interesting... > >Is this from a clean install, or is this a reinstall? > >Did you happen to install the gcc-mingw package? If so, could you please > >post the logged output of that? >

Re: Postinstall failure: file not found

2003-04-03 Thread Rudiyanto Gunawan
From: Igor Pechtchanski <[EMAIL PROTECTED]> Ok, this is very interesting... Is this from a clean install, or is this a reinstall? Did you happen to install the gcc-mingw package? If so, could you please post the logged output of that? Oh, and which OS are you running on? The problem arised wh

Re: Postinstall failure: file not found

2003-04-03 Thread Igor Pechtchanski
On Thu, 3 Apr 2003, Rudiyanto Gunawan wrote: > >From: Igor Pechtchanski <[EMAIL PROTECTED]> > >Rudiyanto, > > > >Could you please check whether the exact files exist, or whether they > >exist with suffix ".done"? Also, please search the log for, say, > >"bzip2.sh" and see if it repeats more than

Re: Postinstall failure: file not found

2003-04-03 Thread Rudiyanto Gunawan
From: Igor Pechtchanski <[EMAIL PROTECTED]> Rudiyanto, Could you please check whether the exact files exist, or whether they exist with suffix ".done"? Also, please search the log for, say, "bzip2.sh" and see if it repeats more than once. If neither of the above holds, please post the output

Re: Postinstall failure: file not found

2003-04-03 Thread Igor Pechtchanski
On Thu, 3 Apr 2003, Rudiyanto Gunawan wrote: > >From: Igor Pechtchanski <[EMAIL PROTECTED]> > > > The error message was too fast to be seen clearly, but > > > I think it was saying: > > > /etc/postinstall/filename.sh not found > > > > > > I am trying to install all packages. But, I could > > > not

Re: Postinstall failure: file not found

2003-04-03 Thread Rudiyanto Gunawan
From: Igor Pechtchanski <[EMAIL PROTECTED]> > The error message was too fast to be seen clearly, but > I think it was saying: > /etc/postinstall/filename.sh not found > > I am trying to install all packages. But, I could > not get it to work even for the default packages. > This was using th

Re: Postinstall failure: file not found

2003-04-03 Thread Igor Pechtchanski
On Thu, 3 Apr 2003, Rudiyanto Gunawan wrote: > >From: Igor Pechtchanski <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: Rudiyanto Gunawan <[EMAIL PROTECTED]> > >CC: [EMAIL PROTECTED] > >Subject: Re: Postinstall failure: file not found &g

Re: Postinstall failure: file not found

2003-04-03 Thread Rudiyanto Gunawan
From: Igor Pechtchanski <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Rudiyanto Gunawan <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: Postinstall failure: file not found Date: Thu, 3 Apr 2003 15:27:15 -0500 (EST) What is the exact message you're getti

Re: Postinstall failure: file not found

2003-04-03 Thread Igor Pechtchanski
On Thu, 3 Apr 2003, Rudiyanto Gunawan wrote: > I am hoping that someone could help me. > Yesterday (4/2/03), I tried to update my cygwin, which > I installed last year. However, at the end of > the update, the postinstall script failed. > The error messages implied that the > postinstallation file

Postinstall failure: file not found

2003-04-03 Thread Rudiyanto Gunawan
I am hoping that someone could help me. Yesterday (4/2/03), I tried to update my cygwin, which I installed last year. However, at the end of the update, the postinstall script failed. The error messages implied that the postinstallation files that were supposed to be inside /etc/postinstall, did no