Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 624238 - common-lisp*.eclass: invalid eclassdoc syntax
Summary: common-lisp*.eclass: invalid eclassdoc syntax
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-08 09:52 UTC by Michał Górny
Modified: 2017-07-08 13:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-07-08 09:52:27 UTC
common-lisp-common.eclass:
   error:6: common-lisp-common.eclass: unknown keyword @MAINTAINER:
FAIL: /tmp/portage/app-portage/eclass-manpages-20170708/work/eclass-manpages-20170708/common-lisp-common.eclass

common-lisp.eclass:
   error:6: common-lisp.eclass: unknown keyword @MAINTAINER:
FAIL: /tmp/portage/app-portage/eclass-manpages-20170708/work/eclass-manpages-20170708/common-lisp.eclass


It seems to be expecting the documentation in specific order, i.e. @MAINTAINER before @AUTHOR.

Also, after fixing it, it complains that there is no @BLURB.
Comment 1 Ulrich Müller gentoo-dev 2017-07-08 10:09:22 UTC
(In reply to Michał Górny from comment #0)
> It seems to be expecting the documentation in specific order, i.e.
> @MAINTAINER before @AUTHOR.

Maybe that should be fixed in the parser?
Comment 2 Chema Alonso Josa (RETIRED) gentoo-dev 2017-07-08 12:06:00 UTC
Thanks for the report. It should be fixed now.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-07-08 13:04:47 UTC
(In reply to Ulrich Müller from comment #1)
> (In reply to Michał Górny from comment #0)
> > It seems to be expecting the documentation in specific order, i.e.
> > @MAINTAINER before @AUTHOR.
> 
> Maybe that should be fixed in the parser?

Feel free to submit a patch.