svn commit: r384218 - in head/news: husky husky-fidoconf

John Marino freebsd.contact at marino.st
Sun Apr 19 07:04:48 UTC 2015


On 4/18/2015 22:35, Jan Beich wrote:
> John Marino <freebsd.contact at marino.st> writes:
> 
>>> John Marino <marino at FreeBSD.org> writes:
>>>
>>>> Log:
>>>>   The fidoconf package uses texi files to build an info page and an html
>>>>   page.  It appears there is no man page equivalent.  I couldn't find a
>>>>   patch to fix the old-format texi files that the latest texinfo programs
>>>>   can read, so I blocked them from building on FreeBSD 11 and DragonFly
>>>>   where the port was broken.
>>>
>>> Would the following work? Found within a minute on $search_engine for
>>> "raising the section level of @subsection which is too low".
>>>
>>
>> I think most of these had multiple problems, not just @subsection.  The
>> other husky INFO page had unrecognized functions or something like that.
> 
> pkg-fallout skipped husky-htick port. I've committed the fix.
> Unless there're more errors can you back out INFO-crippling stuff?
> 

Hi Jan,
I backed this out without checking it, and unfortunately I should not
have.  See fidoconf log below.   -- John

gmake[3]: Entering directory
'/wrkdirs/news/husky-fidoconf/work/husky/fidoconf'
gmake[3]: Nothing to be done for 'progs'.
gmake[3]: Leaving directory
'/wrkdirs/news/husky-fidoconf/work/husky/fidoconf'
(cd doc && gmake all)
gmake[3]: Entering directory
'/wrkdirs/news/husky-fidoconf/work/husky/fidoconf/doc'
export LC_ALL=C; \
makeinfo --html --no-split fidoconfig.texi
makeinfo --no-split fidoconfig.texi

./proposal.texi:82: warning: @item missing argument
./proposal.texi:157: warning: @table has text but no @item
fidoconfig.texi:2305: warning: @item missing argument
fidoconfig.texi:2308: warning: @item missing argument
fidoconfig.texi:2534: warning: command @minus does not accept arguments
fidoconfig.texi:2555: warning: command @minus does not accept arguments
fidoconfig.texi:2547: raising the section level of @subsection which is
too low
Makefile:51: recipe for target 'fidoconfig.info' failed
gmake[3]: *** [fidoconfig.info] Error 1
gmake[3]: *** Waiting for unfinished jobs....
./proposal.texi:82: warning: @item missing argument
./proposal.texi:157: warning: @table has text but no @item
fidoconfig.texi:2305: warning: @item missing argument
fidoconfig.texi:2308: warning: @item missing argument
fidoconfig.texi:2534: warning: command @minus does not accept arguments
fidoconfig.texi:2555: warning: command @minus does not accept arguments
fidoconfig.texi:2547: raising the section level of @subsection which is
too low
Makefile:36: recipe for target 'fidoconfig.html' failed
gmake[3]: *** [fidoconfig.html] Error 1
gmake[3]: Leaving directory
'/wrkdirs/news/husky-fidoconf/work/husky/fidoconf/doc'
Makefile:78: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
'/wrkdirs/news/husky-fidoconf/work/husky/fidoconf'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/news/husky-fidoconf
*** Error code 1








More information about the svn-ports-all mailing list