Re: Cannot build latest CVS

From: Troels Arvin <troels(at)arvin(dot)dk>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Cannot build latest CVS
Date: 2003-10-22 13:35:29
Message-ID: 1066829729.2256.48.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hello,

On Wed, 2003-10-22 at 15:18, Jean-Michel POURE wrote:
> Are you working days and nights on pgAdmin3?

Certainly not ;-)
- But I found a bug in the query window (cannot see curser), and I
wanted to be sure that the bug still exists in current CVS before
reporting it.

> As you know RH packaging well, I would like to know how to disable stripping,
> which is RH default behavior.

I'm not so sure that your RPMs contain stripped binary code. When I
extract the .o files contained in libwx_gtk2ud-2.5.a and run "file" on
them, file tells me that only 20 out of 290 object files are stripped.
Strange; either the "file" utility is wrong, or only a small subset of
the object files are stripped, for some reason.

Anyways, a hack prevent RPM from stripping (:-)) might be to put this in
the head of the spec-file?:
%define __strip /bin/true

Hopefully, there is a cleaner way of doing it, but I don't know of any.

--
Greetings from Troels Arvin, Copenhagen, Denmark

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2003-10-22 13:53:05 Re: Cannot build latest CVS
Previous Message Jean-Michel POURE 2003-10-22 13:18:07 Re: Cannot build latest CVS