Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2009 17:18:01 -0400
From:      Greg Larkin <glarkin@FreeBSD.org>
To:        Howard Goldstein <hg@queue.to>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: /security/logcheck-1.2.54 build failure (a different one)
Message-ID:  <49F8C409.9000506@FreeBSD.org>
In-Reply-To: <49F78932.8060606@queue.to>
References:  <49F4359D.7000403@gmail.com>	<op.us1c6yxz1e62zd@balu.cs.uni-paderborn.de>	<20090427103027.GG39729@hs-4.renatasystems.org>	<49F5FA27.5010404@queue.to>	<20090427223806.GA24209@hs-4.renatasystems.org>	<49F638F1.8000407@queue.to>	<49F71360.7060500@FreeBSD.org>	<49F7239E.1020800@queue.to> <49F75EE0.4020001@FreeBSD.org> <49F78932.8060606@queue.to>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Howard Goldstein wrote:
> Greg Larkin wrote:
>>> Greg Larkin wrote:
> . ...
>> What is the version number for each of these packages on your system?  I
>> wonder if there might be a problem in one of the packages that docbook2X
>> depends on.
>>
>> Since the installation works in Tinderbox, maybe we can narrow the
>> problem down by finding old packages on your system and upgrading them?
>>
>> p5-XML-NamespaceSupport
>> p5-XML-SAX
>> p5-XML-Parser
>> p5-XML-SAX-Expat
>> libxslt
>> sdocbook-xml
>> dsssl-docbook-modular
>> OpenSP
> ...
> 
> Hello Greg, absolutely.  Here's what I have for installed versions.
> 
> cally:/usr/home/hg$ echo "p5-XML-NamespaceSupport  p5-XML-SAX
> p5-XML-Parser  p5-XML-SAX-Expat libxslt sdocbook-xml
> dsssl-docbook-modular OpenSP" | xargs -n 1 pkg_version -vs
> p5-XML-NamespaceSupport-1.09_1      =   up-to-date with port
> p5-XML-SAX-0.96                     =   up-to-date with port
> p5-XML-SAX-Expat-0.40               =   up-to-date with port
> p5-XML-SAX-Writer-0.52              =   up-to-date with port
> p5-XML-Parser-2.36                  =   up-to-date with port
> p5-XML-SAX-Expat-0.40               =   up-to-date with port
> libxslt-1.1.24_2                    =   up-to-date with port
> sdocbook-xml-1.1,1                  =   up-to-date with port
> dsssl-docbook-modular-1.79_1,1      =   up-to-date with port
> OpenSP-1.5.2_1                      =   up-to-date with port
> cally:/usr/home/hg$
> 
> **
> I then portmaster -a
>        portmaster (the above list to reinstall)
> 
> Which went without error and resulted in I think the same thing which
> I've pasted in case I screw up again like the first time.
> 
> cally:/usr/home/hg$ echo "p5-XML-NamespaceSupport  p5-XML-SAX
> p5-XML-Parser  p5-XML-SAX-Expat libxslt sdocbook-xml
> dsssl-docbook-modular OpenSP" | xargs -n 1 pkg_version -vs
> p5-XML-NamespaceSupport-1.09_1      =   up-to-date with port
> p5-XML-SAX-0.96                     =   up-to-date with port
> p5-XML-SAX-Expat-0.40               =   up-to-date with port
> p5-XML-SAX-Writer-0.52              =   up-to-date with port
> p5-XML-Parser-2.36                  =   up-to-date with port
> p5-XML-SAX-Expat-0.40               =   up-to-date with port
> libxslt-1.1.24_2                    =   up-to-date with port
> sdocbook-xml-1.1,1                  =   up-to-date with port
> dsssl-docbook-modular-1.79_1,1      =   up-to-date with port
> OpenSP-1.5.2_1                      =   up-to-date with port
> 
> **
> 
> The lil guy is still unhappy with me :(
> 
> cally:/usr/ports/security/logcheck# make clean
> ===>  Cleaning for logcheck-1.2.54_3
> cally:/usr/ports/security/logcheck# make
> ===>  Extracting for logcheck-1.2.54_3
> => MD5 Checksum OK for logcheck_1.2.54.tar.gz.
> => SHA256 Checksum OK for logcheck_1.2.54.tar.gz.
> ===>   logcheck-1.2.54_3 depends on file: /usr/local/bin/perl5.8.9 - found
> ===>  Patching for logcheck-1.2.54_3
> ===>   logcheck-1.2.54_3 depends on file: /usr/local/bin/perl5.8.9 - found
> ===>  Applying FreeBSD patches for logcheck-1.2.54_3
> ===>   logcheck-1.2.54_3 depends on executable: docbook2man - found
> ===>   logcheck-1.2.54_3 depends on file: /usr/local/bin/perl5.8.9 - found
> ===>  Configuring for logcheck-1.2.54_3
> ===>  Building for logcheck-1.2.54_3
> I/O error : Attempt to load network entity
> http://www.docbook.org/xml/4.3/ent/ISOamsa.ent
> -:61: warning: failed to load external entity
> "http://www.docbook.org/xml/4.3/ent/ISOamsa.ent"
> %ISOamsa;
>          ^
> Entity: line 1:
>  %ISOamsa;
> 
> [...etc]
> 
> 
> Thanks, Howard
> 
> 

Hi Howard,

Thanks very much for pulling that information together.  All of those
versions match up with what I built here, so on to the next
troubleshooting idea!

Please refresh the security/logcheck directory again, since I made a
slight change to suppress some warnings from docbook2man.  Then, please
remove the leading "@" character from line 50 of the Makefile.  The line
will change from:

        @cd ${WRKSRC}/docs && docbook2man -s \

to:

        cd ${WRKSRC}/docs && docbook2man -s \

Then please run the following commands:

cd /usr/ports/security/logcheck && make deinstall
cd /usr/ports/security/logcheck && make install

Please send me the output again so I can see the docbook2man command.
Also, if I didn't ask you before, does the file
/usr/local/share/docbook2X/xslt/man/docbook.xsl exist on your system?

Thank you,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/       - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJ+MQJ0sRouByUApARAlBSAKCaGeuoPFqNzrp2fpNz1C1FhQ7NXQCdHZ2B
wH/8cVTXzOaExU1eYImB19k=
=72BY
-----END PGP SIGNATURE-----




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49F8C409.9000506>