Hi Bruno and Wolfgang

I performed a clean installation in a new directory and it still does not 
work. Now the installation says that there is no write permission on that 
particular drive after 100% completion. 

*[100%] Built target deal_II.g*
*Install the project...*
*-- Install configuration: "DebugRelease"*
*CMake Error at cmake/scripts/cmake_install.cmake:36 (FILE):*
*  file cannot create directory: 
/path/to/install/dir/share/deal.II/scripts.*
*  Maybe need administrative privileges.*
*Call Stack (most recent call first):*
*  cmake_install.cmake:37 (INCLUDE)*


*make: *** [install] Error 1*


I have attached the complete summary and log files. Kindly let me know what 
can be done.

Kind regards
Sathish

On Friday, 3 February 2017 00:04:11 UTC+1, Wolfgang Bangerth wrote:
>
> On 02/02/2017 03:41 PM, Sathish Kumar wrote: 
> > // 
> > /icpc: command line warning #10006: ignoring unknown option 
> '-fuse-ld=gold'/ 
> > /lac/CMakeFiles/obj_lac.debug.dir/sparse_matrix_inst2.cc.o: file not 
> > recognized: File format not recognized/ 
>
> This typically happens if you compile in the same directory in which a 
> previous compile job aborted because of a compiler error, because you 
> were out of memory, or some other reason. In that case, the previous 
> compiler run left an unfinished object file that the subsequent compiler 
> run recognizes as "up to date" (because it's newer than its source 
> files) but can't read successfully. 
>
> The solution is to do 'make clean' or just to blow away the build 
> directory and start again. 
>
> Best 
>   W. 
>
> -- 
> ------------------------------------------------------------------------ 
> Wolfgang Bangerth          email:                 bang...@colostate.edu 
> <javascript:> 
>                             www: http://www.math.colostate.edu/~bangerth/ 
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
###
#
#  deal.II configuration:
#        CMAKE_BUILD_TYPE:       DebugRelease
#        BUILD_SHARED_LIBS:      ON
#        CMAKE_INSTALL_PREFIX:   /path/to/install/dir
#        CMAKE_SOURCE_DIR:       /data/leuven/313/vsc31383/dealii/deal.II
#                                (version 8.4.1)
#        CMAKE_BINARY_DIR:       /data/leuven/313/vsc31383/dealii/build
#        CMAKE_CXX_COMPILER:     Intel 15.0.0.20140723 on platform Linux x86_64
#                                
/apps/leuven/thinking/2014a/software/icc/2015.0.090/bin/icpc
#        CMAKE_C_COMPILER:       
/apps/leuven/thinking/2014a/software/icc/2015.0.090/bin/icc
#        CMAKE_Fortran_COMPILER: 
/apps/leuven/thinking/2014a/software/ifort/2013.5.192/bin/intel64/ifort
#        CMAKE_GENERATOR:        Unix Makefiles
#
#  Base configuration (prior to feature configuration):
#        DEAL_II_CXX_FLAGS:            -fpic -ansi -w2 -wd68 -wd135 -wd175 
-wd177 -wd191 -wd193 -wd279 -wd327 -wd383 -wd981 -wd1418 -wd1478 -wd1572 
-wd2259 -wd21 -wd2536 -wd15531 -wd111 -wd128 -wd185 -wd280 -qopenmp-simd 
-Wno-return-type
#        DEAL_II_CXX_FLAGS_RELEASE:    -O2 -no-ansi-alias -ip -funroll-loops 
-no-vec
#        DEAL_II_CXX_FLAGS_DEBUG:      -O0 -g -gdwarf-2 -grecord-gcc-switches
#        DEAL_II_LINKER_FLAGS:         -Wl,--as-needed -shared-intel -rdynamic 
-fuse-ld=gold -qopenmp
#        DEAL_II_LINKER_FLAGS_RELEASE: 
#        DEAL_II_LINKER_FLAGS_DEBUG:   
#        DEAL_II_DEFINITIONS:          
#        DEAL_II_DEFINITIONS_RELEASE:  
#        DEAL_II_DEFINITIONS_DEBUG:    DEBUG
#        DEAL_II_USER_DEFINITIONS:     
#        DEAL_II_USER_DEFINITIONS_REL: 
#        DEAL_II_USER_DEFINITIONS_DEB: DEBUG
#        DEAL_II_INCLUDE_DIRS          
#        DEAL_II_USER_INCLUDE_DIRS:    
#        DEAL_II_BUNDLED_INCLUDE_DIRS: 
#        DEAL_II_LIBRARIES:            m
#        DEAL_II_LIBRARIES_RELEASE:    
#        DEAL_II_LIBRARIES_DEBUG:      
#
#  Configured Features (DEAL_II_ALLOW_BUNDLED = ON, DEAL_II_ALLOW_AUTODETECTION 
= ON):
#      ( DEAL_II_WITH_64BIT_INDICES = OFF )
#      ( DEAL_II_WITH_ARPACK = OFF )
#        DEAL_II_WITH_BOOST set up with bundled packages
#            BOOST_BUNDLED_INCLUDE_DIRS = 
/data/leuven/313/vsc31383/dealii/deal.II/bundled/boost-1.56.0/include
#            BOOST_LIBRARIES = rt
#      ( DEAL_II_WITH_BZIP2 = OFF )
#      ( DEAL_II_WITH_CXX11 = OFF )
#      ( DEAL_II_WITH_CXX14 = OFF )
#      ( DEAL_II_WITH_HDF5 = OFF )
#        DEAL_II_WITH_LAPACK set up with external dependencies
#            LAPACK_LINKER_FLAGS = 
#            LAPACK_LIBRARIES = 
/apps/leuven/thinking/2014a/software/imkl/11.1.1.106/mkl/lib/intel64/libmkl_lapack.a;-lpthread;-lm;/apps/leuven/thinking/2014a/software/imkl/11.1.1.106/mkl/lib/intel64/libmkl_intel_lp64.so;/apps/leuven/thinking/2014a/software/imkl/11.1.1.106/mkl/lib/intel64/libmkl_intel_thread.so;/apps/leuven/thinking/2014a/software/imkl/11.1.1.106/mkl/lib/intel64/libmkl_core.so;/apps/leuven/thinking/2014a/software/icc/2015.0.090/lib/intel64/libiomp5.so;imf;m;ipgo;intlc;pthread;svml;irc_s;dl;c
#      ( DEAL_II_WITH_METIS = OFF )
#      ( DEAL_II_WITH_MPI = OFF )
#        DEAL_II_WITH_MUPARSER set up with bundled packages
#            MUPARSER_BUNDLED_INCLUDE_DIRS = 
/data/leuven/313/vsc31383/dealii/deal.II/bundled/muparser_v2_2_4//include
#      ( DEAL_II_WITH_NETCDF = OFF )
#      ( DEAL_II_WITH_OPENCASCADE = OFF )
#      ( DEAL_II_WITH_P4EST = OFF )
#      ( DEAL_II_WITH_PETSC = OFF )
#      ( DEAL_II_WITH_SLEPC = OFF )
#        DEAL_II_WITH_THREADS set up with bundled packages
#            THREADS_CXX_FLAGS = -Wno-parentheses
#            THREADS_LINKER_FLAGS = -pthread
#            THREADS_DEFINITIONS_DEBUG = TBB_USE_DEBUG;TBB_DO_ASSERT=1
#            THREADS_USER_DEFINITIONS_DEBUG = TBB_USE_DEBUG;TBB_DO_ASSERT=1
#            THREADS_BUNDLED_INCLUDE_DIRS = 
/data/leuven/313/vsc31383/dealii/deal.II/bundled/tbb41_20130401oss/include
#            THREADS_LIBRARIES = dl
#      ( DEAL_II_WITH_TRILINOS = OFF )
#        DEAL_II_WITH_UMFPACK set up with bundled packages
#            UMFPACK_BUNDLED_INCLUDE_DIRS = 
/data/leuven/313/vsc31383/dealii/deal.II/bundled/umfpack/UMFPACK/Include;/data/leuven/313/vsc31383/dealii/deal.II/bundled/umfpack/AMD/Include
#        DEAL_II_WITH_ZLIB set up with external dependencies
#            ZLIB_VERSION = 1.2.3
#            ZLIB_INCLUDE_DIRS = /usr/include
#            ZLIB_LIBRARIES = /usr/lib64/libz.so
#
#  Component configuration:
#      ( DEAL_II_COMPONENT_DOCUMENTATION = OFF )
#        DEAL_II_COMPONENT_EXAMPLES
#      ( DEAL_II_COMPONENT_PACKAGE = OFF )
#      ( DEAL_II_COMPONENT_PARAMETER_GUI = OFF )
#
###
###
#
#  deal.II configuration:
#        CMAKE_BUILD_TYPE:       DebugRelease
#        BUILD_SHARED_LIBS:      ON
#        CMAKE_INSTALL_PREFIX:   /path/to/install/dir
#        CMAKE_SOURCE_DIR:       /data/leuven/313/vsc31383/dealii/deal.II
#                                (version 8.4.1)
#        CMAKE_BINARY_DIR:       /data/leuven/313/vsc31383/dealii/build
#        CMAKE_CXX_COMPILER:     Intel 15.0.0.20140723 on platform Linux x86_64
#                                
/apps/leuven/thinking/2014a/software/icc/2015.0.090/bin/icpc
#
#  Configured Features (DEAL_II_ALLOW_BUNDLED = ON, DEAL_II_ALLOW_AUTODETECTION 
= ON):
#      ( DEAL_II_WITH_64BIT_INDICES = OFF )
#      ( DEAL_II_WITH_ARPACK = OFF )
#        DEAL_II_WITH_BOOST set up with bundled packages
#      ( DEAL_II_WITH_BZIP2 = OFF )
#      ( DEAL_II_WITH_CXX11 = OFF )
#      ( DEAL_II_WITH_CXX14 = OFF )
#      ( DEAL_II_WITH_HDF5 = OFF )
#        DEAL_II_WITH_LAPACK set up with external dependencies
#      ( DEAL_II_WITH_METIS = OFF )
#      ( DEAL_II_WITH_MPI = OFF )
#        DEAL_II_WITH_MUPARSER set up with bundled packages
#      ( DEAL_II_WITH_NETCDF = OFF )
#      ( DEAL_II_WITH_OPENCASCADE = OFF )
#      ( DEAL_II_WITH_P4EST = OFF )
#      ( DEAL_II_WITH_PETSC = OFF )
#      ( DEAL_II_WITH_SLEPC = OFF )
#        DEAL_II_WITH_THREADS set up with bundled packages
#      ( DEAL_II_WITH_TRILINOS = OFF )
#        DEAL_II_WITH_UMFPACK set up with bundled packages
#        DEAL_II_WITH_ZLIB set up with external dependencies
#
#  Component configuration:
#      ( DEAL_II_COMPONENT_DOCUMENTATION = OFF )
#        DEAL_II_COMPONENT_EXAMPLES
#      ( DEAL_II_COMPONENT_PACKAGE = OFF )
#      ( DEAL_II_COMPONENT_PARAMETER_GUI = OFF )
#
#  Detailed information (compiler flags, feature configuration) can be found in 
detailed.log
#
#  Run  $ make info  to print a help message with a list of top level targets
#
###

Reply via email to