#66036 closed defect (fixed)
Buildbot failures for macOS 11 x86_64
Reported by: | herbygillot (Herby Gillot) | Owned by: | admin@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | buildbot/mpbb | Version: | |
Keywords: | Cc: | ||
Port: |
Description
invalid syntax: should be "try body ?catch {type-list ?ecvar? ?msgvar? ?infovar?} body ...? ?finally body?" while executing "try { set result [mportlookup $portname] if {[llength $result] < 2} { ui_error "No such port: $portname" exit 1 } } on err..." (file "/opt/bblocal/var/buildworker/ports/build/mpbb/tools/dependencies.tcl" line 85) Processing dependencies for 'consul' failed, aborting. ./mpbb/mpbb: error: `install-dependencies' failed to run successfully
Change History (3)
comment:1 Changed 2 years ago by jmroot (Joshua Root)
comment:2 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
The same problem also affects the other buildbot workers that had not updated to MacPorts 2.8.0 yet.
And the first build with MacPorts 2.8.0 will fail on macOS 11 and later due to #66031.
- 10.6 i386: offline; should selfupdate normally when repaired
- 10.6 x86_64: offline; should selfupdate normally when repaired
- 10.7: I removed /opt/bblocal/var/buildworker/ports/build/selfupdate.timestamp and scheduled new builds:
- 10.8: I removed /opt/bblocal/var/buildworker/ports/build/selfupdate.timestamp and scheduled new builds:
- 10.9: offline; should selfupdate normally when repaired
- 10.10: I removed /opt/bblocal/var/buildworker/ports/build/selfupdate.timestamp and scheduled new builds:
- 10.11: offline; should selfupdate normally when repaired
- 10.12: I removed /opt/bblocal/var/buildworker/ports/build/selfupdate.timestamp and scheduled new builds:
- 10.13: I removed /opt/bblocal/var/buildworker/ports/build/selfupdate.timestamp and scheduled new builds:
- 10.14: not affected; it coincidentally selfupdated at just the right time.
- 10.15: offline; should selfupdate normally when repaired
- 11 arm64: Already updated to MacPorts 2.8.0 and Josh already rebuilt those ports that failed.
- 11 x86_64: I removed /opt/bblocal/var/buildworker/ports/build/selfupdate.timestamp and scheduled new builds:
- 12 arm: I removed /opt/bblocal/var/buildworker/ports/build/selfupdate.timestamp and scheduled new builds:
- 12 x86_64: Already updated to MacPorts 2.8.0 and Josh already rebuilt those ports that failed.
Note: See
TracTickets for help on using
tickets.
It would have been better if we'd remembered this needed updating and put something in place that would work with both Tcl versions, but it will start working again once the workers selfupdate to the new base version.