Re: Can't install netCDF4

2011-11-29 Thread Edvardsen Kåre
s whatever libcurl-related packages I've installed that comes with cygwin is not enough? Regards, Kåre > Edvardsen Kåre wrote: > > I need to install the netCDF4 package which is the > Python/numpy > > interface to netCDF > > (see

Can't install netCDF4

2011-11-28 Thread Edvardsen Kåre
I need to install the netCDF4 package which is the Python/numpy interface to netCDF (see http://code.google.com/p/netcdf4-python/ ) I've tried to install version 0.9.4 and later, but they all give pretty much the same error message (attached). For me this looks like it is not ment to work under cy

Re: [SOLVED] Re: What updates done after October 3 may affect gfortran built binaries?

2011-11-16 Thread Edvardsen Kåre
> >> FLEXPART is one of those huge number-crunching Fortran programs that's > >> just jam-packed with ginormous multi-dimensional arrays. The final linked > >> executable had 3.38 GB of .bss space! > > > Out of curiosity, how then was the OP ever able to make *any* version run? > > Not clear y

Re: [SOLVED] Re: What updates done after October 3 may affect gfortran built binaries?

2011-11-16 Thread Edvardsen Kåre
> >I helped Edvardsen to track this down off-list. It turns > out that FLEXPART > > is one of those huge number-crunching Fortran programs > that's just jam-packed > > with ginormous multi-dimensional arrays. The final linked > executable had 3

Re: What updates done after October 3 may affect gfortran built binaries?

2011-11-10 Thread Edvardsen Kåre
> Thanx a lot, Marco for takng time! > > In order to replicate my build you need to install latest version of the > grib_api library > (http://www.ecmwf.int/products/data/software/download/grib_api.html) > and istall it with jasper > > tar xvfz grib_api-1.9.9.tar.gz > ./configure [--with-jasper=

Re: What updates done after October 3 may affect gfortran built binaries?

2011-11-10 Thread Edvardsen Kåre
> > In order to replicate my build you need to install latest version of the > > grib_api library > > (http://www.ecmwf.int/products/data/software/download/grib_api.html) > > and istall it with jasper > > What is "jasper"? Wikipedia lists four entirely different open source > projects by that

Re: What updates done after October 3 may affect gfortran built binaries?

2011-11-09 Thread Edvardsen Kåre
[...] > > I will now start going through the updates and change back to versions > yielding October 3 if possible. I think this is important since cygwin > will give the opportunity to run and develop FLEXPART on Windows > machines the way linux-users are us

What updates done after October 3 may affect gfortran built binaries?

2011-11-09 Thread Edvardsen Kåre
This is again related to the failure of execution of a gfortran built binary ("cannot execute binary", see thread http://cygwin.com/ml/cygwin/2011-11/msg00034.html ) In short, the main problem is that I can't build a successful binary from the FLEXPART fortran code (just google "FLEXPART nilu" if

Re: Problem with execution of binary file

2011-11-08 Thread Edvardsen Kåre
> Mark Geisert (that's me) wrote: > > I haven't yet diff'd the two cygchecks > > you sent but maybe that'll lead somewhere. > > I've now done that. The 'good' cygcheck shows many more packages installed > than > the 'bad' cygcheck. But the only package version differences I found were for > bz

Re: Problem with execution of binary file

2011-11-04 Thread Edvardsen Kåre
On fr., 2011-11-04 at 05:50 -0500, Eliot Moss wrote: > On 11/4/2011 3:50 AM, Edvardsen Kåre wrote: > > > >> On 11/3/2011 4:56 PM, Eliot Moss wrote: > >> Ok, so here's one thing about bash: to get it to > >> run an *executable* (as opposed

Re: Problem with execution of binary file

2011-11-04 Thread Edvardsen Kåre
> On 11/3/2011 4:56 PM, Eliot Moss wrote: > Ok, so here's one thing about bash: to get it to > run an *executable* (as opposed to a *script*), > you need to say "bash -c FLEXPART_GFORTRAN". > You might try strace on that. In addition to the > objdump suggest

Re: Problem with execution of binary file

2011-11-03 Thread Edvardsen Kåre
On to., 2011-11-03 at 08:21 -0500, Eliot Moss wrote: > Someone more expert than I am may be able to say more > (or correct me if I'm wrong), but it appears that bash > opened the file, read 80 bytes, and didn't like what it > saw. So: What does "file FLEXPART_GFORTRAN.exe" say > about the file? Or

Re: Problem with execution of binary file

2011-11-03 Thread Edvardsen Kåre
On to., 2011-11-03 at 14:01 +0100, Edvardsen Kåre wrote: > On Nov 3 12:20, Edvardsen KÃre wrote: > > I keep getting the "cannot execute binary file" and don't understand > > why. I have compiled same software on two different machines, but only > > one of

Re: cannot execute binary file

2011-11-02 Thread Edvardsen Kåre
On 11/2/2011 9:10 AM, Edvardsen KÃre wrote: >> Are there any debug options or logs to check when you get "cannot >> execute binary file"? >> >> Cheers, >> KÃre > > - if is it a permission problem you need to check the ACL permissions > see getfacl or ACL permission from windows explorer > > - if

Re: cannot execute binary file

2011-11-02 Thread Edvardsen Kåre
Are there any debug options or logs to check when you get "cannot execute binary file"? Cheers, Kåre On ti., 2011-11-01 at 13:00 +, Edvardsen Kåre wrote: > On ti., 2011-11-01 at 07:28 -0500, Eliot Moss wrote: > > On 11/1/2011 5:24 AM, Edvardsen Kåre wrote: > >

Re: cannot execute binary file

2011-11-01 Thread Edvardsen Kåre
On ti., 2011-11-01 at 07:28 -0500, Eliot Moss wrote: > On 11/1/2011 5:24 AM, Edvardsen Kåre wrote: > > I've built from source (gfortran) an application that won't run (cannot > > execute binary file) and the "file" command prompts: PE32 executable > > (c

Re: cannot execute binary file

2011-11-01 Thread Edvardsen Kåre
On ti., 2011-11-01 at 07:28 -0500, Eliot Moss wrote: > On 11/1/2011 5:24 AM, Edvardsen Kåre wrote: > > I've built from source (gfortran) an application that won't run (cannot > > execute binary file) and the "file" command prompts: PE32 executable > > (c

cannot execute binary file

2011-11-01 Thread Edvardsen Kåre
I've built from source (gfortran) an application that won't run (cannot execute binary file) and the "file" command prompts: PE32 executable (console) Intel 80386, for MS Windows. (Yes, chmod 755 is set for the executable...) Funny thing is that I did the same build on a different machine with suc

Problems installing Imaging-1.1.7

2011-10-27 Thread Edvardsen Kåre
I’m not able to install Imaging-1.1.7, and I assume it has something to do with the Tcl/Tk dll’s I’ve tried the various rebase solutions as suggested in the list (and a lot of googling), but no luck whatsoever. Here is the output when trying to run the setup script. $ python setup.py build runni

RE: Problems with mkpasswd and mkgroup

2011-10-14 Thread Edvardsen Kåre
> What is the contents of the "/etc/password" and "/etc/group" files > after you run the "mkpasswd/mkgroup" commands (as administrator)? > What user can log in, but isn't in the password file? > Is that user local or a domain user? The Windows account name with FULL admin privileges is "service

RE: Problems with mkpasswd and mkgroup

2011-10-13 Thread Edvardsen Kåre
Greetings, Kеre Edvardsen! > I've installed cygwin "system wide" on a client (W7 32b) from an account > with full Administrators privileges. However, opening a Bash shell (or > xterm) as another user prompts: > Your group is currently "mkpasswd". This indicates that your > gid is not i