compilation postgresql/solaris error

Started by FERREIRA William (COFRAMI)almost 21 years ago4 messagesgeneral
Jump to latest
#1FERREIRA William (COFRAMI)
william.ferreira@airbus.com

hi

i trying to compile PostgreSQL (with perl) on Solaris
and i get an error
my perl version is 5.8.5

end of the execution trace :

[...]
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels -fno-strict-aliasing -I../../../../src/include -c -o tupdesc.o tupdesc.c
In file included from tupdesc.c:28:
../../../../src/include/utils/builtins.h:825: warning: type defaults to `int' in declaration of `alike'
../../../../src/include/utils/builtins.h:825: warning: data definition has no type or storage class
In file included from tupdesc.c:28:
../../../../src/include/utils/builtins.h:837:29: warning: null character(s) ignored
../../../../src/include/utils/builtins.h:837: internal compiler error: Segmentation Fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html&gt; for instructions.
gmake[4]: *** [tupdesc.o] Error 1
gmake[4]: Leaving directory `/home/adocv3/postgresql-8.0.3/src/backend/access/common'
gmake[3]: *** [common-recursive] Error 2
gmake[3]: Leaving directory `/home/adocv3/postgresql-8.0.3/src/backend/access'
gmake[2]: *** [access-recursive] Error 2
gmake[2]: Leaving directory `/home/adocv3/postgresql-8.0.3/src/backend'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home/adocv3/postgresql-8.0.3/src'
gmake: *** [all] Error 2

thanks in advance

William

This e-mail is intended only for the above addressee. It may contain
privileged information. If you are not the addressee you must not copy,
distribute, disclose or use any of the information in it. If you have
received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be
accessed by someone other than the recipient, for system management and
security reasons. This access is controlled under Regulation of
Investigatory Powers Act 2000, Lawful Business Practises.

#2Michael Fuhr
mike@fuhr.org
In reply to: FERREIRA William (COFRAMI) (#1)
Re: compilation postgresql/solaris error

On Tue, Jun 21, 2005 at 02:42:00PM +0200, FERREIRA, William (COFRAMI) wrote:

i trying to compile PostgreSQL (with perl) on Solaris
and i get an error

What version of Solaris and what compiler and version? I compile
several versions of PostgreSQL on Solaris 9 using gcc 3.4.2 without
any problems.

../../../../src/include/utils/builtins.h:837: internal compiler error: Segmentation Fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html&gt; for instructions.

Looks like you should contact the compiler people.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

#3FERREIRA William (COFRAMI)
william.ferreira@airbus.com
In reply to: Michael Fuhr (#2)
Re: compilation postgresql/solaris error

solaris 8
gcc 3.3.2
postgresql : 8.0.3

thanks

-----Message d'origine-----
De : pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org]De la part de Michael Fuhr
Envoy? : mardi 21 juin 2005 15:21
? : FERREIRA, William (COFRAMI)
Cc : pgsql-general@postgresql.org
Objet : Re: [GENERAL] compilation postgresql/solaris error

On Tue, Jun 21, 2005 at 02:42:00PM +0200, FERREIRA, William (COFRAMI) wrote:

i trying to compile PostgreSQL (with perl) on Solaris
and i get an error

What version of Solaris and what compiler and version? I compile
several versions of PostgreSQL on Solaris 9 using gcc 3.4.2 without
any problems.

../../../../src/include/utils/builtins.h:837: internal compiler error: Segmentation Fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html&gt; for instructions.

Looks like you should contact the compiler people.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

This mail has originated outside your organization,
either from an external partner or the Global Internet.
Keep this in mind if you answer this message.

This e-mail is intended only for the above addressee. It may contain
privileged information. If you are not the addressee you must not copy,
distribute, disclose or use any of the information in it. If you have
received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be
accessed by someone other than the recipient, for system management and
security reasons. This access is controlled under Regulation of
Investigatory Powers Act 2000, Lawful Business Practises.

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: FERREIRA William (COFRAMI) (#1)
Re: compilation postgresql/solaris error

"FERREIRA, William (COFRAMI)" <william.ferreira@airbus.com> writes:

../../../../src/include/utils/builtins.h:837: internal compiler error: Segmentation Fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html&gt; for instructions.

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

You're supposed to report compiler faults to the gcc people, not us.

regards, tom lane