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 follow-up: 3 Changed 11 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by cooljeanius (Eric Gallager)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Replying to takeshi@…:
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: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Committed in r108141 and r108142. Thanks. I'll report this to the author.