Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 434060

Summary: postgresql-plruby failed massrebuild attempt for GCC 4.3
Product: [Fedora] Fedora Reporter: Jesse Keating <jkeating>
Component: postgresql-plrubyAssignee: Devrim GUNDUZ <devrim>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dcantrell, jonstanley
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-03 18:21:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 433629    

Description Jesse Keating 2008-02-22 13:00:45 UTC
This is an automatically filed bug for a failed rebuild attempt for GCC 4.3.

http://fedoraproject.org/wiki/JesseKeating/gcc43MassRebuildProposal

Please verify why this build failed and fix it.
http://koji.fedoraproject.org/koji/taskinfo?taskID=438201
Exit code was 1, check the build.log for the failed buildArch task.

Comment 1 Jon Stanley 2008-02-26 00:17:12 UTC
A whole litany of errors to be found at:

http://koji.fedoraproject.org/koji/getfile?taskID=441030&name=build.log

Among them:

plruby_geometry.c:1066: error: 'PATH' has no member named 'size'

../convcommon.h:3:22: error: postgres.h: No such file or directory
../convcommon.h:4:29: error: catalog/pg_type.h: No such file or directory
../convcommon.h:5:28: error: utils/builtins.h: No such file or directory
../convcommon.h:6:28: error: lib/stringinfo.h: No such file or directory
In file included from plruby_geometry.c:1:
../convcommon.h:95: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'plruby_datum_oid'
../convcommon.h:96: error: expected declaration specifiers or '...' before 'Datum'
../convcommon.h:97: error: expected declaration specifiers or '...' before 'Oid'
../convcommon.h:114: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'plruby_dfc0'
../convcommon.h:115: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'plruby_dfc1'
../convcommon.h:116: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'plruby_dfc2'
../convcommon.h:117: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'plruby_dfc3'
plruby_geometry.c:8:28: error: libpq/pqformat.h: No such file or directory
plruby_geometry.c:9:29: error: utils/geo_decls.h: No such file or directory
plruby_geometry.c:28: error: expected ')' before '*' token
plruby_geometry.c:29: error: expected ')' before '*' token
plruby_geometry.c:30: error: expected ')' before '*' token
plruby_geometry.c: In function 'pl_point_s_alloc':
plruby_geometry.c:52: error: 'Point' undeclared (first use in this function)
plruby_geometry.c:52: error: (Each undeclared identifier is reported only once
plruby_geometry.c:52: error: for each function it appears in.)

Comment 2 Devrim GUNDUZ 2008-03-03 18:21:21 UTC
Fixed with 0.5.3 .