[GENERAL] SRPM (PGDG) will not build

2003-11-24 Thread Roderick A. Anderson
Hopefully not fuel to the RPM discussion but I've downloaded the PGDG SRPM
this AM made some changes to what packages/portions would build and am now
getting the following error.

gcc: cannot specify -o with -c or -S and multiple compilations

Somewhere near line 719 in the spec file.

The changes I've made pertained to not building tk, tcl, and python 
portions of PostgreSQL.  This has worked in the past.

The system is based on RHL 8 but runs in a vserver, again this has worked 
in the past (PG 7.3.3 )

Did I kill the wrong thing?  I'll continue looking but hope someone will 
spot the problem (or my mistake) quicker.


TIA,
Rod
-- 
  Open Source Software - Sometimes you get more than you paid for...


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])


Re: [GENERAL] SRPM (PGDG) will not build

2003-11-24 Thread Lamar Owen
On Monday 24 November 2003 12:49 pm, Roderick A. Anderson wrote:
 Hopefully not fuel to the RPM discussion but I've downloaded the PGDG SRPM
 this AM made some changes to what packages/portions would build and am now
 getting the following error.

   gcc: cannot specify -o with -c or -S and multiple compilations

Can you send me a complete stderr and stdout log of the build?  (nohup usually 
works the best to do this, as it catches everything).
-- 
Lamar Owen
Director of Information Technology
Pisgah Astronomical Research Institute
1 PARI Drive
Rosman, NC  28772
(828)862-5554
www.pari.edu


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match