Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#60683 closed defect (fixed)

octopus @9.2 +gcc10 build failure

Reported by: CSerrat2020 Owned by: dstrubbe (David Strubbe)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: octopus

Description

Dear:

I cannot install octopus9.2 in a MacBook Pro - macOS High Sierra (10.13.6)

I attach the main.log file

I would highly appreciate your assistance.

Best wishes,

Carles Serrat carles.serrat-jurado@…

Attachments (1)

main.log (517.1 KB) - added by CSerrat2020 4 years ago.
log file from the installation process

Download all attachments as: .zip

Change History (5)

Changed 4 years ago by CSerrat2020

Attachment: main.log added

log file from the installation process

comment:1 Changed 4 years ago by jmroot (Joshua Root)

Keywords: octopus9.2 removed
Owner: set to dstrubbe
Priority: HighNormal
Status: newassigned
Summary: installation of octopus9.2 failsoctopus @9.2 +gcc10 build failure
Type: requestdefect
Version: 2.6.2

comment:2 Changed 4 years ago by dstrubbe (David Strubbe)

Resolution: fixed
Status: assignedclosed

In f93c513d548f33ac5e44a80a8e4ad66ff02bd167/macports-ports (master):

octopus: Fix gcc10 build, and livecheck.

Closes: #60683

comment:3 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

I think the intention was that the compilers portgroup was supposed to handle this for you if you set compilers.allow_arguments_mismatch yes. See [20b350bb5eb864e9323f2f79324a2f7f977942d1/macports-ports]. At least, that should set the first flag. Not sure if the second flag is still needed then.

If you keep the code the way you wrote it, then you should at least remove the quotation marks around the two flags, since you're intending to add two separate items to the list (-fallow-argument-mismatch and -fallow-invalid-boz), not one item (-fallow-argument-mismatch -fallow-invalid-boz).

comment:4 Changed 4 years ago by dstrubbe (David Strubbe)

Thanks for the comments, Ryan. I remembered there was some discussion about the port group option but didn't manage to find it when modifying. I changed to use that in https://github.com/macports/macports-ports/commit/87f33651900a978252ed63d003d3b91b1662cb59. The BOZ flag seems to be an unrelated thing though.

Note: See TracTickets for help on using tickets.