Opened 13 years ago
Closed 13 years ago
#32104 closed defect (fixed)
zenity needs rarian dependency
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
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 (1)
Change History (3)
comment:1 Changed 13 years ago by paumard
Changed 13 years ago by paumard
Attachment: | zenity-fix#32104.diff added |
---|
add rarian to depends_lib, bump revision
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
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.