Ticket #32104 (closed defect: fixed)
zenity needs rarian dependency
| Reported by: | ryandesign@… | Owned by: | devans@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.3 |
| Keywords: | haspatch | Cc: | |
| Port: | zenity |
Description
zenity fails to build on buildbot because scrollkeeper-update, which it calls in its post-activate phase, isn't provided by any of its library or runtime dependencies. It's provided by rarian, which is a build dependency somewhere down the chain, but build dependencies aren't guaranteed to be available anymore by post-activate time. zenity should get a library or runtime dependency on rarian, and a revision increase.
Attachments
Change History
Changed 15 months ago by thibaut.paumard@…
- Attachment zenity-fix#32104.diff added
add rarian to depends_lib, bump revision
Note: See
TracTickets for help on using
tickets.


Hi,
this bug stung again tonight when building yorick-spydr: http://build.macports.org/builders/buildports-snowleopard-x86_64/builds/6079/steps/compile/logs/stdio
I attach a patch implementing the fix suggested above.
Regards, Thibaut.