Bug 434060
| Summary: | postgresql-plruby failed massrebuild attempt for GCC 4.3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> |
| Component: | postgresql-plruby | Assignee: | Devrim GUNDUZ <devrim> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | 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
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.) Fixed with 0.5.3 . |