Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754946Ab3KADGP (ORCPT ); Thu, 31 Oct 2013 23:06:15 -0400 Received: from mdfmta004.mxout.tch.inty.net ([91.221.169.45]:43611 "EHLO smtp.demon.co.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754516Ab3KADGO (ORCPT ); Thu, 31 Oct 2013 23:06:14 -0400 Message-ID: <52731AA2.1060800@lougher.demon.co.uk> Date: Fri, 01 Nov 2013 03:06:10 +0000 From: Phillip Lougher User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130704 Icedove/17.0.7 MIME-Version: 1.0 To: Stephen Rothwell CC: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: linux-next: build failure after merge of the squashfs tree References: <20131101115723.8faa858bf8a5dadf17d251fb@canb.auug.org.au> In-Reply-To: <20131101115723.8faa858bf8a5dadf17d251fb@canb.auug.org.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-MDF-HostID: 17 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2115 Lines: 56 On 01/11/13 00:57, Stephen Rothwell wrote: > Hi Phillip, > > After merging the squashfs tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > fs/squashfs/decompressor_single.c: In function 'squashfs_decompressor_create': > fs/squashfs/decompressor_single.c:40:2: error: implicit declaration of function 'free' [-Werror=implicit-function-declaration] > free(comp_opts); > ^ Yup, applied and pushed the wrong patch. I noticed shortly afterwards, and pushed the correct patch, but you obviously had already done your pull. Squashfs: Refactor decompressor interface and code committer Phillip Lougher 2013-10-31 23:06:37 (GMT) These things happen when you rush to get the patches ready for the linux-next tree. Squashfs is spare-time work for me, which means I often have no choice to work on it during the night. Previously when pushing such work for the linux-next tree I notice it never gets picked up until the next day, because a push at 4 AM is simply too late to get it into the linux-next tree for that day because you're in Australia. So I work out you pull around 11 PM GMT my time, and rush to get the patches ready for then. Screw up and this time around the process is even more thankless and humiliating than normal. Why don't you holier than thou guys get off your pedestals sometime and see what it's like for the hobbyists who don't get paid to do the work. Yeah maybe I'm getting to the point where I considering stopping doing this, because it has become utterly thankless. Cheers Phillip > fs/squashfs/decompressor_single.c:40:2: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] > > Caused by commit 99d59ddb8a06 ("Squashfs: Refactor decompressor interface > and code"). > > I have used the squashfs tree from next-20131031 for today. > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/