Opened 10 years ago

Closed 10 years ago

#41050 closed defect (fixed)

Failed to install rb-rcairo

Reported by: jinlei.phys@… Owned by: kimuraw (kimura wataru)
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc:
Port: rb-rcairo

Description

when I want to install rb-rcairo, the errors happened.

Attachments (2)

main.log (5.3 KB) - added by jinlei.phys@… 10 years ago.
main.2.log (5.8 KB) - added by macports@… 10 years ago.

Download all attachments as: .zip

Change History (8)

Changed 10 years ago by jinlei.phys@…

Attachment: main.log added

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

Owner: changed from macports-tickets@… to kimuraw@…
Port: rb-rcairo added

In the future, please fill in the Port field and Cc the port maintainers (port info --maintainers rb-rcairo).

comment:2 Changed 10 years ago by kimuraw (kimura wataru)

Status: newassigned

It looks binary package of rb-pkg-config to be broken. try this command.

$ sudo port -ns upgrade --force rb-pkg-config
$ sudo port install rb-rcairo

from buildbot log, I guess gem command option --install-dir missed ${ruby.api_version}. I'm surveying this problem. but not solved...

https://build.macports.org/builders/buildports-mtln-x86_64/builds/9280 > compile stdio

Last edited 10 years ago by kimuraw (kimura wataru) (previous) (diff)

comment:3 in reply to:  2 Changed 10 years ago by ivl1705

It looks binary package of rb-pkg-config to be broken. try this command.

$ sudo port -ns upgrade --force rb-pkg-config

same error on upgrading; command worked

Last edited 10 years ago by ivl1705 (previous) (diff)

comment:4 Changed 10 years ago by jinlei.phys@…

thank you, the problem solved.

Changed 10 years ago by macports@…

Attachment: main.2.log added

comment:5 Changed 10 years ago by macports@…

I have been having problems with an upgrade to rb-rcairo for several days. I have tried the suggestions shown above to no avail. I do have an older (10.6.8) OS and have been using ports for several years without cleaning out sources no longer required.

comment:6 Changed 10 years ago by kimuraw (kimura wataru)

Resolution: fixed
Status: assignedclosed

fixed at r113543 and r112791.

the change of group/ruby-1.0.tcl at r112446 caused this problem. value of ${ruby.api_version} becomes brank when install both of port:rb-pkg-config and port:ruby at once such as buildbot.

Note: See TracTickets for help on using tickets.