=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for emacs28-28.0.50nb31
/opt/pkg/bin/gmake -C lib all
gmake[1]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lib'
  GEN      alloca.h
  GEN      byteswap.h
  GEN      dirent.h
  GEN      fcntl.h
  GEN      getopt.h
  GEN      getopt-cdefs.h
  GEN      ieee754.h
  GEN      inttypes.h
  GEN      limits.h
  GEN      signal.h
  GEN      stdint.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/select.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      time.h
  GEN      unistd.h
  CC       fingerprint.o
  CC       acl_entries.o
  CC       canonicalize-lgpl.o
  CC       copy-file-range.o
  CC       euidaccess.o
  CC       explicit_bzero.o
  CC       faccessat.o
  CC       fpending.o
  CC       fstatat.o
  CC       fsusage.o
  CC       getgroups.o
  CC       getopt.o
  CC       getopt1.o
  CC       group-member.o
  CC       lstat.o
  CC       memmem.o
  CC       mempcpy.o
  CC       memrchr.o
  CC       mktime.o
  CC       open.o
  CC       readlink.o
  CC       readlinkat.o
  CC       regex.o
  CC       sig2str.o
  CC       symlink.o
  CC       time_rz.o
  CC       timegm.o
  CC       acl-errno-valid.o
  CC       acl-internal.o
  CC       get-permissions.o
  CC       set-permissions.o
  CC       allocator.o
  CC       openat-proc.o
  CC       binary-io.o
  CC       c-ctype.o
  CC       c-strcasecmp.o
  CC       c-strncasecmp.o
  CC       careadlinkat.o
  CC       cloexec.o
  CC       close-stream.o
  CC       count-leading-zeros.o
  CC       count-one-bits.o
  CC       count-trailing-zeros.o
  CC       md5.o
  CC       sha1.o
  CC       sha256.o
  CC       sha512.o
  CC       dtoastr.o
  CC       dtotimespec.o
  CC       filemode.o
  CC       filevercmp.o
  CC       gettime.o
  CC       malloca.o
  CC       nstrftime.o
  CC       pipe2.o
  CC       qcopy-acl.o
  CC       stat-time.o
  CC       tempname.o
  CC       timespec.o
  CC       timespec-add.o
  CC       timespec-sub.o
  CC       u64.o
  CC       unistd.o
  CC       utimens.o
  CC       openat-die.o
  CC       save-cwd.o
  AR       libgnu.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(u64.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(unistd.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(u64.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(unistd.o) has no symbols
gmake[1]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lib'
/opt/pkg/bin/gmake -C lib-src all
gmake[1]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lib-src'
  CCLD     etags
  CCLD     ctags
  CCLD     emacsclient
  CCLD     ebrowse
  CCLD     hexl
  CC       pop.o
  CCLD     movemail
  CCLD     make-docfile
  CCLD     make-fingerprint
gmake[1]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lib-src'
/opt/pkg/bin/gmake -C src VCSWITNESS='' all
gmake[1]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/src'
  GEN      lisp.mk
  GEN      globals.h
  CC       dispnew.o
  CC       frame.o
  CC       scroll.o
  CC       xdisp.o
  CC       menu.o
  CC       window.o
  CC       charset.o
  CC       coding.o
  CC       category.o
  CC       ccl.o
  CC       character.o
  CC       chartab.o
  CC       bidi.o
  CC       cm.o
  CC       term.o
  CC       terminal.o
  CC       xfaces.o
  CC       dbusbind.o
  CC       emacs.o
  CC       keyboard.o
  CC       macros.o
  CC       keymap.o
  CC       sysdep.o
sysdep.c:677:11: warning: 'vfork' is deprecated: Use posix_spawn or fork [-Wdeprecated-declarations]
    pid = vfork ();
          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:604:1: note: 'vfork' has been explicitly marked deprecated here
__deprecated_msg("Use posix_spawn or fork")
^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:208:48: note: expanded from macro '__deprecated_msg'
        #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                      ^
1 warning generated.
  CC       bignum.o
  CC       buffer.o
  CC       filelock.o
  CC       insdel.o
  CC       marker.o
  CC       minibuf.o
  CC       fileio.o
  CC       dired.o
  CC       cmds.o
  CC       casetab.o
  CC       casefiddle.o
  CC       indent.o
  CC       search.o
  CC       regex-emacs.o
  CC       undo.o
  CC       alloc.o
  CC       pdumper.o
  CC       data.o
  GEN      buildobj.h
  CC       doc.o
  CC       editfns.o
editfns.c:2061:18: warning: unsequenced modification and access to 'sa_avail' [-Wunsequenced]
    .deletions = SAFE_ALLOCA (del_bytes),
                 ^
./lisp.h:4818:9: note: expanded from macro 'SAFE_ALLOCA'
                           ? AVAIL_ALLOCA (size)                        \
                             ^
./lisp.h:4813:38: note: expanded from macro 'AVAIL_ALLOCA'
#define AVAIL_ALLOCA(size) (sa_avail -= (size), alloca (size))
                                     ^
1 warning generated.
  CC       callint.o
  CC       eval.o
  CC       floatfns.o
  CC       fns.o
  CC       font.o
  CC       print.o
  CC       lread.o
  CC       dynlib.o
  CC       emacs-module.o
  CC       syntax.o
  CC       bytecode.o
  CC       process.o
process.c:2138:13: warning: 'vfork' is deprecated: Use posix_spawn or fork [-Wdeprecated-declarations]
      pid = vfork ();
            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:604:1: note: 'vfork' has been explicitly marked deprecated here
__deprecated_msg("Use posix_spawn or fork")
^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:208:48: note: expanded from macro '__deprecated_msg'
        #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                      ^
1 warning generated.
  CC       gnutls.o
  CC       callproc.o
callproc.c:609:11: warning: 'vfork' is deprecated: Use posix_spawn or fork [-Wdeprecated-declarations]
    pid = vfork ();
          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:604:1: note: 'vfork' has been explicitly marked deprecated here
__deprecated_msg("Use posix_spawn or fork")
^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:208:48: note: expanded from macro '__deprecated_msg'
        #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                      ^
1 warning generated.
  CC       region-cache.o
  CC       sound.o
  CC       timefns.o
  CC       atimer.o
  CC       doprnt.o
  CC       intervals.o
  CC       textprop.o
  CC       composite.o
  CC       xml.o
  CC       lcms.o
  CC       kqueue.o
  CC       profiler.o
  CC       decompress.o
  CC       thread.o
  CC       systhread.o
  CC       fontset.o
  CC       fringe.o
  CC       image.o
  CC       json.o
  CC       nsterm.o
nsterm.m:2111:11: warning: 'NSWindow' may not respond to 'setAppearance'
  [window setAppearance];
   ~~~~~~ ^
nsterm.m:5526:29: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations]
                            NSFilenamesPboardType,
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:312:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here
APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14));
                               ^
