From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 27F48407DF for ; Mon, 31 Jan 2022 13:06:19 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 10DE268B227; Mon, 31 Jan 2022 15:06:17 +0200 (EET) Received: from mail-vs1-f53.google.com (mail-vs1-f53.google.com [209.85.217.53]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3B45D68B1EB for ; Mon, 31 Jan 2022 15:06:10 +0200 (EET) Received: by mail-vs1-f53.google.com with SMTP id b2so11666642vso.9 for ; Mon, 31 Jan 2022 05:06:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=FASe2X6oHd0rPa3BmCup/5r2mEecy4TvzsYzQoYPcc8=; b=aL8G39BN9/Savyypf/7z8wThwEozQNQVMNPR9RuXMQbaTkTMAOqCg10BpaEjfKiz5P CiE7upTXzYcUYlAoFed9CGbiNU0ukLYtITjM5JprxxNtlmJC0PhQWMphqxMcZEvlx2hX Mll4NoiNyzn6GfmgQNQcEg2zleSOYc5SxjcK63GmqWJmdib7WHooiij/PUYomoID8WHY zLiqDdDTt5zyZ74VI6tTKHeynereYw6/HgLkig7npVRhqPmYFqJdcUDR5UOQIBiWOvvu xJUf1je3csEi8B7ls9UbBrvKUtwFNnI5cdUOj4KLCT6uXxQM0u6xiaE3GfhmKQb0iiSo psXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=FASe2X6oHd0rPa3BmCup/5r2mEecy4TvzsYzQoYPcc8=; b=Au4VutY00EhUhREpfUvdacDCsdMYBObH9r1P88KjBdVT5UhAM63aB/bP7LWwoy8LzU NJFE4GRm+sqpUQZZAZQE6LYCULMihaaHkxCWkJv0ie1gLUkrnQSI4q+ddXtWgQTZDXe9 LQ0yoNZp/f0rlyvdySTsYiRHu8cRRFfxSiAN7xFECgVVzDepxqR7PutrEEUGcMfcTanM 9q12j6C5OC2OmpMtBbDZ725XdXgmEoF6U4WDUlahHHAk04W8G2Cme989tFrt4kCVMIFM 7b3kkd9N4VMM1SxZJWihEbgh5FhziXsWYCPrEuvO+cJQv1t5mhpV53Y0fZ+u5WvWYLUP wQ3A== X-Gm-Message-State: AOAM532u6TX/uWIEco/P7oXqbVJ/oSxtjg/4p29hW/DfJHU+cCTxJs0h 8GGXtxolXim/L30Gr4cSgtZ8qCKVL1LluGhobbJnsIC0 X-Google-Smtp-Source: ABdhPJwzSRXUSvAhNcwC9aYa6DyvLSE9XcYS+BQ15ek6i8BoW4CceA3FmMcP9CfmhG74ZAynq6f7v4FiM0YTSd51M8E= X-Received: by 2002:a67:ce95:: with SMTP id c21mr7532371vse.81.1643634368559; Mon, 31 Jan 2022 05:06:08 -0800 (PST) MIME-Version: 1.0 References: <20220118220629.2108825-1-alex@linutronix.de> <164363350306.23111.4039910706733379234@lain.red.khirnov.net> In-Reply-To: <164363350306.23111.4039910706733379234@lain.red.khirnov.net> From: Alexander Kanavin Date: Mon, 31 Jan 2022 14:05:57 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] libavutil: include assembly with full path from source root X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Mon, 31 Jan 2022 at 13:52, Anton Khirnov wrote: > > Are you using a separate build directory? This is a sample > reproducibility > > failure we've observed: > > > https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20220118-y69m0ean/packages/diff-html/ > > With a separate build directory, I'm getting > $ strings libavutil/x86/tx_float.o |grep asm > src/libavutil/x86/tx_float.asm > Thanks, I'm trying to get it to reproduce outside of yocto - there's something in that build environment that does cause .asm include filenames to be written into the .o. Will write back when I have a reproducer. Alex _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".