GNU bug report logs - #72852
Testsuite summary for GNU Automake 1.17 on x86_64-apple-darwin20.6.0

Previous Next

Package: automake;

Reported by: Eric Gallager <egall <at> gwmail.gwu.edu>

Date: Wed, 28 Aug 2024 14:43:02 UTC

Severity: normal

Done: Karl Berry <karl <at> freefriends.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 72852 <at> debbugs.gnu.org (full text, mbox):

From: Eric Gallager <egall <at> gwmail.gwu.edu>
To: Karl Berry <karl <at> freefriends.org>
Cc: 72852 <at> debbugs.gnu.org
Subject: Re: bug#72852: Testsuite summary for GNU Automake 1.17 on
 x86_64-apple-darwin20.6.0
Date: Tue, 3 Sep 2024 13:38:11 -0400
On Wed, Aug 28, 2024 at 6:43 PM Karl Berry <karl <at> freefriends.org> wrote:
>
> Hi Eric,
>
>     Subject: bug#72852: Testsuite summary for GNU Automake 1.17 on
>      x86_64-apple-darwin20.6.0
>
> Thanks for the report. It looks like Apple's compiler, or linker, or
> something, is leaving new files, in fact a whole new directory, behind.

Yeah, both llvm and gcc are set up on darwin so that their compiler
drivers will invoke dsymutil as part of the compilation process:
https://llvm.org/docs/CommandGuide/dsymutil.html
Search for COLLECT_RUN_DSYMUTIL in the GCC sources to see how it's invoked:
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=11afe8e8c87cd525efbaab282b2c01d6a52e9d86

> I didn't check all the failures, but the ones I looked at ended up with
> errors like:
>
>   ERROR: files left in build directory after distclean:
>   ./foo.dSYM/Contents/Resources/DWARF/foo
>   ./foo.dSYM/Contents/Info.plist
>   make[1]: *** [distcleancheck] Error 1
>
> I know nothing about what's going on, but just looking at that, I'm
> guessing make clean should also rm -rf <program>.dSYM.

Yeah, that sounds correct.

> (Bogdan, wdyt?)
> --thanks, karl.




This bug report was last modified 254 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.