From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 10 17:22:55 2020 Received: (at submit) by debbugs.gnu.org; 10 Apr 2020 21:22:55 +0000 Received: from localhost ([127.0.0.1]:56049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jN171-0003Lb-1b for submit@debbugs.gnu.org; Fri, 10 Apr 2020 17:22:55 -0400 Received: from lists.gnu.org ([209.51.188.17]:54456) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jN0tO-00031z-Pk for submit@debbugs.gnu.org; Fri, 10 Apr 2020 17:08:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42990) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jN0tN-0007xH-Je for bug-idutils@gnu.org; Fri, 10 Apr 2020 17:08:50 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,SPOOFED_FREEMAIL,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jN0tM-0004l7-9N for bug-idutils@gnu.org; Fri, 10 Apr 2020 17:08:49 -0400 Received: from mail1.protonmail.ch ([185.70.40.18]:22478) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jN0tL-0004j2-QX for bug-idutils@gnu.org; Fri, 10 Apr 2020 17:08:48 -0400 Date: Fri, 10 Apr 2020 21:08:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.ch; s=default; t=1586552924; bh=mI3TkRxO+68JSjEN753SXIbdGSBiv1sOvAKmWQMc+KU=; h=Date:To:From:Reply-To:Subject:From; b=bzQaJov/hCXF+BP1ZV5zK1RdsbEqBVRHTU8SdCNETzyJqUOAeG+QWJse9w2T2HtAK +1ZiRFPrf3t7ebqP1wMA+ExN2Z6u3Fh6S0ex24OKq6AV1pF+D2kaqakR6c6DczCqqm /i5KK4kgN7ENII9vRYJns6BpejOs0xmMhq1oG1bA= To: bug-idutils@gnu.org From: Serghei Iakovlev Subject: Segmentation fault for the same files Message-ID: <6eb67564-718a-d4c1-5b5c-1165345d5079@protonmail.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.70.40.18 X-Spam-Score: 2.3 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, There is an issue with mkid I'd like avoid to. After running mkid inside /usr/include I got a lot of messages as follows: mkid: warning: `/usr/include/clang/10/include/avx512vpopcntdqintrin.h' and `/usr/include/x86_64-linux-gnu/tiffio.hxx' are the same file, but yield different scans! Content analysis details: (2.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: gnu.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (egrep[at]protonmail.ch) 2.0 SPOOFED_FREEMAIL No description available. X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 10 Apr 2020 17:22:53 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Serghei Iakovlev Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Hello, There is an issue with mkid I'd like avoid to. After running mkid inside /usr/include I got a lot of messages as follows: mkid: warning: `/usr/include/clang/10/include/avx512vpopcntdqintrin.h' and `/usr/include/x86_64-linux-gnu/tiffio.hxx' are the same file, but yield different scans! finally, Segmentation fault. The way I installed idutils is: git clone git://git.savannah.gnu.org/idutils.git cd idutils ./bootstrap CFLAGS=3D'-O2 -pipe -march=3Dnative' ./configure make -j $(getconf _NPROCESSORS_ONLN) make install Latest commit is: 15dabf9 Is there any workaround/fix? --=20 Serghei