From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 1D5AF3858C66 for ; Fri, 1 Mar 2024 22:48:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1D5AF3858C66 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 1D5AF3858C66 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709333291; cv=none; b=aUHxcrFm+DHD6e85va2gb4ZqNPvip6jIWzW7FhdPSThRvHm4rt82aXFhsOPpqlQ+p9v27JM0ePl9UjNu3SguuisUW1f3KwMbsBYp7tfo8oiNjae8K8pHJh1+tj/k1hhertXUwSJJICVxW94eeT9vN5MPp8rVmyBR6ypVKMsPOcQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709333291; c=relaxed/simple; bh=QlU31ftNoXJQDxJaQohL6oCRAo/PygiOvOZ9M0XGSvk=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=iyxJP4USrj/UDen54wiB4syqD/j029ZxFDsb+SccMyR3ClNXcIjW19OsnD9EZPwHzOsopSPCsp6q6y6VmHrF9T5TFibvklgqi0MAhBOgYJ61LuG534LgsUimkmfvsOzbS7m7VOpTsiTfsgcBr4gglwGoLbTOy8qn+CPo1Teled0= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 21ACF307C2BC; Fri, 1 Mar 2024 23:48:00 +0100 (CET) Date: Fri, 1 Mar 2024 23:48:00 +0100 From: Mark Wielaard To: annobin@sourceware.org Cc: Nick Clifton Subject: Re: =?utf-8?B?4pigIEJ1aWxkYm8=?= =?utf-8?Q?t?= (Sourceware): annobin - failed compile (failure) (master) Message-ID: <20240301224800.GB13156@gnu.wildebeest.org> References: <20240301191158.9D31A3858417@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240301191158.9D31A3858417@sourceware.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_ASCII_DIVIDERS,KAM_DMARC_STATUS,KAM_LOTSOFHASH,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, On Fri, Mar 01, 2024 at 07:11:58PM +0000, builder@sourceware.org wrote: > A new failure has been detected on builder annobin-fedora-s390x while building annobin. > > Full details are available at: > https://builder.sourceware.org/buildbot/#/builders/254/builds/61 > > Build state: failed compile (failure) > Revision: f9d67837f20f728ab6700454ddb33912a38fe5e8 > Worker: fedora-s390x > Build Reason: (unknown) > Blamelist: Nick Clifton Oops. No clang++ on the s390x machine. I'll ask Dan Horák to install it. > A new failure has been detected on builder annobin-rawhide-x86_64 while building annobin. > > Full details are available at: > https://builder.sourceware.org/buildbot/#/builders/255/builds/61 > > Build state: failed compile (failure) > Revision: f9d67837f20f728ab6700454ddb33912a38fe5e8 > Worker: bb3 > Build Reason: (unknown) > Blamelist: Nick Clifton This one does have clang++ but fails with: make[1]: Leaving directory '/home/builder/shared/bb3/worker/annobin-rawhide-x86_64/build/clang-plugin' annobin.cpp:15:10: fatal error: 'clang/Frontend/FrontendPluginRegistry.h' file not found 15 | #include "clang/Frontend/FrontendPluginRegistry.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[1]: *** [Makefile:35: annobin-for-clang.so] Error 1 make: *** [Makefile:429: all-recursive] Error 1 Is there a missing package? > A new failure has been detected on builder annobin-fedora-x86_64 while building annobin. > > Full details are available at: > https://builder.sourceware.org/buildbot/#/builders/256/builds/61 > > Build state: failed compile (failure) > Revision: f9d67837f20f728ab6700454ddb33912a38fe5e8 > Worker: bb2-2 > Build Reason: (unknown) > Blamelist: Nick Clifton This one also doesn't have clang++. I can add it to the container file, but it might fail like the above is the clang/Frontend/FrontendPluginRegistry.h isn't there. Maybe there could be configure checks for clang++ and this extra header file? > A new failure has been detected on builder annobin-fedora-arm64 while building annobin. > > Full details are available at: > https://builder.sourceware.org/buildbot/#/builders/257/builds/62 > > Build state: failed compile (failure) > Revision: f9d67837f20f728ab6700454ddb33912a38fe5e8 > Worker: fedora-arm64 > Build Reason: (unknown) > Blamelist: Nick Clifton Same missing header file: annobin.cpp:15:10: fatal error: 'clang/Frontend/FrontendPluginRegistry.h' file not found 15 | #include "clang/Frontend/FrontendPluginRegistry.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. > A new failure has been detected on builder annobin-ubuntu-riscv while building annobin. > > Full details are available at: > https://builder.sourceware.org/buildbot/#/builders/276/builds/13 > > Build state: failed compile (failure) > Revision: f9d67837f20f728ab6700454ddb33912a38fe5e8 > Worker: starfive-2 > Build Reason: (unknown) > Blamelist: Nick Clifton clang++ not installed. Can do, but again where does that headerfile come from? > A new failure has been detected on builder annobin-debian-i386 while building annobin. > > Full details are available at: > https://builder.sourceware.org/buildbot/#/builders/277/builds/13 > > Build state: failed compile (failure) > Revision: f9d67837f20f728ab6700454ddb33912a38fe5e8 > Worker: debian-i386 > Build Reason: (unknown) > Blamelist: Nick Clifton Same. Cheers, Mark