Skip to content

gccgo: compilation fails on Darwin #463

@gopherbot

Description

@gopherbot

by f.guerrieri:

What steps will reproduce the problem?
1. After the fix of issue #392 I updated the svn repo
2. from a clean objdir run configure and make
3. wait for the compilation to fail

What is the expected output? What do you see instead?

go1: warning: internal and protected visibility attributes not supported in
this configuration; ignored
go1: warning: internal and protected visibility attributes not supported in
this configuration; ignored
/var/folders/q1/q1Dz7ZzsFY4lXXLuWTaMgU+++TI/-Tmp-//cc2HM7VZ.s:31:Expected
comma after segment-name
/var/folders/q1/q1Dz7ZzsFY4lXXLuWTaMgU+++TI/-Tmp-//cc2HM7VZ.s:31:Rest of
line ignored. 1st junk character valued 32 ( ).
/var/folders/q1/q1Dz7ZzsFY4lXXLuWTaMgU+++TI/-Tmp-//cc2HM7VZ.s:31:Junk
character 92 (\).
/var/folders/q1/q1Dz7ZzsFY4lXXLuWTaMgU+++TI/-Tmp-//cc2HM7VZ.s:31:Rest of
line ignored. 1st junk character valued 49 (1).
make[3]: *** [runtime/libruntime.a] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-target-libgo] Error 2
make: *** [all] Error 2


What is your $GOOS?  $GOARCH?
darwin, 386

Which revision are you using? 

~/projects/gccgo 506 $ svn info
Path: .
URL: svn://gcc.gnu.org/svn/gcc/branches/gccgo
Repository Root: svn://gcc.gnu.org/svn/gcc
Repository UUID: 138bc75d-0d04-0410-961f-82ee72b054a4
Revision: 155457
Node Kind: directory
Schedule: normal
Last Changed Author: ian
Last Changed Rev: 155452
Last Changed Date: 2009-12-24 08:51:30 +0100 (Gio, 24 Dic 2009)


Please provide any additional information below.

Tell me if you need the output of make and/or of configure. I get a good
number of warning during the build.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions