From owner-freebsd-ports-bugs@freebsd.org Sun Jul 23 09:23:53 2017 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 5056CCFD394 for ; Sun, 23 Jul 2017 09:23:53 +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 363EF7E937 for ; Sun, 23 Jul 2017 09:23:53 +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 v6N9NqTU069442 for ; Sun, 23 Jul 2017 09:23:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 220938] www/mod_backtrace does not build in 11.0-RELEASE Date: Sun, 23 Jul 2017 09:23:52 +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: chevalier@dspnet.fr X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@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 cc 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: Sun, 23 Jul 2017 09:23:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220938 Bug ID: 220938 Summary: www/mod_backtrace does not build in 11.0-RELEASE Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: chevalier@dspnet.fr CC: fw@moov.de CC: fw@moov.de Flags: maintainer-feedback?(fw@moov.de) Trying to debug an apache 2.4 crash, I wanted to install mod_backtrace. No = dice : portmaster www/mod_backtrace =3D=3D=3D>>> Port directory: /usr/ports/www/mod_backtrace =3D=3D=3D>>> Gathering distinfo list for installed ports =3D=3D=3D>>> Launching 'make checksum' for www/mod_backtrace in background =3D=3D=3D>>> Gathering dependency list for www/mod_backtrace from ports =3D=3D=3D>>> Initial dependency check complete for www/mod_backtrace =3D=3D=3D>>> Starting build for www/mod_backtrace <<<=3D=3D=3D =3D=3D=3D>>> All dependencies are up to date =3D=3D=3D> Cleaning for ap24-mod_backtrace-1.0_2 *********************** PLEASE NOTE! *********************** Apache httpd must be built with the --enable-exception-hook configure option and mod_so enabled. *********************** PLEASE NOTE! *********************** =3D=3D=3D> License APACHE20 accepted by the user =3D=3D=3D> ap24-mod_backtrace-1.0_2 depends on file: /usr/local/sbin/pkg = - found =3D=3D=3D> Fetching all distfiles required by ap24-mod_backtrace-1.0_2 for = building =3D=3D=3D> Extracting for ap24-mod_backtrace-1.0_2 =3D> SHA256 Checksum OK for mod_backtrace.c. cp -f /usr/ports/distfiles//mod_backtrace.c /usr/ports/www/mod_backtrace/wo= rk =3D=3D=3D> Patching for ap24-mod_backtrace-1.0_2 =3D=3D=3D> ap24-mod_backtrace-1.0_2 depends on file: /usr/local/sbin/apxs= - found =3D=3D=3D> Configuring for ap24-mod_backtrace-1.0_2 =3D=3D=3D> Building for ap24-mod_backtrace-1.0_2 =3D=3D=3D> Generating apache plist (cd /usr/ports/www/mod_backtrace/work && /usr/local/sbin/apxs -c -lexecinfo= -L /usr/local/lib -o mod_backtrace.la mod_backtrace.c) /usr/local/share/apr/build-1/libtool --silent --mode=3Dcompile cc -prefer-p= ic -O2 -pipe -I/usr/include -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing= =20=20=20 -I/usr/local/include/apache24 -I/usr/local/include/apr-1=20=20 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -c -o mod_backtrace.lo mod_backtrace.c && touch mod_backtrace.slo mod_backtrace.c:82:30: error: unknown type name 'ap_exception_info_t' static int bt_exception_hook(ap_exception_info_t *ei) ^ mod_backtrace.c:159:5: warning: implicit declaration of function 'ap_hook_fatal_exception' is invalid in C99 [-Wimplicit-function-declaratio= n] ap_hook_fatal_exception(bt_exception_hook, NULL, NULL, ^ 1 warning and 1 error generated. apxs:Error: Command failed with rc=3D65536 . *** Error code 1 Stop. make: stopped in /usr/ports/www/mod_backtrace =3D=3D=3D>>> make build failed for www/mod_backtrace =3D=3D=3D>>> Aborting update =3D=3D=3D>>> You can restart from the point of failure with this command li= ne: portmaster www/mod_backtrace This command has been saved to /tmp/portmasterfail.txt --=20 You are receiving this mail because: You are the assignee for the bug.=