From owner-freebsd-arm@FreeBSD.ORG Mon May 18 17:10:48 2015 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 58030551 for ; Mon, 18 May 2015 17:10:48 +0000 (UTC) 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 15ACB158F for ; Mon, 18 May 2015 17:10:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t4IHAlKB059393 for ; Mon, 18 May 2015 17:10:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 200287] audio/festival: fails to build on armv6 Date: Mon, 18 May 2015 17:10:47 +0000 X-Bugzilla-Reason: CC 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: mikael.urankar@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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 attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2015 17:10:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200287 Bug ID: 200287 Summary: audio/festival: fails to build on armv6 Product: Ports & Packages Version: Latest Hardware: arm OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mikael.urankar@gmail.com CC: freebsd-arm@FreeBSD.org, mi@ALDAN.algebra.com CC: freebsd-arm@FreeBSD.org, mi@ALDAN.algebra.com Flags: maintainer-feedback?(mi@ALDAN.algebra.com) Created attachment 156884 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156884&action=edit armv6 fix Hi, error message: creating config/config /bin/ln -s ix86_FreeBSD.mak /usr/ports/audio/festival/work/festival/config/systems/armv6_unknown.mak /usr/bin/sed -i.bak -e '/^CFLAGS *=/s|$| -O -pipe -mfloat-abi=softfp -fno-strict-aliasing|' -e '/^CXXFLAGS *=/s|$| -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -DFTLIBDIR=/usr/local/share/festival/lib|' -e 's,^OPTIMI,#OPTIMI,' /usr/ports/audio/festival/work/speech_tools/config/compilers/gcc*.mak test -e /usr/ports/audio/festival/work/speech_tools/config/compilers/cc.mak || /bin/ln -s gcc_defaults.mak /usr/ports/audio/festival/work/speech_tools/config/compilers/cc.mak ===> Building for festival-2.1_1 gmake -C /usr/ports/audio/festival/work/speech_tools -f Makefile CC="cc" GCC="cc" CXX="c++" GXX="c++" EST_HOME=/usr/ports/audio/festival/work/speech_tools DESTDIR=/usr/ports/audio/festival/work/stage gmake[2]: Entering directory '/usr/ports/audio/festival/work/speech_tools' Check system type config/config:193: config/systems/arm_unknown.mak: No such file or directory ../config/config:193: ../config/systems/arm_unknown.mak: No such file or directory gmake[2]: *** No rule to make target '../config/systems/arm_unknown.mak'. Stop. The attached patch fixes the problem. build log: http://mikael.urankar.free.fr/FreeBSD/arm/build_logs/festival-2.1_1.log Thanks! -- You are receiving this mail because: You are on the CC list for the bug.