From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mout.gmx.net ([212.227.17.20]:51924 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422864AbcFMSwR (ORCPT ); Mon, 13 Jun 2016 14:52:17 -0400 Subject: Re: LinuxTv doesn't build anymore after upgrading Ubuntu to 3.13.0-88 To: Hans Verkuil , linux-media@vger.kernel.org References: <575EE9D9.3030502@gmx.net> <575EF39A.4010609@xs4all.nl> From: Andreas Matthies Message-ID: <575F00DA.2020009@gmx.net> Date: Mon, 13 Jun 2016 20:52:10 +0200 MIME-Version: 1.0 In-Reply-To: <575EF39A.4010609@xs4all.nl> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: But now I get ... CC [M] /home/andreas/Downloads/media_build/v4l/uvc_v4l2.o CC [M] /home/andreas/Downloads/media_build/v4l/uvc_video.o /home/andreas/Downloads/media_build/v4l/uvc_video.c: In function 'uvc_endpoint_max_bpi': /home/andreas/Downloads/media_build/v4l/uvc_video.c:1473:7: error: 'USB_SPEED_SUPER_PLUS' undeclared (first use in this function) case USB_SPEED_SUPER_PLUS: ^ /home/andreas/Downloads/media_build/v4l/uvc_video.c:1473:7: note: each undeclared identifier is reported only once for each function it appears in make[3]: *** [/home/andreas/Downloads/media_build/v4l/uvc_video.o] Fehler 1 make[2]: *** [_module_/home/andreas/Downloads/media_build/v4l] Error 2 ... Am 13.06.2016 um 19:55 schrieb Hans Verkuil: > On 06/13/2016 07:14 PM, Andreas Matthies wrote: >> Hi. >> >> Seems that there's a problem in v4.6_i2c_mux.patch. After Ubuntu was >> upgraded to 3.13.0-88 I tried to rebuild the tv drivers and get >> >> make[2]: Entering directory `/home/andreas/Downloads/media_build/linux' >> Applying patches for kernel 3.13.0-88-generic >> patch -s -f -N -p1 -i ../backports/api_version.patch >> patch -s -f -N -p1 -i ../backports/pr_fmt.patch >> patch -s -f -N -p1 -i ../backports/debug.patch >> patch -s -f -N -p1 -i ../backports/drx39xxj.patch >> patch -s -f -N -p1 -i ../backports/v4.6_i2c_mux.patch >> 2 out of 23 hunks FAILED >> make[2]: *** [apply_patches] Error 1 > Fixed. Thanks for reporting this. > > Regards, > > Hans