Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.91k stars 543 forks source link

Problem compiling DBD::Pg with thread support in 5.8 on Mac OS 10.2.2 #6134

Closed p5pRT closed 19 years ago

p5pRT commented 21 years ago

Migrated from rt.perl.org#18961 (status was 'rejected')

Searchable as RT18961$

p5pRT commented 21 years ago

From rgp@systame.com

Perl 5.8 Mac OS 10.2.2 Server\, with latest developer tools patches Latest CPAN (as of 12/7/02) DBD​::Pg v 1.20 gcc 3.1

Using CPAN I did 'install DBD​::PG'. Config went ok\, but make produced the errors below. When I recompiled perl without threads make went ok.

[systame1​:local/src/DBD-Pg-1.13] randy% make cc -c -I/usr/local/pgsql/include -I/Library/Perl/darwin-thread-multi/auto/DBI -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -O3 -DVERSION=\"1.13\" -DXS_VERSION=\"1.13\" "-I/Library/Perl/darwin-thread-multi/CORE" Pg.c cc -c -I/usr/local/pgsql/include -I/Library/Perl/darwin-thread-multi/auto/DBI -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -O3 -DVERSION=\"1.13\" -DXS_VERSION=\"1.13\" "-I/Library/Perl/darwin-thread-multi/CORE" dbdimp.c dbdimp.c​: In function `dbd_bind_ph'​: dbdimp.c​:1041​: internal error​: Bus error Please submit a full bug report\, with preprocessed source if appropriate. See \<URL​:http​://developer.apple.com/bugreporter> for instructions. {standard input}​:1407​:FATAL​:.abort detected. Assembly stopping. make​: *** [dbdimp.o] Error 1

-- Randall Perry sysTame

Xserve Web Hosting/Co-location Website Development/Promotion Mac Consulting/Sales

http​://www.systame.com/

p5pRT commented 19 years ago

From @schwern

[radknee - Sun Dec 08 09​:15​:16 2002]​:

Using CPAN I did 'install DBD​::PG'. Config went ok\, but make produced the errors below. When I recompiled perl without threads make went ok.

[systame1​:local/src/DBD-Pg-1.13] randy% make cc -c -I/usr/local/pgsql/include -I/Library/Perl/darwin-thread-multi/auto/DBI -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -O3 -DVERSION=\"1.13\" -DXS_VERSION=\"1.13\" "-I/Library/Perl/darwin-thread-multi/CORE" Pg.c cc -c -I/usr/local/pgsql/include -I/Library/Perl/darwin-thread-multi/auto/DBI -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -O3 -DVERSION=\"1.13\" -DXS_VERSION=\"1.13\" "-I/Library/Perl/darwin-thread-multi/CORE"
dbdimp.c dbdimp.c​: In function `dbd_bind_ph'​: dbdimp.c​:1041​: internal error​: Bus error Please submit a full bug report\, with preprocessed source if appropriate. See \<URL​:http​://developer.apple.com/bugreporter> for instructions. {standard input}​:1407​:FATAL​:.abort detected. Assembly stopping. make​: *** [dbdimp.o] Error 1

I think your C compiler crashed\, not perl. I'd report the issue to Apple\, as recommended by the error.

Rejecting this ticket.

p5pRT commented 19 years ago

The RT System itself - Status changed from 'new' to 'open'

p5pRT commented 19 years ago

@schwern - Status changed from 'open' to 'rejected'