[llvm-commits] [llvm-testresults] grue-x86-64-pic i386 nightly tester results
Gabor Greif
gabor at mac.com
Sun Jun 1 13:49:40 PDT 2008
> On Jun 1, 2008, at 4:42 AM, Apache wrote:
> > http://llvm.org/nightlytest/test.php?machine=277&night=6266
> > Name: grue.apple.com
> > Nickname: grue-x86-64-pic
> > Buildstatus: Error: compilation aborted
> >
> > Buildlog available at http://llvm.org/nightlytest/machines/
> 2008-06-01_06:41:56-Build-Log.txt
>
> The failure is:
>
> config.status: creating Makefile.config
> config.status: creating llvm.spec
> config.status: creating docs/doxygen.cfg
> config.status: creating tools/llvm-config/llvm-config.in
> config.status: creating include/llvm/Config/config.h
> config.status: creating include/llvm/Support/DataTypes.h
> config.status: include/llvm/Support/DataTypes.h is unchanged
> config.status: error: cannot find input file: include/llvm/ADT/
> hash_map.h.in
> make: *** No rule to make target `/Volumes/Tester/echeng/LLVM/
> nightlytest-pic/build/llvm/include/llvm/ADT/hash_map.in', needed by `/
> Volumes/Tester/echeng/LLVM/nightlytest-pic/build/llvm/include/llvm/
> ADT/
> hash_map'. Stop.
> real 0.04
> anyone have any ideas?
>
> -Chris
Yes, I had the same problem.
make: *** No rule to make target `/Users/ggreif/llvm/include/llvm/ADT/
hash_map.in', needed by `/Users/ggreif/llvm/include/llvm/ADT/
hash_map'. Stop.
There was a stray file, but svn:ignore-d:
pixxi:~/llvm ggreif$ svn st /Users/ggreif/llvm/include/llvm/ADT/
? /Users/ggreif/llvm/include/llvm/ADT/iterator.h
? /Users/ggreif/llvm/include/llvm/ADT/hash_set.h
? /Users/ggreif/llvm/include/llvm/ADT/hash_map.h
pixxi:~/llvm ggreif$ ls -lt include/llvm/ADT/hash_set*
-rw-r--r-- 1 ggreif ggreif 3288 May 30 22:58 include/llvm/ADT/
hash_set.h
-rw-r--r-- 1 ggreif ggreif 3193 May 30 22:51 include/llvm/ADT/
hash_set.h.in
-rw-r--r-- 1 ggreif ggreif 3257 Feb 29 02:27 include/llvm/ADT/
hash_set
pixxi:~/llvm ggreif$ svn info include/llvm/ADT/hash_set
include/llvm/ADT/hash_set: (Keine versionierte Ressource)
I removed it:
pixxi:~/llvm ggreif$ rm include/llvm/ADT/hash_set
Then all was right.
Hope this helps!
Gabor
More information about the llvm-commits
mailing list