gtcasl / gpuocelot

GPUOCelot: A dynamic compilation framework for PTX
http://gpuocelot.gatech.edu/
BSD 3-Clause "New" or "Revised" License
280 stars 69 forks source link

Error during make install #47

Closed jwang323 closed 9 years ago

jwang323 commented 9 years ago

From kecelif...@gmail.com on March 08, 2011 13:11:59

What steps will reproduce the problem? 1. Download the ocelot-1.3.967 package from https://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' withocelot/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: http://code.google.com/p/gpuocelot/issues/detail?id=48

jwang323 commented 9 years ago

From kecelif...@gmail.com on March 08, 2011 10:17:18

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

jwang323 commented 9 years ago

From gregory....@gatech.edu on April 08, 2011 13:24:21

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.

Status: WontFix