Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622598 - net-analyzer/symon: Depends on virtual/pmake but calls 'pmake' directly
Summary: net-analyzer/symon: Depends on virtual/pmake but calls 'pmake' directly
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-24 09:49 UTC by Michał Górny
Modified: 2017-06-24 10:39 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-06-24 09:49:30 UTC
The virtual is intended to be used for portable packages, along with portability.eclass' get_bmake function.

So either:

1. fix your package to use get_bmake, if it can work with any form of BSD-like make,

2. fix your package to depend on sys-devel/pmake directly.

However, note that sys-devel/pmake is dead and going to be lastrited soonish in favor of sys-devel/bmake.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-06-24 10:39:44 UTC
I've changed the dep to unblock fixing virtual/pmake. Please decide whether you're happy with it as-is, or test it with bmake and if it works, update the ebuild to use get_bmake and the virtual.


commit 6df2c95f45de3856dea091c058412b8be9fd93d2
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: Sat Jun 24 12:24:11 2017
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: Sat Jun 24 12:36:58 2017

    net-analyzer/symon: Dep on sys-devel/pmake, #622598