Changes between Initial Version and Version 2 of Ticket #19767
- Timestamp:
- May 26, 2009, 3:13:41 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19767
- Property Owner changed from macports-tickets@… to mww@…
- Property Cc jwa@… added
-
Ticket #19767 – Description
initial v2 1 1 The package "postgresql83" fails to build unless "libranlib" is installed. Tail of the build log without "libranlib" installed: 2 2 3 {{{ 3 4 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I/opt/local/include -I. -I. -DRL_LIBRARY_VERSION='"6.0"' -O2 -DREADLINE_LIBRARY -c ./tilde.c 4 5 rm -f libreadline.a … … 12 13 13 14 After installing "libranlib" it builds and installs fine. 15 }}}