#25398 closed defect (duplicate)
Errors install python25 on OSX 10.6 - xorg-util-macros dependecy fails
Reported by: | jskopek@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | xorg-util-macros |
Description (last modified by mf2k (Frank Schima))
I seem to be unable to install python25 on a fresh installation of OSX 10.6. The installation seems to fail when installing the 'xorg-util-macros' dependency:
======= Jean-Marc-Skopeks-MacBook:util-macros-1.9.0 jskopek$ sudo port clean python25 ---> Cleaning python25 Jean-Marc-Skopeks-MacBook:util-macros-1.9.0 jskopek$ sudo port install python25 ---> Computing dependencies for python25 ---> Dependencies to be installed: tk Xft2 xrender xorg-libX11 xorg-util-macros xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontproto xorg-xtrans xorg-renderproto tcl xorg-libXScrnSaver xorg-libXext xorg-scrnsaverproto ---> Verifying checksum(s) for xorg-util-macros Error: No checksum set for util-macros-1.9.0.tar.bz2 Error: Target org.macports.checksum returned: Unable to verify file checksums Log for xorg-util-macros is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-util-macros/main.log Error: The following dependencies failed to build: tk Xft2 xrender xorg-libX11 xorg-util-macros xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontproto xorg-xtrans xorg-renderproto tcl xorg-libXScrnSaver xorg-libXext xorg-scrnsaverproto Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> ========
When I attempt to install xorg-util-macros on it's own, I get the same problem:
======== Jean-Marc-Skopeks-MacBook:~ jskopek$ sudo port clean --all xorg-util-macros ---> Cleaning xorg-util-macros Jean-Marc-Skopeks-MacBook:~ jskopek$ sudo port -d install xorg-util-macros DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-util-macros DEBUG: OS darwin/10.4.0 (Mac OS X 10.6) arch i386 DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: only one arch supported, so not adding the default universal variant DEBUG: Attempting ln -sf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-util-macros/work /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-util-macros/work DEBUG: Starting logging for xorg-util-macros ---> Computing dependencies for xorg-util-macros DEBUG: Executing org.macports.main (xorg-util-macros) ---> Fetching xorg-util-macros DEBUG: fetch phase started at Wed Jun 23 20:27:49 EDT 2010 DEBUG: Executing org.macports.fetch (xorg-util-macros) ---> util-macros-1.9.0.tar.bz2 doesn't seem to exist in /opt/local/var/macports/distfiles/xorg-util-macros DEBUG: Pinging xorg.freedesktop.org... DEBUG: Pinging distfiles.macports.org... DEBUG: Pinging aarnet.au.distfiles.macports.org... DEBUG: Pinging lil.fr.distfiles.macports.org... DEBUG: Pinging sea.us.distfiles.macports.org... DEBUG: xorg.freedesktop.org ping time is 104.731 DEBUG: distfiles.macports.org ping time is 99.303 DEBUG: aarnet.au.distfiles.macports.org ping time is 255.070 DEBUG: lil.fr.distfiles.macports.org ping time is 136.923 DEBUG: sea.us.distfiles.macports.org ping time is 10000 ---> Attempting to fetch util-macros-1.9.0.tar.bz2 from http://distfiles.macports.org/xorg-util-macros % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 64246 100 64246 0 0 80536 0 --:--:-- --:--:-- --:--:-- 98992 ---> Verifying checksum(s) for xorg-util-macros DEBUG: checksum phase started at Wed Jun 23 20:27:53 EDT 2010 DEBUG: Executing org.macports.checksum (xorg-util-macros) ---> Checksumming util-macros-1.9.0.tar.bz2 Error: No checksum set for util-macros-1.9.0.tar.bz2 Distfile checksum: util-macros-1.9.0.tar.bz2 md5 34b494f71f22534fe41ab23d56f16250 Distfile checksum: util-macros-1.9.0.tar.bz2 sha1 0fac28505b7f73a2dcb0058d945fcde083d5c786 Distfile checksum: util-macros-1.9.0.tar.bz2 rmd160 59721307a99e2bee918815b4297bd18ca0a8c91f The correct checksum line may be: checksums md5 34b494f71f22534fe41ab23d56f16250 \ sha1 0fac28505b7f73a2dcb0058d945fcde083d5c786 \ rmd160 59721307a99e2bee918815b4297bd18ca0a8c91f Error: Target org.macports.checksum returned: Unable to verify file checksums DEBUG: Backtrace: Unable to verify file checksums while executing "$procedure $targetname" Warning: the following items did not execute (for xorg-util-macros): org.macports.activate org.macports.checksum org.macports.extract org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install Log for xorg-util-macros is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-util-macros/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> ==========
I've tried manually extracting and compiling the downloaded tar file, and I get a 'nothing to be done for install-exec-am' problem:
=========== Jean-Marc-Skopeks-MacBook:~ jskopek$ tar -xvf /opt/local/var/macports/distfiles/xorg-util-macros/util-macros-1.9.0.tar.bz2 x util-macros-1.9.0/ x util-macros-1.9.0/xorg-macros.pc.in x util-macros-1.9.0/COPYING x util-macros-1.9.0/aclocal.m4 x util-macros-1.9.0/Makefile.am x util-macros-1.9.0/missing x util-macros-1.9.0/xorgversion.m4 x util-macros-1.9.0/configure x util-macros-1.9.0/xorg-macros.m4.in x util-macros-1.9.0/configure.ac x util-macros-1.9.0/Makefile.in x util-macros-1.9.0/ChangeLog x util-macros-1.9.0/README x util-macros-1.9.0/install-sh x util-macros-1.9.0/INSTALL Jean-Marc-Skopeks-MacBook:util-macros-1.9.0 jskopek$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c configure: creating ./config.status config.status: creating xorg-macros.pc config.status: creating Makefile config.status: creating xorg-macros.m4 Jean-Marc-Skopeks-MacBook:util-macros-1.9.0 jskopek$ sudo make make: Nothing to be done for `all'. Jean-Marc-Skopeks-MacBook:util-macros-1.9.0 jskopek$ sudo make install make[1]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/aclocal" || ./install-sh -c -d "/usr/local/share/aclocal" /usr/bin/install -c -m 644 'xorg-macros.m4' '/usr/local/share/aclocal/xorg-macros.m4' test -z "/usr/local/share/util-macros" || ./install-sh -c -d "/usr/local/share/util-macros" /usr/bin/install -c -m 644 'INSTALL' '/usr/local/share/util-macros/INSTALL' test -z "/usr/local/share/pkgconfig" || ./install-sh -c -d "/usr/local/share/pkgconfig" /usr/bin/install -c -m 644 'xorg-macros.pc' '/usr/local/share/pkgconfig/xorg-macros.pc' make install-data-hook rm -f /usr/local/share/aclocal/xorgversion.m4 ========
I need Python 2.5 running for work, so any assistance whatsoever is greatly appreciated!
Change History (5)
comment:1 Changed 14 years ago by jskopek@…
comment:3 Changed 14 years ago by jskopek@…
Amazing! Running
sudo port -v selfupdate
seems to have fixed everything.
Thanks for the quick fix!
comment:4 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:5 Changed 14 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Port: | xorg-util-macros added |
Note: See
TracTickets for help on using
tickets.
Apologies for the formatting issues in my initial message. I can't seem to find a way to edit the first message, so here it is again with proper formatting:
I seem to be unable to install python25 on a fresh installation of OSX 10.6. The installation seems to fail when installing the 'xorg-util-macros' dependency:
When I attempt to install xorg-util-macros on it's own, I get the same problem:
I've tried manually extracting and compiling the downloaded tar file, and I get a 'nothing to be done for install-exec-am' problem:
I need Python 2.5 running for work, so any assistance whatsoever is greatly appreciated!