[MacPorts] #50468: Make doesn't build on El Capitain
#50468: Make doesn't build on El Capitain --------------------+-------------------------------- Reporter: caa@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: --------------------+-------------------------------- I get an error from cake building when trying to install texlive via port command. I have attached the error files appropriate to this. Tried cleaning all of /opt (rename it) then reinstall but get the same error. -- Ticket URL: <https://trac.macports.org/ticket/50468> MacPorts <https://www.macports.org/> Ports system for OS X
#50468: Make doesn't build on El Capitain ---------------------+-------------------------------- Reporter: caa@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: | ---------------------+-------------------------------- Comment (by caa@…): Replying to [ticket:50468 caa@…]:
I get an error from cake building when trying to install texlive via port command. I have attached the error files appropriate to this. Tried cleaning all of /opt (rename it) then reinstall but get the same error.
cmake is the problem, autocorrect keeps changing it to make! -- Ticket URL: <https://trac.macports.org/ticket/50468#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#50468: Make doesn't build on El Capitain ---------------------+-------------------------------- Reporter: caa@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: | ---------------------+-------------------------------- Comment (by caa@…): caa@kree ~]% sudo port clean cmake Password: ---> Cleaning cmake [caa@kree ~]% sudo port install cmake ---> Computing dependencies for cmake ---> Fetching archive for cmake ---> Attempting to fetch cmake-3.4.3_0.darwin_15.x86_64.tbz2 from http://sea.us.packages.macports.org/macports/packages/cmake ---> Attempting to fetch cmake-3.4.3_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/cmake ---> Attempting to fetch cmake-3.4.3_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/cmake ---> Fetching distfiles for cmake ---> Verifying checksums for cmake ---> Extracting cmake ---> Applying patches to cmake ---> Configuring cmake Error: org.macports.configure for port cmake returned: configure failure: command execution failed Please see the log file for port cmake for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port cmake failed [caa@kree ~]% -- Ticket URL: <https://trac.macports.org/ticket/50468#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#50468: Make doesn't build on El Capitain ---------------------+-------------------------------- Reporter: caa@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: | ---------------------+-------------------------------- Changes (by mf2k@…): * priority: High => Normal Comment: The Priority field is for use by Macports team members only. -- Ticket URL: <https://trac.macports.org/ticket/50468#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#50468: cmake doesn't build on El Capitain ----------------------+-------------------------------- Reporter: caa@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: invalid | Keywords: Port: cmake | ----------------------+-------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => invalid * port: => cmake Old description:
I get an error from cake building when trying to install texlive via port command. I have attached the error files appropriate to this. Tried cleaning all of /opt (rename it) then reinstall but get the same error.
New description: I get an error from cmake building when trying to install texlive via port command. I have attached the error files appropriate to this. Tried cleaning all of /opt (rename it) then reinstall but get the same error. -- Comment: So turn off auto-correct. :) The log says the problem is: {{{ :info:configure CMake Error at Modules/FindGTK2.cmake:181 (file): :info:configure file STRINGS file :info:configure "/Library/Frameworks/Gtk.framework/Headers/gtk/gtk/gtkversion.h" cannot be :info:configure read. }}} Please remove /Library/Frameworks/Gtk.framework and any other frameworks you've installed in /Library/Frameworks. [wiki:FAQ#libraryframeworks They interfere with MacPorts]. -- Ticket URL: <https://trac.macports.org/ticket/50468#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#50468: cmake doesn't build on El Capitain ----------------------+-------------------------------- Reporter: caa@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: invalid | Keywords: Port: cmake | ----------------------+-------------------------------- Comment (by b@…): As a note to the reporter. You can make the port build, without uninstalling and re-installing the /Library/Frameworks GTK2 framework, by changing line 817 in Modules/FindGTK2.cmake. Simply change the hard-coded string "/gtk/gtkversion.h" to "/gtkversion.h" - port builds fine. The string is actually a few lines down from 817. The instruction is broken over several lines. With the caveat that you should follow the instructions in the MacPorts FAQ, uninstalling and re-installing "/Library/Frameworks" frameworks is not usually necessary if you know what you're doing. Renaming folders won't work in this scenario as the problem is due to an environment variable. -- Ticket URL: <https://trac.macports.org/ticket/50468#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts