New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20996 (closed defect: worksforme)

Opened 2 years ago

Last modified 2 years ago

openmotif 2.3.1 fails to build

Reported by: kurtjaeke@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc:
Port: openmotif

Description

openmotif fails to build, whith exactly the same error as seen here:  http://bugs.motifzone.net/long_list.cgi?buglist=1479

Reproduced from there for brevity:

UilLexAna.c: In function 'yylex':
UilLexAna.c:1488: error: request for member 'value' in something not a structure
or union
UilLexAna.c:1489: error: request for member 'b_type' in something not a
structure or union
UilLexAna.c:1510: error: request for member 'value' in something not a structure
or union
UilLexAna.c:1513: error: request for member 'b_type' in something not a
structure or union
UilLexAna.c:1526: error: request for member 'b_type' in something not a
structure or union
UilLexAna.c:1540: error: request for member 'b_type' in something not a
structure or union
UilLexAna.c:1560: error: request for member 'b_type' in something not a
structure or union
UilLexAna.c:1578: error: request for member 'value' in something not a structure
or union
UilLexAna.c:1643: error: request for member 'value' in something not a structure
or union
UilLexAna.c:1644: error: request for member 'b_type' in something not a
structure or union
UilLexAna.c:1653: error: request for member 'b_type' in something not a
structure or union
UilLexAna.c:1666: error: request for member 'value' in something not a structure
or union
UilLexAna.c:1841: error: request for member 'value' in something not a structure
or union
UilLexAna.c:1842: error: request for member 'b_type' in something not a
structure or union
UilLexAna.c:1876: error: request for member 'value' in something not a structure
or union
UilLexAna.c:1877: error: request for member 'b_type' in something not a
structure or union
UilLexAna.c:1891: error: request for member 'az_source_record' in something not
a structure or union
UilLexAna.c:1892: error: request for member 'b_source_pos' in something not a
structure or union
UilLexAna.c:1893: error: request for member 'b_source_end' in something not a
structure or union
UilLexAna.c:1894: error: request for member 'b_tag' in something not a structure
or union
UilLexAna.c:1911: error: request for member 'b_type' in something not a
structure or union
UilLexAna.c: In function 'lex_initialize_analyzer':
UilLexAna.c:2005: error: request for member 'b_tag' in something not a structure
or union
UilLexAna.c:2040: error: request for member 'b_source_end' in something not a
structure or union
UilLexAna.c:2041: error: request for member 'az_source_record' in something not
a structure or union
UilLexAna.c: In function 'lex_issue_error':
UilLexAna.c:2148: error: request for member 'b_type' in something not a
structure or union
UilLexAna.c:2158: error: request for member 'az_source_record' in something not
a structure or union
UilLexAna.c:2159: error: request for member 'b_source_pos' in something not a
structure or union
UilLexAna.c: In function 'create_str_entry':
UilLexAna.c:2545: error: request for member 'az_source_record' in something not
a structure or union
UilLexAna.c:2546: error: request for member 'b_source_pos' in something not a
structure or union
UilLexAna.c:2547: error: request for member 'b_source_end' in something not a
structure or union
make[3]: *** [UilLexAna.lo] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Please update as soon as there is an upstream fix available.

Change History

Changed 2 years ago by kurtjaeke@…

btw, this is a showstopper for a texlive installation, as openmotif is needed by default. I used the fix in  http://trac.macports.org/ticket/19912 as a workaround to get my LaTeX running.

Changed 2 years ago by jmr@…

I am unable to reproduce this on 10.5 or 10.6.

Changed 2 years ago by kurtjaeke@…

Well, now I am also not able to reproduce this. But in the meantime, I added a lot of ports to complete my system. So, this seems to be a case of forgotten dependencies. My guess would be to check X11 or freetype. Can somebody check this, by (re-)installing from scratch, and then simply issue "port install openmotif"?

Changed 2 years ago by macsforever2000@…

  • status changed from new to closed
  • resolution set to worksforme

If a missing dependency is found, please note it in this ticket so it can be added to the port.

Note: See TracTickets for help on using tickets.