Date: Mon, 18 May 2015 17:10:47 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 200287] audio/festival: fails to build on armv6 Message-ID: <bug-200287-7@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200287-7>