Opened 16 months ago

Closed 16 months ago

Last modified 16 months ago

#66480 closed defect (fixed)

git @2.39.0 does not build on PPC Tiger, Mac OS X 10.4.11, because of Makefile:3323: *** missing `endif'

Reported by: ballapete (Peter "Pete" Dyballa) Owned by: kencu (Ken)
Priority: Normal Milestone:
Component: ports Version: 2.8.0
Keywords: tiger ppc Cc: ciserlohn@…, herby.gillot@…
Port: git

Description

--->  Building git
DEBUG: Executing org.macports.build (git)
DEBUG: Environment: 
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_git/git/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
CPLUS_INCLUDE_PATH='/opt/local/include/LegacySupport'
C_INCLUDE_PATH='/opt/local/include/LegacySupport'
DEVELOPER_DIR='/Developer'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.4'
MACPORTS_LEGACY_SUPPORT_CPPFLAGS='-isystem/opt/local/include/LegacySupport'
MACPORTS_LEGACY_SUPPORT_ENABLED='1'
MACPORTS_LEGACY_SUPPORT_LDFLAGS='-L/opt/local/lib -lMacportsLegacySupport'
OBJCPLUS_INCLUDE_PATH='/opt/local/include/LegacySupport'
OBJC_INCLUDE_PATH='/opt/local/include/LegacySupport'
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_git/git/work/git-2.39.0" && /usr/bin/make -j1 -w all CFLAGS="-Os -std=gnu99 -arch ppc" LDFLAGS="-Wl,-headerpad_max_install_names -L/opt/local/lib -lMacportsLegacySupport -arch ppc" CC=/opt/local/bin/gcc-apple-4.2 prefix=/opt/local CURLDIR=/opt/local ICONVDIR=/opt/local NO_FINK=1 NO_DARWIN_PORTS=1 NO_R_TO_GCC_LINKER=1 V=1 PERL_PATH="/opt/local/bin/perl5.34" NO_PERL_CPAN_FALLBACK=1 NO_APPLE_COMMON_CRYPTO=1 CC_LD_DYNPATH=-R LIBPCREDIR=/opt/local USE_LIBPCRE2=1 
DEBUG: system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_git/git/work/git-2.39.0" && /usr/bin/make -j1 -w all CFLAGS="-Os -std=gnu99 -arch ppc" LDFLAGS="-Wl,-headerpad_max_install_names -L/opt/local/lib -lMacportsLegacySupport -arch ppc" CC=/opt/local/bin/gcc-apple-4.2 prefix=/opt/local CURLDIR=/opt/local ICONVDIR=/opt/local NO_FINK=1 NO_DARWIN_PORTS=1 NO_R_TO_GCC_LINKER=1 V=1 PERL_PATH="/opt/local/bin/perl5.34" NO_PERL_CPAN_FALLBACK=1 NO_APPLE_COMMON_CRYPTO=1 CC_LD_DYNPATH=-R LIBPCREDIR=/opt/local USE_LIBPCRE2=1 
make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_git/git/work/git-2.39.0'
Makefile:3323: *** missing `endif'.  Stop.
make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_git/git/work/git-2.39.0'
Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_git/git/work/git-2.39.0" && /usr/bin/make -j1 -w all CFLAGS="-Os -std=gnu99 -arch ppc" LDFLAGS="-Wl,-headerpad_max_install_names -L/opt/local/lib -lMacportsLegacySupport -arch ppc" CC=/opt/local/bin/gcc-apple-4.2 prefix=/opt/local CURLDIR=/opt/local ICONVDIR=/opt/local NO_FINK=1 NO_DARWIN_PORTS=1 NO_R_TO_GCC_LINKER=1 V=1 PERL_PATH="/opt/local/bin/perl5.34" NO_PERL_CPAN_FALLBACK=1 NO_APPLE_COMMON_CRYPTO=1 CC_LD_DYNPATH=-R LIBPCREDIR=/opt/local USE_LIBPCRE2=1 
Exit code: 2

Attachments (1)

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

Download all attachments as: .zip

Change History (3)

Changed 16 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 16 months ago by kencu (Ken)

Owner: set to kencu
Resolution: fixed
Status: newclosed

In 7b66c3889ccad99237601a021fac753e26f2c904/macports-ports (master):

git: use newer gmake on Tiger

closes: #66480

comment:2 Changed 16 months ago by ballapete (Peter "Pete" Dyballa)

There is still a flaw – twelve times this complaint: ld: warning: duplicate dylib /opt/local/lib/libz.1.dylib.

Note: See TracTickets for help on using tickets.