Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1437676
| From | Masanari Iida <standby24x7@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [linux-next] Errors while "make htmldocs" in linux-next. |
| Date | 2016-07-06 14:30 +0200 |
| Message-ID | <rRU7M-I3-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
On linux-next ( next-2160706), following errors happen these days
while running "make htmldocs"
HTML Documentation/DocBook/device-drivers.html
/home/iida/Repo/linux-next/Documentation/DocBook/device-drivers.aux.xml:28799:
element refentry: validity error : ID
API-reservation-object-reserve-shared already defined
<refentry id="API-reservation-object-reserve-shared">
^
/home/iida/Repo/linux-next/Documentation/DocBook/device-drivers.aux.xml:28849:
element refentry: validity error : ID
API-reservation-object-add-shared-fence already defined
<refentry id="API-reservation-object-add-shared-fence">
As I bisect the issue, the first bad commit is following.
commit 2cca45574007b4a77fa5f63ea45d664510cec22a
Merge: bb4cec0222f9 e83950816367
Author: Dave Airlie <airlied@redhat.com>
Date: Thu Jun 9 11:19:28 2016 +1000
Merge tag 'topic/drm-misc-2016-06-07' of
git://anongit.freedesktop.org/drm-intel into drm-next
The actual change which cause this warning came from following.
commit eae1760fc838d5f569a80939f72483f02ac049c5
Author: Rob Clark <robdclark@gmail.com>
Date: Thu Mar 31 16:26:52 2016 -0400
doc: update/fixup dma-buf related DocBook
Split out dma-buf related parts into their own section, add missing
files, and write a bit of overview about how it all fits together.
Signed-off-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
FYI, This issue does not exist on 4.7-rc6.
Masanari Iida
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[linux-next] Errors while "make htmldocs" in linux-next. Masanari Iida <standby24x7@gmail.com> - 2016-07-06 14:30 +0200
csiph-web