From owner-freebsd-ports-bugs@freebsd.org Fri Aug 31 02:23:25 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D4DAEFF810 for ; Fri, 31 Aug 2018 02:23:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1B9187CDF3 for ; Fri, 31 Aug 2018 02:23:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D3863EFF80E; Fri, 31 Aug 2018 02:23:24 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99505EFF80C for ; Fri, 31 Aug 2018 02:23:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B27B7CDEE for ; Fri, 31 Aug 2018 02:23:24 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 6FF311C10B for ; Fri, 31 Aug 2018 02:23:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w7V2NNmk040520 for ; Fri, 31 Aug 2018 02:23:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w7V2NNMN040516 for ports-bugs@FreeBSD.org; Fri, 31 Aug 2018 02:23:23 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 231044] Makefile in aalib-1.4.0 requires CFLAGS to have -I/usr/local/include Date: Fri, 31 Aug 2018 02:23:22 +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: dclarke@blastwave.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc 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.27 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2018 02:23:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231044 Bug ID: 231044 Summary: Makefile in aalib-1.4.0 requires CFLAGS to have -I/usr/local/include Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: dclarke@blastwave.org CC: amdmi3@FreeBSD.org, vbox@FreeBSD.org CC: amdmi3@FreeBSD.org, vbox@FreeBSD.org A normal make results in an error that slang.h can not be found and if=20 aalib-1.4.0 is a downstream dependency on another build then we see :=20 . . . cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -fstack-protector -fno-strict-alia= sing -I/usr/local/include/slang -c aalinux.c -o aalinux.o >/dev/null 2>&1 --- aaslang.lo --- *** [aaslang.lo] Error code 1 make[7]: stopped in /usr/ports/graphics/aalib/work/aalib-1.4.0/src --- aalinux.lo --- mv -f .libs/aalinux.lo aalinux.lo --- aafastre.lo --- cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -fstack-protector -fno-strict-alia= sing -I/usr/local/include/slang -c aafastre.c -o aafastre.o >/dev/null 2>&1 --- aafont.lo --- mv -f .libs/aafont.lo aafont.lo --- aafastre.lo --- mv -f .libs/aafastre.lo aafastre.lo --- aamktabl.lo --- mv -f .libs/aamktabl.lo aamktabl.lo 1 error make[7]: stopped in /usr/ports/graphics/aalib/work/aalib-1.4.0/src *** [all-recursive] Error code 1 make[6]: stopped in /usr/ports/graphics/aalib/work/aalib-1.4.0 1 error make[6]: stopped in /usr/ports/graphics/aalib/work/aalib-1.4.0 =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make[5]: stopped in /usr/ports/graphics/aalib *** Error code 1 Stop. make[4]: stopped in /usr/ports/graphics/aalib *** Error code 1 Stop. make[3]: stopped in /usr/ports/devel/sdl12 *** Error code 1 Stop. make[2]: stopped in /usr/ports/devel/sdl12 *** Error code 1 Stop. make[1]: stopped in /usr/ports/emulators/virtualbox-ose *** Error code 1 Stop. The real truth is that slang.h can not be found. a manual check revelas this and so I edit the Makefile and change the=20 CFLAGS line to insert -I/usr/local/include before -I/usr/local/include/sla= ng=20 and then all goes well. --=20 You are receiving this mail because: You are the assignee for the bug.=