[MacPorts] #65066: nghttp2 does not build as +universal

MacPorts noreply at macports.org
Sun Apr 24 11:43:13 UTC 2022


#65066: nghttp2 does not build as +universal
-------------------------------------+------------------------
 Reporter:  barracuda156             |      Owner:  ryandesign
     Type:  defect                   |     Status:  assigned
 Priority:  Normal                   |  Milestone:
Component:  ports                    |    Version:  2.7.2
 Keywords:  powerpc, leopard, ppc64  |       Port:  nghttp2
-------------------------------------+------------------------
 So it merely ignores `+universal`, and that is why it prevented `curl`
 from upgrading.

 {{{
 36-61:~ svacchanda$ sudo port -v -n install nghttp2 +universal
 Password:
 --->  Computing dependencies for nghttp2.
 --->  Fetching distfiles for nghttp2
 --->  nghttp2-1.47.0.tar.xz does not exist in
 /opt/local/var/macports/distfiles/nghttp2
 --->  Attempting to fetch nghttp2-1.47.0.tar.xz from
 https://github.com/nghttp2/nghttp2/releases/download/v1.47.0
   % Total    % Received % Xferd  Average Speed   Time    Time     Time
 Current
                                  Dload  Upload   Total   Spent    Left
 Speed
 100   658  100   658    0     0    509      0  0:00:01  0:00:01 --:--:--
 510
 100 3934k  100 3934k    0     0   764k      0  0:00:05  0:00:05 --:--:--
 1419k
 --->  Verifying checksums for nghttp2
 --->  Checksumming nghttp2-1.47.0.tar.xz
 --->  Extracting nghttp2
 --->  Extracting nghttp2-1.47.0.tar.xz
 Executing:  cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work"
 && /opt/local/bin/xz -dc
 '/opt/local/var/macports/distfiles/nghttp2/nghttp2-1.47.0.tar.xz' |
 /usr/bin/gnutar --no-same-owner -xf -
 --->  Applying patches to nghttp2
 --->  Applying patch-src-shrpx_client_handler.cc.diff
 Executing:  cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0"
 && /usr/bin/patch -p0 <
 '/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/www/nghttp2/files
 /patch-src-shrpx_client_handler.cc.diff'
 patching file src/shrpx_client_handler.cc
 Hunk #1 succeeded at 1054 (offset 74 lines).
 --->  Applying patch-src-shrpx_downstream_connection_pool.cc.diff
 Executing:  cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0"
 && /usr/bin/patch -p0 <
 '/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/www/nghttp2/files
 /patch-src-shrpx_downstream_connection_pool.cc.diff'
 patching file src/shrpx_downstream_connection_pool.cc
 --->  Applying src-shrpx_config.diff
 Executing:  cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0"
 && /usr/bin/patch -p0 <
 '/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/www/nghttp2/files
 /src-shrpx_config.diff'
 patching file src/shrpx_config.cc
 --->  Configuring nghttp2
 Executing:  cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0"
 && autoreconf --install --verbose
 autoreconf: export WARNINGS=
 autoreconf: Entering directory '.'
 autoreconf: configure.ac: not using Gettext
 autoreconf: running: /opt/local/bin/aclocal -I m4
 autoreconf: configure.ac: tracing
 autoreconf: running: /opt/local/bin/glibtoolize --copy
 glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
 glibtoolize: copying file './ltmain.sh'
 glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
 glibtoolize: copying file 'm4/libtool.m4'
 glibtoolize: copying file 'm4/ltversion.m4'
 autoreconf: configure.ac: not using Intltool
 autoreconf: configure.ac: not using Gtkdoc
 autoreconf: running: /opt/local/bin/aclocal -I m4
 autoreconf: running: /opt/local/bin/autoconf
 autoreconf: running: /opt/local/bin/autoheader
 autoreconf: running: /opt/local/bin/automake --add-missing --copy --no-
 force
 autoreconf: Leaving directory '.'
 Executing:  cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0"
 && ./configure --prefix=/opt/local --disable-silent-rules --disable-
 threads --enable-lib-only --disable-python-bindings --without-cython
 ac_cv_prog_AWK=/usr/bin/awk
 checking for gcc... /opt/local/bin/gcc-mp-7
 checking whether the C compiler works... yes
 checking for C compiler default output file name... a.out
 checking for suffix of executables...
 checking whether we are cross compiling... no
 checking for suffix of object files... o
 checking whether the compiler supports GNU C... yes
 checking whether /opt/local/bin/gcc-mp-7 accepts -g... yes
 checking for /opt/local/bin/gcc-mp-7 option to enable C11 features... none
 needed
 checking whether /opt/local/bin/gcc-mp-7 understands -c and -o together...
 yes
 checking for stdio.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for strings.h... yes
 checking for sys/stat.h... yes
 checking for sys/types.h... yes
 checking for unistd.h... yes
 checking for wchar.h... yes
 checking for minix/config.h... no
 checking for vfork.h... no
 checking whether it is safe to define __EXTENSIONS__... yes
 checking whether _XOPEN_SOURCE should be defined... no
 checking build system type... powerpc-apple-darwin9.8.0
 checking host system type... powerpc-apple-darwin9.8.0
 checking how to print strings... printf
 checking for a sed that does not truncate output... /opt/local/bin/gsed
 checking for grep that handles long lines and -e... /opt/local/bin/ggrep
 checking for egrep... /opt/local/bin/ggrep -E
 checking for fgrep... /opt/local/bin/ggrep -F
 checking for ld used by /opt/local/bin/gcc-mp-7... /opt/local/bin/ld
 checking if the linker (/opt/local/bin/ld) is GNU ld... no
 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
 checking the name lister (/usr/bin/nm -p) interface... BSD nm
 checking whether ln -s works... yes
 checking the maximum length of command line arguments... 196608
 checking how to convert powerpc-apple-darwin9.8.0 file names to powerpc-
 apple-darwin9.8.0 format... func_convert_file_noop
 checking how to convert powerpc-apple-darwin9.8.0 file names to toolchain
 format... func_convert_file_noop
 checking for /opt/local/bin/ld option to reload object files... -r
 checking for file... file
 checking for objdump... no
 checking how to recognize dependent libraries... pass_all
 checking for dlltool... no
 checking how to associate runtime and link libraries... printf %s\n
 checking for ar... ar
 checking for archiver @FILE support... no
 checking for strip... strip
 checking for ranlib... ranlib
 checking for gawk... (cached) /usr/bin/awk
 checking command to parse /usr/bin/nm -p output from /opt/local/bin/gcc-
 mp-7 object... ok
 checking for sysroot... no
 checking for a working dd... /bin/dd
 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
 checking for mt... no
 checking if : is a manifest tool... no
 checking for dsymutil... dsymutil
 checking for nmedit... nmedit
 checking for lipo... lipo
 checking for otool... otool
 checking for otool64... no
 checking for -single_module linker flag... yes
 checking for -exported_symbols_list linker flag... yes
 checking for -force_load linker flag... yes
 checking for dlfcn.h... yes
 checking for objdir... .libs
 checking if /opt/local/bin/gcc-mp-7 supports -fno-rtti -fno-exceptions...
 no
 checking for /opt/local/bin/gcc-mp-7 option to produce PIC... -fno-common
 -DPIC
 checking if /opt/local/bin/gcc-mp-7 PIC flag -fno-common -DPIC works...
 yes
 checking if /opt/local/bin/gcc-mp-7 static flag -static works... no
 checking if /opt/local/bin/gcc-mp-7 supports -c -o file.o... yes
 checking if /opt/local/bin/gcc-mp-7 supports -c -o file.o... (cached) yes
 checking whether the /opt/local/bin/gcc-mp-7 linker (/opt/local/bin/ld)
 supports shared libraries... yes
 checking dynamic linker characteristics... darwin9.8.0 dyld
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... yes
 checking if libtool supports shared libraries... yes
 checking whether to build shared libraries... yes
 checking whether to build static libraries... yes
 checking target system type... powerpc-apple-darwin9.8.0
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking for a race-free mkdir -p... /opt/local/bin/gmkdir -p
 checking whether make sets $(MAKE)... yes
 checking whether make supports the include directive... yes (GNU style)
 checking whether make supports nested variables... yes
 checking dependency style of /opt/local/bin/gcc-mp-7... gcc3
 checking whether make supports nested variables... (cached) yes
 checking for gcc... (cached) /opt/local/bin/gcc-mp-7
 checking whether the compiler supports GNU C... (cached) yes
 checking whether /opt/local/bin/gcc-mp-7 accepts -g... (cached) yes
 checking for /opt/local/bin/gcc-mp-7 option to enable C11 features...
 (cached) none needed
 checking whether /opt/local/bin/gcc-mp-7 understands -c and -o together...
 (cached) yes
 checking whether the compiler supports GNU C++... yes
 checking whether /opt/local/bin/g++-mp-7 accepts -g... yes
 checking for /opt/local/bin/g++-mp-7 option to enable C++11 features...
 none needed
 checking how to run the C++ preprocessor... /opt/local/bin/g++-mp-7 -E
 checking for ld used by /opt/local/bin/g++-mp-7... /opt/local/bin/ld
 checking if the linker (/opt/local/bin/ld) is GNU ld... no
 checking whether the /opt/local/bin/g++-mp-7 linker (/opt/local/bin/ld)
 supports shared libraries... yes
 checking for /opt/local/bin/g++-mp-7 option to produce PIC... -fno-common
 -DPIC
 checking if /opt/local/bin/g++-mp-7 PIC flag -fno-common -DPIC works...
 yes
 checking if /opt/local/bin/g++-mp-7 static flag -static works... no
 checking if /opt/local/bin/g++-mp-7 supports -c -o file.o... yes
 checking if /opt/local/bin/g++-mp-7 supports -c -o file.o... (cached) yes
 checking whether the /opt/local/bin/g++-mp-7 linker (/opt/local/bin/ld)
 supports shared libraries... yes
 checking dynamic linker characteristics... darwin9.8.0 dyld
 checking how to hardcode library paths into programs... immediate
 checking dependency style of /opt/local/bin/g++-mp-7... gcc3
 checking how to run the C preprocessor... /opt/local/bin/gcc-mp-7 -E
 checking whether ln -s works... yes
 checking whether make sets $(MAKE)... (cached) yes
 checking for pkg-config... /opt/local/bin/pkg-config
 checking pkg-config is at least version 0.20... yes
 checking for a Python interpreter with version >= 3.8... python3.9
 checking for python3.9... /opt/local/bin/python3.9
 checking for python3.9 version... 3.9
 checking for python3.9 platform... darwin
 checking for GNU default python3.9 prefix... ${prefix}
 checking for GNU default python3.9 exec_prefix... ${exec_prefix}
 checking for python3.9 script directory (pythondir)...
 ${PYTHON_PREFIX}/lib/python3.9/site-packages
 checking for python3.9 extension module directory (pyexecdir)...
 ${PYTHON_EXEC_PREFIX}/lib/python3.9/site-packages
 checking whether /opt/local/bin/g++-mp-7 supports C++14 features with
 -std=c++14... yes
 checking whether std::future is available... yes
 checking whether std::map::emplace is available... yes
 checking whether std::atomic_* overloads for std::shared_ptr are
 available... yes
 checking whether thread_local storage class specifier is available.... yes
 checking for zlib >= 1.2.3... yes
 checking for library containing dlopen... none required
 checking for cunit >= 2.1... no
 configure: WARNING: No package 'cunit' found
 checking for CU_initialize_registry in -lcunit... no
 checking for ev_time in -lev... no
 checking for openssl >= 1.0.1... yes
 checking for SSL_is_quic... no
 checking for SSL_set_quic_early_data_context... no
 checking for libcares >= 1.7.5... no
 configure: No package 'libcares' found
 checking for libngtcp2 >= 0.2.0... no
 configure: No package 'libngtcp2' found
 checking for libnghttp3 >= 0.2.0... no
 configure: No package 'libnghttp3' found
 checking for libevent_openssl >= 2.0.8... yes
 checking for jansson >= 2.5... no
 configure: No package 'jansson' found
 checking for libsystemd >= 209... no
 configure: No package 'libsystemd' found
 checking for libxml-2.0 >= 2.6.26... yes
 checking for library containing malloc_stats_print... no
 checking for library containing je_malloc_stats_print... no
 checking whether to enable assertions... yes
 checking for arpa/inet.h... yes
 checking for fcntl.h... yes
 checking for inttypes.h... (cached) yes
 checking for limits.h... yes
 checking for netdb.h... yes
 checking for netinet/in.h... yes
 checking for pwd.h... yes
 checking for stddef.h... yes
 checking for stdint.h... (cached) yes
 checking for stdlib.h... (cached) yes
 checking for string.h... (cached) yes
 checking for sys/socket.h... yes
 checking for sys/time.h... yes
 checking for syslog.h... yes
 checking for time.h... yes
 checking for unistd.h... (cached) yes
 checking for size_t... yes
 checking for ssize_t... yes
 checking for uint8_t... yes
 checking for uint16_t... yes
 checking for uint32_t... yes
 checking for uint64_t... yes
 checking for int8_t... yes
 checking for int16_t... yes
 checking for int32_t... yes
 checking for int64_t... yes
 checking for off_t... yes
 checking for pid_t... yes
 checking for uid_t in sys/types.h... yes
 checking for ptrdiff_t... yes
 checking whether byte ordering is bigendian... yes
 checking for inline... inline
 checking for special C compiler options needed for large files... no
 checking for _FILE_OFFSET_BITS value needed for large files... no
 checking for struct tm.tm_gmtoff... yes
 checking for struct sockaddr_in.sin_len... yes
 checking for struct sockaddr_in6.sin6_len... yes
 checking size of int *... 4
 checking size of time_t... 4
 checking for working chown... yes
 checking for error_at_line... no
 checking for fork... yes
 checking for vfork... yes
 checking for working fork... yes
 checking for working vfork... (cached) yes
 checking for /opt/local/bin/gcc-mp-7 options needed to detect all
 undeclared functions... none needed
 checking whether strerror_r is declared... yes
 checking whether strerror_r returns char *... no
 checking for working strnlen... yes
 checking for _Exit... yes
 checking for accept4... no
 checking for dup2... yes
 checking for getcwd... yes
 checking for getpwnam... yes
 checking for localtime_r... yes
 checking for memchr... yes
 checking for memmove... yes
 checking for memset... yes
 checking for mkostemp... no
 checking for socket... yes
 checking for sqrt... yes
 checking for strchr... yes
 checking for strdup... yes
 checking for strerror... yes
 checking for strndup... yes
 checking for strstr... yes
 checking for strtol... yes
 checking for strtoul... yes
 checking for timegm... yes
 checking for timerfd_create... no
 checking whether initgroups is declared... yes
 checking whether C compiler accepts -fvisibility=hidden... yes
 checking that generated files are newer than configure... done
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating lib/Makefile
 config.status: creating lib/libnghttp2.pc
 config.status: creating lib/includes/Makefile
 config.status: creating lib/includes/nghttp2/nghttp2ver.h
 config.status: creating tests/Makefile
 config.status: creating tests/testdata/Makefile
 config.status: creating third-party/Makefile
 config.status: creating src/Makefile
 config.status: creating src/includes/Makefile
 config.status: creating src/libnghttp2_asio.pc
 config.status: creating bpf/Makefile
 config.status: creating examples/Makefile
 config.status: creating python/Makefile
 config.status: creating python/setup.py
 config.status: creating integration-tests/Makefile
 config.status: creating integration-tests/config.go
 config.status: creating integration-tests/setenv
 config.status: creating doc/Makefile
 config.status: creating doc/conf.py
 config.status: creating doc/index.rst
 config.status: creating doc/package_README.rst
 config.status: creating doc/tutorial-client.rst
 config.status: creating doc/tutorial-server.rst
 config.status: creating doc/tutorial-hpack.rst
 config.status: creating doc/nghttpx-howto.rst
 config.status: creating doc/h2load-howto.rst
 config.status: creating doc/libnghttp2_asio.rst
 config.status: creating doc/python-apiref.rst
 config.status: creating doc/building-android-binary.rst
 config.status: creating doc/nghttp2.h.rst
 config.status: creating doc/nghttp2ver.h.rst
 config.status: creating doc/asio_http2.h.rst
 config.status: creating doc/asio_http2_server.h.rst
 config.status: creating doc/asio_http2_client.h.rst
 config.status: creating doc/contribute.rst
 config.status: creating contrib/Makefile
 config.status: creating script/Makefile
 config.status: creating config.h
 config.status: executing libtool commands
 config.status: executing depfiles commands
 configure: summary of build options:

     Package version: 1.47.0
     Library version: 35:2:21
     Install prefix:  /opt/local
     System types:
       Build:         powerpc-apple-darwin9.8.0
       Host:          powerpc-apple-darwin9.8.0
       Target:        powerpc-apple-darwin9.8.0
     Compiler:
       C compiler:     /opt/local/bin/gcc-mp-7
       CFLAGS:         -pipe -Os -I/opt/local/include/LegacySupport -arch
 ppc
       LDFLAGS:        -L/opt/local/lib -Wl,-headerpad_max_install_names
 -lMacportsLegacySupport -arch ppc
       C++ compiler:   /opt/local/bin/g++-mp-7 -std=c++14
       CXXFLAGS:       -pipe -Os -D_GLIBCXX_USE_CXX11_ABI=0 -arch ppc
       CXXCPP:         /opt/local/bin/g++-mp-7 -E -std=c++14
       C preprocessor: /opt/local/bin/gcc-mp-7 -E
       CPPFLAGS:       -I/opt/local/include
 -I/opt/local/include/LegacySupport
       WARNCFLAGS:
       WARNCXXFLAGS:
       CXX1XCXXFLAGS:
       EXTRACFLAG:     -fvisibility=hidden
       BPFCFLAGS:
       EXTRABPFCFLAGS:
       LIBS:
       DEFS:           -DHAVE_CONFIG_H
       EXTRA_DEFS:     -D__APPLE_USE_RFC_3542
     Library:
       Shared:         yes
       Static:         yes
     Libtool:
       LIBTOOL_LDFLAGS:
     Python:
       Python:         /opt/local/bin/python3.9
       PYTHON_VERSION: 3.9
       pyexecdir:      ${PYTHON_EXEC_PREFIX}/lib/python3.9/site-packages
       PYTHON_CPPFLAGS:
       PYTHON_LIBS:
       Cython:         no
     Test:
       CUnit:          no (CFLAGS='' LIBS='')
       Failmalloc:     yes
     Libs:
       OpenSSL:        yes (CFLAGS='-I/opt/local/libexec/openssl3/include'
 LIBS='-L/opt/local/libexec/openssl3/lib -lssl -lcrypto')
       Libxml2:        yes (CFLAGS='-I/opt/local/include/libxml2'
 LIBS='-L/opt/local/lib -lxml2')
       Libev:          no (CFLAGS='' LIBS='')
       Libc-ares:      no (CFLAGS='' LIBS='')
       libngtcp2:      no (CFLAGS='' LIBS='')
       libngtcp2_crypto_openssl: no (CFLAGS='' LIBS='')
       libngtcp2_crypto_boringssl: no (CFLAGS='' LIBS='')
       libnghttp3:     no (CFLAGS='' LIBS='')
       libbpf:         no (CFLAGS='' LIBS='')
       Libevent(SSL):  yes (CFLAGS='-I/opt/local/libexec/openssl3/include'
 LIBS='-L/opt/local/lib -levent_openssl -levent')
       Jansson:        no (CFLAGS='' LIBS='')
       Jemalloc:       no (CFLAGS='' LIBS='')
       Zlib:           yes (CFLAGS='' LIBS='-L/opt/local/lib -lz')
       Systemd:        no (CFLAGS='' LIBS='')
       Boost CPPFLAGS:
       Boost LDFLAGS:
       Boost::ASIO:
       Boost::System:
       Boost::Thread:
     Third-party:
       http-parser:    no
       MRuby:          no (CFLAGS='' LIBS='')
       Neverbleed:     no
     Features:
       Applications:   no
       HPACK tools:    no
       Libnghttp2_asio:no
       Examples:       no
       Python bindings:no
       Threading:      no
       HTTP/3 (EXPERIMENTAL): no

 Warning: Configuration logfiles contain indications of -Wimplicit-
 function-declaration; check that features were not accidentally disabled:
   SSL_is_quic: found in nghttp2-1.47.0/config.log
   SSL_set_quic_early_data_context: found in nghttp2-1.47.0/config.log
 --->  Building nghttp2
 Executing:  cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib"
 && /usr/bin/make -j4 -w all
 make: Entering directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib'
 Making all in includes
 make[1]: Entering directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib/includes'
 make[1]: Nothing to be done for `all'.
 make[1]: Leaving directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib/includes'
 make[1]: Entering directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib'
 depbase=`echo nghttp2_pq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_pq.lo -MD -MP -MF
 $depbase.Tpo -c -o nghttp2_pq.lo nghttp2_pq.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 depbase=`echo nghttp2_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_map.lo -MD -MP
 -MF $depbase.Tpo -c -o nghttp2_map.lo nghttp2_map.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 depbase=`echo nghttp2_queue.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_queue.lo -MD -MP
 -MF $depbase.Tpo -c -o nghttp2_queue.lo nghttp2_queue.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 depbase=`echo nghttp2_frame.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_frame.lo -MD -MP
 -MF $depbase.Tpo -c -o nghttp2_frame.lo nghttp2_frame.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_map.lo -MD -MP -MF .deps/nghttp2_map.Tpo -c nghttp2_map.c
 -fno-common -DPIC -o .libs/nghttp2_map.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_frame.lo -MD -MP -MF .deps/nghttp2_frame.Tpo -c
 nghttp2_frame.c  -fno-common -DPIC -o .libs/nghttp2_frame.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_pq.lo -MD -MP -MF .deps/nghttp2_pq.Tpo -c nghttp2_pq.c  -fno-
 common -DPIC -o .libs/nghttp2_pq.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_queue.lo -MD -MP -MF .deps/nghttp2_queue.Tpo -c
 nghttp2_queue.c  -fno-common -DPIC -o .libs/nghttp2_queue.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_queue.lo -MD -MP -MF .deps/nghttp2_queue.Tpo -c
 nghttp2_queue.c -o nghttp2_queue.o >/dev/null 2>&1
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_pq.lo -MD -MP -MF .deps/nghttp2_pq.Tpo -c nghttp2_pq.c -o
 nghttp2_pq.o >/dev/null 2>&1
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_map.lo -MD -MP -MF .deps/nghttp2_map.Tpo -c nghttp2_map.c -o
 nghttp2_map.o >/dev/null 2>&1
 depbase=`echo nghttp2_buf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_buf.lo -MD -MP
 -MF $depbase.Tpo -c -o nghttp2_buf.lo nghttp2_buf.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 depbase=`echo nghttp2_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_stream.lo -MD -MP
 -MF $depbase.Tpo -c -o nghttp2_stream.lo nghttp2_stream.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 depbase=`echo nghttp2_outbound_item.lo | sed
 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_outbound_item.lo
 -MD -MP -MF $depbase.Tpo -c -o nghttp2_outbound_item.lo
 nghttp2_outbound_item.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_buf.lo -MD -MP -MF .deps/nghttp2_buf.Tpo -c nghttp2_buf.c
 -fno-common -DPIC -o .libs/nghttp2_buf.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_stream.lo -MD -MP -MF .deps/nghttp2_stream.Tpo -c
 nghttp2_stream.c  -fno-common -DPIC -o .libs/nghttp2_stream.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_frame.lo -MD -MP -MF .deps/nghttp2_frame.Tpo -c
 nghttp2_frame.c -o nghttp2_frame.o >/dev/null 2>&1
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_outbound_item.lo -MD -MP -MF .deps/nghttp2_outbound_item.Tpo
 -c nghttp2_outbound_item.c  -fno-common -DPIC -o
 .libs/nghttp2_outbound_item.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_buf.lo -MD -MP -MF .deps/nghttp2_buf.Tpo -c nghttp2_buf.c -o
 nghttp2_buf.o >/dev/null 2>&1
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_outbound_item.lo -MD -MP -MF .deps/nghttp2_outbound_item.Tpo
 -c nghttp2_outbound_item.c -o nghttp2_outbound_item.o >/dev/null 2>&1
 depbase=`echo nghttp2_session.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_session.lo -MD
 -MP -MF $depbase.Tpo -c -o nghttp2_session.lo nghttp2_session.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_stream.lo -MD -MP -MF .deps/nghttp2_stream.Tpo -c
 nghttp2_stream.c -o nghttp2_stream.o >/dev/null 2>&1
 depbase=`echo nghttp2_submit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_submit.lo -MD -MP
 -MF $depbase.Tpo -c -o nghttp2_submit.lo nghttp2_submit.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_session.lo -MD -MP -MF .deps/nghttp2_session.Tpo -c
 nghttp2_session.c  -fno-common -DPIC -o .libs/nghttp2_session.o
 depbase=`echo nghttp2_helper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_helper.lo -MD -MP
 -MF $depbase.Tpo -c -o nghttp2_helper.lo nghttp2_helper.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_submit.lo -MD -MP -MF .deps/nghttp2_submit.Tpo -c
 nghttp2_submit.c  -fno-common -DPIC -o .libs/nghttp2_submit.o
 depbase=`echo nghttp2_npn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_npn.lo -MD -MP
 -MF $depbase.Tpo -c -o nghttp2_npn.lo nghttp2_npn.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_helper.lo -MD -MP -MF .deps/nghttp2_helper.Tpo -c
 nghttp2_helper.c  -fno-common -DPIC -o .libs/nghttp2_helper.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_submit.lo -MD -MP -MF .deps/nghttp2_submit.Tpo -c
 nghttp2_submit.c -o nghttp2_submit.o >/dev/null 2>&1
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_npn.lo -MD -MP -MF .deps/nghttp2_npn.Tpo -c nghttp2_npn.c
 -fno-common -DPIC -o .libs/nghttp2_npn.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_helper.lo -MD -MP -MF .deps/nghttp2_helper.Tpo -c
 nghttp2_helper.c -o nghttp2_helper.o >/dev/null 2>&1
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_npn.lo -MD -MP -MF .deps/nghttp2_npn.Tpo -c nghttp2_npn.c -o
 nghttp2_npn.o >/dev/null 2>&1
 depbase=`echo nghttp2_hd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_hd.lo -MD -MP -MF
 $depbase.Tpo -c -o nghttp2_hd.lo nghttp2_hd.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 depbase=`echo nghttp2_hd_huffman.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_hd_huffman.lo -MD
 -MP -MF $depbase.Tpo -c -o nghttp2_hd_huffman.lo nghttp2_hd_huffman.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 depbase=`echo nghttp2_hd_huffman_data.lo | sed
 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT
 nghttp2_hd_huffman_data.lo -MD -MP -MF $depbase.Tpo -c -o
 nghttp2_hd_huffman_data.lo nghttp2_hd_huffman_data.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_hd.lo -MD -MP -MF .deps/nghttp2_hd.Tpo -c nghttp2_hd.c  -fno-
 common -DPIC -o .libs/nghttp2_hd.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_hd_huffman.lo -MD -MP -MF .deps/nghttp2_hd_huffman.Tpo -c
 nghttp2_hd_huffman.c  -fno-common -DPIC -o .libs/nghttp2_hd_huffman.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_hd_huffman_data.lo -MD -MP -MF
 .deps/nghttp2_hd_huffman_data.Tpo -c nghttp2_hd_huffman_data.c  -fno-
 common -DPIC -o .libs/nghttp2_hd_huffman_data.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_hd_huffman_data.lo -MD -MP -MF
 .deps/nghttp2_hd_huffman_data.Tpo -c nghttp2_hd_huffman_data.c -o
 nghttp2_hd_huffman_data.o >/dev/null 2>&1
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_hd_huffman.lo -MD -MP -MF .deps/nghttp2_hd_huffman.Tpo -c
 nghttp2_hd_huffman.c -o nghttp2_hd_huffman.o >/dev/null 2>&1
 depbase=`echo nghttp2_version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_version.lo -MD
 -MP -MF $depbase.Tpo -c -o nghttp2_version.lo nghttp2_version.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 depbase=`echo nghttp2_priority_spec.lo | sed
 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_priority_spec.lo
 -MD -MP -MF $depbase.Tpo -c -o nghttp2_priority_spec.lo
 nghttp2_priority_spec.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_version.lo -MD -MP -MF .deps/nghttp2_version.Tpo -c
 nghttp2_version.c  -fno-common -DPIC -o .libs/nghttp2_version.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_priority_spec.lo -MD -MP -MF .deps/nghttp2_priority_spec.Tpo
 -c nghttp2_priority_spec.c  -fno-common -DPIC -o
 .libs/nghttp2_priority_spec.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_version.lo -MD -MP -MF .deps/nghttp2_version.Tpo -c
 nghttp2_version.c -o nghttp2_version.o >/dev/null 2>&1
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_priority_spec.lo -MD -MP -MF .deps/nghttp2_priority_spec.Tpo
 -c nghttp2_priority_spec.c -o nghttp2_priority_spec.o >/dev/null 2>&1
 depbase=`echo nghttp2_option.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_option.lo -MD -MP
 -MF $depbase.Tpo -c -o nghttp2_option.lo nghttp2_option.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 depbase=`echo nghttp2_callbacks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_callbacks.lo -MD
 -MP -MF $depbase.Tpo -c -o nghttp2_callbacks.lo nghttp2_callbacks.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_hd.lo -MD -MP -MF .deps/nghttp2_hd.Tpo -c nghttp2_hd.c -o
 nghttp2_hd.o >/dev/null 2>&1
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_option.lo -MD -MP -MF .deps/nghttp2_option.Tpo -c
 nghttp2_option.c  -fno-common -DPIC -o .libs/nghttp2_option.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_callbacks.lo -MD -MP -MF .deps/nghttp2_callbacks.Tpo -c
 nghttp2_callbacks.c  -fno-common -DPIC -o .libs/nghttp2_callbacks.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_option.lo -MD -MP -MF .deps/nghttp2_option.Tpo -c
 nghttp2_option.c -o nghttp2_option.o >/dev/null 2>&1
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_callbacks.lo -MD -MP -MF .deps/nghttp2_callbacks.Tpo -c
 nghttp2_callbacks.c -o nghttp2_callbacks.o >/dev/null 2>&1
 depbase=`echo nghttp2_mem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_mem.lo -MD -MP
 -MF $depbase.Tpo -c -o nghttp2_mem.lo nghttp2_mem.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 depbase=`echo nghttp2_http.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_http.lo -MD -MP
 -MF $depbase.Tpo -c -o nghttp2_http.lo nghttp2_http.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_mem.lo -MD -MP -MF .deps/nghttp2_mem.Tpo -c nghttp2_mem.c
 -fno-common -DPIC -o .libs/nghttp2_mem.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_http.lo -MD -MP -MF .deps/nghttp2_http.Tpo -c nghttp2_http.c
 -fno-common -DPIC -o .libs/nghttp2_http.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_mem.lo -MD -MP -MF .deps/nghttp2_mem.Tpo -c nghttp2_mem.c -o
 nghttp2_mem.o >/dev/null 2>&1
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_session.lo -MD -MP -MF .deps/nghttp2_session.Tpo -c
 nghttp2_session.c -o nghttp2_session.o >/dev/null 2>&1
 depbase=`echo nghttp2_rcbuf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_rcbuf.lo -MD -MP
 -MF $depbase.Tpo -c -o nghttp2_rcbuf.lo nghttp2_rcbuf.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 depbase=`echo nghttp2_debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
         /bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/gcc-
 mp-7 -DHAVE_CONFIG_H -I. -I..  -I./includes -I./includes
 -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H -I/opt/local/include
 -I/opt/local/include/LegacySupport  -fvisibility=hidden -pipe -Os
 -I/opt/local/include/LegacySupport -arch ppc -MT nghttp2_debug.lo -MD -MP
 -MF $depbase.Tpo -c -o nghttp2_debug.lo nghttp2_debug.c &&\
         mv -f $depbase.Tpo $depbase.Plo
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_rcbuf.lo -MD -MP -MF .deps/nghttp2_rcbuf.Tpo -c
 nghttp2_rcbuf.c  -fno-common -DPIC -o .libs/nghttp2_rcbuf.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_http.lo -MD -MP -MF .deps/nghttp2_http.Tpo -c nghttp2_http.c
 -o nghttp2_http.o >/dev/null 2>&1
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_debug.lo -MD -MP -MF .deps/nghttp2_debug.Tpo -c
 nghttp2_debug.c  -fno-common -DPIC -o .libs/nghttp2_debug.o
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_rcbuf.lo -MD -MP -MF .deps/nghttp2_rcbuf.Tpo -c
 nghttp2_rcbuf.c -o nghttp2_rcbuf.o >/dev/null 2>&1
 libtool: compile:  /opt/local/bin/gcc-mp-7 -DHAVE_CONFIG_H -I. -I..
 -I./includes -I./includes -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H
 -I/opt/local/include -I/opt/local/include/LegacySupport
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -MT nghttp2_debug.lo -MD -MP -MF .deps/nghttp2_debug.Tpo -c
 nghttp2_debug.c -o nghttp2_debug.o >/dev/null 2>&1
 /bin/sh ../libtool  --tag=CC   --mode=link /opt/local/bin/gcc-mp-7
 -fvisibility=hidden -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
 -no-undefined -version-info 35:2:21 -L/opt/local/lib
 -Wl,-headerpad_max_install_names -lMacportsLegacySupport -arch ppc -o
 libnghttp2.la -rpath /opt/local/lib  nghttp2_pq.lo nghttp2_map.lo
 nghttp2_queue.lo nghttp2_frame.lo nghttp2_buf.lo nghttp2_stream.lo
 nghttp2_outbound_item.lo nghttp2_session.lo nghttp2_submit.lo
 nghttp2_helper.lo nghttp2_npn.lo nghttp2_hd.lo nghttp2_hd_huffman.lo
 nghttp2_hd_huffman_data.lo nghttp2_version.lo nghttp2_priority_spec.lo
 nghttp2_option.lo nghttp2_callbacks.lo nghttp2_mem.lo nghttp2_http.lo
 nghttp2_rcbuf.lo nghttp2_debug.lo
 libtool: link: /opt/local/bin/gcc-mp-7 -dynamiclib  -o
 .libs/libnghttp2.14.dylib  .libs/nghttp2_pq.o .libs/nghttp2_map.o
 .libs/nghttp2_queue.o .libs/nghttp2_frame.o .libs/nghttp2_buf.o
 .libs/nghttp2_stream.o .libs/nghttp2_outbound_item.o
 .libs/nghttp2_session.o .libs/nghttp2_submit.o .libs/nghttp2_helper.o
 .libs/nghttp2_npn.o .libs/nghttp2_hd.o .libs/nghttp2_hd_huffman.o
 .libs/nghttp2_hd_huffman_data.o .libs/nghttp2_version.o
 .libs/nghttp2_priority_spec.o .libs/nghttp2_option.o
 .libs/nghttp2_callbacks.o .libs/nghttp2_mem.o .libs/nghttp2_http.o
 .libs/nghttp2_rcbuf.o .libs/nghttp2_debug.o   -L/opt/local/lib
 -lMacportsLegacySupport  -Os -arch ppc -Wl,-headerpad_max_install_names
 -arch ppc   -install_name  /opt/local/lib/libnghttp2.14.dylib
 -compatibility_version 36 -current_version 36.2 -Wl,-single_module
 libtool: link: (cd ".libs" && rm -f "libnghttp2.dylib" && ln -s
 "libnghttp2.14.dylib" "libnghttp2.dylib")
 libtool: link: ar cr .libs/libnghttp2.a  nghttp2_pq.o nghttp2_map.o
 nghttp2_queue.o nghttp2_frame.o nghttp2_buf.o nghttp2_stream.o
 nghttp2_outbound_item.o nghttp2_session.o nghttp2_submit.o
 nghttp2_helper.o nghttp2_npn.o nghttp2_hd.o nghttp2_hd_huffman.o
 nghttp2_hd_huffman_data.o nghttp2_version.o nghttp2_priority_spec.o
 nghttp2_option.o nghttp2_callbacks.o nghttp2_mem.o nghttp2_http.o
 nghttp2_rcbuf.o nghttp2_debug.o
 libtool: link: ranlib .libs/libnghttp2.a
 libtool: link: ( cd ".libs" && rm -f "libnghttp2.la" && ln -s
 "../libnghttp2.la" "libnghttp2.la" )
 make[1]: Leaving directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib'
 make: Leaving directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib'
 --->  Staging nghttp2 into destroot
 . changed
         gid expected 0 found 80 modified
 ./usr missing (created)
 . missing (directory not created: File exists)
 ./Applications missing (created)
 ./Developer missing (created)
 ./Library missing (created)
 . changed
         gid expected 80 found 0 modified
 ./bin missing (created)
 ./etc missing (created)
 ./include missing (created)
 ./lib missing (created)
 ./lib/pkgconfig missing (created)
 ./libexec missing (created)
 ./sbin missing (created)
 ./share missing (created)
 ./share/doc missing (created)
 ./share/info missing (created)
 ./share/man missing (created)
 ./share/man/cat1 missing (created)
 ./share/man/cat2 missing (created)
 ./share/man/cat3 missing (created)
 ./share/man/cat4 missing (created)
 ./share/man/cat5 missing (created)
 ./share/man/cat6 missing (created)
 ./share/man/cat7 missing (created)
 ./share/man/cat8 missing (created)
 ./share/man/cat9 missing (created)
 ./share/man/catl missing (created)
 ./share/man/catn missing (created)
 ./share/man/man1 missing (created)
 ./share/man/man2 missing (created)
 ./share/man/man3 missing (created)
 ./share/man/man4 missing (created)
 ./share/man/man5 missing (created)
 ./share/man/man6 missing (created)
 ./share/man/man7 missing (created)
 ./share/man/man8 missing (created)
 ./share/man/man9 missing (created)
 ./share/man/manl missing (created)
 ./share/man/mann missing (created)
 ./share/nls missing (created)
 ./share/nls/C missing (created)
 ./share/nls/af_ZA.ISO8859-1 missing (created)
 ./share/nls/af_ZA.ISO8859-15 missing (created)
 ./share/nls/bg_BG.CP1251 missing (created)
 ./share/nls/cs_CZ.ISO8859-2 missing (created)
 ./share/nls/da_DK.ISO8859-1 missing (created)
 ./share/nls/da_DK.ISO8859-15 missing (created)
 ./share/nls/de_AT.ISO8859-1 missing (created)
 ./share/nls/de_AT.ISO8859-15 missing (created)
 ./share/nls/de_CH.ISO8859-1 missing (created)
 ./share/nls/de_CH.ISO8859-15 missing (created)
 ./share/nls/de_DE.ISO8859-1 missing (created)
 ./share/nls/de_DE.ISO8859-15 missing (created)
 ./share/nls/el_GR.ISO8859-7 missing (created)
 ./share/nls/en_AU.ISO8859-1 missing (created)
 ./share/nls/en_AU.ISO8859-15 missing (created)
 ./share/nls/en_AU.US-ASCII missing (created)
 ./share/nls/en_CA.ISO8859-1 missing (created)
 ./share/nls/en_CA.ISO8859-15 missing (created)
 ./share/nls/en_CA.US-ASCII missing (created)
 ./share/nls/en_GB.ISO8859-1 missing (created)
 ./share/nls/en_GB.ISO8859-15 missing (created)
 ./share/nls/en_GB.US-ASCII missing (created)
 ./share/nls/en_NZ.ISO8859-1 missing (created)
 ./share/nls/en_NZ.ISO8859-15 missing (created)
 ./share/nls/en_NZ.US-ASCII missing (created)
 ./share/nls/en_US.ISO8859-1 missing (created)
 ./share/nls/en_US.ISO8859-15 missing (created)
 ./share/nls/es_ES.ISO8859-1 missing (created)
 ./share/nls/es_ES.ISO8859-15 missing (created)
 ./share/nls/et_EE.ISO8859-15 missing (created)
 ./share/nls/fi_FI.ISO8859-1 missing (created)
 ./share/nls/fi_FI.ISO8859-15 missing (created)
 ./share/nls/fr_BE.ISO8859-1 missing (created)
 ./share/nls/fr_BE.ISO8859-15 missing (created)
 ./share/nls/fr_CA.ISO8859-1 missing (created)
 ./share/nls/fr_CA.ISO8859-15 missing (created)
 ./share/nls/fr_CH.ISO8859-1 missing (created)
 ./share/nls/fr_CH.ISO8859-15 missing (created)
 ./share/nls/fr_FR.ISO8859-1 missing (created)
 ./share/nls/fr_FR.ISO8859-15 missing (created)
 ./share/nls/hi_IN.ISCII-DEV missing (created)
 ./share/nls/hr_HR.ISO8859-2 missing (created)
 ./share/nls/hu_HU.ISO8859-2 missing (created)
 ./share/nls/is_IS.ISO8859-1 missing (created)
 ./share/nls/is_IS.ISO8859-15 missing (created)
 ./share/nls/it_CH.ISO8859-1 missing (created)
 ./share/nls/it_CH.ISO8859-15 missing (created)
 ./share/nls/it_IT.ISO8859-1 missing (created)
 ./share/nls/it_IT.ISO8859-15 missing (created)
 ./share/nls/ja_JP.SJIS missing (created)
 ./share/nls/ja_JP.eucJP missing (created)
 ./share/nls/ko_KR.eucKR missing (created)
 ./share/nls/la_LN.ISO8859-1 missing (created)
 ./share/nls/la_LN.ISO8859-15 missing (created)
 ./share/nls/la_LN.ISO8859-2 missing (created)
 ./share/nls/la_LN.ISO8859-4 missing (created)
 ./share/nls/la_LN.US-ASCII missing (created)
 ./share/nls/lt_LT.ISO8859-4 missing (created)
 ./share/nls/nl_BE.ISO8859-1 missing (created)
 ./share/nls/nl_BE.ISO8859-15 missing (created)
 ./share/nls/nl_NL.ISO8859-1 missing (created)
 ./share/nls/nl_NL.ISO8859-15 missing (created)
 ./share/nls/no_NO.ISO8859-1 missing (created)
 ./share/nls/no_NO.ISO8859-15 missing (created)
 ./share/nls/pl_PL.ISO8859-2 missing (created)
 ./share/nls/pt_BR.ISO8859-1 missing (created)
 ./share/nls/pt_PT.ISO8859-1 missing (created)
 ./share/nls/pt_PT.ISO8859-15 missing (created)
 ./share/nls/ro_RO.ISO8859-2 missing (created)
 ./share/nls/ru_RU.CP866 missing (created)
 ./share/nls/ru_RU.ISO8859-5 missing (created)
 ./share/nls/ru_RU.KOI8-R missing (created)
 ./share/nls/sk_SK.ISO8859-2 missing (created)
 ./share/nls/sl_SI.ISO8859-2 missing (created)
 ./share/nls/sv_SE.ISO8859-1 missing (created)
 ./share/nls/sv_SE.ISO8859-15 missing (created)
 ./share/nls/tr_TR.ISO8859-9 missing (created)
 ./share/nls/uk_UA.ISO8859-5 missing (created)
 ./share/nls/uk_UA.KOI8-U missing (created)
 ./share/nls/zh_CN.eucCN missing (created)
 ./share/nls/zh_TW.Big5 missing (created)
 ./share/skel missing (created)
 ./var missing (created)
 ./var/cache missing (created)
 ./var/db missing (created)
 ./var/log missing (created)
 ./var/run missing (created)
 ./var/spool missing (created)
 ./www missing (created)
 Executing:  cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib"
 && /usr/bin/make -w install
 DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/destroot
 make: Entering directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib'
 Making install in includes
 make[1]: Entering directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib/includes'
 make[2]: Entering directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib/includes'
 make[2]: Nothing to be done for `install-exec-am'.
  /opt/local/bin/gmkdir -p
 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/destroot/opt/local/include'
  /opt/local/bin/gmkdir -p
 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/destroot/opt/local/include/nghttp2'
  /usr/bin/install -c -m 644  nghttp2/nghttp2.h nghttp2/nghttp2ver.h
 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/destroot/opt/local/include/nghttp2'
 make[2]: Leaving directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib/includes'
 make[1]: Leaving directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib/includes'
 make[1]: Entering directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib'
 make[2]: Entering directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib'
  /opt/local/bin/gmkdir -p
 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/destroot/opt/local/lib'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c   libnghttp2.la
 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/destroot/opt/local/lib'
 libtool: install: /usr/bin/install -c .libs/libnghttp2.14.dylib
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/destroot/opt/local/lib/libnghttp2.14.dylib
 libtool: install: (cd
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/destroot/opt/local/lib
 && { ln -s -f libnghttp2.14.dylib libnghttp2.dylib || { rm -f
 libnghttp2.dylib && ln -s libnghttp2.14.dylib libnghttp2.dylib; }; })
 libtool: install: /usr/bin/install -c .libs/libnghttp2.lai
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/destroot/opt/local/lib/libnghttp2.la
 libtool: install: /usr/bin/install -c .libs/libnghttp2.a
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/destroot/opt/local/lib/libnghttp2.a
 libtool: install: chmod 644
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/destroot/opt/local/lib/libnghttp2.a
 libtool: install: ranlib
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/destroot/opt/local/lib/libnghttp2.a
 libtool: warning: remember to run 'libtool --finish /opt/local/lib'
  /opt/local/bin/gmkdir -p
 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/destroot/opt/local/lib/pkgconfig'
  /usr/bin/install -c -m 644 libnghttp2.pc
 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/destroot/opt/local/lib/pkgconfig'
 make[2]: Leaving directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib'
 make[1]: Leaving directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib'
 make: Leaving directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/nghttp2-1.47.0/lib'
 --->  Patching libnghttp2.la: /dependency_libs/ s/'.*'/''/
 --->  Installing nghttp2 @1.47.0_0
 Executing:  cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_nghttp2/nghttp2/work/destroot"
 && /usr/bin/tar -cvf - . | /usr/bin/bzip2 -c9 >
 /opt/local/var/macports/software/nghttp2/nghttp2-1.47.0_0.darwin_9.ppc.tbz2
 ./
 ./+COMMENT
 ./+CONTENTS
 ./+DESC
 ./+PORTFILE
 ./+STATE
 ./opt/
 ./opt/local/
 ./opt/local/include/
 ./opt/local/include/nghttp2/
 ./opt/local/include/nghttp2/nghttp2.h
 ./opt/local/include/nghttp2/nghttp2ver.h
 ./opt/local/lib/
 ./opt/local/lib/libnghttp2.14.dylib
 ./opt/local/lib/libnghttp2.a
 ./opt/local/lib/libnghttp2.dylib
 ./opt/local/lib/libnghttp2.la
 ./opt/local/lib/pkgconfig/
 ./opt/local/lib/pkgconfig/libnghttp2.pc
 --->  Activating nghttp2 @1.47.0_0
 x ./
 x ./+COMMENT
 x ./+CONTENTS
 x ./+DESC
 x ./+PORTFILE
 x ./+STATE
 x ./opt/
 x ./opt/local/
 x ./opt/local/include/
 x ./opt/local/include/nghttp2/
 x ./opt/local/include/nghttp2/nghttp2.h
 x ./opt/local/include/nghttp2/nghttp2ver.h
 x ./opt/local/lib/
 x ./opt/local/lib/libnghttp2.14.dylib
 x ./opt/local/lib/libnghttp2.a
 x ./opt/local/lib/libnghttp2.dylib
 x ./opt/local/lib/libnghttp2.la
 x ./opt/local/lib/pkgconfig/
 x ./opt/local/lib/pkgconfig/libnghttp2.pc
 --->  Cleaning nghttp2
 --->  Removing work directory for nghttp2
 36-61:~ svacchanda$ port -v installed nghttp2
 The following ports are currently installed:
   nghttp2 @1.47.0_0 (active) requested_variants='' platform='darwin 9'
 archs='ppc' date='2022-04-24T19:39:31+0800'
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/65066>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list