Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 827944 - sci-physics/root: 'vmc' flag is no longer supported after version 6.25.01
Summary: sci-physics/root: 'vmc' flag is no longer supported after version 6.25.01
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Guilherme Amadio
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-01 16:17 UTC by Phireh
Modified: 2021-12-03 15:27 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 Phireh 2021-12-01 16:17:00 UTC
ROOT stopped supporting vmc (virtual monte carlo library) with version 6.25.01. However sci-physics/root-9999 still shows it as a valid flag. The compilation fails if you toggle it.

Reproducible: Always

Steps to Reproduce:
1. Add 'vmc' to sci-physics/root-9999 USE flags
2. Emerge it
3. Build fails at src_configure phase
Actual Results:  
I got this error from cmake:

CMake Error at cmake/modules/RootBuildOptions.cmake:415 (message):
  >>> Option 'vmc' is no longer supported in ROOT 6.25.01.
Call Stack (most recent call first):
  CMakeLists.txt:157 (include)
Comment 1 Guilherme Amadio gentoo-dev 2021-12-03 15:27:31 UTC
ROOT upstream has deprecated and removed vmc, which is now a separate package that you can install in Gentoo: sci-physics/vmc. Since the live ebuild for ROOT can still be used to build/test old versions of ROOT that include vmc, I left the flag there on purpose, so the fact it's there is not actually a bug. I will eventually remove it, though.