Re: [Oorexx-devel] Fwd: Failing build on FreeBSD12

2020-03-20 Thread Jason Martin

Same goes on OpenBSD.

Patching required in multiple places.



___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


[Oorexx-devel] Fwd: Failing build on FreeBSD12

2020-03-20 Thread P.O. Jonsson
Dear all,

I have been trying to install ooRexx on FreeBSD 12. I have found the necessary 
tools (with the exception of PkgConfig) and the installation is as basic as I 
can get it.

I can only see one error in the CMake list  CMAKE_INSTALL_PREFIX is /usr 
(should be /usr/bin i think?) but the building stop early in the make step.

I have included my manual steps and the execution, what am I doing wrong? Did 
anyone build on FreeBSD before?

Hälsningar/Regards/Grüsse,
P.O. Jonsson
oor...@jonases.se



> Anfang der weitergeleiteten Nachricht:
> 
> Von: FreeBSD Linux 
> Betreff: Failing build on FreeBSD12
> Datum: 20. März 2020 um 23:19:08 MEZ
> An: oor...@jonases.se
> 
> cd ~/workspace/oorexx-freebsd-build/oorexxSVN
> svn update
> cd ~/workspace/oorexx-freebsd-build/oorexxbuild
> cmake -G "Unix Makefiles" ../oorexxSVN
> make clean
> make
> make install
> cpack  ./
> 
> 
> $ bash buildooRexx.sh
> Updating '.':
> At revision 12002.
> -- CMake version is 3.15.5
> -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
> -- The C compiler identification is Clang 8.0.1
> -- The CXX compiler identification is Clang 8.0.1
> -- Check for working C compiler: /usr/bin/cc
> -- Check for working C compiler: /usr/bin/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Detecting C compile features
> -- Detecting C compile features - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Detecting CXX compile features
> -- Detecting CXX compile features - done
> -- Building for a 64-bit architecture
> -- OOREXX_SHEBANG_PROGRAM: "/usr/bin/env rexx" (default)
> -- Found Subversion: /usr/local/bin/svn (found version "1.13.0")
> -- SVN Revision Number is 12002
> -- CMAKE_INSTALL_PREFIX is /usr
> -- INSTALL_LIB_DIR is /usr/lib
> -- Looking for ctype.h
> -- Looking for ctype.h - found
> -- Looking for float.h
> -- Looking for float.h - found
> -- Looking for limits.h
> -- Looking for limits.h - found
> -- Looking for locale.h
> -- Looking for locale.h - found
> -- Looking for malloc.h
> -- Looking for malloc.h - not found
> -- Looking for memory.h
> -- Looking for memory.h - found
> -- Looking for memset
> -- Looking for memset - found
> -- Looking for nsleep
> -- Looking for nsleep - not found
> -- Looking for setlocale
> -- Looking for setlocale - found
> -- Looking for signal.h
> -- Looking for signal.h - found
> -- Looking for stdarg.h
> -- Looking for stdarg.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Looking for stdio.h
> -- Looking for stdio.h - found
> -- Looking for stdlib.h
> -- Looking for stdlib.h - found
> -- Looking for string.h
> -- Looking for string.h - found
> -- Looking for time.h
> -- Looking for time.h - found
> -- Looking for vprintf
> -- Looking for vprintf - found
> -- Looking for fcntl.h
> -- Looking for fcntl.h - found
> -- Looking for nanosleep
> -- Looking for nanosleep - found
> -- Looking for inttypes.h
> -- Looking for inttypes.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for attr/xattr.h
> -- Looking for attr/xattr.h - not found
> -- Looking for catopen
> -- Looking for catopen - found
> -- Looking for dlfcn.h
> -- Looking for dlfcn.h - found
> -- Looking for features.h
> -- Looking for features.h - not found
> -- Looking for filehdr.h
> -- Looking for filehdr.h - not found
> -- Looking for fstat
> -- Looking for fstat - found
> -- Looking for gcvt
> -- Looking for gcvt - not found
> -- Looking for geteuid
> -- Looking for geteuid - found
> -- Looking for getpgrp
> -- Looking for getpgrp - found
> -- Looking for getpwuid
> -- Looking for getpwuid - found
> -- Looking for gettimeofday
> -- Looking for gettimeofday - found
> -- Looking for IDtouser
> -- Looking for IDtouser - not found
> -- Looking for mesg.h
> -- Looking for mesg.h - not found
> -- Looking for netinet/in.h
> -- Looking for netinet/in.h - found
> -- Looking for nl_types.h
> -- Looking for nl_types.h - found
> -- Looking for pthread.h
> -- Looking for pthread.h - found
> -- Looking for pthread_mutexattr_settype
> -- Looking for pthread_mutexattr_settype - found
> -- Looking for pthread_mutex_timedlock
> -- Looking for pthread_mutex_timedlock - found
> -- Performing Test HAVE_PTHREAD_MUTEX_ERRORCHECK
> -- Performing Test HAVE_PTHREAD_MUTEX_ERRORCHECK - Success
> -- Performing Test HAVE_PTHREAD_MUTEX_RECURSIVE
> -- Performing Test HAVE_PTHREAD_MUTEX_RECURSIVE - Success
> -- Performing Test HAVE_DLADDR
> -- Performing Test HAVE_DLADDR - Success
> -- Looking for _PC_CASE_SENSITIVE
> -- Looking for _PC_CASE_SENSITIVE - not found
> -- Looking for FNM_CASEFOLD
> -- Looking for FNM_CASEFOLD - found
> -- Looking for KDMKTONE
> -- Looking for KDMKTONE - not found
> -- Looking for _NSGetExecutablePath
> -- Looking for _NSGetExecutablePath - not found
> -- Looking for getexecname
> --