Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 624502 - postgres*.eclass: breaks eclassdoc
Summary: postgres*.eclass: breaks eclassdoc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-10 21:00 UTC by Michał Górny
Modified: 2017-07-11 15:01 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-10 21:00:20 UTC
postgres.eclass:
   error:8: postgres: @ECLASS name is missing a '.eclass' suffix
FAIL: /tmp/portage/app-portage/eclass-manpages-20170710/work/eclass-manpages-20170710/postgres.eclass

postgres-multi.eclass:
   error:9: postgres-multi: @ECLASS name is missing a '.eclass' suffix
FAIL: /tmp/portage/app-portage/eclass-manpages-20170710/work/eclass-manpages-20170710/postgres-multi.eclass
Comment 1 Aaron W. Swenson gentoo-dev 2017-07-10 21:48:13 UTC
commit 28f7503a91a78ae92e523aeab78359d250c410cd (HEAD -> master, origin/master, origin/HEAD)
Author: Aaron W. Swenson <titanofold@gentoo.org>
Date:   Mon Jul 10 17:45:56 2017 -0400

    postgress{,-multi}.eclass: Fix @ECLASS line

    Append “.eclass” to @ECLASS line to fix bug 624502.

    Bugs: 624502
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-07-11 06:15:45 UTC
postgres.eclass:
   warning:30: POSTGRES_COMPAT: unable to extract default variable content: 
   warning:35: POSTGRES_USEDEP: unable to extract default variable content: 
   warning:40: POSTGRES_DEP: unable to extract default variable content: 
   warning:47: POSTGRES_REQ_USE: unable to extract default variable content: 
   error:117: postgres_pkg_setup: no @DESCRIPTION found
FAIL: /tmp/portage/app-portage/eclass-manpages-20170711/work/eclass-manpages-20170711/postgres.eclass

postgres-multi.eclass:
   warning:42: Unexpected tag in "funcvar" state: # @FUNCTION _postgres-multi_multibuild_wrapper
   warning:43: Unexpected tag in "funcvar" state: # @INTERNAL
   warning:44: Unexpected tag in "funcvar" state: # @USAGE: _postgres-multi_multibuild_wrapper <command> [<arg> ...]
   warning:45: Unexpected tag in "funcvar" state: # @DESCRIPTION:
   error:101: postgres-multi_pkg_setup: no @DESCRIPTION found
FAIL: /tmp/portage/app-portage/eclass-manpages-20170711/work/eclass-manpages-20170711/postgres-multi.eclass


Really, please test it using ${PORTDIR}/app-portage/eclass-manpages/files/eclass-to-manpages.sh.
Comment 3 Aaron W. Swenson gentoo-dev 2017-07-11 15:01:40 UTC
commit caaa56876f2ef26bda0422975e87968d3cb86131 (HEAD -> master, origin/master, origin/HEAD)
Author: Aaron W. Swenson <titanofold@gentoo.org>
Date:   Tue Jul 11 10:29:45 2017 -0400

postgres{,-multi}.eclass: More Documentation Fixes

Fix a few keyword typos and adhere to the doc standard.

Bugs: 624502