Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641420 - sci-physics/root-6.12.04: pythia6 and pythia8 do NOT conflict with each other
Summary: sci-physics/root-6.12.04: pythia6 and pythia8 do NOT conflict with each other
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Guilherme Amadio
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-17 01:09 UTC by QIN Yuhao
Modified: 2017-12-18 14:37 UTC (History)
2 users (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 QIN Yuhao 2017-12-17 01:09:39 UTC
ROOT seems to be correctly compiled with both Pythia 6 and Pythia 8 support. In fact some frameworks based on ROOT requires both supports. Removing the two REQUIRED_USE atoms can walk through.

Reproducible: Always

Steps to Reproduce:
1. Enable both `pythia6` and `pythia8` USE flags
2. Try to emerge sci-physics/root:6.12
Actual Results:  
failed due to conflicting USE flags

Expected Results:  
built with both pythia6 and pythia8 support
Comment 1 Larry the Git Cow gentoo-dev 2017-12-18 13:13:55 UTC
The bug has been closed via the following commit(s):

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

commit c34ba3610f73d9d3f0752d16160cd5921994c1f1
Author:     Guilherme Amadio <amadio@gentoo.org>
AuthorDate: 2017-12-18 09:04:51 +0000
Commit:     Guilherme Amadio <amadio@gentoo.org>
CommitDate: 2017-12-18 13:11:55 +0000

    sci-physics/root: do not restrict Pythia versions, bug 641420
    
    The use restriction is not necessary, as there are no conflicts
    between Pythia from slots 6 and 8.
    
    Closes: https://bugs.gentoo.org/641420
    Package-Manager: Portage-2.3.18, Repoman-2.3.6

 sci-physics/root/root-6.12.04.ebuild | 2 --
 1 file changed, 2 deletions(-)
Comment 2 Guilherme Amadio gentoo-dev 2017-12-18 14:37:50 UTC
Thanks for reporting. Indeed, the limitation was there before, so I assumed that the two Pythia versions could not be installed at the same time, but there are no file conflicts, so after testing I removed it.