| 1 | ajo:~ pivotal$ cat tmp/install_gobby.sh |
|---|
| 2 | #!/bin/sh |
|---|
| 3 | sudo port selfupdate |
|---|
| 4 | sudo port upgrade outdated |
|---|
| 5 | sudo port clean gobby |
|---|
| 6 | sudo port install gobby |
|---|
| 7 | ajo:~ pivotal$ tmp/install_gobby.sh |
|---|
| 8 | Password: |
|---|
| 9 | |
|---|
| 10 | MacPorts base version 1.710 installed |
|---|
| 11 | Downloaded MacPorts base version 1.710 |
|---|
| 12 | |
|---|
| 13 | The MacPorts installation is not outdated so it was not updated |
|---|
| 14 | ---> Activating xorg-renderproto @0.9.3_0 |
|---|
| 15 | Error: 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. |
|---|
| 16 | Error: The following dependencies failed to build: xorg-renderproto |
|---|
| 17 | Error: Unable to upgrade port: 1 |
|---|
| 18 | ---> Cleaning gobby |
|---|
| 19 | ---> Configuring xorg-libXrandr |
|---|
| 20 | Error: 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 |
|---|
| 21 | Command output: checking for stdint.h... yes |
|---|
| 22 | checking for unistd.h... yes |
|---|
| 23 | checking for dlfcn.h... yes |
|---|
| 24 | checking for objdir... .libs |
|---|
| 25 | checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no |
|---|
| 26 | checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common -DPIC |
|---|
| 27 | checking if /usr/bin/gcc-4.0 PIC flag -fno-common -DPIC works... yes |
|---|
| 28 | checking if /usr/bin/gcc-4.0 static flag -static works... no |
|---|
| 29 | checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes |
|---|
| 30 | checking if /usr/bin/gcc-4.0 supports -c -o file.o... (cached) yes |
|---|
| 31 | checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes |
|---|
| 32 | checking dynamic linker characteristics... darwin9.7.0 dyld |
|---|
| 33 | checking how to hardcode library paths into programs... immediate |
|---|
| 34 | checking whether stripping libraries is possible... yes |
|---|
| 35 | checking if libtool supports shared libraries... yes |
|---|
| 36 | checking whether to build shared libraries... yes |
|---|
| 37 | checking whether to build static libraries... yes |
|---|
| 38 | checking for pkg-config... /opt/local/bin/pkg-config |
|---|
| 39 | checking pkg-config is at least version 0.9.0... yes |
|---|
| 40 | checking for RANDR... configure: error: Package requirements (x11 randrproto >= 1.3 xext xextproto xrender renderproto) were not met: |
|---|
| 41 | |
|---|
| 42 | No package 'renderproto' found |
|---|
| 43 | |
|---|
| 44 | Consider adjusting the PKG_CONFIG_PATH environment variable if you |
|---|
| 45 | installed software in a non-standard prefix. |
|---|
| 46 | |
|---|
| 47 | Alternatively, you may set the environment variables RANDR_CFLAGS |
|---|
| 48 | and RANDR_LIBS to avoid the need to call pkg-config. |
|---|
| 49 | See the pkg-config man page for more details. |
|---|
| 50 | |
|---|
| 51 | |
|---|
| 52 | Error: 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 |
|---|
| 53 | Error: Status 1 encountered during processing. |
|---|
| 54 | ajo:~ pivotal$ |
|---|