From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7174 invoked by alias); 16 Aug 2010 11:41:53 -0000 Received: (qmail 7165 invoked by uid 22791); 16 Aug 2010 11:41:52 -0000 X-SWARE-Spam-Status: No, hits=1.5 required=5.0 tests=BAYES_60 X-Spam-Check-By: sourceware.org Received: from mail47.e.nsc.no (HELO mail47.e.nsc.no) (193.213.115.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 Aug 2010 11:41:48 +0000 Received: from moffice4.nsc.no (moffice4.e.nsc.no [193.213.115.81]) by mail47.nsc.no (8.14.3/8.14.3) with ESMTP id o7GBfiwM010109 for ; Mon, 16 Aug 2010 13:41:44 +0200 (MEST) Date: Mon, 16 Aug 2010 11:41:00 -0000 From: Espen Carlsen To: Message-ID: <4814550.3522.1281958904368.JavaMail.adm-moff@moffice4.nsc.no> Subject: Error in docbook2html if source catalog contains spaces. MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_3521_30176715.1281958904363" Mailing-List: contact docbook-tools-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: docbook-tools-discuss-owner@sourceware.org X-SW-Source: 2010/txt/msg00003.txt.bz2 ------=_Part_3521_30176715.1281958904363 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Content-length: 570 Thought you guys wanted to see this, as you're the one maintaining docbook-utils: https://bugs.launchpad.net/ubuntu/+source/docbook-utils/+bug/46716 The error in line 273 occurs if you have a your .docbook file is in a path that contains a space somewhere in the path and you run docbook2html from the .docbook source directory. example: /home/my test/docbook/ is the current directory and you have a test.docbook file in that folder. Then while you're still in that folder, run docbook2html test.docbook This generates the error in line 273. Regards, Espen Carlsen. ------=_Part_3521_30176715.1281958904363--