Which RPMs should we use: ours or wxWindows ones...

From: Jean-Michel POURE <jm(at)poure(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Cc: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>, <pgadmin(at)pse-consulting(dot)de>
Subject: Which RPMs should we use: ours or wxWindows ones...
Date: 2003-09-25 13:57:50
Message-ID: 200309251557.50800.jm@poure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Le Jeudi 25 Septembre 2003 15:23, Adam H. Pendleton a écrit :
> I get the following error when installing the wxGTK2ud-2.5-20030831 RPM:
> /sbin/ldconfig: relative path `1' used to build cache
> error: %post(wxGTK2ud-2.5-20030831) scriptlet failed, exit status 1
> I should point out that running ldconfig after installing this RPM
> doesn't actually do anything, since the only libraries that are
> installed are static libraries, and ldconfig is only used to update
> linker cache data for shared libraries.

Dear Adam and friends,

My wxGTK2ud RPMs are getting quite old compared to wxWindows new ones. I am
currently rebuilding the new RPMs from wxWindows CVS.

You can rebuild them following these steps:

1) Checkout wxWindows from CVS.
2) Run this script
echo "Removing old build directory"
rm -fr build
cd wxWindows
echo "Updating from CVS"
cvs update -C -P -d
cd ..
echo "Creating a new build directory"
cp -rf wxWindows build
cd build

echo "Make distros"

./configure --disable-gui --no-recursion
cd locale
make allmo
cd ..
make -j1 dist bzip-dist-only
make clean
rm -fr _dist_dir

./configure --enable-gui --no-recursion
cd locale
make allmo
cd ..
make -j1 dist bzip-dist-only
make clean
rm -fr _dist_dir

mv -f *.tar.bz2 /usr/src/redhat/SOURCES

echo "Building wxBase"
rpmbuild -ba --with unicode wxBase.spec
rpm -Uvh /usr/src/redhat/i386/wxBase*

echo "Building wxGTK"
rpmbuild -ba --with unicode --with gtk2 wxGTK.spec

Based on the result, it may be interesting to provide these RPMs for pgAdmin3
stable release. Which RPMs should we use: ours or wxWindows ones?

Cheers,
Jean-Michel

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-09-25 14:10:36 Re: Which RPMs should we use: ours or wxWindows ones...
Previous Message Andreas Pflug 2003-09-24 16:45:07 Re: [pgadmin-support] Aborted viewing operation