From owner-freebsd-python@freebsd.org Fri Jan 11 14:32:11 2019 Return-Path: Delivered-To: freebsd-python@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 9711D14922E7 for ; Fri, 11 Jan 2019 14:32:11 +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 125EC6E4C4 for ; Fri, 11 Jan 2019 14:32:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C9EE514922E6; Fri, 11 Jan 2019 14:32:10 +0000 (UTC) Delivered-To: python@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 A73D914922E5 for ; Fri, 11 Jan 2019 14:32:10 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45CF36E4C1 for ; Fri, 11 Jan 2019 14:32:10 +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 75182C06E for ; Fri, 11 Jan 2019 14:32:09 +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 x0BEW9ia030983 for ; Fri, 11 Jan 2019 14:32:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x0BEW9x5030982 for python@FreeBSD.org; Fri, 11 Jan 2019 14:32:09 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: python@FreeBSD.org Subject: [Bug 230377] audio/py-fmoo-audiotools: Update to 3.1.1 Date: Fri, 11 Jan 2019 14:32:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: miwi@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: miwi@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: 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-python@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2019 14:32:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230377 Martin Wilke changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #3 from Martin Wilke --- build failes in my testing cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -fPIC -I/usr/local/include/python2.7 -c src/accurateri= p.c -o build/temp.freebsd-13.0-CURRENT-amd64-2.7/src/accuraterip.o cc -shared -fstack-protector -O2 -pipe -fstack-protector -fno-strict-aliasi= ng -I/usr/local/include build/temp.freebsd-13.0-CURRENT-amd64-2.7/src/accuraterip.o -L/usr/local/lib -lpython2.7 -o build/lib.freebsd-13.0-CURRENT-amd64-2.7/audiotools/_accuraterip.so building 'audiotools.output' extension cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -fPIC -I/usr/local/include/python2.7 -c src/output.c -o build/temp.freebsd-13.0-CURRENT-amd64-2.7/src/output.o cc -shared -fstack-protector -O2 -pipe -fstack-protector -fno-strict-aliasi= ng -I/usr/local/include build/temp.freebsd-13.0-CURRENT-amd64-2.7/src/output.o -L/usr/local/lib -lpython2.7 -o build/lib.freebsd-13.0-CURRENT-amd64-2.7/audiotools/output.so building 'audiotools.cdio' extension cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -fPIC -DOLD_PARANOIA -I/usr/local/include/python2.7 -c src/cdiomodule.c -o build/temp.freebsd-13.0-CURRENT-amd64-2.7/src/cdiomodul= e.o -I/usr/local/include In file included from src/cdiomodule.c:1: src/cdiomodule.h:3:10: fatal error: 'cdio/cdda.h' file not found #include ^~~~~~~~~~~~~ 1 error generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. --=20 You are receiving this mail because: You are on the CC list for the bug.=