linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Media build failure, missing module
@ 2014-05-06 18:10 René
  2014-05-06 18:31 ` Hans Verkuil
  0 siblings, 1 reply; 2+ messages in thread
From: René @ 2014-05-06 18:10 UTC (permalink / raw)
  To: Video 4 Linux

Hi there,

On a newly install OpenMandriva distribution I tried to build the last 
version of the media tree.
However the build failed with the following sequence of messages.

...
patch -s -f -N -p1 -i ../backports/pr_fmt.patch
The text leading up to this was:
--------------------------
|diff --git a/drivers/media/usb/gspca/dtcs033.c 
b/drivers/media/usb/gspca/dtcs033.c
|index 5e42c71..ba01a3e 100644
|--- a/drivers/media/usb/gspca/dtcs033.c
|+++ b/drivers/media/usb/gspca/dtcs033.c
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
make[2]: *** [apply_patches] Error 1
make[2]: Leaving directory `/home/software/media_build/linux'
make[1]: *** [allyesconfig] Error 2
make[1]: Leaving directory `/home/software/media_build/v4l'
make: *** [allyesconfig] Error 2
can't select all drivers at ./build line 490.

The reason being the dtcs033 source code is absent in the tree:
# ls linux/drivers/media/usb/gspca
autogain_functions.c  finepix.c  jl2005bcd.c  m5602/      ov519.c 
pac7311.c     sn9c2028.h  spca500.c  spca561.c  stk1135.c  t613.c 
w996Xcf.c
benq.c                gl860/     jpeg.h       Makefile    ov534_9.c 
pac_common.h  sn9c20x.c   spca501.c  sq905.c    stk1135.h  topro.c 
xirlink_cit.c
conex.c               gspca.c    Kconfig      mars.c      ov534.c    se401.c 
sonixb.c    spca505.c  sq905c.c   stv0680.c  tv8532.c  zc3xx.c
cpia1.c               gspca.h    kinect.c     mr97310a.c  pac207.c   se401.h 
sonixj.c    spca506.c  sq930x.c   stv06xx/   vc032x.c  zc3xx-reg.h
etoms.c               jeilinj.c  konica.c     nw80x.c     pac7302.c 
sn9c2028.c    spca1528.c  spca508.c  stk014.c   sunplus.c  vicam.c

Removing dtcs033 patch from backports/pr_fmt.patch (last one) allows to 
build media sucessfully.

René

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Media build failure, missing module
  2014-05-06 18:10 Media build failure, missing module René
@ 2014-05-06 18:31 ` Hans Verkuil
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Verkuil @ 2014-05-06 18:31 UTC (permalink / raw)
  To: René, Video 4 Linux

On 05/06/2014 08:10 PM, René wrote:
> Hi there,
> 
> On a newly install OpenMandriva distribution I tried to build the last 
> version of the media tree.
> However the build failed with the following sequence of messages.

The archive ./build downloads is missing a file for some reason. It may be
a few days before it is fixed since the maintainer of that file is attending
a conference. I've told Mauro that it is broken.

In the meantime this should work, although it will be slow since it has to clone
the git tree:

./build --main-git

Regards,

	Hans

> 
> ...
> patch -s -f -N -p1 -i ../backports/pr_fmt.patch
> The text leading up to this was:
> --------------------------
> |diff --git a/drivers/media/usb/gspca/dtcs033.c 
> b/drivers/media/usb/gspca/dtcs033.c
> |index 5e42c71..ba01a3e 100644
> |--- a/drivers/media/usb/gspca/dtcs033.c
> |+++ b/drivers/media/usb/gspca/dtcs033.c
> --------------------------
> No file to patch.  Skipping patch.
> 1 out of 1 hunk ignored
> make[2]: *** [apply_patches] Error 1
> make[2]: Leaving directory `/home/software/media_build/linux'
> make[1]: *** [allyesconfig] Error 2
> make[1]: Leaving directory `/home/software/media_build/v4l'
> make: *** [allyesconfig] Error 2
> can't select all drivers at ./build line 490.
> 
> The reason being the dtcs033 source code is absent in the tree:
> # ls linux/drivers/media/usb/gspca
> autogain_functions.c  finepix.c  jl2005bcd.c  m5602/      ov519.c 
> pac7311.c     sn9c2028.h  spca500.c  spca561.c  stk1135.c  t613.c 
> w996Xcf.c
> benq.c                gl860/     jpeg.h       Makefile    ov534_9.c 
> pac_common.h  sn9c20x.c   spca501.c  sq905.c    stk1135.h  topro.c 
> xirlink_cit.c
> conex.c               gspca.c    Kconfig      mars.c      ov534.c    se401.c 
> sonixb.c    spca505.c  sq905c.c   stv0680.c  tv8532.c  zc3xx.c
> cpia1.c               gspca.h    kinect.c     mr97310a.c  pac207.c   se401.h 
> sonixj.c    spca506.c  sq930x.c   stv06xx/   vc032x.c  zc3xx-reg.h
> etoms.c               jeilinj.c  konica.c     nw80x.c     pac7302.c 
> sn9c2028.c    spca1528.c  spca508.c  stk014.c   sunplus.c  vicam.c
> 
> Removing dtcs033 patch from backports/pr_fmt.patch (last one) allows to 
> build media sucessfully.
> 
> René
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-06 18:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-06 18:10 Media build failure, missing module René
2014-05-06 18:31 ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).