Opened 18 months ago

Closed 18 months ago

Last modified 18 months ago

#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

https://build.macports.org/builders/ports-11_x86_64-builder/builds/87511/steps/install-dependencies/logs/stdio

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 18 months ago by jmroot (Joshua Root)

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.

comment:2 Changed 18 months ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

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.

comment:3 Changed 18 months ago by jmroot (Joshua Root)

Thanks for speeding that along, Ryan.

Note: See TracTickets for help on using tickets.