Opened 11 months ago

Last modified 11 months ago

#67488 new defect

Build of diffutils @3.10 fails on PPC Tiger, Mac OS X 10.4.11 because of problems with {m|u}context64_t

Reported by: ballapete (Peter "Pete" Dyballa) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: tiger ppc Cc:
Port: diffutils

Description

make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_sysutils_diffutils/diffutils/work/diffutils-3.10/lib'
  CC       libdiffutils_a-allocator.o
  CC       libdiffutils_a-areadlink.o
  CC       libdiffutils_a-argmatch.o
In file included from /usr/include/sys/wait.h:110,
                 from ./sys/wait.h:28,
                 from /usr/include/stdlib.h:64,
                 from ./stdlib.h:36,
                 from gettext.h:202,
                 from argmatch.h:35,
                 from argmatch.c:25:
/usr/include/sys/signal.h:145: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mcontext64_t'
/usr/include/sys/signal.h:177: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ucontext64_t'
make[2]: *** [libdiffutils_a-argmatch.o] Error 1
make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_sysutils_diffutils/diffutils/work/diffutils-3.10/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_sysutils_diffutils/diffutils/work/diffutils-3.10/lib'
make: *** [all-recursive] Error 1
make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_sysutils_diffutils/diffutils/work/diffutils-3.10'
Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_sysutils_diffutils/diffutils/work/diffutils-3.10" && /usr/bin/make -j1 -w all 
Exit code: 2

Attachments (1)

main.log (96.5 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 (3)

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 ballapete (Peter "Pete" Dyballa)

/usr/include/ppc/ucontext.h:52:struct mcontext64 {
/usr/include/ppc/ucontext.h:62:typedef struct mcontext64  * mcontext64_t;
/usr/include/sys/signal.h:145:typedef __darwin_mcontext64_t		mcontext64_t;
/usr/include/sys/signal.h:177:typedef __darwin_ucontext64_t		ucontext64_t;

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

Seems to be the same as in #67248.

Note: See TracTickets for help on using tickets.