Re: sudo port install xboard
On Dec 12, 2007, at 21:11, Charles Darwin wrote:
On Dec 12, 2007, at 10:03 PM, Ryan Schmidt wrote:
On Dec 12, 2007, at 20:58, Charles Darwin wrote:
$uname -r;arch 8.11.0 ppc $ sudo port install xboard ---> Configuring xboard Error: Target org.macports.configure returned: error copying "/ usr/share/libtool/config.guess": no such file or directory Error: Status 1 encountered during processing. $
Why don't you have /usr/share/libtool/config.guess on your system? It should be there.
We had one report of this before, for a different port I think (there are many that employ the technique of copying that file) but I don't think we ever found out why the user was missing that file.
$ libtool -V Apple Computer, Inc. version cctools-622.8 $ port search libtool libtool devel/libtool 1.5.24 GNU Libtool - The GNU Portable Library Tool $
The only libtool here http://www.opensource.apple.com/darwinsource/ Current/ is the GNU one. Should I install the GNU version?
Nothing in MacPorts will install anything into /usr/share, so installing a port through MacPorts won't fix this problem. /usr/share/ libtool/config.guess is a file that, as far as I have been able to determine, is provided by Apple and should be on every Mac (or at least every Mac with Xcode, I'm not sure) and I don't know why it's not there on your system. Don't forget to Reply To All so that your message goes to the list too, not just to me.
On 12-Dec-07, at 22:13 , Ryan Schmidt wrote:
On Dec 12, 2007, at 21:11, Charles Darwin wrote:
Nothing in MacPorts will install anything into /usr/share, so installing a port through MacPorts won't fix this problem. /usr/ share/libtool/config.guess is a file that, as far as I have been able to determine, is provided by Apple and should be on every Mac (or at least every Mac with Xcode, I'm not sure) and I don't know why it's not there on your system.
I think this is one of those cases where if in doubt install XCode again, and if you can install the latest version, even better :) Andre
After installing Xcode again; $ sudo port install xboard ---> Staging xboard into destroot Error: Target org.macports.destroot returned: shell command " cd "/ opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_games_x board/work/xboard-4.2.6" && make install prefix=/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_games_x board/work/destroot/opt/local " returned error 127 Command output: sh: line 1: make: command not found Error: Status 1 encountered during processing. $ On Dec 12, 2007, at 10:17 PM, Andre-John Mas wrote:
On 12-Dec-07, at 22:13 , Ryan Schmidt wrote:
On Dec 12, 2007, at 21:11, Charles Darwin wrote:
Nothing in MacPorts will install anything into /usr/share, so installing a port through MacPorts won't fix this problem. /usr/ share/libtool/config.guess is a file that, as far as I have been able to determine, is provided by Apple and should be on every Mac (or at least every Mac with Xcode, I'm not sure) and I don't know why it's not there on your system.
I think this is one of those cases where if in doubt install XCode again, and if you can install the latest version, even better :)
Andre
$ cd /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_games_x board/work/xboard-4.2.6 /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_games_x board/work/xboard-4.2.6 $ make make: Nothing to be done for `all'. /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_games_x board/work/xboard-4.2.6 $ sudo make clean rm -f xboard zic2xpm *.o *.doc lex.yy.c rm -f xboard_*.html xboard.aux* xboard.cp* xboard.dvi xboard.fn* rm -f xboard.ky* xboard.log xboard.pg* xboard.toc xboard.tp* rm -f xboard.vr* xboard.ps :/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_games_x board/work/xboard-4.2.6 $ sudo make gcc -DHAVE_CONFIG_H -I. -I. -I/usr/X11R6/include -O2 -I/opt/local/ include -no-cpp-precomp -I/usr/X11R6/include -DINFODIR=\"/opt/local/ share/info\" -c parser.c make: gcc: Command not found make: *** [parser.o] Error 127 :/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_games_x board/work/xboard-4.2.6 $ On Dec 12, 2007, at 10:17 PM, Andre-John Mas wrote:
On 12-Dec-07, at 22:13 , Ryan Schmidt wrote:
On Dec 12, 2007, at 21:11, Charles Darwin wrote:
Nothing in MacPorts will install anything into /usr/share, so installing a port through MacPorts won't fix this problem. /usr/ share/libtool/config.guess is a file that, as far as I have been able to determine, is provided by Apple and should be on every Mac (or at least every Mac with Xcode, I'm not sure) and I don't know why it's not there on your system.
I think this is one of those cases where if in doubt install XCode again, and if you can install the latest version, even better :)
Andre
All of these errors you're now seeing (make not found, gcc not found, cc not found) point to a missing or improperly installed Xcode. These commands would all be provided by the Xcode installation. What version of Xcode did you install, nad what version of Mac OS X do you have again? On Dec 13, 2007, at 06:56, Charles Darwin wrote:
$ cd /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_games _xboard/work/xboard-4.2.6 /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_games _xboard/work/xboard-4.2.6 $ make make: Nothing to be done for `all'. /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_games _xboard/work/xboard-4.2.6 $ sudo make clean rm -f xboard zic2xpm *.o *.doc lex.yy.c rm -f xboard_*.html xboard.aux* xboard.cp* xboard.dvi xboard.fn* rm -f xboard.ky* xboard.log xboard.pg* xboard.toc xboard.tp* rm -f xboard.vr* xboard.ps :/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_games _xboard/work/xboard-4.2.6 $ sudo make gcc -DHAVE_CONFIG_H -I. -I. -I/usr/X11R6/include -O2 -I/opt/local/ include -no-cpp-precomp -I/usr/X11R6/include -DINFODIR=\"/opt/ local/share/info\" -c parser.c make: gcc: Command not found make: *** [parser.o] Error 127 :/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_games _xboard/work/xboard-4.2.6 $
On Dec 12, 2007, at 10:17 PM, Andre-John Mas wrote:
On 12-Dec-07, at 22:13 , Ryan Schmidt wrote:
On Dec 12, 2007, at 21:11, Charles Darwin wrote:
Nothing in MacPorts will install anything into /usr/share, so installing a port through MacPorts won't fix this problem. /usr/ share/libtool/config.guess is a file that, as far as I have been able to determine, is provided by Apple and should be on every Mac (or at least every Mac with Xcode, I'm not sure) and I don't know why it's not there on your system.
I think this is one of those cases where if in doubt install XCode again, and if you can install the latest version, even better :)
It all started this morning after I installed Xcode again and you are right; $ gcc_select -l -bash: gcc_select: command not found $ On Dec 13, 2007, at 8:25 AM, Ryan Schmidt wrote:
All of these errors you're now seeing (make not found, gcc not found, cc not found) point to a missing or improperly installed Xcode. These commands would all be provided by the Xcode installation. What version of Xcode did you install, nad what version of Mac OS X do you have again?
On Dec 13, 2007, at 06:56, Charles Darwin wrote:
$ cd /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_game s_xboard/work/xboard-4.2.6 /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_game s_xboard/work/xboard-4.2.6 $ make make: Nothing to be done for `all'. /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_game s_xboard/work/xboard-4.2.6 $ sudo make clean rm -f xboard zic2xpm *.o *.doc lex.yy.c rm -f xboard_*.html xboard.aux* xboard.cp* xboard.dvi xboard.fn* rm -f xboard.ky* xboard.log xboard.pg* xboard.toc xboard.tp* rm -f xboard.vr* xboard.ps :/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_game s_xboard/work/xboard-4.2.6 $ sudo make gcc -DHAVE_CONFIG_H -I. -I. -I/usr/X11R6/include -O2 -I/opt/ local/include -no-cpp-precomp -I/usr/X11R6/include -DINFODIR=\"/ opt/local/share/info\" -c parser.c make: gcc: Command not found make: *** [parser.o] Error 127 :/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_game s_xboard/work/xboard-4.2.6 $
On Dec 12, 2007, at 10:17 PM, Andre-John Mas wrote:
On 12-Dec-07, at 22:13 , Ryan Schmidt wrote:
On Dec 12, 2007, at 21:11, Charles Darwin wrote:
Nothing in MacPorts will install anything into /usr/share, so installing a port through MacPorts won't fix this problem. /usr/ share/libtool/config.guess is a file that, as far as I have been able to determine, is provided by Apple and should be on every Mac (or at least every Mac with Xcode, I'm not sure) and I don't know why it's not there on your system.
I think this is one of those cases where if in doubt install XCode again, and if you can install the latest version, even better :)
Reinstalled Xcode (for the second time), problem solved! $ sudo port install xboard ---> Staging xboard into destroot Warning: violation by /opt/local/man Warning: xboard violates the layout of the ports-filesystems! Warning: Please fix or indicate this misbehavior (if it is intended), it will be an error in future releases! ---> Installing xboard 4.2.6_0 ---> Activating xboard 4.2.6_0 ---> Cleaning xboard On Dec 13, 2007, at 8:25 AM, Ryan Schmidt wrote:
All of these errors you're now seeing (make not found, gcc not found, cc not found) point to a missing or improperly installed Xcode. These commands would all be provided by the Xcode installation. What version of Xcode did you install, nad what version of Mac OS X do you have again?
On Dec 13, 2007, at 06:56, Charles Darwin wrote:
$ cd /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_game s_xboard/work/xboard-4.2.6 /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_game s_xboard/work/xboard-4.2.6 $ make make: Nothing to be done for `all'. /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_game s_xboard/work/xboard-4.2.6 $ sudo make clean rm -f xboard zic2xpm *.o *.doc lex.yy.c rm -f xboard_*.html xboard.aux* xboard.cp* xboard.dvi xboard.fn* rm -f xboard.ky* xboard.log xboard.pg* xboard.toc xboard.tp* rm -f xboard.vr* xboard.ps :/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_game s_xboard/work/xboard-4.2.6 $ sudo make gcc -DHAVE_CONFIG_H -I. -I. -I/usr/X11R6/include -O2 -I/opt/ local/include -no-cpp-precomp -I/usr/X11R6/include -DINFODIR=\"/ opt/local/share/info\" -c parser.c make: gcc: Command not found make: *** [parser.o] Error 127 :/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_game s_xboard/work/xboard-4.2.6 $
On Dec 12, 2007, at 10:17 PM, Andre-John Mas wrote:
On 12-Dec-07, at 22:13 , Ryan Schmidt wrote:
On Dec 12, 2007, at 21:11, Charles Darwin wrote:
Nothing in MacPorts will install anything into /usr/share, so installing a port through MacPorts won't fix this problem. /usr/ share/libtool/config.guess is a file that, as far as I have been able to determine, is provided by Apple and should be on every Mac (or at least every Mac with Xcode, I'm not sure) and I don't know why it's not there on your system.
I think this is one of those cases where if in doubt install XCode again, and if you can install the latest version, even better :)
On Dec 13, 2007, at 09:20, Charles Darwin wrote:
Reinstalled Xcode (for the second time), problem solved!
Great!
$ sudo port install xboard ---> Staging xboard into destroot Warning: violation by /opt/local/man Warning: xboard violates the layout of the ports-filesystems! Warning: Please fix or indicate this misbehavior (if it is intended), it will be an error in future releases! ---> Installing xboard 4.2.6_0 ---> Activating xboard 4.2.6_0 ---> Cleaning xboard
And I fixed that mtree violation in xboard 4.2.6_1, so if you "sudo port selfupdate" in 12 hours you should be able to "sudo port -u upgrade xboard" to get it.
participants (3)
-
Andre-John Mas
-
Charles Darwin
-
Ryan Schmidt