|
Home > Archive > PostgreSQL Bugs > December 2006 > BUG #2813: missing RPM build dependency: tcl-devel
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
BUG #2813: missing RPM build dependency: tcl-devel
|
|
| Markus Grabner 2006-12-07, 7:15 pm |
|
The following bug has been logged online:
Bug reference: 2813
Logged by: Markus Grabner
Email address: grabner@icg.tu-graz.ac.at
PostgreSQL version: 8.2
Operating system: SuSE Linux 10.0, kernel 2.6.13-15.12-default. i586
Description: missing RPM build dependency: tcl-devel
Details:
Building PostgreSQL using postgresql-8.2.0-2PGDG.src.rpm fails if tcl-devel
is not installed, but failure is reported by the configure script and not by
rpmbuild, i.e., the dependency from tcl-devel is missing in the spec file.
solution: add "tcl-devel" to the "Buildrequires:" line in
"postgresql-8.2.spec"
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match
| |
| Devrim GUNDUZ 2006-12-10, 7:26 pm |
| Hi,
On Thu, 2006-12-07 at 01:40 +0000, Markus Grabner wrote:
> Bug reference: 2813
> Logged by: Markus Grabner
> Email address: grabner@icg.tu-graz.ac.at
> PostgreSQL version: 8.2
> Operating system: SuSE Linux 10.0, kernel 2.6.13-15.12-default. i586
> Description: missing RPM build dependency: tcl-devel
> Details:
>
> Building PostgreSQL using postgresql-8.2.0-2PGDG.src.rpm fails if tcl-devel
> is not installed, but failure is reported by the configure script and notby
> rpmbuild, i.e., the dependency from tcl-devel is missing in the spec file..
>
> solution: add "tcl-devel" to the "Buildrequires:" line in
> "postgresql-8.2.spec"
Thanks. I fixed that for 8.2.1.
BTW, it is nice to see that our SRPM can be built on SuSE.
Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/
|
|
|
|
|