Opened 11 months ago

Closed 11 months ago

Last modified 11 months ago

#67498 closed defect (fixed)

libheif: 1.16.2 fails on PPC Tiger, Mac OS X 10.4.11 because unknown options are used for cc1plus

Reported by: ballapete (Peter "Pete" Dyballa) Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: tiger ppc Cc: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), barracuda156
Port: libheif

Description (last modified by mascguy (Christopher Nielsen))

cc1plus: error: -Werror=nonportable-include-path: no option -Wnonportable-include-path
cc1plus: error: -Werror=unknown-warning-option: no option -Wunknown-warning-option
cc1plus: warning: unrecognized command line option '-Wno-unknown-warning-option'
cc1plus: warning: unrecognized command line option '-Wno-nonportable-include-path'
make[1]: *** [CMakeFiles/cmTC_a01d0.dir/testCXXCompiler.cxx.o] Error 1
make: *** [cmTC_a01d0/fast] Error 2

Attachments (1)

main.log (16.3 KB) - added by ballapete (Peter "Pete" Dyballa) 11 months ago.
Main.log from PPC Tiger, Mac OS X 10.4.11

Download all attachments as: .zip

Change History (5)

Changed 11 months ago by ballapete (Peter "Pete" Dyballa)

Attachment: main.log added

Main.log from PPC Tiger, Mac OS X 10.4.11

comment:1 Changed 11 months ago by mascguy (Christopher Nielsen)

Cc: MarcusCalhoun-Lopez barracuda156 added; mcalhoun@… mascguy@… removed
Description: modified (diff)
Owner: set to mascguy
Status: newassigned

Should be reasonably easy to fix, we'll simply need to avoid adding those flags for older compilers.

comment:2 Changed 11 months ago by mascguy (Christopher Nielsen)

Summary: Build of libheif @1.16.2 fails on PPC Tiger, Mac OS X 10.4.11 because unknown options are used for cc1pluslibheif: 1.16.2 fails on PPC Tiger, Mac OS X 10.4.11 because unknown options are used for cc1plus

comment:3 Changed 11 months ago by Christopher Nielsen <mascguy@…>

Resolution: fixed
Status: assignedclosed

In f6e4e0f5e136c75b65adc73d16f890bbbdf2c369/macports-ports (master):

libheif: fix builds for 10.5 and earlier
Fixes: #67498

comment:4 Changed 11 months ago by ballapete (Peter "Pete" Dyballa)

It built and installed on PPC Tiger, Mac OS X 10.4.11.

Note: See TracTickets for help on using tickets.