maesfahani / gpuocelot

Automatically exported from code.google.com/p/gpuocelot
0 stars 0 forks source link

Error during make install #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download the ocelot-1.3.967 package from 
http://code.google.com/p/gpuocelot/downloads/detail?name=ocelot-1.3.967.tar.bz2&
can=2&q=
2. Run ./configure; make; sudo make install

What is the expected output? What do you see instead?

Below is the error I get. Looks like TestLLVMKernels.h file is included in the 
list.

 /usr/bin/install -c -m 644  ocelot/executive/test/TestGPUKernel.h ocelot/executive/test/TestLLVMKernels.h ocelot/executive/test/TestEmulator.h ocelot/executive/test/TestLLVMKernels.h ocelot/executive/test/sequence.ptx ocelot/executive/test/kernels.ptx '/usr/local/include/ocelot/executive/test'                                                                 
/usr/bin/install: will not overwrite just-created 
`/usr/local/include/ocelot/executive/test/TestLLVMKernels.h' with 
`ocelot/executive/test/TestLLVMKernels.h'                       
make[2]: *** [install-nobase_includeHEADERS] Error 1                            

make[2]: Leaving directory `/home/animus/Work/simulators/ocelot-1.3.967'        

make[1]: *** [install-am] Error 2                                               

make[1]: Leaving directory `/home/animus/Work/simulators/ocelot-1.3.967'        

make: *** [install] Error 2 

What version of the product are you using? On what operating system?
I am using ocelot-1.3.967 on Ubuntu 10.04. Make version is 3.81. Install 
version is 8.5.

Please provide any additional information below.
This doesn't seem to be fatal error for NVIDIA GPU emulation. The libraries are 
installed and they work. I just am not sure if this error has any effect on the 
working of the simulator.

Original issue reported on code.google.com by kecelif...@gmail.com on 8 Mar 2011 at 6:11

GoogleCodeExporter commented 8 years ago
As google says: "newer autotools don't seem to like listing files to install 
twice." Removing line 871 from the Makefile solves the problem.

Original comment by kecelif...@gmail.com on 8 Mar 2011 at 6:17

GoogleCodeExporter commented 8 years ago
This is a bug in a reported release.  This should be fixed in the new trunk via 
the transition to SCons.  Our policy is to not go back and push bug fixes into 
releases.

Original comment by gregory....@gatech.edu on 8 Apr 2011 at 8:24