Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692548 - net-misc/bgpq3-0.1.35 : * 'dohtml' has been banned for EAPI '7'
Summary: net-misc/bgpq3-0.1.35 : * 'dohtml' has been banned for EAPI '7'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-19 18:00 UTC by Toralf Förster
Modified: 2019-08-23 08:08 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.35 KB, text/plain)
2019-08-19 18:00 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,239.07 KB, text/plain)
2019-08-19 18:00 UTC, Toralf Förster
Details
environment (environment,65.03 KB, text/plain)
2019-08-19 18:00 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.96 KB, application/x-bzip)
2019-08-19 18:00 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.28 KB, application/x-bzip)
2019-08-19 18:00 UTC, Toralf Förster
Details
net-misc:bgpq3-0.1.35:20190819-043848.log (net-misc:bgpq3-0.1.35:20190819-043848.log,7.23 KB, text/plain)
2019-08-19 18:01 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,18.97 KB, application/x-bzip)
2019-08-19 18:01 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-08-19 18:00:44 UTC
 * ERROR: net-misc/bgpq3-0.1.35::gentoo failed (install phase):
 *   'dohtml' has been banned for EAPI '7'
 * 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-20190815-154659

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *

java-config:
The following VMs are available for generation-2:


emerge -qpvO net-misc/bgpq3
[ebuild  N    ] net-misc/bgpq3-0.1.35
Comment 1 Toralf Förster gentoo-dev 2019-08-19 18:00:46 UTC
Created attachment 587472 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-08-19 18:00:49 UTC
Created attachment 587474 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-08-19 18:00:52 UTC
Created attachment 587476 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-08-19 18:00:55 UTC
Created attachment 587478 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-08-19 18:00:58 UTC
Created attachment 587480 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-08-19 18:01:01 UTC
Created attachment 587482 [details]
net-misc:bgpq3-0.1.35:20190819-043848.log
Comment 7 Toralf Förster gentoo-dev 2019-08-19 18:01:05 UTC
Created attachment 587484 [details]
temp.tbz2
Comment 8 Mike Fisher 2019-08-19 19:49:03 UTC
If it helps, this might be all that's needed:

 src_install() {
        dobin bgpq3
        doman bgpq3.8
-       dodoc CHANGES
-       dohtml *.html
+       dodoc CHANGES README.md *.html
 }
Comment 9 Larry the Git Cow gentoo-dev 2019-08-23 08:08:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a141514834e2db88e2092ca5de80f14a45b49d

commit 84a141514834e2db88e2092ca5de80f14a45b49d
Author:     Tony Vroon <chainsaw@gentoo.org>
AuthorDate: 2019-08-23 08:07:50 +0000
Commit:     Tony Vroon <chainsaw@gentoo.org>
CommitDate: 2019-08-23 08:08:20 +0000

    net-misc/bgpq3: Remove dohtml which is banned in EAPI 7
    
    Use dodoc instead, as suggested by Mike Fisher.
    As this is fatal, no revision bump is required.
    
    Closes: https://bugs.gentoo.org/692548
    Reported-By: Toralf Förster <toralf@gentoo.org>
    Suggested-By: Mike Fisher <mike.fisher128@gmail.com>
    Signed-Off-By: Tony Vroon <chainsaw@gentoo.org>
    Package-Manager: Portage-2.3.69, Repoman-2.3.16

 net-misc/bgpq3/bgpq3-0.1.35.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)