Bug 18802 - Postgres Compilation error using Linux Slackware 2.4.26
Summary: Postgres Compilation error using Linux Slackware 2.4.26
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: c (show other bugs)
Version: unknown
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-02 23:37 UTC by Waldir Donadon
Modified: 2005-07-23 22:49 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
include_files.tar.gz (53.60 KB, application/x-gzip)
2004-12-06 12:49 UTC, Waldir Donadon
Details
typecmds.c (13.45 KB, application/octet-stream)
2004-12-06 12:49 UTC, Waldir Donadon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Waldir Donadon 2004-12-02 23:37:10 UTC
I tried to compile PostgreSQL using Linux Slackwarewe 2.4.26 and I got the this 
error message:

gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -
I../../../src/include -D_GNU_SOURCE   -c -o schemacmds.o schemacmds.c
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -
I../../../src/include -D_GNU_SOURCE   -c -o sequence.o sequence.c
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -
I../../../src/include -D_GNU_SOURCE   -c -o tablecmds.o tablecmds.c
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -
I../../../src/include -D_GNU_SOURCE   -c -o trigger.o trigger.c
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -
I../../../src/include -D_GNU_SOURCE   -c -o typecmds.o typecmds.c
typecmds.c: In function `DefineType':
typecmds.c:381: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[3]: *** [typecmds.o] Error 1
gmake[3]: Leaving directory `/home/postgres/postgresql-
7.4.6/src/backend/commands'
gmake[2]: *** [commands-recursive] Error 2
gmake[2]: Leaving directory `/home/postgres/postgresql-7.4.6/src/backend'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home/postgres/postgresql-7.4.6/src'
gmake: *** [all] Error 2
postgres@marte:~/postgresql-7.4.6$

postgres@marte:~/postgresql-7.4.6$ uname -a
Linux marte 2.4.26 #6 Mon Jun 14 19:07:27 PDT 2004 i686 unknown unknown 
GNU/Linux
Comment 1 Andrew Pinski 2004-12-02 23:38:51 UTC
Make sure that you read <http://gcc.gnu.org/bugs.html>.
Comment 2 Andrew Pinski 2004-12-03 19:24:33 UTC
Can you please attach the preprocessed source?
Comment 3 Waldir Donadon 2004-12-06 12:49:44 UTC
Subject: RE:  Postgres Compilation error  using Linux Slackware 2.4.26

Follow the attached files.

Sincerely,

Waldir Donadon.

-----Original Message-----
From: pinskia at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org]
Sent: sexta-feira, 3 de dezembro de 2004 17:25
To: Waldir Donadon
Subject: [Bug c/18802] Postgres Compilation error using Linux Slackware
2.4.26



------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-03 19:24 -------
Can you please attach the preprocessed source?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18802

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


Comment 4 Waldir Donadon 2004-12-06 12:49:45 UTC
Created attachment 7686 [details]
include_files.tar.gz
Comment 5 Waldir Donadon 2004-12-06 12:49:45 UTC
Created attachment 7687 [details]
typecmds.c
Comment 6 Andrew Pinski 2005-03-04 04:14:57 UTC
What version of gcc are you using?  Also you did not provide the preprocessed source as requested only 
the source code so closing as invalid as there has been no feedback in the correct way for 3 months.