Opened 14 months ago

Closed 14 months ago

Last modified 14 months ago

#67040 closed defect (duplicate)

gettext @0.21.1 fails to build on 10.9

Reported by: fhgwright (Fred Wright) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: mavericks Cc: ryandesign (Ryan Carsten Schmidt)
Port: gettext

Description

This problem seems to be unique to 10.9, since it builds successfully on both earlier and later OS versions.

The offending problem appears to be:

../config.h:2844:36: note: expanded from macro '_GL_ATTRIBUTE_FALLTHROUGH'
# define _GL_ATTRIBUTE_FALLTHROUGH __attribute__ ((__fallthrough__))
                                   ^~~~~~~~~~~~~
x-c.c:1509:15: error: expected expression
              FALLTHROUGH;

There are a zillion warnings related to FALLTHROUGH, but it seems like just this one results in an error.

Full logfile coming.

Attachments (1)

main.log (758.8 KB) - added by fhgwright (Fred Wright) 14 months ago.

Download all attachments as: .zip

Change History (4)

Changed 14 months ago by fhgwright (Fred Wright)

Attachment: main.log added

comment:1 Changed 14 months ago by kencu (Ken)

this didn't fix you?

[8fbc7254defcd069e114ca06e38571da70474bac/macports-ports]

it was for exactly this issue.

comment:2 Changed 14 months ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed

comment:3 in reply to:  1 Changed 14 months ago by fhgwright (Fred Wright)

Replying to kencu:

this didn't fix you?

[8fbc7254defcd069e114ca06e38571da70474bac/macports-ports]

it was for exactly this issue.

No, but V2 of the patch fixed it. :-)

Note: See TracTickets for help on using tickets.