Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 450278 - False positive "maintainer mode" QA notice for help2man (seen with app-editors/zile-2.4.9)
Summary: False positive "maintainer mode" QA notice for help2man (seen with app-editor...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 445274
  Show dependency tree
 
Reported: 2013-01-04 18:39 UTC by Ulrich Müller
Modified: 2013-01-10 15:39 UTC (History)
1 user (show)

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 Ulrich Müller gentoo-dev 2013-01-04 18:39:05 UTC
For app-editors/zile-2.4.9, Portage outputs the following QA notice:

 * QA Notice: Automake "maintainer mode" detected:
 * 
 *        ./build-aux/missing --run /usr/bin/help2man --output=doc/zile.1.in --no-info --name="Zile Is Lossy Emacs" --include ./doc/man-extras ./build-aux/zile-help2man-wrapper; \

This is due to this Zile upstream change:
<http://git.savannah.gnu.org/cgit/zile.git/commit/?id=f32a23baf20127ad02a1ae6634093414018459c3>

Diego told me that I should report it as a false positive. ;-)
Comment 1 Zac Medico gentoo-dev 2013-01-05 04:39:54 UTC
Add QA_AM_MAINTAINER_MODE:

http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=199984e45915bed2dd98f8623430fac0495b4507

Then you can use a pattern like this to match your missing --run line:

QA_AM_MAINTAINER_MODE=".*Zile Is Lossy Emacs.*"
Comment 2 Zac Medico gentoo-dev 2013-01-10 15:39:04 UTC
This is fixed in 2.1.11.39 and 2.2.0_alpha150. Please go ahead and use QA_AM_MAINTAINER_MODE where appropriate.