build failed on my cubieboard:
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:23: fatal error: emmintrin.h: No such file or directory
#include <emmintrin.h>
^
compilation terminated.
make[3]: *** [/home/alarm/build/pjproject/src/pjproject-2.6/build/rules.mak:163: output/libwebrtc-armv7l-unknown-linux-gnueabihf/modules/audio_processing/aec/aec_core_sse2.o] Error 1
make[3]: Leaving directory '/home/alarm/build/pjproject/src/pjproject-2.6/third_party/build/webrtc'
make[2]: *** [Makefile:89: libwebrtc-armv7l-unknown-linux-gnueabihf.a] Error 2
make[2]: Leaving directory '/home/alarm/build/pjproject/src/pjproject-2.6/third_party/build/webrtc'
make[1]: *** [Makefile:7: all] Error 1
make[1]: Leaving directory '/home/alarm/build/pjproject/src/pjproject-2.6/third_party/build'
make: *** [Makefile:14: all] Error 1
==> ERROR: A failure occurred in build().
Aborting...
Search Criteria
Package Details: python-pjproject 2.14.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/pjproject.git (read-only, click to copy) |
---|---|
Package Base: | pjproject |
Description: | Open source SIP stack and media stack |
Upstream URL: | https://www.pjsip.org/ |
Licenses: | GPL-2.0-only |
Submitter: | None |
Maintainer: | alerque (GNUtoo, wuestengecko) |
Last Packager: | alerque |
Votes: | 34 |
Popularity: | 0.003353 |
First Submitted: | 2007-09-07 12:14 (UTC) |
Last Updated: | 2024-04-28 09:32 (UTC) |
Dependencies (19)
- pjprojectAUR (pjproject-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- alsa-lib (make)
- e2fsprogs (busybox-coreutilsAUR, e2fsprogs-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (make)
- libsamplerate (libsamplerate-gitAUR) (make)
- libsrtp (libsrtp-gitAUR) (make)
- libyuv (libyuv-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- opus (opus-gitAUR) (make)
- portaudio (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- speex (speex-gitAUR) (make)
- swig (swig-gitAUR) (make)
- util-linux (busybox-coreutilsAUR, util-linux-selinuxAUR, util-linux-aesAUR) (make)
Required by (2)
- pjproject (optional)
- pjproject-git (optional)
Sources (3)
joximus commented on 2017-01-30 12:31 (UTC)
reinhardd commented on 2016-11-06 10:19 (UTC) (edited on 2016-11-06 10:20 (UTC) by reinhardd)
Theres a bug with version 2.5.5 that made asterisk crash when using endpoints configured through pjsip.conf: https://trac.pjsip.org/repos/ticket/1946
Already fixed upstream but no release so far.
https://trac.pjsip.org/repos/changeset?format=diff&new=5373&old=5401&new_path=%2Fpjproject%2Ftrunk%2Fpjsip%2Fsrc%2Fpjsip%2Fsip_dialog.c&old_path=%2Fpjproject%2Ftrunk%2Fpjsip%2Fsrc%2Fpjsip%2Fsip_dialog.c
reinhardd commented on 2016-11-06 08:12 (UTC)
The armv7h build suffers from the same installation issue
PaterSiul commented on 2016-10-30 18:14 (UTC)
If you replaced
"install -D -m755 pjsip-apps/bin/pjsua-*gnu ${pkgdir}/usr/bin/pjsua"
with
"install -D -m755 pjsip-apps/bin/pjsua-`${srcdir}/${pkgname}-${pkgver}/config.guess` ${pkgdir}/usr/bin/pjsua"
that line should work on i686/x86_64 as well as on arm systems.
In that case, you could add armv6h to arch.
das-ich commented on 2016-08-24 08:03 (UTC)
please add arch='armv7h' to PKGBUILD
FixedWing commented on 2016-05-20 21:02 (UTC)
I see that with version 2.5, PJSIP now supports Opus. Any possibility that this could be enabled bby default in PKGBUILD? Thanx.
tuxce commented on 2016-05-09 07:54 (UTC)
To build this on Rpi (armv7l, armv7h), replace this line :
install -D -m755 pjsip-apps/bin/pjsua-*gnu ${pkgdir}/usr/bin/pjsua
by adding * after 'gnu' :
install -D -m755 pjsip-apps/bin/pjsua-*gnu* ${pkgdir}/usr/bin/pjsua
BakaKuna commented on 2015-12-26 15:10 (UTC)
pjsip is now at 2.4.5. Any reason not to use this?
Crazyachmed commented on 2015-04-08 13:45 (UTC)
Build failes on armv6h (Raspi):
install: cannot stat ‘pjsip-apps/bin/pjsua-*gnu’: No such file or directory
xdevla commented on 2014-07-17 09:26 (UTC)
Added, thanks
Pinned Comments
alerque commented on 2020-02-22 05:37 (UTC)
PSA: I've started hosting this and also many other packages I maintain in the AUR as prebuilt packages in my repository for those that want to install them using
pacman
without messing around with building from the AUR.