Opened 8 years ago
Closed 7 years ago
#54109 closed defect (duplicate)
g95 0.93_4: Installation failure due to failing compilation of x87.S
Reported by: | aszostak-partner-eso-org | Owned by: | tenomoto (Takeshi Enomoto) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.4.1 |
Keywords: | Cc: | fvaccari, avalenzuelanav | |
Port: | g95 |
Description
When installing g95 and it tries to compile from source it sometimes fails with a message similar to the following:
:info:build /usr/bin/clang -DHAVE_CONFIG_H -I. -DHAVE_REAL_10=3 -Os -std=gnu89 -arch x86_64 -MT x87.o -MD -MP -MF .deps/x87.Tpo -c -o x87.o `test -f 'math/x87.S' || echo './'`math/x87.S :info:build math/x87.S:2:1: error: unexpected token at start of statement :info:build ## Some of the code here is transliterated from the x87 glibc code :info:build ^ :info:build math/x87.S:3:1: error: unexpected token at start of statement :info:build ## originally written by J.T. Conklin and Ulrich Drepper. :info:build ^ :info:build make[1]: *** [x87.o] Error 1
It is possible it is picking up the wrong compiler.
Software versions:
- MacOS 10.12
- Xcode 8.1
Attachments (1)
Change History (5)
Changed 8 years ago by aszostak-partner-eso-org
comment:1 Changed 8 years ago by mf2k (Frank Schima)
Cc: | takeshi@… removed |
---|---|
Owner: | set to tenomoto |
Port: | g95 added |
Status: | new → assigned |
In the future, please fill in the Port field.
comment:2 Changed 8 years ago by fvaccari
Cc: | fvaccari added |
---|
comment:3 Changed 7 years ago by avalenzuelanav
Cc: | avalenzuelanav added |
---|
comment:4 Changed 7 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Duplicate of #52990.
Note: See
TracTickets for help on using
tickets.
Build log of failing compilation.