Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 444044 - dev-haskell/opengl-2.6.0.1 Build Fails During setup
Summary: dev-haskell/opengl-2.6.0.1 Build Fails During setup
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-20 13:49 UTC by Todd Goodman
Modified: 2012-11-23 21:06 UTC (History)
0 users

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


Attachments
build.log (build.log,2.60 KB, text/plain)
2012-11-20 13:51 UTC, Todd Goodman
Details
emerge --info '=dev-haskell/opengl-2.6.0.1' (opengl.einfo,6.26 KB, text/plain)
2012-11-20 13:52 UTC, Todd Goodman
Details
emerge -pqv '=dev-haskell/opengl-2.6.0.1' (opengl.ep,83 bytes, text/plain)
2012-11-20 13:52 UTC, Todd Goodman
Details
Correct build.log (build.log,2.43 KB, text/plain)
2012-11-20 13:54 UTC, Todd Goodman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Todd Goodman 2012-11-20 13:49:07 UTC
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
Comment 1 Todd Goodman 2012-11-20 13:51:54 UTC
Created attachment 330074 [details]
build.log
Comment 2 Todd Goodman 2012-11-20 13:52:14 UTC
Created attachment 330076 [details]
emerge --info '=dev-haskell/opengl-2.6.0.1'
Comment 3 Todd Goodman 2012-11-20 13:52:33 UTC
Created attachment 330078 [details]
emerge -pqv '=dev-haskell/opengl-2.6.0.1'
Comment 4 Todd Goodman 2012-11-20 13:54:45 UTC
Created attachment 330080 [details]
Correct build.log
Comment 5 Sergei Trofimovich (RETIRED) gentoo-dev 2012-11-20 17:17:37 UTC
I guess you have updated ghc recently and have opengl built agains older ghc.
Can you check this by running haskell-updater?
Comment 6 Todd Goodman 2012-11-20 18:27:58 UTC
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.
Comment 7 Sergei Trofimovich (RETIRED) gentoo-dev 2012-11-23 21:06:19 UTC
No problem.