The build fails during setup with: setup: At least the following dependencies are missing: ObjectName ==1.0.0.0, StateVar ==1.0.0.0, Tensor ==1.0.0.1 mail-proxy eclass # equery l objectname statevar tensor * Searching for objectname ... [IP-] [ ] dev-haskell/objectname-1.0.0.0:0 * Searching for statevar ... [IP-] [ ] dev-haskell/statevar-1.0.0.0:0 * Searching for tensor ... [IP-] [ ] dev-haskell/tensor-1.0.0.1:0 Reproducible: Always Steps to Reproduce: 1.emerge opengl 2. 3. Actual Results: Fail during configure Expected Results: Builds correctly
Created attachment 330074 [details] build.log
Created attachment 330076 [details] emerge --info '=dev-haskell/opengl-2.6.0.1'
Created attachment 330078 [details] emerge -pqv '=dev-haskell/opengl-2.6.0.1'
Created attachment 330080 [details] Correct build.log
I guess you have updated ghc recently and have opengl built agains older ghc. Can you check this by running haskell-updater?
Quite right. objectname, statevar, and tensor needed to be updated before opengl could be updated. Sorry for the noise, I wasn't aware of haskell-updater before.
No problem.