nsterm.m:7491:8: warning: 'NSWindow' may not respond to 'setAppearance'
  [win setAppearance];
   ~~~ ^
nsterm.m:8391:35: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations]
  else if ([type isEqualToString: NSFilenamesPboardType])
                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:312:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here
APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14));
                               ^
nsterm.m:8406:35: warning: 'NSURLPboardType' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
  else if ([type isEqualToString: NSURLPboardType])
                                  ^~~~~~~~~~~~~~~
                                  NSPasteboardTypeURL
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:321:32: note: 'NSURLPboardType' has been explicitly marked deprecated here
APPKIT_EXTERN NSPasteboardType NSURLPboardType API_DEPRECATED_WITH_REPLACEMENT("NSPasteboardTypeURL", macos(10.0,10.14));
                               ^
nsterm.m:8415:35: warning: 'NSStringPboardType' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
  else if ([type isEqualToString: NSStringPboardType]
                                  ^~~~~~~~~~~~~~~~~~
                                  NSPasteboardTypeString
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:311:32: note: 'NSStringPboardType' has been explicitly marked deprecated here
APPKIT_EXTERN NSPasteboardType NSStringPboardType API_DEPRECATED_WITH_REPLACEMENT("NSPasteboardTypeString", macos(10.0,10.14));
                               ^
nsterm.m:8416:38: warning: 'NSTabularTextPboardType' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
           || [type isEqualToString: NSTabularTextPboardType])
                                     ^~~~~~~~~~~~~~~~~~~~~~~
                                     NSPasteboardTypeTabularText
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:315:32: note: 'NSTabularTextPboardType' has been explicitly marked deprecated here
APPKIT_EXTERN NSPasteboardType NSTabularTextPboardType API_DEPRECATED_WITH_REPLACEMENT("NSPasteboardTypeTabularText", macos(10.0,10.14));
                               ^
7 warnings generated.
  CC       nsfns.o
nsfns.m:784:47: warning: 'iconForFileType:' is deprecated: first deprecated in macOS 12.0 - Use -[NSWorkspace iconForContentType:] instead. [-Wdeprecated-declarations]
      image = [[[NSWorkspace sharedWorkspace] iconForFileType: @"text"] retain];
                                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:456:1: note: 'iconForFileType:' has been explicitly marked deprecated here
