Ticket #20183: gobby_fail_renderproto.txt

File gobby_fail_renderproto.txt, 2.9 KB (added by thewoolleyman@…, 15 years ago)

log of gobby failing install with renderproto error

Line 
1ajo:~ pivotal$ cat tmp/install_gobby.sh
2#!/bin/sh
3sudo port selfupdate
4sudo port upgrade outdated
5sudo port clean gobby
6sudo port install gobby
7ajo:~ pivotal$ tmp/install_gobby.sh
8Password:
9
10MacPorts base version 1.710 installed
11Downloaded MacPorts base version 1.710
12
13The MacPorts installation is not outdated so it was not updated
14--->  Activating xorg-renderproto @0.9.3_0
15Error: Target org.macports.activate returned: Image error: /opt/local/include/X11/extensions/render.h is being used by the active render port.  Please deactivate this port first, or use 'port -f activate xorg-renderproto' to force the activation.
16Error: The following dependencies failed to build: xorg-renderproto
17Error: Unable to upgrade port: 1
18--->  Cleaning gobby
19--->  Configuring xorg-libXrandr
20Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libXrandr/work/libXrandr-1.3.0" && ./configure --prefix=/opt/local " returned error 1
21Command output: checking for stdint.h... yes
22checking for unistd.h... yes
23checking for dlfcn.h... yes
24checking for objdir... .libs
25checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no
26checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common -DPIC
27checking if /usr/bin/gcc-4.0 PIC flag -fno-common -DPIC works... yes
28checking if /usr/bin/gcc-4.0 static flag -static works... no
29checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes
30checking if /usr/bin/gcc-4.0 supports -c -o file.o... (cached) yes
31checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
32checking dynamic linker characteristics... darwin9.7.0 dyld
33checking how to hardcode library paths into programs... immediate
34checking whether stripping libraries is possible... yes
35checking if libtool supports shared libraries... yes
36checking whether to build shared libraries... yes
37checking whether to build static libraries... yes
38checking for pkg-config... /opt/local/bin/pkg-config
39checking pkg-config is at least version 0.9.0... yes
40checking for RANDR... configure: error: Package requirements (x11 randrproto >= 1.3 xext xextproto xrender renderproto) were not met:
41
42No package 'renderproto' found
43
44Consider adjusting the PKG_CONFIG_PATH environment variable if you
45installed software in a non-standard prefix.
46
47Alternatively, you may set the environment variables RANDR_CFLAGS
48and RANDR_LIBS to avoid the need to call pkg-config.
49See the pkg-config man page for more details.
50
51
52Error: The following dependencies failed to build: gtk2 xorg-libXrandr gtkmm cairomm pangomm gtksourceview2 libgnomecups libxmlxx2 net6 gnutls libgcrypt libgpg-error libtasn1 lzo opencdk obby avahi dbus dbus-glib dbus-python25 py25-gobject py25-numeric libdaemon libglade2 py25-gtk py25-cairo py25-numpy fftw-3 py25-nose py25-setuptools
53Error: Status 1 encountered during processing.
54ajo:~ pivotal$