From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 40A06C433F4 for ; Fri, 24 Aug 2018 16:17:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E4EC721557 for ; Fri, 24 Aug 2018 16:17:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E4EC721557 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727063AbeHXTxO convert rfc822-to-8bit (ORCPT ); Fri, 24 Aug 2018 15:53:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:40168 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726268AbeHXTxN (ORCPT ); Fri, 24 Aug 2018 15:53:13 -0400 Received: from gandalf.local.home (cpe-66-24-56-78.stny.res.rr.com [66.24.56.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1DD3C2147A; Fri, 24 Aug 2018 16:17:53 +0000 (UTC) Date: Fri, 24 Aug 2018 12:17:51 -0400 From: Steven Rostedt To: Bernhard Landauer Cc: LKML , linux-rt-users , Thomas Gleixner , Carsten Emde , John Kacur , Sebastian Andrzej Siewior , Julia Cartwright , Daniel Wagner , Tom Zanussi , Philip =?UTF-8?B?TcO8bGxlcg==?= Subject: Re: [ANNOUNCE] 4.14.63-rt40 Message-ID: <20180824121751.606659c9@gandalf.local.home> In-Reply-To: <7e1b2b0a-2e52-8f0d-2e17-c3ba9232f8b7@manjaro.org> References: <20180822141458.0b6b6af7@gandalf.local.home> <7e1b2b0a-2e52-8f0d-2e17-c3ba9232f8b7@manjaro.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 24 Aug 2018 18:14:43 +0200 Bernhard Landauer wrote: > Hello everyone, > > for some reason I am not able to build 4.14.63-rt40 for Manjarolinux. > Even after removing all our custom patches build fails at > >   LD [M]  drivers/gpu/drm/drm.o >   AR      drivers/gpu/built-in.o > make: *** [Makefile:1035: drivers] Error 2 > > My config can be found here for information: > https://gitlab.manjaro.org/packages/community/realtime-kernels/linux414-rt/raw/master/config.rt > > Thank you for any advice! > Thanks for the report, I'll take a look. -- Steve