Opened 4 years ago

Closed 3 years ago

#60251 closed defect (fixed)

gobject-introspection fails for old nm

Reported by: rmottola (Riccardo) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version:
Keywords: leopard Cc:
Port: gobject-introspection

Description

typical error on Leopard.... nm spitting out blank.

I put the typical

if {${os.platform} eq "darwin" && ${os.major} < 10} {
    depends_build-append port:cctools
    configure.env-append NM=${prefix}/bin/nm
    configure.args-append lt_cv_path_NM=${prefix}/bin/nm
}

I put it before the existing platform darwin 8 block. I bet this fix is needed for Tiger too.. so I hope I put the "correct" order.

Change History (3)

comment:1 Changed 4 years ago by mf2k (Frank Schima)

In the future, please add the port maintainer(s) to Cc (port info --maintainers gobject-introspection), if any.

comment:2 Changed 4 years ago by mf2k (Frank Schima)

Owner: set to dbevans
Status: newassigned

comment:3 Changed 3 years ago by mascguy (Christopher Nielsen)

Resolution: fixed
Status: assignedclosed

Let us know if this is still an issue, after updating to the latest version (1.70.0).

Note: See TracTickets for help on using tickets.