On Monday, July 22, 2002, at 01:45  AM, Chris Devers wrote:

> Attempts to build both postgresql & postgresql-ssl are failing for me 
> with
> a ranlib error.

Running "ranlib /sw/lib/libpq.a" resolved this issue. Now I'm having a 
problem with the 'make install' phase that produces an identical failure 
for both thee postgresql & postgresql-ssl packages:


*******************

% tail -15 postgresql_2002.07.22.09:25:39 postgresql-
ssl_2002.07.22.08:53:20
==> postgresql_2002.07.22.09:25:39 <==
mkdir /sw/src/root-postgresql-7.2.1-3/sw/lib/python2.2
mkdir /sw/src/root-postgresql-7.2.1-3/sw/lib/python2.2/site-packages
/bin/sh ../../../config/install-sh -c -m 755 lib_pgmodule.0.0.so 
/sw/src/root-postgresql-7.2.1-3/sw/lib/python2.2/site-
packages/_pgmodule.so
/bin/sh ../../../config/install-sh -c -m 644 ./pg.py 
/sw/src/root-postgresql-7.2.1-3/sw/lib/python2.2/site-packages/pg.py
/bin/sh ../../../config/install-sh -c -m 644 ./pgdb.py 
/sw/src/root-postgresql-7.2.1-3/sw/lib/python2.2/site-packages/pgdb.py
mkdir /sw/src/root-postgresql-7.2.1-3/sw/share/postgresql/java
/sw/bin/ant -buildfile ./build.xml install \
   -Dinstall.directory=/sw/src/root-
postgresql-7.2.1-3/sw/share/postgresql/java -Dmajor=7 -Dminor=2 
-Dfullversion=7.2.1 -Ddef_pgport=5432
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
make[3]: *** [install] Error 1
make[2]: *** [install] Error 2
make[1]: *** [install] Error 2
make: *** [install] Error 2
### make failed, exit code 2
Failed: installing postgresql-7.2.1-3 failed

==> postgresql-ssl_2002.07.22.08:53:20 <==
mkdir /sw/src/root-postgresql-ssl-7.2.1-3/sw/lib/python2.2
mkdir /sw/src/root-postgresql-ssl-7.2.1-3/sw/lib/python2.2/site-packages
/bin/sh ../../../config/install-sh -c -m 755 lib_pgmodule.0.0.so 
/sw/src/root-postgresql-ssl-7.2.1-3/sw/lib/python2.2/site-
packages/_pgmodule.so
/bin/sh ../../../config/install-sh -c -m 644 ./pg.py 
/sw/src/root-postgresql-ssl-7.2.1-3/sw/lib/python2.2/site-packages/pg.py
/bin/sh ../../../config/install-sh -c -m 644 ./pgdb.py 
/sw/src/root-postgresql-ssl-7.2.1-3/sw/lib/python2.2/site-
packages/pgdb.py
mkdir /sw/src/root-postgresql-ssl-7.2.1-3/sw/share/postgresql/java
/sw/bin/ant -buildfile ./build.xml install \
   -Dinstall.directory=/sw/src/root-postgresql-
ssl-7.2.1-3/sw/share/postgresql/java -Dmajor=7 -Dminor=2 
-Dfullversion=7.2.1 -Ddef_pgport=5432
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
make[3]: *** [install] Error 1
make[2]: *** [install] Error 2
make[1]: *** [install] Error 2
make: *** [install] Error 2
### make failed, exit code 2
Failed: installing postgresql-ssl-7.2.1-3 failed

*******************


Is the problem here with Ant rather than PostgreSQL? Do I need to fix 
something on that side instead?


--
Chris Devers



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to