Opened 12 years ago

Closed 12 years ago

#32639 closed defect (duplicate)

arm-none-linux-gnueabi-gcc dies with segfault

Reported by: job@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: arm-none-linux-gnueabi-gcc

Description

I got past first problem by editing some of the .y files. But then the next problem stuck me.

Mac OS X Lion 10.7.2 (11C74)
MacBook Air, 13-inch, Mid 2011, 1.8 GHz Intel Core i7, 4 GB 1333 MHz DDR3
Xcode:	4.1 (516)


Round 1:

Problem:
	c-parse.y:1650.19-20: $$ for the midrule at $4 of `structsp_attr' has no declared type
	c-parse.y:1661.19-20: $$ for the midrule at $4 of `structsp_attr' has no declared type
	c-parse.y:1670.19-20: $$ for the midrule at $4 of `structsp_attr' has no declared type
	c-parse.y:1675.19-20: $$ for the midrule at $3 of `structsp_attr' has no declared type

	objc/objc-parse.y:1702.19-20: $$ for the midrule at $4 of `structsp_attr' has no declared type
	objc/objc-parse.y:1713.19-20: $$ for the midrule at $4 of `structsp_attr' has no declared type
	objc/objc-parse.y:1722.19-20: $$ for the midrule at $4 of `structsp_attr' has no declared type
	objc/objc-parse.y:1727.19-20: $$ for the midrule at $3 of `structsp_attr' has no declared type

Fix:
	Added <ttype> to each of those lines between the $$.



Round 2:

Problems:

:info:build /opt/local/arm-none-linux-gnueabi/sys-include/bits/stdio.h: In function `getchar_unlocked':
:info:build /opt/local/arm-none-linux-gnueabi/sys-include/bits/stdio.h:59: internal compiler error: Segmentation fault: 11
:info:build Please submit a full bug report,
:info:build with preprocessed source if appropriate.
:info:build Send email to arm-gnu@codesourcery.com for instructions.
:info:build /opt/local/arm-none-linux-gnueabi/sys-include/bits/stdio.h:59: internal compiler error: Segmentation fault: 11
:info:build Please submit a full bug report,
:info:build with preprocessed source if appropriate.
:info:build Send email to arm-gnu@codesourcery.com for instructions.
:info:build In file included from /opt/local/arm-none-linux-gnueabi/sys-include/stdio.h:828,
:info:build                  from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_cross_arm-none-linux-gnueabi-gcc/arm-none-linux-gnueabi-gcc/work/gcc-2005q3/gcc/tsystem.h:79,
:info:build                  from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_cross_arm-none-linux-gnueabi-gcc/arm-none-linux-gnueabi-gcc/work/gcc-2005q3/gcc/crtstuff.c:64:
:info:build /opt/local/arm-none-linux-gnueabi/sys-include/bits/stdio.h: In function `getchar_unlocked':
:info:build /opt/local/arm-none-linux-gnueabi/sys-include/bits/stdio.h:59: internal compiler error: Segmentation fault: 11
:info:build Please submit a full bug report,
:info:build with preprocessed source if appropriate.
:info:build Send email to arm-gnu@codesourcery.com for instructions.

Got stuck at this point. I'll try to take a look at it and see what the problem is, but if someone who is familiar with this can look at it that would be great.

Attached are my installed ports and the full log.

Attachments (2)

main.log (25.3 KB) - added by job@… 12 years ago.
build log
installed.txt (7.8 KB) - added by job@… 12 years ago.
Installed ports

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by job@…

Attachment: main.log added

build log

Changed 12 years ago by job@…

Attachment: installed.txt added

Installed ports

comment:1 Changed 12 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.