Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18611 closed defect (fixed)

bitmap 1.0.3 configuration fails (missing xbitmaps)

Reported by: chris.russell@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: bitmap configure xbitmaps Cc:
Port: bitmap

Description

Attempting to install xorg (sudo port install xorg) fails because install of bitmap fails because configuration step fails because "Package requirements (xbitmaps) were not met." OS X 10.5.6 Macports 1.7 Log follows.

Macintosh:~ faux$ sudo port install bitmap
Password:
--->  Configuring bitmap
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_bitmap/work/bitmap-1.0.3" && ./configure --prefix=/opt/local --disable-xprint " returned error 1
Command output: 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 gcc... /usr/bin/gcc-4.0
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.0 accepts -g... yes
checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.0... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for mkstemp... yes
checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BMTOA... yes
checking for ATOBM... yes
checking for TMP_XAW... yes
checking for XBITMAPS... configure: error: Package requirements (xbitmaps) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the XBITMAPS_CFLAGS and XBITMAPS_LIBS environment variables
to avoid the need to call pkg-config.  See the pkg-config man page for
more details.

Error: Status 1 encountered during processing.

Change History (3)

comment:1 Changed 15 years ago by chris.russell@…

I think I may have figured it out. I wanted to start fresh as far as X11 is concerned on my system after having used XQuartz so I followed these instructions from the XQuartz page. Assuming that I did the delete step but not either of the install steps that follow it, would port be able to build the xorg port or would I encounter the error that I have encountered? If I am correct would installing XCode/X11 SDK anew allow me to build xorg with port?

XQuartz uninstall instructions that I followed minus the reinstall:

Messed it up, got confused, want to start over? ¶

Before you start deleting anything, make sure you have a Leopard's installation DVD available and downloaded the latest update of X11 from this site.

* Delete pretty much all X11 from you system, and let it forget its receipts

sudo rm -rf /usr/X11* /System/Library/Launch*/org.x.* /Applications/Utilities/X11.app
sudo pkgutil --forget com.apple.pkg.X11DocumentationLeo
sudo pkgutil --forget com.apple.pkg.X11User
sudo pkgutil --forget com.apple.pkg.X11SDKLeo
sudo pkgutil --forget org.x.X11.pkg

* If you want OSX's X11

    * Install X11User.pkg from Leopard's installation DVD, which is in /Volumes/Mac OS X Install DVD/Optional Install/Optional Installs.mpkg
    * Install X11SDK.pkg from Leopard's installation DVD, which is in /Volumes/Mac OS X Install DVD/Optional Installs/Xcode Tools/Packages/
    * Install the latest OSX Combo Update 

* If you want the latest release

    * Install the latest X11 package release. 

comment:2 Changed 15 years ago by blb@…

Resolution: fixed
Status: newclosed

Fixed in r47227.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.