From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: 01/01: gnu: vlc: Update to 2.2.0 Date: Thu, 12 Mar 2015 21:45:40 +0100 Message-ID: <20150312204540.GA22372@debian> References: <20150303133207.9875.94018@vcs.savannah.gnu.org> <20150306203029.GA24516@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW9zI-0002YZ-Ud for guix-devel@gnu.org; Thu, 12 Mar 2015 16:45:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YW9zF-0006Z9-Kf for guix-devel@gnu.org; Thu, 12 Mar 2015 16:45:48 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:55704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW9zF-0006YR-BD for guix-devel@gnu.org; Thu, 12 Mar 2015 16:45:45 -0400 Content-Disposition: inline In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Axel Cc: guix-devel@gnu.org Hello, I have investigated a bit more why the vlc-2.2.0 build fails. I think it is due to /* DVB Card Drivers */ #include #include #include in modules/access/dvb/linux_dvb.c. The include files come from linux-libre-headers, which we have in version 3.3.8. Could this be updated? In master or core-updates? Andreas