From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 0C5E2385416D for ; Wed, 6 Jul 2022 09:25:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0C5E2385416D Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 21A101F8D8; Wed, 6 Jul 2022 09:25:42 +0000 (UTC) Received: from hawking.suse.de (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id 1672B2C141; Wed, 6 Jul 2022 09:25:42 +0000 (UTC) Received: by hawking.suse.de (Postfix, from userid 17005) id B22A7444B8C; Wed, 6 Jul 2022 11:25:41 +0200 (CEST) From: Andreas Schwab To: Carlos O'Donell via Libc-alpha Subject: Re: [PATCH v7 5/5] linux: Add mount_setattr References: <20220624195919.435424-1-adhemerval.zanella@linaro.org> <20220624195919.435424-6-adhemerval.zanella@linaro.org> <0c64445d-a4f7-bb60-d165-e3c02d89549e@redhat.com> X-Yow: Everywhere I look I see NEGATIVITY and ASPHALT... Date: Wed, 06 Jul 2022 11:25:41 +0200 In-Reply-To: <0c64445d-a4f7-bb60-d165-e3c02d89549e@redhat.com> (Carlos O'Donell via Libc-alpha's message of "Mon, 4 Jul 2022 17:51:55 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2022 09:25:44 -0000 This is causing a conflict with , breaking the build of gcc. In file included from /usr/include/linux/fs.h:19, from ../../../../libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:76: /usr/include/linux/mount.h:95:6: error: multiple definition of 'enum fsconfig_command' 95 | enum fsconfig_command { | ^~~~~~~~~~~~~~~~ In file included from ../../../../libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:63: /usr/include/sys/mount.h:189:6: note: previous definition here 189 | enum fsconfig_command | ^~~~~~~~~~~~~~~~ /usr/include/linux/mount.h:129:8: error: redefinition of 'struct mount_attr' 129 | struct mount_attr { | ^~~~~~~~~~ /usr/include/sys/mount.h:161:8: note: previous definition of 'struct mount_attr' 161 | struct mount_attr | ^~~~~~~~~~ make[4]: *** [Makefile:617: sanitizer_platform_limits_posix.lo] Error 1 -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."