[GitHub] trafficserver issue #1354: [openbsd] Fatal: ink_sys_control.cc:59: failed as...

2017-01-23 Thread jirib
Github user jirib commented on the issue: https://github.com/apache/trafficserver/issues/1354 Unfortunatelly there's 48 case-insensitive 'defined\(_*freebsd_*\)' matches in whole code :( I suppose these are to make trafficserver work on BSDs in general. `

[GitHub] trafficserver issue #1354: [openbsd] Fatal: ink_sys_control.cc:59: failed as...

2017-01-23 Thread jirib
Github user jirib commented on the issue: https://github.com/apache/trafficserver/issues/1354 Not sure if following is sane but I don't see that fatal anymore: ``` --- lib/ts/ink_sys_control.cc.orig Mon Jan 23 14:06:57 2017 +++ lib/ts/ink_sys_control.cc Mo

[GitHub] trafficserver issue #1354: [openbsd] Fatal: ink_sys_control.cc:59: failed as...

2017-01-22 Thread jirib
GitHub user jirib opened an issue: https://github.com/apache/trafficserver/issues/1354 [openbsd] Fatal: ink_sys_control.cc:59: failed assertion `setrlimit(MAGIC_CAST(which), &rl) >= 0` Hi, trafficserver built from commitid 87ca6b40999b13562aff0efce5a1cd76eab5c306

[GitHub] trafficserver issue #1353: [openbsd] wrong mandir for OpenBSD layout

2017-01-22 Thread jirib
GitHub user jirib opened an issue: https://github.com/apache/trafficserver/issues/1353 [openbsd] wrong mandir for OpenBSD layout ``` $ sed -n '//,/<\/Layout>/p' trafficserver-87ca6b40999b13562aff0efce5a1cd76eab5c306/config.layout | grep man mandir:

[GitHub] trafficserver issue #1328: Replace gethostbyname_r() with getaddrinfo()

2017-01-21 Thread jirib
Github user jirib commented on the issue: https://github.com/apache/trafficserver/pull/1328 OpenBSD amd64 build passes this stage. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] trafficserver issue #1309: Fixes for building with LibreSSL

2017-01-21 Thread jirib
Github user jirib commented on the issue: https://github.com/apache/trafficserver/pull/1309 Any news about merging LibreSSL support? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] trafficserver issue #1312: [openbsd] build fails as openbsd doesn't have get...

2017-01-10 Thread jirib
Github user jirib commented on the issue: https://github.com/apache/trafficserver/issues/1312 Relevant part of code https://github.com/apache/trafficserver/blob/master/lib/ts/ink_inet.cc#L82 --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] trafficserver issue #1312: [openbsd] build fails as openbsd doesn't have get...

2017-01-09 Thread jirib
GitHub user jirib opened an issue: https://github.com/apache/trafficserver/issues/1312 [openbsd] build fails as openbsd doesn't have gethostbyname_r OpenBSD doesn't have gethostbyname_r, see https://github.com/openbsd/src/blob/master/include/netdb.h

[GitHub] trafficserver issue #1311: [openbsd] BaseLogFile.cc:244:61: error: invalid c...

2017-01-09 Thread jirib
Github user jirib commented on the issue: https://github.com/apache/trafficserver/issues/1311 Is this right for OpenBSD? It passes this issue. ``` --- lib/ts/BaseLogFile.cc.orig Mon Jan 9 16:05:20 2017 +++ lib/ts/BaseLogFile.cc Mon Jan 9 16:05:39 2017

[GitHub] trafficserver issue #1311: [openbsd] BaseLogFile.cc:244:61: error: invalid c...

2017-01-09 Thread jirib
Github user jirib commented on the issue: https://github.com/apache/trafficserver/issues/1311 ``` $ ec++ -v Using built-in specs. COLLECT_GCC=ec++ COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-openbsd6.0/4.9.4/lto-wrapper

[GitHub] trafficserver issue #1311: [openbsd] BaseLogFile.cc:244:61: error: invalid c...

2017-01-09 Thread jirib
GitHub user jirib opened an issue: https://github.com/apache/trafficserver/issues/1311 [openbsd] BaseLogFile.cc:244:61: error: invalid conversion from 'long int*' to 'time_t* {aka long long int*}' [-fpermissive] Build fails on BaseLogFile.cc. ``` $

[GitHub] trafficserver issue #1309: Fixes for building with LibreSSL

2017-01-09 Thread jirib
Github user jirib commented on the issue: https://github.com/apache/trafficserver/pull/1309 It passes previously failing part on OpenBSD. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] trafficserver issue #1307: [openbsd] build fails while building SSLUtils.cc

2017-01-08 Thread jirib
Github user jirib commented on the issue: https://github.com/apache/trafficserver/issues/1307 FYI OpenBSD uses Libressl, a fork of OpenSSL. So I suppose this is caused by this difference. FreeBSD and also some Linux distros have adopted LibreSSL so build error could occur even there

[GitHub] trafficserver issue #1306: [openbsd] pthread_np.h needs to be included

2017-01-07 Thread jirib
Github user jirib commented on the issue: https://github.com/apache/trafficserver/issues/1306 putting this - ac_cv_header_pthread_np_h=yes - as configure env doesn't need to change ink_thread_.h --- If your project is set up for it, you can reply to this email and have

[GitHub] trafficserver issue #1306: [openbsd] pthread_np.h needs to be included

2017-01-07 Thread jirib
Github user jirib commented on the issue: https://github.com/apache/trafficserver/issues/1306 config.log https://gist.github.com/jirib/70174b76156791036eca9a80f5ff0120 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] trafficserver issue #1307: [openbsd] build fails while building SSLUtils.cc

2017-01-07 Thread jirib
GitHub user jirib opened an issue: https://github.com/apache/trafficserver/issues/1307 [openbsd] build fails while building SSLUtils.cc Build fails on OpenBSD. ``` kern.version=OpenBSD 6.0-current (GENERIC.MP) #0: Wed Nov 23 20:54:10 MST 2016 bu...@amd64

[GitHub] trafficserver issue #1306: [openbsd] pthread_np.h needs to be included

2017-01-07 Thread jirib
GitHub user jirib opened an issue: https://github.com/apache/trafficserver/issues/1306 [openbsd] pthread_np.h needs to be included This passes at least some first steps in trying to build trafficserver on OpenBSD. Please consider this or better variation, thank you