Bug 200287 - audio/festival: fails to build on armv6
Summary: audio/festival: fails to build on armv6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm Any
: --- Affects Only Me
Assignee: Mikhail T.
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-18 17:10 UTC by Mikael Urankar
Modified: 2015-07-01 14:21 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (freebsd-2024)


Attachments
armv6 fix (404 bytes, patch)
2015-05-18 17:10 UTC, Mikael Urankar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael Urankar freebsd_committer freebsd_triage 2015-05-18 17:10:47 UTC
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!
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-07-01 14:21:15 UTC
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