Opened 18 years ago
Closed 18 years ago
#11637 closed defect (fixed)
livecheck fails w/o "master_sites"
Reported by: | mww@… | Owned by: | pguyot (Paul Guyot) |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | base | Version: | |
Keywords: | livecheck | Cc: | mww@… |
Port: |
Description
if there is no "master_sites" key in a portfile, livecheck fails: (cyclone port)
DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/cyclone DEBUG: Requested variant powerpc is not provided by port cyclone. DEBUG: Requested variant darwin is not provided by port cyclone. DEBUG: Requested variant macosx is not provided by port cyclone. DEBUG: Executing variant darwin_8 provides darwin_8 DEBUG: Skipping completed com.apple.main (cyclone) DEBUG: Executing com.apple.livecheck (cyclone) DEBUG: Portfile modification date is Mon Mar 26 23:33:09 CEST 2007 DEBUG: Port (livecheck) version is 20070323 Error: Target com.apple.livecheck returned: can't read "master_sites": no such variable Warning: the following items did not execute (for cyclone): com.apple.livecheck Error: Status 1 encountered during processing.
I believe this is easy to solve and requires only some simple try/catch mechanism at the right location;
Change History (1)
comment:1 Changed 18 years ago by pguyot (Paul Guyot)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the report Markus. I've just committed a fix.