[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error from 'make check'
From: |
Ralf Wildenhues |
Subject: |
Re: Error from 'make check' |
Date: |
Thu, 4 Dec 2008 07:19:35 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hello Bruce,
* Bruce Dugan wrote on Wed, Dec 03, 2008 at 10:06:34AM CET:
>
> Here is the output you requested. Thanks.
Thanks. This is the failure:
| ERROR: files left in build directory after distclean:
| ./debug/libbar/a.out.dSYM/Contents/Info.plist
| ./debug/libbar/a.out.dSYM/Contents/Resources/DWARF/a.out
| ./debug/libfoo/a.out.dSYM/Contents/Info.plist
| ./debug/libfoo/a.out.dSYM/Contents/Resources/DWARF/a.out
| make: *** [distcleancheck] Error 1
| FAIL: multlib.test
You wrote that you were using Autoconf 2.63 IIRC. Please check that
again, we fixed that sometime between 2.62 and 2.63. The bug is with
the compiler/linker who leaves stray debug files in *.dSYM directories.
But AFAIK we fixed Autoconf to remove all instances of such files, and
I cannot reproduce the above error with Automake 1.10.2 and Autoconf
2.63, either on darwin.
Thanks,
Ralf