Opened 11 years ago

Closed 10 years ago

#39720 closed defect (fixed)

fortrancl @0.1alpha3 has a bad pkgconfig file

Reported by: cooljeanius (Eric Gallager) Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: fortrancl

Description

It contains duplicated information, which causes pkg-config --list-all to crap out:

Duplicate definition of variable 'prefix' in '/opt/local/lib/pkgconfig/fortrancl.pc'

Change History (4)

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

Cc: takeshi@… removed
Owner: changed from macports-tickets@… to takeshi@…

comment:2 Changed 11 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: newclosed

Committed in r108141 and r108142. Thanks. I'll report this to the author.

comment:3 in reply to:  2 Changed 10 years ago by cooljeanius (Eric Gallager)

Resolution: fixed
Status: closedreopened

Replying to takeshi@…:

Committed in r108141 and r108142.

Looks like the original, non-duplicated definitions got removed as well in r112789... This now causes pkg-config to complain about libdir not being defined instead:

$ /opt/local/bin/pkg-config --print-errors fortrancl
Variable 'libdir' not defined in '/opt/local/lib/pkgconfig/fortrancl.pc'

Thanks. I'll report this to the author.

Did the author ever get back to you about this?

comment:4 Changed 10 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: reopenedclosed

Done in r120561. The repeated pkgconfig entries have been removed.

Note: See TracTickets for help on using tickets.