From owner-freebsd-ports-bugs@freebsd.org Mon Nov 7 00:18:42 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B9C1C34EDF for ; Mon, 7 Nov 2016 00:18:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AE6BD5A for ; Mon, 7 Nov 2016 00:18:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uA70IfQR004214 for ; Mon, 7 Nov 2016 00:18:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 214291] security/gnupg redefinition of typedef 'rl_completion_func_t' Date: Mon, 07 Nov 2016 00:18:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bhtooefr@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kuriyama@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2016 00:18:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214291 Bug ID: 214291 Summary: security/gnupg redefinition of typedef 'rl_completion_func_t' Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kuriyama@FreeBSD.org Reporter: bhtooefr@gmail.com Assignee: kuriyama@FreeBSD.org Flags: maintainer-feedback?(kuriyama@FreeBSD.org) I'm getting a redefinition of typedef error with FreeBSD 9.3-RELEASE-p49 am= d64, trying to build gnupg 2.1.15. Looks like a conflict with readline (which is 6.3.8 on this system). Here's the relevant portion of the log: Making all in gpgscm gmake[3]: Entering directory '/usr/ports/security/gnupg/work/gnupg-2.1.15/tests/gpgscm' cc -DHAVE_CONFIG_H -I. -I../.. -I../../common -DLOCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bi= n\"" -DGNUPG_LIBEXECDIR=3D"\"/usr /local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/etc/gnupg\" " -DGNUPG_LOCALSTATEDIR=3D"\"/var\"" -I/usr/local/include -I/usr/incl= ude -imacros scheme-config.h -I/usr/local/include -I/usr/local/include -I/us r/local/include -Wall -Wno-pointer-sign -Wpointer-arith -O2 -pipe -fstack-protector -fno-strict-aliasing -MT gpgscm-main.o -MD -MP -MF .deps/gpgscm- main.Tpo -c -o gpgscm-main.o `test -f 'main.c' || echo './'`main.c mv -f .deps/gpgscm-main.Tpo .deps/gpgscm-main.Po cc -DHAVE_CONFIG_H -I. -I../.. -I../../common -DLOCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bi= n\"" -DGNUPG_LIBEXECDIR=3D"\"/usr /local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/etc/gnupg\" " -DGNUPG_LOCALSTATEDIR=3D"\"/var\"" -I/usr/local/include -I/usr/incl= ude -imacros scheme-config.h -I/usr/local/include -I/usr/local/include -I/us r/local/include -Wall -Wno-pointer-sign -Wpointer-arith -O2 -pipe -fstack-protector -fno-strict-aliasing -MT gpgscm-ffi.o -MD -MP -MF .deps/gpgscm-f fi.Tpo -c -o gpgscm-ffi.o `test -f 'ffi.c' || echo './'`ffi.c In file included from ffi.c:43: ../../common/util.h:77: error: redefinition of typedef 'rl_completion_func_= t' /usr/local/include/readline/rltypedefs.h:58: error: previous declaration of 'rl_completion_func_t' was here gmake[3]: *** [Makefile:594: gpgscm-ffi.o] Error 1 gmake[3]: Leaving directory '/usr/ports/security/gnupg/work/gnupg-2.1.15/tests/gpgscm' gmake[2]: *** [Makefile:528: all-recursive] Error 1 gmake[2]: Leaving directory '/usr/ports/security/gnupg/work/gnupg-2.1.15/te= sts' gmake[1]: *** [Makefile:581: all-recursive] Error 1 gmake[1]: Leaving directory '/usr/ports/security/gnupg/work/gnupg-2.1.15' gmake: *** [Makefile:500: all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/security/gnupg. *** [build] Error code 1 Stop in /usr/ports/security/gnupg. =3D=3D=3D>>> make build failed for security/gnupg =3D=3D=3D>>> Aborting update =3D=3D=3D>>> You can restart from the point of failure with this command li= ne: portmaster security/gnupg --=20 You are receiving this mail because: You are the assignee for the bug.=