- (NSImage *)iconForFileType:(NSString *)fileType API_DEPRECATED("Use -[NSWorkspace iconForContentType:] instead.", macos(10.0, 12.0));
^
nsfns.m:1660:12: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations]
    [panel setAllowedFileTypes: nil];
           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:49: note: property 'allowedFileTypes' is declared deprecated here
@property (nullable, copy) NSArray<NSString *> *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0));
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here
nsfns.m:2444:11: warning: 'IOMasterPort' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
      if (IOMasterPort (MACH_PORT_NULL, &masterPort) != kIOReturnSuccess
          ^~~~~~~~~~~~
          IOMainPort
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:132:1: note: 'IOMasterPort' has been explicitly marked deprecated here
IOMasterPort( mach_port_t       bootstrapPort,
^
3 warnings generated.
  CC       nsmenu.o
  CC       nsselect.o
nsselect.m:81:27: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations]
  if ([t isEqualToString: NSFilenamesPboardType])
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:312:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here
APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14));
                               ^
nsselect.m:476:36: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations]
             [NSNumber numberWithLong:0], NSFilenamesPboardType,
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:312:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here
APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14));
                               ^
2 warnings generated.
  CC       nsimage.o
  CC       macfont.o
macfont.m:3483:15: warning: 'CTGetCoreTextVersion' is deprecated: first deprecated in macOS 11.0 - Use -[NSProcessInfo operatingSystemVersion] [-Wdeprecated-declarations]
          if (CTGetCoreTextVersion () >= kCTVersionNumber10_9)
              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:61:10: note: 'CTGetCoreTextVersion' has been explicitly marked deprecated here
uint32_t CTGetCoreTextVersion( void ) CT_DEPRECATED("Use -[NSProcessInfo operatingSystemVersion]", macos(10.5, 11.0), ios(3.2, 14.0), watchos(2.0, 7.0), tvos(9.0, 14.0));
         ^
1 warning generated.
  CC       terminfo.o
  CC       lastfile.o
/opt/pkg/bin/gmake -C ../admin/charsets all
gmake[2]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/charsets'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/charsets'
/opt/pkg/bin/gmake -C ../admin/unidata charscript.el
gmake[2]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/unidata'
gmake[2]: Nothing to be done for 'charscript.el'.
gmake[2]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/unidata'
  CCLD     temacs
mkdir -p ../etc
/opt/pkg/bin/gmake -C ../lisp update-subdirs
gmake[2]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp'
gmake[2]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp'
cp -f temacs bootstrap-emacs
rm -f bootstrap-emacs.pdmp
./temacs --batch  -l loadup --temacs=pbootstrap
Loading loadup.el (source)...
dump mode: pbootstrap
Using load-path (/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp/emacs-lisp /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp/progmodes /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp/language /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp/international /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp/textmodes /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp/vc)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading version...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading international/mule...
Loading international/mule-conf...
Loading env...
Loading format...
Loading bindings...
Loading window...
Loading files...
Loading emacs-lisp/macroexp...
Loading cus-face...
Loading faces...
Loading button...
Loading /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp/loaddefs.el (source)...
Loading emacs-lisp/nadvice...
Loading emacs-lisp/cl-preloaded...
Loading obarray...
Loading abbrev...
Loading simple...
Loading help...
Loading jka-cmpr-hook...
Loading epa-hook...
Loading international/mule-cmds...
Loading case-table...
Loading /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp/international/charprop.el (source)...
Loading international/characters...
Loading international/charscript...
Loading composite...
Loading language/chinese...
Loading language/cyrillic...
Loading language/indian...
Loading language/sinhala...
Loading language/english...
Loading language/ethiopic...
Loading language/european...
Loading language/czech...
Loading language/slovak...
Loading language/romanian...
Loading language/greek...
Loading language/hebrew...
Loading international/cp51932...
Loading international/eucjp-ms...
Loading language/japanese...
Loading language/korean...
Loading language/lao...
Loading language/tai-viet...
Loading language/thai...
Loading language/tibetan...
Loading language/vietnamese...
Loading language/misc-lang...
Loading language/utf-8-lang...
Loading language/georgian...
Loading language/khmer...
Loading language/burmese...
Loading language/cham...
Loading indent...
Loading emacs-lisp/cl-generic...
Loading minibuffer...
Loading frame...
Loading startup...
Loading term/tty-colors...
Loading font-core...
Loading facemenu...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading scroll-bar...
Loading select...
Loading emacs-lisp/timer...
Loading isearch...
Loading rfn-eshadow...
Loading menu-bar...
Loading tab-bar...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading progmodes/prog-mode...
Loading emacs-lisp/lisp-mode...
Loading progmodes/elisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
Loading newcomment...
Loading replace...
Loading emacs-lisp/tabulated-list...
Loading buff-menu...
Loading fringe...
Loading emacs-lisp/regexp-opt...
Loading image...
Loading international/fontset...
Loading dnd...
Loading tool-bar...
Loading term/common-win...
Loading international/mule-util...
Loading international/ucs-normalize...
Loading term/ns-win...
Loading mwheel...
Loading emacs-lisp/float-sup...
Loading vc/vc-hooks...
Loading vc/ediff-hook...
Loading uniquify...
Loading electric...
Loading emacs-lisp/eldoc...
Loading cus-start...
Loading tooltip...
Loading /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp/leim/leim-list.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Loading /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp/site-init.el (source)...
Dumping under the name bootstrap-emacs.pdmp
dumping fingerprint: 36743b92eb91793eadaeb9c88623013eb25e6034d7c64befbc45efe69f305b63
Dump complete
Byte counts: header=80 hot=11309704 discardable=122112 cold=5840120
Reloc counts: hot=627928 discardable=4655
/opt/pkg/bin/gmake -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
gmake[2]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp'
gmake[2]: Nothing to be done for 'compile-first'.
gmake[2]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp'
/opt/pkg/bin/gmake -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
gmake[2]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/unidata'
  GEN      unidata.txt
