From: Sakari Ailus <sakari.ailus@iki.fi>
To: Prabhakar Lad <prabhakar.csengg@gmail.com>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>,
"linux-media@vger.kernel.org" <linux-media@vger.kernel.org>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
David Cohen <dacohen@gmail.com>,
Sylwester Nawrocki <snjw23@gmail.com>,
Hans Verkuil <hverkuil@xs4all.nl>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Tomasz Stanislawski <t.stanislaws@samsung.com>,
tuukkat76@gmail.com, Kamil Debski <k.debski@samsung.com>,
Kim HeungJun <riverful@gmail.com>,
teturtia@gmail.com, pradeep.sawlani@gmail.com
Subject: Re: [GIT PULL FOR v3.4] V4L2 subdev and sensor control changes and SMIA++ driver
Date: Wed, 21 Mar 2012 16:18:28 +0200 [thread overview]
Message-ID: <4F69E334.4080409@iki.fi> (raw)
In-Reply-To: <CA+V-a8vsKHRxbvgxoFqCACS16iojhxE4fcDSqC9R5yvRJ46OQg@mail.gmail.com>
Hi Prabhakar,
Prabhakar Lad wrote:
> On Tue, Mar 20, 2012 at 4:24 AM, Sakari Ailus<sakari.ailus@iki.fi> wrote:
>> Hi Mauro,
>>
>> On Mon, Mar 19, 2012 at 06:47:28PM -0300, Mauro Carvalho Chehab wrote:
>>> Em 11-03-2012 13:56, Sakari Ailus escreveu:
>>>> Hi Mauro,
>>>>
>>>> This patchset adds
>>>>
>>>> - Integer menu controls,
>>>> - Selection IOCTL for subdevs,
>>>> - Sensor control improvements,
>>>> - link_validate() media entity and V4L2 subdev pad ops,
>>>> - OMAP 3 ISP driver improvements,
>>>> - SMIA++ sensor driver and
>>>> - Other V4L2 and media improvements (see individual patches)
>>>>
>>>> The previous patchset can be found here:
>>>>
>>>> <URL:http://www.spinics.net/lists/linux-media/msg45052.html>
>>>>
>>>> Compared to the patchset, I've dropped the rm-696 camera board code and will
>>>> submit it through linux-omap later on. Other changes done to address review
>>>> comments have been also done --- see the URL above for details.
>>>>
>>>> The following changes since commit 632fba4d012458fd5fedc678fb9b0f8bc59ceda2:
>>>>
>>>> [media] cx25821: Add a card definition for "No brand" cards that have: subvendor = 0x0000 subdevice = 0x0000 (2012-03-08 12:42:28 -0300)
>>>>
>>>> are available in the git repository at:
>>>> ssh://linuxtv.org/git/sailus/media_tree.git media-for-3.4
>>>>
>>>> Jesper Juhl (1):
>>>> adp1653: Remove unneeded include of version.h
>>>>
>>>> Laurent Pinchart (3):
>>>> omap3isp: Prevent pipelines that contain a crashed entity from starting
>>>> omap3isp: Fix crash caused by subdevs now having a pointer to devnodes
>>>> omap3isp: Fix frame number propagation
>>>>
>>>> Sakari Ailus (37):
>>>> v4l: Introduce integer menu controls
>>>> v4l: Document integer menu controls
>>>> vivi: Add an integer menu test control
>>>> v4l: VIDIOC_SUBDEV_S_SELECTION and VIDIOC_SUBDEV_G_SELECTION IOCTLs
>>>> v4l: vdev_to_v4l2_subdev() should have return type "struct v4l2_subdev *"
>>>> v4l: Check pad number in get try pointer functions
>>>> v4l: Support s_crop and g_crop through s/g_selection
>>>> v4l: Add subdev selections documentation: svg and dia files
>>>> v4l: Add subdev selections documentation
>>>
>>> This patch broke docbook compilation:
>>>
>>> HTML Documentation/DocBook/media_api.html
>>> warning: failed to load external entity "/home/v4l/v4l/patchwork/Documentation/DocBook/vidioc-subdev-g-selection.xml"
>>> /home/v4l/v4l/patchwork/Documentation/DocBook/dev-subdev.xml:310: parser error : Failure to process entity sub-subdev-g-selection
>>> size configured using&sub-subdev-g-selection; and
>>> ^
>>> /home/v4l/v4l/patchwork/Documentation/DocBook/dev-subdev.xml:310: parser error : Entity 'sub-subdev-g-selection' not defined
>>> size configured using&sub-subdev-g-selection; and
>>> ^
>>> /home/v4l/v4l/patchwork/Documentation/DocBook/dev-subdev.xml:468: parser error : chunk is not well balanced
>>>
>>> ^
>>> /home/v4l/v4l/patchwork/Documentation/DocBook/v4l2.xml:476: parser error : Failure to process entity sub-dev-subdev
>>> <section id="subdev"> &sub-dev-subdev;</section>
>>> ^
>>> /home/v4l/v4l/patchwork/Documentation/DocBook/v4l2.xml:476: parser error : Entity 'sub-dev-subdev' not defined
>>> <section id="subdev"> &sub-dev-subdev;</section>
>>> ^
>>> /usr/bin/xmlto: line 568: 3232 Segmentation fault "/usr/bin/xsltproc" --nonet --xinclude --param passivetex.extensions '1' -o "/tmp/xmlto.J0M0go/media_api.proc" "/tmp/xmlto-xsl.GKa5kH" "/home/v4l/v4l/patchwork/Documentation/DocBook/media_api.xml"
>>> /bin/cp: cannot stat `*.*htm*': No such file or directory
>>> make[1]: *** [Documentation/DocBook/media_api.html] Error 1
>>> make: *** [htmldocs] Error 2
>>>
>>> Please fix.
>>
>> I'm pretty sure it compiles for me --- I just tested it myself on a
>> different machine. Do you think you could possibly have e.g. old
>> Documentation/DocBook/media-entities.tmpl in your tree? This file
>> sometimes isn't getting rebuilt even when it would be needed to.
>>
> Even I am facing a similar kind of issue where
> Documentation/DocBook/media-entities.tmpl is not getting rebuilt how to fix it?
Please run "make cleandocs" first.
Alternatively one could change the Makefile so that these temporary
files are always rebuilt when building the DocBook documentation, or
even so that these temporary files would depend on the proper source xml
files.
Kind regards,
--
Sakari Ailus
sakari.ailus@iki.fi
prev parent reply other threads:[~2012-03-21 14:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-11 16:56 [GIT PULL FOR v3.4] V4L2 subdev and sensor control changes and SMIA++ driver Sakari Ailus
2012-03-19 21:47 ` Mauro Carvalho Chehab
2012-03-19 22:54 ` Sakari Ailus
2012-03-21 13:45 ` Prabhakar Lad
2012-03-21 14:18 ` Sakari Ailus [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F69E334.4080409@iki.fi \
--to=sakari.ailus@iki.fi \
--cc=andriy.shevchenko@linux.intel.com \
--cc=dacohen@gmail.com \
--cc=hverkuil@xs4all.nl \
--cc=k.debski@samsung.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@redhat.com \
--cc=prabhakar.csengg@gmail.com \
--cc=pradeep.sawlani@gmail.com \
--cc=riverful@gmail.com \
--cc=snjw23@gmail.com \
--cc=t.stanislaws@samsung.com \
--cc=teturtia@gmail.com \
--cc=tuukkat76@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).