Re: Mandrake RPMs rebuilt

From: Thomas Lockhart <thomas(at)fourpalms(dot)org>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Mandrake RPMs rebuilt
Date: 2002-03-06 16:35:51
Message-ID: 3C864567.A9896055@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

(dropped -general from the recipients)

> I try to nix RedHatisms from my spec -- it is not always possible since I
> only run RedHat on my Intel machines (I run SuSE 7.3 on my UltraSPARC, but
> have not had time to work on SuSEifying the 7.2 set yet), and I don't always
> know what the RedHatisms are.

So far, the only things I had to do were to generate an "mx" RPM for my
machine, since the eGenix modules are not apparently available from Mdk
sites.

Maybe this is one reason:

WARNING: Using this file is only recommended if you really must
use it for some reason. It is not being actively maintained !

(from the header of the mxDateTime module :(

> I'll look at your mx RPM's spec and compare to RedHat's -- if a finer grained
> dependency can be determined, then we can go that route, as the eGenix mx
> stuff goes by more names than just 'mx'.

Right. The RH spec seems to have called it "mx2" sometimes, and who
knows what else it is called once it is packaged (the tarballs have the
eGenix name in them).

The RH spec file did weird things like explicitly reference
"/usr/bin/python2.2" as the python executable rather than
/usr/bin/python, perhaps because of problems with their build of
python-2.2. Mandrake 8.1 has python-2.1, and I was able to use your
techniques for version detection from the Pg spec file instead.

Anyway, I'm not sure what the future of the mx package is, or whether
there is an alternative in the python package set. It is a fairly simple
build, so occasionally grabbing the RH package and rebuilding isn't a
big deal.

- Thomas

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Wood 2002-03-06 16:57:57 Re: joins?
Previous Message Edmund von der Burg 2002-03-06 16:35:08 A way of storing a variable during a session.

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2002-03-06 16:39:28 Bad Build
Previous Message Turbo Fredriksson 2002-03-06 16:29:47 Re: Drop in performance for each INSERT/DELETE combo