From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bhuna.collabora.co.uk ([46.235.227.227]:57128 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935467AbeEISrB (ORCPT ); Wed, 9 May 2018 14:47:01 -0400 From: Gabriel Krisman Bertazi To: kbuild test robot Cc: kbuild-all@01.org, linux-fsdevel@vger.kernel.org, jra@google.com, tytso@mit.edu, olaf@sgi.com, darrick.wong@oracle.com, kernel@lists.collabora.co.uk Subject: Re: [PATCH 12/15] nls: utf8norm: Introduce code for UTF-8 normalization References: <20180509065527.4177-3-krisman@collabora.co.uk> <201805100018.4qV6WS1P%fengguang.wu@intel.com> Date: Wed, 09 May 2018 15:46:54 -0300 In-Reply-To: <201805100018.4qV6WS1P%fengguang.wu@intel.com> (kbuild test robot's message of "Thu, 10 May 2018 01:02:34 +0800") Message-ID: <87fu30650h.fsf@collabora.co.uk> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-fsdevel-owner@vger.kernel.org List-ID: kbuild test robot writes: > Hi Olaf, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on linus/master] > [also build test ERROR on v4.17-rc4] > [cannot apply to next-20180509] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Gabriel-Krisman-Bertazi/NLS-refactor-and-UTF-8-normalization/20180509-190115 > config: i386-allmodconfig (attached as .config) > compiler: gcc-7 (Debian 7.3.0-16) 7.3.0 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All errors (new ones prefixed by >>): > >>> make[3]: *** No rule to make target 'fs/nls/ucd/*.txt', needed by 'fs/nls/utf8data.h'. > make[3]: Target '__build' not remade because of errors. Well, buildbot is expected to fail here since, as I mentioned, the ucd files were not added to the patch to prevent bounces in the ML. People should disregard this automatic build error issue during review. Once it gets commited, the ucd/*.txt files will be there. -- Gabriel Krisman Bertazi