Opened 12 years ago

Closed 6 years ago

#31800 closed defect (fixed)

Mozart fails to build on Lion

Reported by: gary.verhaegen@… Owned by: jmroot (Joshua Root)
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: lion Cc:
Port: mozart

Description

The Mozart package fails to build on Lion. I believe this is due to the suppression of the values.h file in the OS. Here is the relevant line from the log file :

:info:build std.cc:47:20: error: values.h: No such file or directory
1 :info:build In file included from fdaux.hh:32,
2 :info:build                  from std.hh:30,
3 :info:build                  from std.cc:29:

Full log attached.

Attachments (1)

main.log (1.3 MB) - added by gary.verhaegen@… 12 years ago.

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by gary.verhaegen@…

Attachment: main.log added

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to bfulgham@…

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

It's actually because an appropriate platform isn't defined for the #ifdef in platform/emulator/libfd/std.cc for some reason. I don't think values.h ever existed on OS X.

comment:3 Changed 7 years ago by mf2k (Frank Schima)

Owner: bfulgham@… deleted
Status: newassigned

See #54043

comment:4 Changed 6 years ago by jmroot (Joshua Root)

Owner: set to jmroot
Resolution: fixed
Status: assignedclosed

In 0f256235b89940341c9287d18d364eb266fb4e57/macports-ports (master):

mozart: fix platform detection with K64

The ozplatform script was confused by 'uname -m' saying x86_64.

Fixes: #31800

Note: See TracTickets for help on using tickets.