Opened 2 years ago

Closed 2 years ago

#63991 closed defect (fixed)

p5.30-term-size-perl @0.31.0_0: Build failure on 10.4.11 (unrecognized command line option)

Reported by: evanmiller (Evan Miller) Owned by: evanmiller (Evan Miller)
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: tiger Cc:
Port: p5.30-term-size-perl

Description

It looks like the system cc is being called during build rather than the one preferred by MacPorts:

:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-term-size-perl/p5.30-term-size-perl/work/Term-Size-Perl-0.031'
:info:build "/opt/local/bin/perl5.30" inc/Probe.pm
:info:build inc/Probe.pm: writing C probe... inc/Probe.pm: error writing to 'probe.c': Inappropriate ioctl for device
:info:build ok
:info:build inc/Probe.pm: compiling C probe... /usr/bin/cc -I/opt/local/lib/perl5/5.30/darwin-thread-multi-2level/CORE -c -fno-common -DPERL_DARWIN -pipe -Os -fno-strict-aliasing -I/opt/local/include -D_FORTIFY_SOURCE=2 -DPERL_USE_SAFE_PUTENV -Wno-error=implicit-function-declaration -O3 -o probe.o probe.c
:info:build cc1: error: unrecognized command line option "-Wno-error=implicit-function-declaration"
:info:build NO
:info:build make: *** [Params.pm] Error 1

Attachments (1)

p5.30-term-size-perl-main.log (14.2 KB) - added by evanmiller (Evan Miller) 2 years ago.

Download all attachments as: .zip

Change History (2)

Changed 2 years ago by evanmiller (Evan Miller)

comment:1 Changed 2 years ago by evanmiller (Evan Miller)

Owner: set to evanmiller
Resolution: fixed
Status: newclosed

In 73b39b5861a80d7a4c409a1b014665a5c15da12f/macports-ports (master):

p5-term-size-perl: use correct compiler during build

Closes: #63991

Note: See TracTickets for help on using tickets.