Make installation error

Jim Edwards edwards.jim at gmail.com
Wed Jan 20 22:30:13 CST 2010


I see two problems - the first is that it looks like there is a time skew
between your os and the filesystem - try using a different filesystem or a
different make tool.   The second is that your /tmp is running out of space
- look in your compiler documentation to see how to change the directory it
uses for temporary files.





On Wed, Jan 20, 2010 at 9:18 PM, Shawn Kim <shawn.subscribe at gmail.com>wrote:

> Hi,
>
> I am currently using mpich2-1.2 + pvfs-2.8.1 and trying to install
> pnetcdf-1.1.0.
> I modified rules.make in pnetcdf-1.1.0 and Makefile in
> pnetcdf-1.1.0/src/libf. But I didn't add new functions because our cluster
> doesn't support svn yet.
>
> When "make install", the error occurred:
>
> $ make install
> make[1]: Entering directory
> `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0'
>
> Making `install' in directory
> /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/src
>
> make[2]: Entering directory
> `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/src'
> cd lib && make install
> make[3]: Entering directory
> `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/src/lib'
> /usr/bin/install -c -d -m 755
> /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/lib
> /usr/bin/install -c -m 644 libpnetcdf.a
> /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/lib/libpnetcdf.a
> /usr/bin/install -c -d -m 755
> /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/include
> /usr/bin/install -c -m 644 ./pnetcdf.h
> /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/include/pnetcdf.h
> /usr/bin/install -c -d -m 755
> /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/man/man3
> /usr/bin/install -c -m 644 pnetcdf.3
> /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/man/man3/pnetcdf.3
> /usr/bin/install -c -d
> /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/bin
> /usr/bin/install -c -m 755 ncvalid
> /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/bin/ncvalid
> make[3]: Leaving directory
> `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/src/lib'
> if [ yes = yes ] ; then cd libf && make install ; fi
> make[3]: Entering directory
> `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/src/libf'
> make[3]: Warning: File
> `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/include' has
> modification time 4.4 s in the future
> /bin/rm -f pnetcdf.F90
> echo "module pnetcdf" > pnetcdf.F90
> /bin/cat pnetcdf.inc >> pnetcdf.F90
> /home/mdl/seokim/io_newest/mpich2-1.2.1/bin/mpif77 -c -g -I. -I./../lib
> -I../lib   -c pnetcdf.F90
> Error: Unexpected end of file in '/tmp/ccFpAkMf.f95'
> make[3]: *** [pnetcdf.mod] Error 1
> make[3]: Leaving directory
> `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/src/libf'
> make[2]: *** [install] Error 2
> make[2]: Leaving directory
> `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/src'
> make[1]: *** [subdir_target] Error 1
> make[1]: Leaving directory
> `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0'
> make: *** [src/lib/install] Error 2
>
> Is there anybody who faced with this kind of problem and solved it?
> Could you give me any suggestion?
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/parallel-netcdf/attachments/20100120/439f9666/attachment.htm>


More information about the parallel-netcdf mailing list