Opened 13 years ago
Closed 13 years ago
#30512 closed request (fixed)
kstars
Reported by: | nerdling (Jeremy Lavergne) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.1 |
Keywords: | kde | Cc: | mkae (Marko Käning), michaelld (Michael Dickens), sharky@… |
Port: | kstars |
Description (last modified by nerdling (Jeremy Lavergne))
kdeedu4 has split into several packages, one of which is kstars. kstars has an incorrect include file for OpenGL.
cd /opt/local/var/macports/build/_Users_aeetes_dports_kde_kstars/kstars/work/build/kstars && /Developer/usr/bin/llvm-g++-4.2 -DHAVE_OPENGL -pipe -O2 -arch x86_64 -fno-common -Woverloaded-virtual -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -O2 -DNDEBUG -DQT_NO_DEBUG -arch x86_64 -isysroot / -mmacosx-version-min=10.6 -I/opt/local/var/macports/build/_Users_aeetes_dports_kde_kstars/kstars/work/build/kstars -I/opt/local/var/macports/build/_Users_aeetes_dports_kde_kstars/kstars/work/kstars-4.7.0/kstars -I/opt/local/var/macports/build/_Users_aeetes_dports_kde_kstars/kstars/work/kstars-4.7.0 -I/opt/local/var/macports/build/_Users_aeetes_dports_kde_kstars/kstars/work/build -I/opt/local/var/macports/build/_Users_aeetes_dports_kde_kstars/kstars/work/kstars-4.7.0/kstars/tools -I/opt/local/var/macports/build/_Users_aeetes_dports_kde_kstars/kstars/work/kstars-4.7.0/kstars/skyobjects -I/opt/local/var/macports/build/_Users_aeetes_dports_kde_kstars/kstars/work/kstars-4.7.0/kstars/skycomponents -I/opt/local/include/KDE -I/opt/local/include/phonon -I/opt/local/include/QtXmlPatterns -I/opt/local/include/QtXml -I/opt/local/include/QtWebKit -I/opt/local/include/QtUiTools -I/opt/local/include/QtTest -I/opt/local/include/QtSvg -I/opt/local/include/QtSql -I/opt/local/include/QtScriptTools -I/opt/local/include/QtScript -I/opt/local/include/QtOpenGL -I/opt/local/include/QtNetwork -I/opt/local/include/QtMultimedia -I/opt/local/include/QtHelp -I/opt/local/include/QtDesigner -I/opt/local/include/QtDeclarative -I/opt/local/include/QtDBus -I/opt/local/include/Qt3Support -I/opt/local/include/QtGui -I/opt/local/include/QtCore -I/opt/local/share/qt4/mkspecs/default -I/opt/local/include/eigen2 -o CMakeFiles/kstars.dir/skyglpainter.o -c /opt/local/var/macports/build/_Users_aeetes_dports_kde_kstars/kstars/work/kstars-4.7.0/kstars/skyglpainter.cpp /opt/local/var/macports/build/_Users_aeetes_dports_kde_kstars/kstars/work/kstars-4.7.0/kstars/skyglpainter.cpp:28:19: error: GL/gl.h: No such file or directory
Attachments (1)
Change History (12)
Changed 13 years ago by nerdling (Jeremy Lavergne)
Attachment: | kstars-Portfile.txt added |
---|
comment:1 Changed 13 years ago by nerdling (Jeremy Lavergne)
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by mkae (Marko Käning)
comment:3 Changed 13 years ago by mkae (Marko Käning)
Please check out the patch supplied at http://bugs.kde.org/attachment.cgi?id=62556
comment:4 Changed 13 years ago by nerdling (Jeremy Lavergne)
Used the patch but still got the same error.
comment:6 Changed 13 years ago by nerdling (Jeremy Lavergne)
Version: | 2.0.0 → 2.0.1 |
---|
Further updated BKO ticket with details from CMake and the structure of the OpenGL framework.
comment:7 Changed 13 years ago by jtomshine@…
Has there been any progress made on kstars? I've tried the Portfile on in this thread with and w/o the patch, but I can't seem to make much progress... Admittedly, I haven't spent hours debugging it on my own, but I wanted to check & see if there is a canonical solution before going down that road.
comment:8 Changed 13 years ago by mkae (Marko Käning)
Since there is no change on b.k.o. I doubt that there will be a quick solution ahead, unless someone takes it over and does some more research on this one... :-)
comment:9 Changed 13 years ago by nerdling (Jeremy Lavergne)
Correct mk@, I updated the BKO ticket with all the information I could find about OpenGL file locations, including what was expected and what was found.
I find it amusing the first fix was that they had shipped a typo that would be broken the whole build: how did they ship something without even trying to build it?
comment:10 Changed 13 years ago by mkae (Marko Käning)
Perhaps it builds fine on a linux and MacOSX had never been built?
comment:11 Changed 13 years ago by mkae (Marko Käning)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r85854
I filed a ticket upstream: https://bugs.kde.org/show_bug.cgi?id=279194