#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)
Change History (5)
Changed 4 years ago by CSerrat2020
comment:1 Changed 4 years ago by jmroot (Joshua Root)
Keywords: | octopus9.2 removed |
---|---|
Owner: | set to dstrubbe |
Priority: | High → Normal |
Status: | new → assigned |
Summary: | installation of octopus9.2 fails → octopus @9.2 +gcc10 build failure |
Type: | request → defect |
Version: | → 2.6.2 |
comment:2 Changed 4 years ago by dstrubbe (David Strubbe)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.
log file from the installation process