Opened 12 days ago

#71166 new defect

gcc7 @7.5.0_4 fails to test Perl 5.38 because of: gcc-mp-7: error: /libgcc: No such file or directory

Reported by: ballapete (Peter "Pete" Dyballa) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.10.2
Keywords: leopar Cc:
Port: gcc7

Description

/opt/local/bin/gcc-mp-7 -c -DPERL_CORE -fno-common -DPERL_DARWIN -pipe -Os -arch ppc -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/opt/local/include -D_FORTIFY_SOURCE=2 -std=c99 -O3 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings miniperlmain.c
unset LIBRARY_PATH && /opt/local/bin/gcc-mp-7  -Wl,-headerpad_max_install_names -arch ppc -fstack-protector-strong /libgcc -force_flat_namespace -o miniperl \
	    opmini.o perlmini.o universalmini.o  gv.o toke.o perly.o pad.o regcomp.o regcomp_debug.o regcomp_invlist.o regcomp_study.o regcomp_trie.o regexec.o dump.o util.o mg.o reentr.o mro_core.o keywords.o builtin.o class.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o peep.o doop.o doio.o utf8.o taint.o deb.o globals.o perlio.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o caretx.o dquote.o time64.o  miniperlmain.o  -lpthread -ldl -lm -lutil -lc 
gcc-mp-7: error: /libgcc: No such file or directory
make: *** [lib/buildcustomize.pl] Error 1
make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_lang_perl5/perl5.38/work/perl-5.38.2'
Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_lang_perl5/perl5.38/work/perl-5.38.2" && /usr/bin/make -w all 
Exit code: 2
Error: Failed to build perl5.38: command execution failed

This happened the first some days ago. I then rebuilt libgcc, libgcc7, and gcc7 and can reproduce the failure. Installed are:

  gcc7 @7.5.0_4 (active) requested_variants='' platform='darwin 9' archs='ppc' date='2024-10-25T09:08:39+0200'
  libgcc @8.0_0 (active) requested_variants='' platform='any any' archs='ppc' date='2024-10-24T05:41:35+0200'
  libgcc7 @7.5.0_1 (active) requested_variants='' platform='darwin 9' archs='ppc' date='2024-10-24T05:37:58+0200'

Attachments (1)

main.log (138.3 KB) - added by ballapete (Peter "Pete" Dyballa) 12 days ago.
Main.log from PPC Leopard, Mac OS X 10.5.8, from testing Perl 5.38 with GCC 7

Download all attachments as: .zip

Change History (1)

Changed 12 days ago by ballapete (Peter "Pete" Dyballa)

Attachment: main.log added

Main.log from PPC Leopard, Mac OS X 10.5.8, from testing Perl 5.38 with GCC 7

Note: See TracTickets for help on using tickets.