From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752300AbZIVTnH (ORCPT ); Tue, 22 Sep 2009 15:43:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752313AbZIVTnD (ORCPT ); Tue, 22 Sep 2009 15:43:03 -0400 Received: from rcsinet12.oracle.com ([148.87.113.124]:60372 "EHLO rgminet12.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752884AbZIVTm6 (ORCPT ); Tue, 22 Sep 2009 15:42:58 -0400 Date: Tue, 22 Sep 2009 12:42:48 -0700 From: Randy Dunlap To: lkml Cc: linux-media@vger.kernel.org, Mauro Carvalho Chehab Subject: docbooks fatal build error (v4l & dvb) Message-Id: <20090922124248.59e57b55.randy.dunlap@oracle.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.12.0; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Source-IP: abhmt014.oracle.com [141.146.116.23] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090202.4AB928BB.0160:SCFSTAT5015188,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2.6.31-git11: this prevents other docbooks from being built. mkdir -p /linux-2.6.31-git11/Documentation/DocBook/media/ cp /linux-2.6.31-git11/Documentation/DocBook/dvb/*.png /linux-2.6.31-git11/Documentation/DocBook/v4l/*.gif /linux-2.6.31-git11/Documentation/DocBook/media/ cp: cannot stat `/linux-2.6.31-git11/Documentation/DocBook/dvb/*.png': No such file or directory cp: cannot stat `/linux-2.6.31-git11/Documentation/DocBook/v4l/*.gif': No such file or directory make[1]: *** [media] Error 1 --- ~Randy