Should be fixed now. Yaourt sets $BUILDDIR which the configure/make picks up but then doesn't use correctly.
Search Criteria
Package Details: mimic-git 1.2.0.2.r0.67e43bf-1
Git Clone URL: | https://aur.archlinux.org/mimic-git.git (read-only, click to copy) |
---|---|
Package Base: | mimic-git |
Description: | Text-to-speech voice synthesis from the Mycroft project. |
Upstream URL: | https://mimic.mycroft.ai/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ams1 |
Maintainer: | None |
Last Packager: | ams1 |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-26 11:30 |
Last Updated: | 2018-06-14 23:07 |
Dependencies (6)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- git (git-git) (make)
- icu (icu-git-static, icu-git) (make)
- libtool (libtool-git) (make)
Required by (1)
- mycroft-core (requires mimic)
Sources (1)
Latest Comments
ams1 commented on 2016-03-22 12:33
ams1 commented on 2016-03-22 10:03
It works fine with makepkg, and also with packer, but fails with yaourt. Very odd!
drwho commented on 2016-03-18 23:14
gcc -D_FORTIFY_SOURCE=2 -I. -DCST_AUDIO_PULSEAUDIO -I../../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -c au_pulseaudio.c -o /tmp/yaourt-tmp-drwho/aur-mimic-git/obj/src/audio/au_pulseaudio.o
ar: `u' modifier ignored since `D' is the default (see `U')
ar: ../../..//tmp/yaourt-tmp-drwho/aur-mimic-git/lib/libmimic.a: No such file or directory
../../config/common_make_rules:111: recipe for target '/tmp/yaourt-tmp-drwho/aur-mimic-git/obj/src/audio/.build_lib' failed
make[2]: *** [/tmp/yaourt-tmp-drwho/aur-mimic-git/obj/src/audio/.build_lib] Error 1
../config/common_make_rules:132: recipe for target '/tmp/yaourt-tmp-drwho/aur-mimic-git/obj/src/.make_build_dirs' failed
make[1]: *** [/tmp/yaourt-tmp-drwho/aur-mimic-git/obj/src/.make_build_dirs] Error 2
config/common_make_rules:132: recipe for target '/tmp/yaourt-tmp-drwho/aur-mimic-git/obj//.make_build_dirs' failed
make: *** [/tmp/yaourt-tmp-drwho/aur-mimic-git/obj//.make_build_dirs] Error 2
This happens regardless of whether or not PulseAudio support is turned on.
If I check out the source code manually and compile it myself, this doesn't happen. The above error shows up but the compilation process doesn't ABEND. My hypothesis is that it's a warning but Yaourt treats it like a fatal error.
ams1 commented on 2016-02-26 11:32
This package uses ALSA sound for maximum compatibility, but you can easily switch it to use PulseAudio by uncommenting the appropriate line in the PKGBUILD.
Pinned Comments
ams1 commented on 2016-02-26 11:32
This package uses ALSA sound for maximum compatibility, but you can easily switch it to use PulseAudio by uncommenting the appropriate line in the PKGBUILD.