Opened 12 years ago
Closed 12 years ago
#36110 closed defect (invalid)
root @5.34.01 +cocoa : TGLFormat.h not found
Reported by: | cdeil (Christoph Deil) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | mattiafrancescomoro@…, cjones051073 (Chris Jones) | |
Port: | root |
Description
I updated to Mountain Lion and did a fresh Macports install.
sudo port install root +cocoa +fftw3 +fitsio +mysql +python27 +ruby
fails because TGLFormat.h is not found (see attached log).
Attachments (1)
Change History (7)
Changed 12 years ago by cdeil (Christoph Deil)
comment:1 Changed 12 years ago by cdeil (Christoph Deil)
comment:2 Changed 12 years ago by cjones051073 (Chris Jones)
Please do a clean rebuild. That log doesn't have the output from the configure step. Run
sudo port uninstall root sudo port clean --all root sudo port install root +cocoa
and if that fails send me the log. Please just use the cocoa variant on its own for this test.
Also, what Xcode version are you running ? Make sure the command line tools are fully updated in it (start Xcode and check).
Chris
comment:3 Changed 12 years ago by cjones051073 (Chris Jones)
Just to add the cocoa variant works fine for me, with OSX 10.8.1 and the latest Xcode (I forget the number right now)...
comment:4 Changed 12 years ago by cdeil (Christoph Deil)
I am running the latest Mac OS and Xcode: OS X 10.8.1 (12B19) 4.4.1 (4F1003)
It seems that error was a glitch.
Both my original variant selection and only the variant +cocoa
only now install without problems for me:
sudo port install root +cocoa sudo port install root +fftw3 +fitsio +mysql +python27 +ruby
Btw. did you see http://root.cern.ch/phpBB3/viewtopic.php?f=14&t=15292 ? It's completely unrelated to this ticket, but I do see this problem also and wanted to mention it in case you hadn't seen it.
comment:5 Changed 12 years ago by cjones051073 (Chris Jones)
Glad the error disappeared ...
Thanks for the link, I hadn't seen it (I don't really follow the forum).
Indeed I do enable soversion support by default. If the warnings upset you, just disable this variant as discussed in the thread.
cheers Chris
comment:6 Changed 12 years ago by mf2k (Frank Schima)
Resolution: | → invalid |
---|---|
Status: | new → closed |
This works:
i.e. the
+cocoa
variant is the culprit.