Changes between Initial Version and Version 5 of Ticket #65066


Ignore:
Timestamp:
Apr 25, 2022, 4:14:36 AM (2 years ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65066 – Description

    initial v5  
    33{{{
    4436-61:~ svacchanda$ sudo port -v -n install nghttp2 +universal
    5 Password:
    6 --->  Computing dependencies for nghttp2.
    7 --->  Fetching distfiles for nghttp2
    8 --->  nghttp2-1.47.0.tar.xz does not exist in /opt/local/var/macports/distfiles/nghttp2
    9 --->  Attempting to fetch nghttp2-1.47.0.tar.xz from https://github.com/nghttp2/nghttp2/releases/download/v1.47.0
    10   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
    11                                  Dload  Upload   Total   Spent    Left  Speed
    12 100   658  100   658    0     0    509      0  0:00:01  0:00:01 --:--:--   510
    13 100 3934k  100 3934k    0     0   764k      0  0:00:05  0:00:05 --:--:-- 1419k
    14 --->  Verifying checksums for nghttp2
    15 --->  Checksumming nghttp2-1.47.0.tar.xz
    16 --->  Extracting nghttp2
    17 --->  Extracting nghttp2-1.47.0.tar.xz
    18 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 -
    19 --->  Applying patches to nghttp2
    20 --->  Applying patch-src-shrpx_client_handler.cc.diff
    21 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'
    22 patching file src/shrpx_client_handler.cc
    23 Hunk #1 succeeded at 1054 (offset 74 lines).
    24 --->  Applying patch-src-shrpx_downstream_connection_pool.cc.diff
    25 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'
    26 patching file src/shrpx_downstream_connection_pool.cc
    27 --->  Applying src-shrpx_config.diff
    28 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'
    29 patching file src/shrpx_config.cc
    30 --->  Configuring nghttp2
    31 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
    32 autoreconf: export WARNINGS=
    33 autoreconf: Entering directory '.'
    34 autoreconf: configure.ac: not using Gettext
    35 autoreconf: running: /opt/local/bin/aclocal -I m4
    36 autoreconf: configure.ac: tracing
    37 autoreconf: running: /opt/local/bin/glibtoolize --copy
    38 glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
    39 glibtoolize: copying file './ltmain.sh'
    40 glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
    41 glibtoolize: copying file 'm4/libtool.m4'
    42 glibtoolize: copying file 'm4/ltversion.m4'
    43 autoreconf: configure.ac: not using Intltool
    44 autoreconf: configure.ac: not using Gtkdoc
    45 autoreconf: running: /opt/local/bin/aclocal -I m4
    46 autoreconf: running: /opt/local/bin/autoconf
    47 autoreconf: running: /opt/local/bin/autoheader
    48 autoreconf: running: /opt/local/bin/automake --add-missing --copy --no-force
    49 autoreconf: Leaving directory '.'
    50 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
    51 checking for gcc... /opt/local/bin/gcc-mp-7
    52 checking whether the C compiler works... yes
    53 checking for C compiler default output file name... a.out
    54 checking for suffix of executables...
    55 checking whether we are cross compiling... no
    56 checking for suffix of object files... o
    57 checking whether the compiler supports GNU C... yes
    58 checking whether /opt/local/bin/gcc-mp-7 accepts -g... yes
    59 checking for /opt/local/bin/gcc-mp-7 option to enable C11 features... none needed
    60 checking whether /opt/local/bin/gcc-mp-7 understands -c and -o together... yes
    61 checking for stdio.h... yes
    62 checking for stdlib.h... yes
    63 checking for string.h... yes
    64 checking for inttypes.h... yes
    65 checking for stdint.h... yes
    66 checking for strings.h... yes
    67 checking for sys/stat.h... yes
    68 checking for sys/types.h... yes
    69 checking for unistd.h... yes
    70 checking for wchar.h... yes
    71 checking for minix/config.h... no
    72 checking for vfork.h... no
    73 checking whether it is safe to define __EXTENSIONS__... yes
    74 checking whether _XOPEN_SOURCE should be defined... no
    75 checking build system type... powerpc-apple-darwin9.8.0
    76 checking host system type... powerpc-apple-darwin9.8.0
    77 checking how to print strings... printf
    78 checking for a sed that does not truncate output... /opt/local/bin/gsed
    79 checking for grep that handles long lines and -e... /opt/local/bin/ggrep
    80 checking for egrep... /opt/local/bin/ggrep -E
    81 checking for fgrep... /opt/local/bin/ggrep -F
    82 checking for ld used by /opt/local/bin/gcc-mp-7... /opt/local/bin/ld
    83 checking if the linker (/opt/local/bin/ld) is GNU ld... no
    84 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
    85 checking the name lister (/usr/bin/nm -p) interface... BSD nm
    86 checking whether ln -s works... yes
    87 checking the maximum length of command line arguments... 196608
    88 checking how to convert powerpc-apple-darwin9.8.0 file names to powerpc-apple-darwin9.8.0 format... func_convert_file_noop
    89 checking how to convert powerpc-apple-darwin9.8.0 file names to toolchain format... func_convert_file_noop
    90 checking for /opt/local/bin/ld option to reload object files... -r
    91 checking for file... file
    92 checking for objdump... no
    93 checking how to recognize dependent libraries... pass_all
    94 checking for dlltool... no
    95 checking how to associate runtime and link libraries... printf %s\n
    96 checking for ar... ar
    97 checking for archiver @FILE support... no
    98 checking for strip... strip
    99 checking for ranlib... ranlib
    100 checking for gawk... (cached) /usr/bin/awk
    101 checking command to parse /usr/bin/nm -p output from /opt/local/bin/gcc-mp-7 object... ok
    102 checking for sysroot... no
    103 checking for a working dd... /bin/dd
    104 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
    105 checking for mt... no
    106 checking if : is a manifest tool... no
    107 checking for dsymutil... dsymutil
    108 checking for nmedit... nmedit
    109 checking for lipo... lipo
    110 checking for otool... otool
    111 checking for otool64... no
    112 checking for -single_module linker flag... yes
    113 checking for -exported_symbols_list linker flag... yes
    114 checking for -force_load linker flag... yes
    115 checking for dlfcn.h... yes
    116 checking for objdir... .libs
    117 checking if /opt/local/bin/gcc-mp-7 supports -fno-rtti -fno-exceptions... no
    118 checking for /opt/local/bin/gcc-mp-7 option to produce PIC... -fno-common -DPIC
    119 checking if /opt/local/bin/gcc-mp-7 PIC flag -fno-common -DPIC works... yes
    120 checking if /opt/local/bin/gcc-mp-7 static flag -static works... no
    121 checking if /opt/local/bin/gcc-mp-7 supports -c -o file.o... yes
    122 checking if /opt/local/bin/gcc-mp-7 supports -c -o file.o... (cached) yes
    123 checking whether the /opt/local/bin/gcc-mp-7 linker (/opt/local/bin/ld) supports shared libraries... yes
    124 checking dynamic linker characteristics... darwin9.8.0 dyld
    125 checking how to hardcode library paths into programs... immediate
    126 checking whether stripping libraries is possible... yes
    127 checking if libtool supports shared libraries... yes
    128 checking whether to build shared libraries... yes
    129 checking whether to build static libraries... yes
    130 checking target system type... powerpc-apple-darwin9.8.0
    131 checking for a BSD-compatible install... /usr/bin/install -c
    132 checking whether build environment is sane... yes
    133 checking for a race-free mkdir -p... /opt/local/bin/gmkdir -p
    134 checking whether make sets $(MAKE)... yes
    135 checking whether make supports the include directive... yes (GNU style)
    136 checking whether make supports nested variables... yes
    137 checking dependency style of /opt/local/bin/gcc-mp-7... gcc3
    138 checking whether make supports nested variables... (cached) yes
    139 checking for gcc... (cached) /opt/local/bin/gcc-mp-7
    140 checking whether the compiler supports GNU C... (cached) yes
    141 checking whether /opt/local/bin/gcc-mp-7 accepts -g... (cached) yes
    142 checking for /opt/local/bin/gcc-mp-7 option to enable C11 features... (cached) none needed
    143 checking whether /opt/local/bin/gcc-mp-7 understands -c and -o together... (cached) yes
    144 checking whether the compiler supports GNU C++... yes
    145 checking whether /opt/local/bin/g++-mp-7 accepts -g... yes
    146 checking for /opt/local/bin/g++-mp-7 option to enable C++11 features... none needed
    147 checking how to run the C++ preprocessor... /opt/local/bin/g++-mp-7 -E
    148 checking for ld used by /opt/local/bin/g++-mp-7... /opt/local/bin/ld
    149 checking if the linker (/opt/local/bin/ld) is GNU ld... no
    150 checking whether the /opt/local/bin/g++-mp-7 linker (/opt/local/bin/ld) supports shared libraries... yes
    151 checking for /opt/local/bin/g++-mp-7 option to produce PIC... -fno-common -DPIC
    152 checking if /opt/local/bin/g++-mp-7 PIC flag -fno-common -DPIC works... yes
    153 checking if /opt/local/bin/g++-mp-7 static flag -static works... no
    154 checking if /opt/local/bin/g++-mp-7 supports -c -o file.o... yes
    155 checking if /opt/local/bin/g++-mp-7 supports -c -o file.o... (cached) yes
    156 checking whether the /opt/local/bin/g++-mp-7 linker (/opt/local/bin/ld) supports shared libraries... yes
    157 checking dynamic linker characteristics... darwin9.8.0 dyld
    158 checking how to hardcode library paths into programs... immediate
    159 checking dependency style of /opt/local/bin/g++-mp-7... gcc3
    160 checking how to run the C preprocessor... /opt/local/bin/gcc-mp-7 -E
    161 checking whether ln -s works... yes
    162 checking whether make sets $(MAKE)... (cached) yes
    163 checking for pkg-config... /opt/local/bin/pkg-config
    164 checking pkg-config is at least version 0.20... yes
    165 checking for a Python interpreter with version >= 3.8... python3.9
    166 checking for python3.9... /opt/local/bin/python3.9
    167 checking for python3.9 version... 3.9
    168 checking for python3.9 platform... darwin
    169 checking for GNU default python3.9 prefix... ${prefix}
    170 checking for GNU default python3.9 exec_prefix... ${exec_prefix}
    171 checking for python3.9 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.9/site-packages
    172 checking for python3.9 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.9/site-packages
    173 checking whether /opt/local/bin/g++-mp-7 supports C++14 features with -std=c++14... yes
    174 checking whether std::future is available... yes
    175 checking whether std::map::emplace is available... yes
    176 checking whether std::atomic_* overloads for std::shared_ptr are available... yes
    177 checking whether thread_local storage class specifier is available.... yes
    178 checking for zlib >= 1.2.3... yes
    179 checking for library containing dlopen... none required
    180 checking for cunit >= 2.1... no
    181 configure: WARNING: No package 'cunit' found
    182 checking for CU_initialize_registry in -lcunit... no
    183 checking for ev_time in -lev... no
    184 checking for openssl >= 1.0.1... yes
    185 checking for SSL_is_quic... no
    186 checking for SSL_set_quic_early_data_context... no
    187 checking for libcares >= 1.7.5... no
    188 configure: No package 'libcares' found
    189 checking for libngtcp2 >= 0.2.0... no
    190 configure: No package 'libngtcp2' found
    191 checking for libnghttp3 >= 0.2.0... no
    192 configure: No package 'libnghttp3' found
    193 checking for libevent_openssl >= 2.0.8... yes
    194 checking for jansson >= 2.5... no
    195 configure: No package 'jansson' found
    196 checking for libsystemd >= 209... no
    197 configure: No package 'libsystemd' found
    198 checking for libxml-2.0 >= 2.6.26... yes
    199 checking for library containing malloc_stats_print... no
    200 checking for library containing je_malloc_stats_print... no
    201 checking whether to enable assertions... yes
    202 checking for arpa/inet.h... yes
    203 checking for fcntl.h... yes
    204 checking for inttypes.h... (cached) yes
    205 checking for limits.h... yes
    206 checking for netdb.h... yes
    207 checking for netinet/in.h... yes
    208 checking for pwd.h... yes
    209 checking for stddef.h... yes
    210 checking for stdint.h... (cached) yes
    211 checking for stdlib.h... (cached) yes
    212 checking for string.h... (cached) yes
    213 checking for sys/socket.h... yes
    214 checking for sys/time.h... yes
    215 checking for syslog.h... yes
    216 checking for time.h... yes
    217 checking for unistd.h... (cached) yes
    218 checking for size_t... yes
    219 checking for ssize_t... yes
    220 checking for uint8_t... yes
    221 checking for uint16_t... yes
    222 checking for uint32_t... yes
    223 checking for uint64_t... yes
    224 checking for int8_t... yes
    225 checking for int16_t... yes
    226 checking for int32_t... yes
    227 checking for int64_t... yes
    228 checking for off_t... yes
    229 checking for pid_t... yes
    230 checking for uid_t in sys/types.h... yes
    231 checking for ptrdiff_t... yes
    232 checking whether byte ordering is bigendian... yes
    233 checking for inline... inline
    234 checking for special C compiler options needed for large files... no
    235 checking for _FILE_OFFSET_BITS value needed for large files... no
    236 checking for struct tm.tm_gmtoff... yes
    237 checking for struct sockaddr_in.sin_len... yes
    238 checking for struct sockaddr_in6.sin6_len... yes
    239 checking size of int *... 4
    240 checking size of time_t... 4
    241 checking for working chown... yes
    242 checking for error_at_line... no
    243 checking for fork... yes
    244 checking for vfork... yes
    245 checking for working fork... yes
    246 checking for working vfork... (cached) yes
    247 checking for /opt/local/bin/gcc-mp-7 options needed to detect all undeclared functions... none needed
    248 checking whether strerror_r is declared... yes
    249 checking whether strerror_r returns char *... no
    250 checking for working strnlen... yes
    251 checking for _Exit... yes
    252 checking for accept4... no
    253 checking for dup2... yes
    254 checking for getcwd... yes
    255 checking for getpwnam... yes
    256 checking for localtime_r... yes
    257 checking for memchr... yes
    258 checking for memmove... yes
    259 checking for memset... yes
    260 checking for mkostemp... no
    261 checking for socket... yes
    262 checking for sqrt... yes
    263 checking for strchr... yes
    264 checking for strdup... yes
    265 checking for strerror... yes
    266 checking for strndup... yes
    267 checking for strstr... yes
    268 checking for strtol... yes
    269 checking for strtoul... yes
    270 checking for timegm... yes
    271 checking for timerfd_create... no
    272 checking whether initgroups is declared... yes
    273 checking whether C compiler accepts -fvisibility=hidden... yes
    274 checking that generated files are newer than configure... done
    275 configure: creating ./config.status
    276 config.status: creating Makefile
    277 config.status: creating lib/Makefile
    278 config.status: creating lib/libnghttp2.pc
    279 config.status: creating lib/includes/Makefile
    280 config.status: creating lib/includes/nghttp2/nghttp2ver.h
    281 config.status: creating tests/Makefile
    282 config.status: creating tests/testdata/Makefile
    283 config.status: creating third-party/Makefile
    284 config.status: creating src/Makefile
    285 config.status: creating src/includes/Makefile
    286 config.status: creating src/libnghttp2_asio.pc
    287 config.status: creating bpf/Makefile
    288 config.status: creating examples/Makefile
    289 config.status: creating python/Makefile
    290 config.status: creating python/setup.py
    291 config.status: creating integration-tests/Makefile
    292 config.status: creating integration-tests/config.go
    293 config.status: creating integration-tests/setenv
    294 config.status: creating doc/Makefile
    295 config.status: creating doc/conf.py
    296 config.status: creating doc/index.rst
    297 config.status: creating doc/package_README.rst
    298 config.status: creating doc/tutorial-client.rst
    299 config.status: creating doc/tutorial-server.rst
    300 config.status: creating doc/tutorial-hpack.rst
    301 config.status: creating doc/nghttpx-howto.rst
    302 config.status: creating doc/h2load-howto.rst
    303 config.status: creating doc/libnghttp2_asio.rst
    304 config.status: creating doc/python-apiref.rst
    305 config.status: creating doc/building-android-binary.rst
    306 config.status: creating doc/nghttp2.h.rst
    307 config.status: creating doc/nghttp2ver.h.rst
    308 config.status: creating doc/asio_http2.h.rst
    309 config.status: creating doc/asio_http2_server.h.rst
    310 config.status: creating doc/asio_http2_client.h.rst
    311 config.status: creating doc/contribute.rst
    312 config.status: creating contrib/Makefile
    313 config.status: creating script/Makefile
    314 config.status: creating config.h
    315 config.status: executing libtool commands
    316 config.status: executing depfiles commands
    317 configure: summary of build options:
    3185
    319     Package version: 1.47.0
    320     Library version: 35:2:21
    321     Install prefix:  /opt/local
    322     System types:
    323       Build:         powerpc-apple-darwin9.8.0
    324       Host:          powerpc-apple-darwin9.8.0
    325       Target:        powerpc-apple-darwin9.8.0
    326     Compiler:
    327       C compiler:     /opt/local/bin/gcc-mp-7
    328       CFLAGS:         -pipe -Os -I/opt/local/include/LegacySupport -arch ppc
    329       LDFLAGS:        -L/opt/local/lib -Wl,-headerpad_max_install_names -lMacportsLegacySupport -arch ppc
    330       C++ compiler:   /opt/local/bin/g++-mp-7 -std=c++14
    331       CXXFLAGS:       -pipe -Os -D_GLIBCXX_USE_CXX11_ABI=0 -arch ppc
    332       CXXCPP:         /opt/local/bin/g++-mp-7 -E -std=c++14
    333       C preprocessor: /opt/local/bin/gcc-mp-7 -E
    334       CPPFLAGS:       -I/opt/local/include -I/opt/local/include/LegacySupport
    335       WARNCFLAGS:     
    336       WARNCXXFLAGS:   
    337       CXX1XCXXFLAGS: 
    338       EXTRACFLAG:     -fvisibility=hidden
    339       BPFCFLAGS:     
    340       EXTRABPFCFLAGS:
    341       LIBS:           
    342       DEFS:           -DHAVE_CONFIG_H
    343       EXTRA_DEFS:     -D__APPLE_USE_RFC_3542
    344     Library:
    345       Shared:         yes
    346       Static:         yes
    347     Libtool:
    348       LIBTOOL_LDFLAGS:
    349     Python:
    350       Python:         /opt/local/bin/python3.9
    351       PYTHON_VERSION: 3.9
    352       pyexecdir:      ${PYTHON_EXEC_PREFIX}/lib/python3.9/site-packages
    353       PYTHON_CPPFLAGS:
    354       PYTHON_LIBS:   
    355       Cython:         no
    356     Test:
    357       CUnit:          no (CFLAGS='' LIBS='')
    358       Failmalloc:     yes
    359     Libs:
    360       OpenSSL:        yes (CFLAGS='-I/opt/local/libexec/openssl3/include' LIBS='-L/opt/local/libexec/openssl3/lib -lssl -lcrypto')
    361       Libxml2:        yes (CFLAGS='-I/opt/local/include/libxml2' LIBS='-L/opt/local/lib -lxml2')
    362       Libev:          no (CFLAGS='' LIBS='')
    363       Libc-ares:      no (CFLAGS='' LIBS='')
    364       libngtcp2:      no (CFLAGS='' LIBS='')
    365       libngtcp2_crypto_openssl: no (CFLAGS='' LIBS='')
    366       libngtcp2_crypto_boringssl: no (CFLAGS='' LIBS='')
    367       libnghttp3:     no (CFLAGS='' LIBS='')
    368       libbpf:         no (CFLAGS='' LIBS='')
    369       Libevent(SSL):  yes (CFLAGS='-I/opt/local/libexec/openssl3/include' LIBS='-L/opt/local/lib -levent_openssl -levent')
    370       Jansson:        no (CFLAGS='' LIBS='')
    371       Jemalloc:       no (CFLAGS='' LIBS='')
    372       Zlib:           yes (CFLAGS='' LIBS='-L/opt/local/lib -lz')
    373       Systemd:        no (CFLAGS='' LIBS='')
    374       Boost CPPFLAGS:
    375       Boost LDFLAGS: 
    376       Boost::ASIO:   
    377       Boost::System: 
    378       Boost::Thread: 
    379     Third-party:
    380       http-parser:    no
    381       MRuby:          no (CFLAGS='' LIBS='')
    382       Neverbleed:     no
    383     Features:
    384       Applications:   no
    385       HPACK tools:    no
    386       Libnghttp2_asio:no
    387       Examples:       no
    388       Python bindings:no
    389       Threading:      no
    390       HTTP/3 (EXPERIMENTAL): no
    391 
    392 Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentally disabled:
    393   SSL_is_quic: found in nghttp2-1.47.0/config.log
    394   SSL_set_quic_early_data_context: found in nghttp2-1.47.0/config.log
    395 --->  Building nghttp2
    396 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
    397 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'
    398 Making all in includes
    399 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'
    400 make[1]: Nothing to be done for `all'.
    401 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'
    402 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'
    403 depbase=`echo nghttp2_pq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    404         /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 &&\
    405         mv -f $depbase.Tpo $depbase.Plo
    406 depbase=`echo nghttp2_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    407         /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 &&\
    408         mv -f $depbase.Tpo $depbase.Plo
    409 depbase=`echo nghttp2_queue.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    410         /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 &&\
    411         mv -f $depbase.Tpo $depbase.Plo
    412 depbase=`echo nghttp2_frame.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    413         /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 &&\
    414         mv -f $depbase.Tpo $depbase.Plo
    415 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
    416 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
    417 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
    418 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
    419 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
    420 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
    421 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
    422 depbase=`echo nghttp2_buf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    423         /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 &&\
    424         mv -f $depbase.Tpo $depbase.Plo
    425 depbase=`echo nghttp2_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    426         /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 &&\
    427         mv -f $depbase.Tpo $depbase.Plo
    428 depbase=`echo nghttp2_outbound_item.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    429         /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 &&\
    430         mv -f $depbase.Tpo $depbase.Plo
    431 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
    432 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
    433 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
    434 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
    435 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
    436 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
    437 depbase=`echo nghttp2_session.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    438         /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 &&\
    439         mv -f $depbase.Tpo $depbase.Plo
    440 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
    441 depbase=`echo nghttp2_submit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    442         /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 &&\
    443         mv -f $depbase.Tpo $depbase.Plo
    444 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
    445 depbase=`echo nghttp2_helper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    446         /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 &&\
    447         mv -f $depbase.Tpo $depbase.Plo
    448 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
    449 depbase=`echo nghttp2_npn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    450         /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 &&\
    451         mv -f $depbase.Tpo $depbase.Plo
    452 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
    453 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
    454 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
    455 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
    456 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
    457 depbase=`echo nghttp2_hd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    458         /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 &&\
    459         mv -f $depbase.Tpo $depbase.Plo
    460 depbase=`echo nghttp2_hd_huffman.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    461         /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 &&\
    462         mv -f $depbase.Tpo $depbase.Plo
    463 depbase=`echo nghttp2_hd_huffman_data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    464         /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 &&\
    465         mv -f $depbase.Tpo $depbase.Plo
    466 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
    467 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
    468 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
    469 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
    470 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
    471 depbase=`echo nghttp2_version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    472         /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 &&\
    473         mv -f $depbase.Tpo $depbase.Plo
    474 depbase=`echo nghttp2_priority_spec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    475         /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 &&\
    476         mv -f $depbase.Tpo $depbase.Plo
    477 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
    478 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
    479 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
    480 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
    481 depbase=`echo nghttp2_option.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    482         /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 &&\
    483         mv -f $depbase.Tpo $depbase.Plo
    484 depbase=`echo nghttp2_callbacks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    485         /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 &&\
    486         mv -f $depbase.Tpo $depbase.Plo
    487 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
    488 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
    489 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
    490 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
    491 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
    492 depbase=`echo nghttp2_mem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    493         /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 &&\
    494         mv -f $depbase.Tpo $depbase.Plo
    495 depbase=`echo nghttp2_http.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    496         /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 &&\
    497         mv -f $depbase.Tpo $depbase.Plo
    498 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
    499 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
    500 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
    501 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
    502 depbase=`echo nghttp2_rcbuf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    503         /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 &&\
    504         mv -f $depbase.Tpo $depbase.Plo
    505 depbase=`echo nghttp2_debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    506         /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 &&\
    507         mv -f $depbase.Tpo $depbase.Plo
    508 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
    509 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
    510 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
    511 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
    512 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
    513 /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 
    514 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
    515 libtool: link: (cd ".libs" && rm -f "libnghttp2.dylib" && ln -s "libnghttp2.14.dylib" "libnghttp2.dylib")
    516 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
    517 libtool: link: ranlib .libs/libnghttp2.a
    518 libtool: link: ( cd ".libs" && rm -f "libnghttp2.la" && ln -s "../libnghttp2.la" "libnghttp2.la" )
    519 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'
    520 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'
    521 --->  Staging nghttp2 into destroot
    522 . changed
    523         gid expected 0 found 80 modified
    524 ./usr missing (created)
    525 . missing (directory not created: File exists)
    526 ./Applications missing (created)
    527 ./Developer missing (created)
    528 ./Library missing (created)
    529 . changed
    530         gid expected 80 found 0 modified
    531 ./bin missing (created)
    532 ./etc missing (created)
    533 ./include missing (created)
    534 ./lib missing (created)
    535 ./lib/pkgconfig missing (created)
    536 ./libexec missing (created)
    537 ./sbin missing (created)
    538 ./share missing (created)
    539 ./share/doc missing (created)
    540 ./share/info missing (created)
    541 ./share/man missing (created)
    542 ./share/man/cat1 missing (created)
    543 ./share/man/cat2 missing (created)
    544 ./share/man/cat3 missing (created)
    545 ./share/man/cat4 missing (created)
    546 ./share/man/cat5 missing (created)
    547 ./share/man/cat6 missing (created)
    548 ./share/man/cat7 missing (created)
    549 ./share/man/cat8 missing (created)
    550 ./share/man/cat9 missing (created)
    551 ./share/man/catl missing (created)
    552 ./share/man/catn missing (created)
    553 ./share/man/man1 missing (created)
    554 ./share/man/man2 missing (created)
    555 ./share/man/man3 missing (created)
    556 ./share/man/man4 missing (created)
    557 ./share/man/man5 missing (created)
    558 ./share/man/man6 missing (created)
    559 ./share/man/man7 missing (created)
    560 ./share/man/man8 missing (created)
    561 ./share/man/man9 missing (created)
    562 ./share/man/manl missing (created)
    563 ./share/man/mann missing (created)
    564 ./share/nls missing (created)
    565 ./share/nls/C missing (created)
    566 ./share/nls/af_ZA.ISO8859-1 missing (created)
    567 ./share/nls/af_ZA.ISO8859-15 missing (created)
    568 ./share/nls/bg_BG.CP1251 missing (created)
    569 ./share/nls/cs_CZ.ISO8859-2 missing (created)
    570 ./share/nls/da_DK.ISO8859-1 missing (created)
    571 ./share/nls/da_DK.ISO8859-15 missing (created)
    572 ./share/nls/de_AT.ISO8859-1 missing (created)
    573 ./share/nls/de_AT.ISO8859-15 missing (created)
    574 ./share/nls/de_CH.ISO8859-1 missing (created)
    575 ./share/nls/de_CH.ISO8859-15 missing (created)
    576 ./share/nls/de_DE.ISO8859-1 missing (created)
    577 ./share/nls/de_DE.ISO8859-15 missing (created)
    578 ./share/nls/el_GR.ISO8859-7 missing (created)
    579 ./share/nls/en_AU.ISO8859-1 missing (created)
    580 ./share/nls/en_AU.ISO8859-15 missing (created)
    581 ./share/nls/en_AU.US-ASCII missing (created)
    582 ./share/nls/en_CA.ISO8859-1 missing (created)
    583 ./share/nls/en_CA.ISO8859-15 missing (created)
    584 ./share/nls/en_CA.US-ASCII missing (created)
    585 ./share/nls/en_GB.ISO8859-1 missing (created)
    586 ./share/nls/en_GB.ISO8859-15 missing (created)
    587 ./share/nls/en_GB.US-ASCII missing (created)
    588 ./share/nls/en_NZ.ISO8859-1 missing (created)
    589 ./share/nls/en_NZ.ISO8859-15 missing (created)
    590 ./share/nls/en_NZ.US-ASCII missing (created)
    591 ./share/nls/en_US.ISO8859-1 missing (created)
    592 ./share/nls/en_US.ISO8859-15 missing (created)
    593 ./share/nls/es_ES.ISO8859-1 missing (created)
    594 ./share/nls/es_ES.ISO8859-15 missing (created)
    595 ./share/nls/et_EE.ISO8859-15 missing (created)
    596 ./share/nls/fi_FI.ISO8859-1 missing (created)
    597 ./share/nls/fi_FI.ISO8859-15 missing (created)
    598 ./share/nls/fr_BE.ISO8859-1 missing (created)
    599 ./share/nls/fr_BE.ISO8859-15 missing (created)
    600 ./share/nls/fr_CA.ISO8859-1 missing (created)
    601 ./share/nls/fr_CA.ISO8859-15 missing (created)
    602 ./share/nls/fr_CH.ISO8859-1 missing (created)
    603 ./share/nls/fr_CH.ISO8859-15 missing (created)
    604 ./share/nls/fr_FR.ISO8859-1 missing (created)
    605 ./share/nls/fr_FR.ISO8859-15 missing (created)
    606 ./share/nls/hi_IN.ISCII-DEV missing (created)
    607 ./share/nls/hr_HR.ISO8859-2 missing (created)
    608 ./share/nls/hu_HU.ISO8859-2 missing (created)
    609 ./share/nls/is_IS.ISO8859-1 missing (created)
    610 ./share/nls/is_IS.ISO8859-15 missing (created)
    611 ./share/nls/it_CH.ISO8859-1 missing (created)
    612 ./share/nls/it_CH.ISO8859-15 missing (created)
    613 ./share/nls/it_IT.ISO8859-1 missing (created)
    614 ./share/nls/it_IT.ISO8859-15 missing (created)
    615 ./share/nls/ja_JP.SJIS missing (created)
    616 ./share/nls/ja_JP.eucJP missing (created)
    617 ./share/nls/ko_KR.eucKR missing (created)
    618 ./share/nls/la_LN.ISO8859-1 missing (created)
    619 ./share/nls/la_LN.ISO8859-15 missing (created)
    620 ./share/nls/la_LN.ISO8859-2 missing (created)
    621 ./share/nls/la_LN.ISO8859-4 missing (created)
    622 ./share/nls/la_LN.US-ASCII missing (created)
    623 ./share/nls/lt_LT.ISO8859-4 missing (created)
    624 ./share/nls/nl_BE.ISO8859-1 missing (created)
    625 ./share/nls/nl_BE.ISO8859-15 missing (created)
    626 ./share/nls/nl_NL.ISO8859-1 missing (created)
    627 ./share/nls/nl_NL.ISO8859-15 missing (created)
    628 ./share/nls/no_NO.ISO8859-1 missing (created)
    629 ./share/nls/no_NO.ISO8859-15 missing (created)
    630 ./share/nls/pl_PL.ISO8859-2 missing (created)
    631 ./share/nls/pt_BR.ISO8859-1 missing (created)
    632 ./share/nls/pt_PT.ISO8859-1 missing (created)
    633 ./share/nls/pt_PT.ISO8859-15 missing (created)
    634 ./share/nls/ro_RO.ISO8859-2 missing (created)
    635 ./share/nls/ru_RU.CP866 missing (created)
    636 ./share/nls/ru_RU.ISO8859-5 missing (created)
    637 ./share/nls/ru_RU.KOI8-R missing (created)
    638 ./share/nls/sk_SK.ISO8859-2 missing (created)
    639 ./share/nls/sl_SI.ISO8859-2 missing (created)
    640 ./share/nls/sv_SE.ISO8859-1 missing (created)
    641 ./share/nls/sv_SE.ISO8859-15 missing (created)
    642 ./share/nls/tr_TR.ISO8859-9 missing (created)
    643 ./share/nls/uk_UA.ISO8859-5 missing (created)
    644 ./share/nls/uk_UA.KOI8-U missing (created)
    645 ./share/nls/zh_CN.eucCN missing (created)
    646 ./share/nls/zh_TW.Big5 missing (created)
    647 ./share/skel missing (created)
    648 ./var missing (created)
    649 ./var/cache missing (created)
    650 ./var/db missing (created)
    651 ./var/log missing (created)
    652 ./var/run missing (created)
    653 ./var/spool missing (created)
    654 ./www missing (created)
    655 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
    656 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'
    657 Making install in includes
    658 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'
    659 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'
    660 make[2]: Nothing to be done for `install-exec-am'.
    661  /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'
    662  /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'
    663  /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'
    664 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'
    665 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'
    666 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'
    667 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'
    668  /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'
    669  /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'
    670 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
    671 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; }; })
    672 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
    673 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
    674 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
    675 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
    676 libtool: warning: remember to run 'libtool --finish /opt/local/lib'
    677  /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'
    678  /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'
    679 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'
    680 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'
    681 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'
    682 --->  Patching libnghttp2.la: /dependency_libs/ s/'.*'/''/
    683 --->  Installing nghttp2 @1.47.0_0
    684 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
    685 ./
    686 ./+COMMENT
    687 ./+CONTENTS
    688 ./+DESC
    689 ./+PORTFILE
    690 ./+STATE
    691 ./opt/
    692 ./opt/local/
    693 ./opt/local/include/
    694 ./opt/local/include/nghttp2/
    695 ./opt/local/include/nghttp2/nghttp2.h
    696 ./opt/local/include/nghttp2/nghttp2ver.h
    697 ./opt/local/lib/
    698 ./opt/local/lib/libnghttp2.14.dylib
    699 ./opt/local/lib/libnghttp2.a
    700 ./opt/local/lib/libnghttp2.dylib
    701 ./opt/local/lib/libnghttp2.la
    702 ./opt/local/lib/pkgconfig/
    703 ./opt/local/lib/pkgconfig/libnghttp2.pc
    704 --->  Activating nghttp2 @1.47.0_0
    705 x ./
    706 x ./+COMMENT
    707 x ./+CONTENTS
    708 x ./+DESC
    709 x ./+PORTFILE
    710 x ./+STATE
    711 x ./opt/
    712 x ./opt/local/
    713 x ./opt/local/include/
    714 x ./opt/local/include/nghttp2/
    715 x ./opt/local/include/nghttp2/nghttp2.h
    716 x ./opt/local/include/nghttp2/nghttp2ver.h
    717 x ./opt/local/lib/
    718 x ./opt/local/lib/libnghttp2.14.dylib
    719 x ./opt/local/lib/libnghttp2.a
    720 x ./opt/local/lib/libnghttp2.dylib
    721 x ./opt/local/lib/libnghttp2.la
    722 x ./opt/local/lib/pkgconfig/
    723 x ./opt/local/lib/pkgconfig/libnghttp2.pc
    7246--->  Cleaning nghttp2
    7257--->  Removing work directory for nghttp2