Opened 18 years ago
Closed 18 years ago
#11935 closed defect (worksforme)
attempting to install libidl port with base version 1.320 gives cryptic error message
Reported by: | trac.macosforge.org@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Not set | Milestone: | |
Component: | base | Version: | |
Keywords: | Cc: | ||
Port: |
Description
i just did a successful "sudo port sync" and then got this when trying to install libidl:
beejmacbook:~ beej$ sudo port -v install libidl Error: Unable to execute port: invalid command name "configure.ldflags-append"
this fixed the problem:
beejmacbook:~ beej$ sudo port selfupdate DarwinPorts base version 1.320 installed Downloaded MacPorts base version 1.440 Configuring, Building and Installing new MacPorts base selfupdate done!
shouldn't we be bumping some version number somewhere when new port files require a base upgrade?
Change History (1)
comment:1 Changed 18 years ago by kballard (Lily Ballard)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
We do want Portfiles to be able to declare a dependency on a base version, but that's not possible at the moment.
Closing this as worksforme because upgrading to latest base version fixes the described issue.