FS#52318 - [nghttp2] programs are missing

Attached to Project: Arch Linux
Opened by Peter Wu (Lekensteyn) - Saturday, 31 December 2016, 13:58 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 03 January 2017, 16:46 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Anatol Pomozov (anatolik)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The following programs are missing after upgrading from nghttp2 1.17.0 -> 1.18.0:
usr/bin/h2load
usr/bin/nghttp
usr/bin/nghttpd
usr/bin/nghttpx

Manpages, etc. are still being installed. Adding "c-ares" to dependencies is sufficient to fix the problem.
In the light of  FS#37894 , would it be an idea to create a "libnghttp2" package that provides just the libs and "nghttp2" for the others (applications, manpages, headers)?

$ ldd pkg/nghttp2/usr/lib/libnghttp2.so
linux-vdso.so.1 (0x00007ffd8131b000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007fc33ceb4000)
/usr/lib64/ld-linux-x86-64.so.2 (0x0000562d2e8f4000)
$ ldd pkg/nghttp2/usr/bin/nghttpx
linux-vdso.so.1 (0x00007fffd9ffc000)
libnghttp2.so.14 => /usr/lib/libnghttp2.so.14 (0x00007f9996816000)
libjemalloc.so.2 => /usr/lib/libjemalloc.so.2 (0x00007f99965d1000)
libev.so.4 => /usr/lib/libev.so.4 (0x00007f99963c3000)
libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007f9996152000)
libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007f9995cda000)
libcares.so.2 => /usr/lib/libcares.so.2 (0x00007f9995ac8000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007f99958b2000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f999552a000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f9995226000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f999500f000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f9994df2000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f9994a54000)
/lib64/ld-linux-x86-64.so.2 (0x00007f9996a3d000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f9994850000)
This task depends upon

Closed by  Doug Newgard (Scimmia)
Tuesday, 03 January 2017, 16:46 GMT
Reason for closing:  Fixed
Additional comments about closing:  nghttp2-1.18.0-2
Comment by Anatol Pomozov (anatolik) - Saturday, 31 December 2016, 19:24 GMT
Thanks for the reporting it. Fixed in nghttp2-1.18.0-2.

Loading...