gmake[2]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/unidata'
/opt/pkg/bin/gmake -C ../admin/charsets cp51932.el
gmake[2]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/charsets'
gmake[2]: Nothing to be done for 'cp51932.el'.
gmake[2]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/charsets'
/opt/pkg/bin/gmake -C ../admin/charsets eucjp-ms.el
gmake[2]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/charsets'
gmake[2]: Nothing to be done for 'eucjp-ms.el'.
gmake[2]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/charsets'
  GEN      ../etc/DOC
rm -f emacs && cp -f temacs emacs
LC_ALL=C ./temacs -batch  -l loadup --temacs=pdump
Loading loadup.el (source)...
dump mode: pdump
Using load-path (/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading version...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading international/mule...
Loading international/mule-conf...
Loading env...
Loading format...
Loading bindings...
Loading window...
Loading files...
Loading emacs-lisp/macroexp...
Loading cus-face...
Loading faces...
Loading button...
Loading loaddefs.el (source)...
Loading emacs-lisp/nadvice...
Loading emacs-lisp/cl-preloaded...
Loading obarray...
Loading abbrev...
Loading simple...
Loading help...
Loading jka-cmpr-hook...
Loading epa-hook...
Loading international/mule-cmds...
Loading case-table...
Loading international/charprop.el (source)...
Loading international/characters...
Loading international/charscript...
Loading composite...
Loading language/chinese...
Loading language/cyrillic...
Loading language/indian...
Loading language/sinhala...
Loading language/english...
Loading language/ethiopic...
Loading language/european...
Loading language/czech...
Loading language/slovak...
Loading language/romanian...
Loading language/greek...
Loading language/hebrew...
Loading international/cp51932...
Loading international/eucjp-ms...
Loading language/japanese...
Loading language/korean...
Loading language/lao...
Loading language/tai-viet...
Loading language/thai...
Loading language/tibetan...
Loading language/vietnamese...
Loading language/misc-lang...
Loading language/utf-8-lang...
Loading language/georgian...
Loading language/khmer...
Loading language/burmese...
Loading language/cham...
Loading indent...
Loading emacs-lisp/cl-generic...
Loading minibuffer...
Loading frame...
Loading startup...
Loading term/tty-colors...
Loading font-core...
Loading facemenu...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading scroll-bar...
Loading select...
Loading emacs-lisp/timer...
Loading isearch...
Loading rfn-eshadow...
Loading menu-bar...
Loading tab-bar...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading progmodes/prog-mode...
Loading emacs-lisp/lisp-mode...
Loading progmodes/elisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
Loading newcomment...
Loading replace...
Loading emacs-lisp/tabulated-list...
Loading buff-menu...
Loading fringe...
Loading emacs-lisp/regexp-opt...
Loading image...
Loading international/fontset...
Loading dnd...
Loading tool-bar...
Loading term/common-win...
Loading international/mule-util...
Loading international/ucs-normalize...
Loading term/ns-win...
Loading mwheel...
Loading emacs-lisp/float-sup...
Loading vc/vc-hooks...
Loading vc/ediff-hook...
Loading uniquify...
Loading electric...
Loading emacs-lisp/eldoc...
Loading cus-start...
Loading tooltip...
Loading leim/leim-list.el (source)...
Waiting for git...
Waiting for git...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Loading site-init.el (source)...
Pure-hashed: 15739 strings, 4630 vectors, 39519 conses, 3906 bytecodes, 244 others
Dumping under the name emacs.pdmp
dumping fingerprint: 36743b92eb91793eadaeb9c88623013eb25e6034d7c64befbc45efe69f305b63
Dump complete
Byte counts: header=80 hot=10658792 discardable=122112 cold=4551984
Reloc counts: hot=594846 discardable=4720
Adding name emacs-28.0.50.1
Adding name emacs-28.0.50.1.pdmp
cp -f emacs.pdmp bootstrap-emacs.pdmp 
/opt/pkg/bin/gmake -C ../nextstep all
gmake[2]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/nextstep'
rm -rf /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/nextstep/Emacs.app
mkdir -p /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/nextstep/Emacs.app
( cd ./Cocoa/Emacs.base ; tar cfh - . ) | \
  ( cd /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/nextstep/Emacs.app ; umask 022; tar xf - )
[ "`cd . && /bin/pwd`" = "`/bin/pwd`" ] || \
  ( cd Cocoa/Emacs.base ; tar cfh - . ) | \
    ( cd /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/nextstep/Emacs.app ; umask 022; tar xf - )
touch /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/nextstep/Emacs.app
/opt/pkg/bin/gmake -C ../src emacs
gmake[3]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/src'
/opt/pkg/bin/gmake -C ../admin/charsets all
gmake[4]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/charsets'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/charsets'
/opt/pkg/bin/gmake -C ../admin/unidata charscript.el
gmake[4]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/unidata'
gmake[4]: Nothing to be done for 'charscript.el'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/unidata'
/opt/pkg/bin/gmake -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
gmake[4]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/unidata'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/unidata'
/opt/pkg/bin/gmake -C ../admin/charsets cp51932.el
gmake[4]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/charsets'
gmake[4]: Nothing to be done for 'cp51932.el'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/charsets'
/opt/pkg/bin/gmake -C ../admin/charsets eucjp-ms.el
gmake[4]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/charsets'
gmake[4]: Nothing to be done for 'eucjp-ms.el'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/charsets'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/src'
mkdir -p /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/nextstep/Emacs.app/Contents/MacOS
cp -f ../src/emacs /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/nextstep/Emacs.app/Contents/MacOS/Emacs
mkdir -p /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/nextstep/Emacs.app/Contents/MacOS
cp -f ../src/emacs.pdmp /Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/nextstep/Emacs.app/Contents/MacOS/Emacs.pdmp
gmake[2]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/nextstep'
gmake[1]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/src'
/opt/pkg/bin/gmake -C lisp all
gmake[1]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp'
/opt/pkg/bin/gmake -C ../leim all EMACS="../src/emacs"
gmake[2]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/leim'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/leim'
/opt/pkg/bin/gmake -C ../admin/grammars all EMACS="../../src/emacs"
gmake[2]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/grammars'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/admin/grammars'
gmake[2]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp'
  ELC      site-init.elc
gmake[2]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp'
gmake[1]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/lisp'
/opt/pkg/bin/gmake info-real info-dir
gmake[1]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50'
/opt/pkg/bin/gmake -C doc/lispref info
gmake[2]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/doc/lispref'
gmake[2]: Nothing to be done for 'info'.
gmake[2]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/doc/lispref'
/opt/pkg/bin/gmake -C doc/lispintro info
gmake[2]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/doc/lispintro'
gmake[2]: Nothing to be done for 'info'.
gmake[2]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/doc/lispintro'
/opt/pkg/bin/gmake -C doc/emacs info
gmake[2]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/doc/emacs'
gmake[2]: Nothing to be done for 'info'.
gmake[2]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/doc/emacs'
/opt/pkg/bin/gmake -C doc/misc info
gmake[2]: Entering directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/doc/misc'
gmake[2]: Nothing to be done for 'info'.
gmake[2]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50/doc/misc'
gmake[1]: Nothing to be done for 'info-dir'.
gmake[1]: Leaving directory '/Users/pbulk/build/editors/emacs-snapshot/work/emacs-28.0.50'
*** Please use pkgtools/verifypc to sanity check dependencies.