[SciPy-dev] build problem error: file 'ARPACK\FWRAPPERS\dummy.f' does not exist

David Cournapeau david at ar.media.kyoto-u.ac.jp
Mon Dec 22 21:09:17 EST 2008


josef.pktd at gmail.com wrote:
> On Mon, Dec 22, 2008 at 11:37 AM,  <josef.pktd at gmail.com> wrote:
>   
>> I was trying to build the current scipy trunk, r5286, and got stuck with arpack
>>
>> this is the last part of the build log
>>
>> building 'arpack' library
>> compiling Fortran sources
>> Fortran f77 compiler: C:\Programs\MinGW\bin\g77.exe -g -Wall -fno-second-undersc
>> ore -mno-cygwin -O3 -funroll-loops
>> error: file 'ARPACK\FWRAPPERS\dummy.f' does not exist
>>
>> WindowsXP, mingw 3.4,
>> svn export
>> python25 setup.py bdist
>>     
>>>>> np.version.version
>>>>>           
>> '1.3.0.dev6139'
>>
>> I don't see any ARPACK\FWRAPPERS directory anywhere.
>>
>> Josef
>>
>>     
>
> All clear,
>
> `svn update` didn't download the fwrappers directory, I had to
> explicitely specify the missing directory for update.
>   

That's strange. Generally, the problem is with removed directories - I
never had problems updating new directories. Which version of subversion
are you using ?

David



More information about the SciPy-Dev mailing list