Created attachment 156884 [details] 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!
A commit references this bug: Author: mi Date: Wed Jul 1 14:21:01 UTC 2015 New revision: 391068 URL: https://svnweb.freebsd.org/changeset/ports/391068 Log: Fix build on arm (v6). Do not create empty directories. PR: 200287, 201202 Submitted by: Mikael Urankar, avilla Changes: head/audio/festival/Makefile