Skip Menu |

This queue is for tickets about the SGML-Parser-OpenSP CPAN distribution.

Report information
The Basics
Id: 26791
Status: resolved
Priority: 0/
Queue: SGML-Parser-OpenSP

People
Owner: Nobody in particular
Requestors: struan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.99
Fixed in: (no value)

Attachments


Subject: Fails to compile on debian testing
When installing SGML::Parser::OpenSP on a debian testing machine it fails at the make stage with various C++ errors. See the attached file for the output from the compiler. Struan
Subject: sgml-parser-opensp-compile-errors
Download sgml-parser-opensp-compile-errors
application/octet-stream 18.8k

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #26791] Fails to compile on debian testing
Date: Mon, 30 Apr 2007 00:16:21 +0200
To: bug-SGML-Parser-OpenSP [...] rt.cpan.org
From: Bjoern Hoehrmann <derhoermi [...] gmx.net>
* via RT wrote: Show quoted text
>When installing SGML::Parser::OpenSP on a debian testing machine it >fails at the make stage with various C++ errors. See the attached file >for the output from the compiler.
The first error message is OpenSP/ParserEventGeneratorKit.h: No such file or directory meaning you have not installed the OpenSP library or installed it in a non-standard location or otherwise have a non-standard configuration. Did you get a warning message from `perl Makefile.PL`? It should com- plain it could not find the link library. Have you installed OpenSP, and if so, where is ParserEventGeneratorKit.h installed? -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Subject: Re: [rt.cpan.org #26791] Fails to compile on debian testing
Date: Sun, 29 Apr 2007 23:17:54 +0100
To: Bjoern Hoehrmann via RT <bug-SGML-Parser-OpenSP [...] rt.cpan.org>
From: Struan Donald <struan [...] exo.org.uk>
* at 29/04 18:16 -0400 Bjoern Hoehrmann via RT said: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=26791 > > > * via RT wrote:
> >When installing SGML::Parser::OpenSP on a debian testing machine it > >fails at the make stage with various C++ errors. See the attached file > >for the output from the compiler.
> > The first error message is > > OpenSP/ParserEventGeneratorKit.h: No such file or directory > > meaning you have not installed the OpenSP library or installed it in a > non-standard location or otherwise have a non-standard configuration. > Did you get a warning message from `perl Makefile.PL`?
No, no warning, so I assumed I had everything installed. Show quoted text
> It should com- plain it could not find the link library. Have you > installed OpenSP, and if so, where is ParserEventGeneratorKit.h > installed?
I did have opensp installed but not the dev package which is named after libosp so I didn't find it. A bit more time spent since I filed the bug means I've worked that out and it's all fine now. So, user error :( Sorry to bother you. Struan
Subject: Re: [rt.cpan.org #26791] Fails to compile on debian testing
Date: Mon, 30 Apr 2007 00:55:06 +0200
To: bug-SGML-Parser-OpenSP [...] rt.cpan.org
From: Bjoern Hoehrmann <derhoermi [...] gmx.net>
* struan@exo.org.uk via RT wrote: Show quoted text
>I did have opensp installed but not the dev package which is named >after libosp so I didn't find it. A bit more time spent since I filed >the bug means I've worked that out and it's all fine now.
Ah, I see. I will see what I can do to help avoid this problem, add a note to the README or add a check to the Makefile.PL or so. Thanks for your report! -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
I've added a note to the README in CVS.