[MacPorts] #27994: Errors installing googlecl on max osx 10.6.6 with xcode 3.2.5 installed
#27994: Errors installing googlecl on max osx 10.6.6 with xcode 3.2.5 installed -------------------------------+-------------------------------------------- Reporter: tsairox@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: googlecl, xcode, | Port: -------------------------------+-------------------------------------------- I get the following errors when I try to port install googlecl: Warning: Xcode does not appear to be installed; most ports will likely fail to build. Error: Unable to open port: can't read "build.cmd": Failed to locate 'make' in path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or at its MacPorts configuration time location, did you move it? Error: Unable to execute port: upgrade python26 failed To report a bug, see <http://guide.macports.org/#project.tickets> However, Xcode is installed and is version 3.2.5 and Mac OSX version is 10.6.6. What do I need to do from here to get googlecl installed? Thanks, tsairox -- Ticket URL: <https://trac.macports.org/ticket/27994> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27994: Errors installing googlecl on max osx 10.6.6 with xcode 3.2.5 installed -------------------------------+-------------------------------------------- Reporter: tsairox@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: -------------------------------+-------------------------------------------- Changes (by ryandesign@…): * cc: tsairox@… (removed) * keywords: googlecl, xcode, => Old description:
I get the following errors when I try to port install googlecl:
Warning: Xcode does not appear to be installed; most ports will likely fail to build. Error: Unable to open port: can't read "build.cmd": Failed to locate 'make' in path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or at its MacPorts configuration time location, did you move it? Error: Unable to execute port: upgrade python26 failed To report a bug, see <http://guide.macports.org/#project.tickets>
However, Xcode is installed and is version 3.2.5 and Mac OSX version is 10.6.6. What do I need to do from here to get googlecl installed?
Thanks,
tsairox
New description: I get the following errors when I try to port install googlecl: {{{ Warning: Xcode does not appear to be installed; most ports will likely fail to build. Error: Unable to open port: can't read "build.cmd": Failed to locate 'make' in path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or at its MacPorts configuration time location, did you move it? Error: Unable to execute port: upgrade python26 failed To report a bug, see <http://guide.macports.org/#project.tickets> }}} However, Xcode is installed and is version 3.2.5 and Mac OSX version is 10.6.6. What do I need to do from here to get googlecl installed? Thanks, tsairox -- Comment: Xcode is either not installed properly (in which case reinstall Xcode, ensuring that you have not deselected the option for command line development, which is required for MacPorts), or you have installed Xcode in a nonstandard location (in which case inform MacPorts of that location using the developer_dir setting in macports.conf). -- Ticket URL: <https://trac.macports.org/ticket/27994#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27994: Errors installing googlecl on max osx 10.6.6 with xcode 3.2.5 installed --------------------------------+------------------------------------------- Reporter: tsairox@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: base | Version: 1.9.2 Resolution: invalid | Keywords: Port: | --------------------------------+------------------------------------------- Changes (by jmr@…): * status: new => closed * resolution: => invalid * component: ports => base Comment: It's not the latter, /usr/bin/make is missing. -- Ticket URL: <https://trac.macports.org/ticket/27994#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27994: Errors installing googlecl on max osx 10.6.6 with xcode 3.2.5 installed --------------------------------+------------------------------------------- Reporter: tsairox@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: base | Version: 1.9.2 Resolution: | Keywords: Port: | --------------------------------+------------------------------------------- Changes (by tsairox@…): * status: closed => reopened * resolution: invalid => Comment: Replying to [comment:3 jmr@…]:
It's not the latter, /usr/bin/make is missing.
Thank you for your response jmr, After creating the make directory in /usr/bin/, I get the following response when trying to install googlecl: Macintosh:bin tsairox$ sudo port install googlecl Warning: Xcode does not appear to be installed; most ports will likely fail to build. Warning: Xcode does not appear to be installed; most ports will likely fail to build. ---> Computing dependencies for sqlite3 ---> Fetching sqlite3 ---> Attempting to fetch sqlite-autoconf-3070400.tar.gz from http://distfiles.macports.org/sqlite3 ---> Attempting to fetch sqlite-autoconf-3070400.tar.gz from http://www.sqlite.org/ ---> Verifying checksum(s) for sqlite3 ---> Extracting sqlite3 ---> Applying patches to sqlite3 ---> Configuring sqlite3 Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details) Log for sqlite3 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/main.log Error: Unable to upgrade port: 1 Error: Unable to execute port: upgrade python26 failed To report a bug, see <http://guide.macports.org/#project.tickets> Looks like progress. What should I do from here? Thanks, tsairox -- Ticket URL: <https://trac.macports.org/ticket/27994#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27994: Errors installing googlecl on max osx 10.6.6 with xcode 3.2.5 installed --------------------------------+------------------------------------------- Reporter: tsairox@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: base | Version: 1.9.2 Resolution: invalid | Keywords: Port: | --------------------------------+------------------------------------------- Changes (by macsforever2000@…): * status: reopened => closed * resolution: => invalid Comment: make is an application from Xcode, not a directory. You need to install Xcode properly as ryandesign said. -- Ticket URL: <https://trac.macports.org/ticket/27994#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27994: Errors installing googlecl on max osx 10.6.6 with xcode 3.2.5 installed --------------------------------+------------------------------------------- Reporter: tsairox@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: base | Version: 1.9.2 Resolution: invalid | Keywords: Port: | --------------------------------+------------------------------------------- Comment(by tsairox@…): Thanks everyone for your responses, I did reinstall Xcode. I have figured it out through experience. It seems that for every error encountered, it is most important to read the log at /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_ports_x11_xorg-libXext/main.log and deal with each package individually when fetching them. It seems as though mac ports times out when trying to get dependencies from certain locations. Only when I fetched them individually, did this solve the problem. I now have successfully installed googlecl. Hope this helps someone else.... Thank you, tsairox -- Ticket URL: <https://trac.macports.org/ticket/27994#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27994: Errors installing googlecl on max osx 10.6.6 with xcode 3.2.5 installed --------------------------------+------------------------------------------- Reporter: tsairox@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: base | Version: 1.9.2 Resolution: | Keywords: Port: | --------------------------------+------------------------------------------- Changes (by dlamet@…): * status: closed => reopened * resolution: invalid => Comment: I also have this problem. I have XCode 3.4.2 installed on OS X 10.6.6. make was not located at /usr/bin/make, but I did find it at /Developer/usr/bin/make. Adding that path to my .bash_login didn't help. I then created a symbolic link at /opt/local/bin. That seemed to just put things into a dangerous state. {{{ engelbart:~ dlamet$ sudo port upgrade ruby Warning: Xcode does not appear to be installed; most ports will likely fail to build. ---> Computing dependencies for libiconv ---> Fetching libiconv ---> Verifying checksum(s) for libiconv ---> Extracting libiconv ---> Applying patches to libiconv ---> Configuring libiconv Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details) Log for libiconv is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/main.log Error: Unable to upgrade port: 1 To report a bug, see <http://guide.macports.org/#project.tickets> engelbart:~ dlamet$ ls /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_ports_x11_xorg-libXext/main.log ls: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_ports_x11_xorg-libXext/main.log: No such file or directory }}} How does Ports determine whether XCode is properly installed or not? -- Ticket URL: <https://trac.macports.org/ticket/27994#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27994: Errors installing googlecl on max osx 10.6.6 with xcode 3.2.5 installed --------------------------------+------------------------------------------- Reporter: tsairox@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: base | Version: 1.9.2 Resolution: invalid | Keywords: Port: | --------------------------------+------------------------------------------- Changes (by jmr@…): * status: reopened => closed * resolution: => invalid Comment: UNIX Development is required: http://www.macports.org/install.php#requirements -- Ticket URL: <https://trac.macports.org/ticket/27994#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts