Summary: | app-office/calligra-2.5.2 fails to build, No rule to make target `/usr/lib64/libGLU.so', needed by `lib/libflake.so.10.0.0' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michael Mair-Keimberger (mm1ke) <mmk> |
Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | barrie.backhurst, kripton, office, qt |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 432516 | ||
Attachments: |
build log
build log |
Description
Michael Mair-Keimberger (mm1ke)
2012-09-15 10:46:55 UTC
Created attachment 323872 [details]
build log
correct mime type
You use the x11 overlay. Do you use (>=mesa-9 / mesa-9999)? Is /usr/lib/libGLU.so a broken symlink? libGLU was split out of mesa. See this git log entry for x11: commit 6e0bc3d6c95e9c1eb4737a2a93e9f33c4cc58b37 Author: Matt Turner <mattst88@gmail.com> Date: Fri Aug 31 21:42:27 2012 -0700 media-libs/glu: New package glu has been split out from Mesa and will be released separately as of Mesa-9.0. and this forum threat: http://forums-web1.gentoo.org/viewtopic-t-935230-start-0.html For me this is the reason why wine does not build... (In reply to comment #2) > You use the x11 overlay. Do you use (>=mesa-9 / mesa-9999)? > > Is /usr/lib/libGLU.so a broken symlink? > > libGLU was split out of mesa. > > See this git log entry for x11: > commit 6e0bc3d6c95e9c1eb4737a2a93e9f33c4cc58b37 > Author: Matt Turner <mattst88@gmail.com> > Date: Fri Aug 31 21:42:27 2012 -0700 > > media-libs/glu: New package > > glu has been split out from Mesa and will be released separately as of > Mesa-9.0. > > > and this forum threat: > http://forums-web1.gentoo.org/viewtopic-t-935230-start-0.html > > > > For me this is the reason why wine does not build... You're right. /usr/lib/libGLU.so is a broken symlink and i use mesa-9999 from the x11 overlay. I notice the split out of the libGLU library but i didn't gave it too much attention. Anyway, if i understand it correctly i need to install media-libs/glu-9999 as-well so that calligra finally builds again? Fixed in x11-libs/qt-opengl. Please sync in some hours to get the changes. + 20 Sep 2012; Johannes Huber <johu@gentoo.org> qt-opengl-4.7.4.ebuild, + qt-opengl-4.8.1.ebuild, qt-opengl-4.8.2.ebuild, qt-opengl-4.8.3.ebuild: + Add virtual/glu see bugs #432516, #435108. (In reply to comment #4) > Fixed in x11-libs/qt-opengl. Please sync in some hours to get the changes. > > + 20 Sep 2012; Johannes Huber <johu@gentoo.org> qt-opengl-4.7.4.ebuild, > + qt-opengl-4.8.1.ebuild, qt-opengl-4.8.2.ebuild, qt-opengl-4.8.3.ebuild: > + Add virtual/glu see bugs #432516, #435108. This change is wrong, qt-opengl no longer requires glu since 4.8.0. See http://qt.gitorious.org/qt/qt/blobs/4.8/dist/changes-4.8.0#line153 Please revert and properly fix the deps in calligra. Dep on virtual/glu in x11-libs/qt-opengl reverted and added to >=app-office/calligra-2.5.2. + 21 Sep 2012; Johannes Huber <johu@gentoo.org> calligra-2.5.2.ebuild, + calligra-2.5.49.9999.ebuild, calligra-9999.ebuild: + Add virtual/glu wrt bug #435108. |