Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2020 21:28:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244473] irc/ircproxy: Fix builds on FreeBSD 12/13, Remove BROKEN
Message-ID:  <bug-244473-7788-dgcg1xj8AW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244473-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244473-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244473

--- Comment #6 from Chris Hutchinson <portmaster@bsdforge.com> ---
(In reply to Mikael Urankar from comment #5)
What revisions are you on?
I just fired up a fresh 13 jail and a fresh ports
tree and applied the patch with this pr(1).

FreeBSD testjail.jail 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r358902
root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64

Path: /usr/ports
Working Copy Root Path: /usr/ports
URL: svn://svn.freebsd.org/ports/head
Relative URL: ^/head
Repository Root: svn://svn.freebsd.org/ports
Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5
Revision: 531386
Node Kind: directory
Schedule: normal
Last Changed Author: sunpoet
Last Changed Rev: 531386
Last Changed Date: 2020-04-10 15:24:56 -0700 (Fri, 10 Apr 2020)

make.conf:
DEVELOPER=3Dtrue
DEFAULT_VERSIONS+=3D ssl=3Dopenssl


Then built without error:

install  -s -m 555 /usr/ports/dns/c-ares/work/c-ares-1.15.0/.libs/acountry
/usr/ports/dns/c-ares/work/c-ares-1.15.0/.libs/adig
/usr/ports/dns/c-ares/work/c-ares-1.15.0/.libs/ahost
/usr/ports/dns/c-ares/work/stage/usr/local/bin/
=3D=3D=3D=3D> Compressing man pages (compress-man)
=3D=3D=3D=3D> Running Q/A tests (stage-qa)
=3D=3D=3D>  Installing for c-ares-1.15.0_1
=3D=3D=3D>  Checking if c-ares is already installed
=3D=3D=3D>   Registering installation for c-ares-1.15.0_1 as automatic
[testjail.jail] Installing c-ares-1.15.0_1...
=3D=3D=3D> SECURITY REPORT:=20
      This port has installed the following files which may act as network
      servers and may therefore pose a remote security risk to the system.
/usr/local/lib/libcares.a(libcares_la-ares_process.o)
/usr/local/lib/libcares.so.2.3.0

      If there are vulnerabilities in these programs there may be a security
      risk to the system. FreeBSD makes no guarantee about the security of
      ports included in the Ports Collection. Please type 'make deinstall'
      to deinstall the port if this is a concern.

      For more information, and contact details about the security
      status of this software, see the following webpage:=20
https://c-ares.haxx.se/
=3D=3D=3D>   ircproxy-1.3.6_4 depends on shared library: libcares.so - found
(/usr/local/lib/libcares.so)
=3D=3D=3D>   Returning to build of ircproxy-1.3.6_4
=3D=3D=3D>  Configuring for ircproxy-1.3.6_4
configure: loading site script /usr/ports/Templates/config.site
*--------------------------------------------------------------------------=
---
* GNU autoconf script for ircproxy
*--------------------------------------------------------------------------=
---
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...=20
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for sh... /bin/sh
checking for echo... /bin/echo
checking for ls... /bin/ls
checking for file... /usr/bin/file
checking for touch... /usr/bin/touch
checking for mkdir... /bin/mkdir
checking for rmdir... /bin/rmdir
checking for cp... /bin/cp
checking for rm... /bin/rm
checking for mv... /bin/mv
checking for ln... /bin/ln
checking for cat... /bin/cat
checking for sed... (cached) /usr/bin/sed
checking for uname... /usr/bin/uname
checking for whoami... /usr/bin/whoami
checking for date... /bin/date
checking for id... /usr/bin/id
checking for ps... /bin/ps
checking for mail... /usr/bin/mail
checking for awk... /usr/bin/awk
checking for gawk... no
checking for nawk... /usr/bin/nawk
checking for grep... (cached) /usr/bin/grep
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for chmod... /bin/chmod
checking for chown... /usr/sbin/chown
checking for chgrp... /usr/bin/chgrp
checking for useradd... no
checking for userdel... no
checking for groupadd... no
checking for groupdel... no
checking for pw... /usr/sbin/pw
checking for crontab... /usr/bin/crontab
checking for library containing crypt... -lcrypt
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for library containing gethostbyname2... none required
checking for library containing seteuid... none required
checking for library containing clock_gettime... none required
checking for library containing ares_init... -lcares
checking for OPENSSL_init_ssl in -lssl... yes
checking for OPENSSL_init_ssl in -lgnutls-openssl... no
checking for library containing OPENSSL_init_ssl... -lssl
checking for library containing memalloc... no
checking for library containing fdcalls_open... no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for limits.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for errno.h... (cached) yes
checking for ctype.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for stdio.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/uio.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking sys/filio.h usability... yes
checking sys/filio.h presence... yes
checking for sys/filio.h... yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for signal.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netdb.h... (cached) yes
checking for arpa/nameser.h... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no
checking for sys/sysctl.h... (cached) yes
checking for pwd.h... (cached) yes
checking shadow.h usability... no
checking shadow.h presence... no
checking for shadow.h... no
checking userpw.h usability... no
checking userpw.h presence... no
checking for userpw.h... no
checking hpsecurity.h usability... no
checking hpsecurity.h presence... no
checking for hpsecurity.h... no
checking prot.h usability... no
checking prot.h presence... no
checking for prot.h... no
checking whether time.h and sys/time.h may both be included... yes
checking ares.h usability... yes
checking ares.h presence... no
configure: WARNING: ares.h: accepted by the compiler, rejected by the
preprocessor!
configure: WARNING: ares.h: proceeding with the compiler's result
checking for ares.h... yes
checking ares_version.h usability... yes
checking ares_version.h presence... no
configure: WARNING: ares_version.h: accepted by the compiler, rejected by t=
he
preprocessor!
configure: WARNING: ares_version.h: proceeding with the compiler's result
checking for ares_version.h... yes
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking memcalls.h usability... no
checking memcalls.h presence... no
checking for memcalls.h... no
checking fddebug.h usability... no
checking fddebug.h presence... no
checking for fddebug.h... no
checking for an ANSI C-conforming const... yes
checking for size_t... (cached) yes
checking for pid_t... (cached) yes
checking for uid_t... (cached) yes
checking for gid_t... yes
checking for socklen_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for snprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for seteuid... (cached) yes
checking for setegid... (cached) yes
checking for strsignal... (cached) yes
checking for crypt... yes
checking for getpwnam... yes
checking for getspnam... no
checking for getuserpw... no
checking for getspwnam... no
checking for inet_aton... (cached) yes
checking for inet_ntoa... (cached) yes
checking for inet_pton... yes
checking for inet_ntop... (cached) yes
checking for ares_cancel... yes
checking for ares_cancelquery... no
checking for ares_version... yes
checking for ares_init_options... yes
checking for SSL_CTX_check_private_key... yes
checking for SSL_set_accept_state... yes
checking for ERR_clear_error... yes
checking for SSL_set_mode... no
checking whether snprintf is declared... (cached) yes
checking whether vsnprintf is declared... (cached) yes
checking whether crypt is declared... yes
checking whether strsignal is declared... (cached) yes
checking for OS type... FreeBSD found. Using BSD routines.
configure: creating ./config.status
config.status: creating config.h
checking for working POSIX non-blocking... yes
checking for working BSD non-blocking... yes
checking for working SysV non-blocking... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing default commands
*--------------------------------------------------------------------------=
---
*
* The GNU autoconf script for ircproxy was successful!
* This means ircproxy is likely to compile on this system.
* The installation prefix is: '/usr/local'.
* If this is not where you want to install ircproxy,
* you must specify another with './configure --prefix=3D/path/to/install'.
* for example you can set the prefix to /usr, '/usr/local' or
'/usr/ports/irc/ircproxy/work'.
*
* ircproxy is free, however donations are welcome and will help support
* new versions.
* If you like ircproxy you can donate through PayPal to
* jonasia_at_closetothewind_dot_net.
*
*--------------------------------------------------------------------------=
---
=3D=3D=3D>  Building for ircproxy-1.3.6_4
--- stamp-h.in ---
Generating config.h.in...
autoheader
--- stamp-h ---
Generating config.h...
config.status: creating config.h
config.status: executing default commands
--- build ---
Building src...
--- main.o ---
--- syscalls.o ---
--- strcalls.o ---
--- main.o ---
cc -O2 -pipe  -I/usr/local/include -fstack-protector-strong
-fno-strict-aliasing  -Wall -I /usr/local/include -I ~/include -I../ -c mai=
n.c
-o main.o
--- syscalls.o ---
cc -O2 -pipe  -I/usr/local/include -fstack-protector-strong
-fno-strict-aliasing  -Wall -I /usr/local/include -I ~/include -I../ -c
syscalls.c -o syscalls.o
--- strcalls.o ---

...

=3D=3D=3D=3D> Checking for pkg-plist issues (check-plist)
=3D=3D=3D> Parsing plist
=3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist
=3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR
=3D=3D=3D> No pkg-plist issues found (check-plist)

--Chris

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244473-7788-dgcg1xj8AW>