PSip - Puppy SIP

Browsers, email, chat, etc.
Message
Author
musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#271 Post by musher0 »

smokey01 wrote:@musher, Fatdog has it's own build system and all packages are built this way to make it easy. That document is a source file that is called by a script in Fatdog.

You are not suppose to do anything with that file. I posted it so Mike could find how to download the required packages. It also gives some information on configuration scripts and flags.

The info Mike posted above is what we generally use but things have changed over time. I'm still trying to come up with something that will make it easy for anyone to compile psip in any puppy distribution. CatDude has had more luck than I so between us we should come up with a solution tonight.
Thanks, smokey01.
Best of luck to you and CatDude.

TWYL.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
Mike Walsh
Posts: 6351
Joined: Sat 28 Jun 2014, 12:42
Location: King's Lynn, UK.

#272 Post by Mike Walsh »

smokey01 wrote:@Mike, the clue is in the file above:

#PJSIP_VER=2.4
#PJSIP_MD5SUM=39629ca3fcedbdc7dbd8c5a707060095
PJSIP_VER=2.7.2
PJSIP_MD5SUM=fa3f0bc098c4bff48ddd92db1c016a7a
PJSIP_TARBALL=pjproject-$PJSIP_VER.tar.bz2
PJSIP_SRC=http://www.pjsip.org/release/$PJSIP_VER/$PJSIP_TARBALL


https://www.pjsip.org/release/2.7.2/pjp ... .2.tar.bz2

Just a little substitution required. :wink:
Ah-a! Yep, I think I see what ya mean. Thanks for the explanation.....and the link, of course. I'll see what I can do with it....

I'll post back with results (good, or otherwise.)

-----------------------------------------------------

@ Musher0:-

Depending on how I get on with compiling 1.42, I'll run you up a .pet for either that or 1.41. My Xenial 7081 sounds like the beta version immediately after yours; I doubt much would have changed. Can't remember that far back!


Mike. :wink:

User avatar
Mike Walsh
Posts: 6351
Joined: Sat 28 Jun 2014, 12:42
Location: King's Lynn, UK.

#273 Post by Mike Walsh »

@ Smokey/musher0:-

Mm. It appears I'm getting the same set of errors as musher0 was; something to do with 'webrtc'. I installed libwebrtc from the PPM, but it hasn't helped.

This is where the trouble starts:-

Code: Select all

	../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c 
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c: In function ‘mm_pow_ps’:
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:221:1: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi]
 static __m128 mm_pow_ps(__m128 a, __m128 b) {
 ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c: In function ‘FilterFarSSE2’:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:978:1: error: inlining failed in call to always_inline ‘_mm_storeu_ps’: target specific option mismatch
 _mm_storeu_ps (float *__P, __m128 __A)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:61:7: error: called from here
       _mm_storeu_ps(&yf[1][j], h);
       ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:978:1: error: inlining failed in call to always_inline ‘_mm_storeu_ps’: target specific option mismatch
 _mm_storeu_ps (float *__P, __m128 __A)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:60:7: error: called from here
       _mm_storeu_ps(&yf[0][j], g);
       ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:181:1: error: inlining failed in call to always_inline ‘_mm_add_ps’: target specific option mismatch
 _mm_add_ps (__m128 __A, __m128 __B)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:59:20: error: called from here
       const __m128 h = _mm_add_ps(yf_im, f);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:181:1: error: inlining failed in call to always_inline ‘_mm_add_ps’: target specific option mismatch
 _mm_add_ps (__m128 __A, __m128 __B)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:58:20: error: called from here
       const __m128 g = _mm_add_ps(yf_re, e);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:181:1: error: inlining failed in call to always_inline ‘_mm_add_ps’: target specific option mismatch
 _mm_add_ps (__m128 __A, __m128 __B)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:57:20: error: called from here
       const __m128 f = _mm_add_ps(c, d);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:187:1: error: inlining failed in call to always_inline ‘_mm_sub_ps’: target specific option mismatch
 _mm_sub_ps (__m128 __A, __m128 __B)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:56:20: error: called from here
       const __m128 e = _mm_sub_ps(a, b);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:193:1: error: inlining failed in call to always_inline ‘_mm_mul_ps’: target specific option mismatch
 _mm_mul_ps (__m128 __A, __m128 __B)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:55:20: error: called from here
       const __m128 d = _mm_mul_ps(xfBuf_im, wfBuf_re);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:193:1: error: inlining failed in call to always_inline ‘_mm_mul_ps’: target specific option mismatch
 _mm_mul_ps (__m128 __A, __m128 __B)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:54:20: error: called from here
       const __m128 c = _mm_mul_ps(xfBuf_re, wfBuf_im);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:193:1: error: inlining failed in call to always_inline ‘_mm_mul_ps’: target specific option mismatch
 _mm_mul_ps (__m128 __A, __m128 __B)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:53:20: error: called from here
       const __m128 b = _mm_mul_ps(xfBuf_im, wfBuf_im);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:193:1: error: inlining failed in call to always_inline ‘_mm_mul_ps’: target specific option mismatch
 _mm_mul_ps (__m128 __A, __m128 __B)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:52:20: error: called from here
       const __m128 a = _mm_mul_ps(xfBuf_re, wfBuf_re);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:929:1: error: inlining failed in call to always_inline ‘_mm_loadu_ps’: target specific option mismatch
 _mm_loadu_ps (float const *__P)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:51:20: error: called from here
       const __m128 yf_im = _mm_loadu_ps(&yf[1][j]);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:929:1: error: inlining failed in call to always_inline ‘_mm_loadu_ps’: target specific option mismatch
 _mm_loadu_ps (float const *__P)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:50:20: error: called from here
       const __m128 yf_re = _mm_loadu_ps(&yf[0][j]);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:929:1: error: inlining failed in call to always_inline ‘_mm_loadu_ps’: target specific option mismatch
 _mm_loadu_ps (float const *__P)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:49:20: error: called from here
       const __m128 wfBuf_im = _mm_loadu_ps(&aec->wfBuf[1][pos + j]);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:929:1: error: inlining failed in call to always_inline ‘_mm_loadu_ps’: target specific option mismatch
 _mm_loadu_ps (float const *__P)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:48:20: error: called from here
       const __m128 wfBuf_re = _mm_loadu_ps(&aec->wfBuf[0][pos + j]);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:929:1: error: inlining failed in call to always_inline ‘_mm_loadu_ps’: target specific option mismatch
 _mm_loadu_ps (float const *__P)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:47:20: error: called from here
       const __m128 xfBuf_im = _mm_loadu_ps(&aec->xfBuf[1][xPos + j]);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:929:1: error: inlining failed in call to always_inline ‘_mm_loadu_ps’: target specific option mismatch
 _mm_loadu_ps (float const *__P)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:46:20: error: called from here
       const __m128 xfBuf_re = _mm_loadu_ps(&aec->xfBuf[0][xPos + j]);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:978:1: error: inlining failed in call to always_inline ‘_mm_storeu_ps’: target specific option mismatch
 _mm_storeu_ps (float *__P, __m128 __A)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:61:7: error: called from here
       _mm_storeu_ps(&yf[1][j], h);
       ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:978:1: error: inlining failed in call to always_inline ‘_mm_storeu_ps’: target specific option mismatch
 _mm_storeu_ps (float *__P, __m128 __A)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:60:7: error: called from here
       _mm_storeu_ps(&yf[0][j], g);
       ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:181:1: error: inlining failed in call to always_inline ‘_mm_add_ps’: target specific option mismatch
 _mm_add_ps (__m128 __A, __m128 __B)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:59:20: error: called from here
       const __m128 h = _mm_add_ps(yf_im, f);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:181:1: error: inlining failed in call to always_inline ‘_mm_add_ps’: target specific option mismatch
 _mm_add_ps (__m128 __A, __m128 __B)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:58:20: error: called from here
       const __m128 g = _mm_add_ps(yf_re, e);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:181:1: error: inlining failed in call to always_inline ‘_mm_add_ps’: target specific option mismatch
 _mm_add_ps (__m128 __A, __m128 __B)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:57:20: error: called from here
       const __m128 f = _mm_add_ps(c, d);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:187:1: error: inlining failed in call to always_inline ‘_mm_sub_ps’: target specific option mismatch
 _mm_sub_ps (__m128 __A, __m128 __B)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:56:20: error: called from here
       const __m128 e = _mm_sub_ps(a, b);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:193:1: error: inlining failed in call to always_inline ‘_mm_mul_ps’: target specific option mismatch
 _mm_mul_ps (__m128 __A, __m128 __B)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:55:20: error: called from here
       const __m128 d = _mm_mul_ps(xfBuf_im, wfBuf_re);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:193:1: error: inlining failed in call to always_inline ‘_mm_mul_ps’: target specific option mismatch
 _mm_mul_ps (__m128 __A, __m128 __B)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:54:20: error: called from here
       const __m128 c = _mm_mul_ps(xfBuf_re, wfBuf_im);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:193:1: error: inlining failed in call to always_inline ‘_mm_mul_ps’: target specific option mismatch
 _mm_mul_ps (__m128 __A, __m128 __B)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:53:20: error: called from here
       const __m128 b = _mm_mul_ps(xfBuf_im, wfBuf_im);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:193:1: error: inlining failed in call to always_inline ‘_mm_mul_ps’: target specific option mismatch
 _mm_mul_ps (__m128 __A, __m128 __B)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:52:20: error: called from here
       const __m128 a = _mm_mul_ps(xfBuf_re, wfBuf_re);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:929:1: error: inlining failed in call to always_inline ‘_mm_loadu_ps’: target specific option mismatch
 _mm_loadu_ps (float const *__P)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:51:20: error: called from here
       const __m128 yf_im = _mm_loadu_ps(&yf[1][j]);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:929:1: error: inlining failed in call to always_inline ‘_mm_loadu_ps’: target specific option mismatch
 _mm_loadu_ps (float const *__P)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:50:20: error: called from here
       const __m128 yf_re = _mm_loadu_ps(&yf[0][j]);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:929:1: error: inlining failed in call to always_inline ‘_mm_loadu_ps’: target specific option mismatch
 _mm_loadu_ps (float const *__P)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:49:20: error: called from here
       const __m128 wfBuf_im = _mm_loadu_ps(&aec->wfBuf[1][pos + j]);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:929:1: error: inlining failed in call to always_inline ‘_mm_loadu_ps’: target specific option mismatch
 _mm_loadu_ps (float const *__P)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:48:20: error: called from here
       const __m128 wfBuf_re = _mm_loadu_ps(&aec->wfBuf[0][pos + j]);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:929:1: error: inlining failed in call to always_inline ‘_mm_loadu_ps’: target specific option mismatch
 _mm_loadu_ps (float const *__P)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:47:20: error: called from here
       const __m128 xfBuf_im = _mm_loadu_ps(&aec->xfBuf[1][xPos + j]);
                    ^
In file included from /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:31:0,
                 from ../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:929:1: error: inlining failed in call to always_inline ‘_mm_loadu_ps’: target specific option mismatch
 _mm_loadu_ps (float const *__P)
 ^
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:46:20: error: called from here
       const __m128 xfBuf_re = _mm_loadu_ps(&aec->xfBuf[0][xPos + j]);
                    ^
/SeaDesk/SeaDesk-2/WORK/PSIP/pjproject-2.7.2/build/rules.mak:163: recipe for target 'output/libwebrtc-i686-pc-linux-gnu/modules/audio_processing/aec/aec_core_sse2.o' failed
make[3]: *** [output/libwebrtc-i686-pc-linux-gnu/modules/audio_processing/aec/aec_core_sse2.o] Error 1
make[3]: Leaving directory '/SeaDesk/SeaDesk-2/WORK/PSIP/pjproject-2.7.2/third_party/build/webrtc'
Makefile:89: recipe for target 'libwebrtc-i686-pc-linux-gnu.a' failed
make[2]: *** [libwebrtc-i686-pc-linux-gnu.a] Error 2
make[2]: Leaving directory '/SeaDesk/SeaDesk-2/WORK/PSIP/pjproject-2.7.2/third_party/build/webrtc'
Makefile:7: recipe for target 'all' failed
make[1]: *** [all] Error 1
make[1]: Leaving directory '/SeaDesk/SeaDesk-2/WORK/PSIP/pjproject-2.7.2/third_party/build'
Makefile:14: recipe for target 'all' failed
make: *** [all] Error 1
root#
It appears it may be a deficiency in the GCC compiler included in Xenial's devx..? I'm no expert with this kinda thing, so that's about as far as my trouble-shooting permits me to go.....


Mike. :(

User avatar
Mike Walsh
Posts: 6351
Joined: Sat 28 Jun 2014, 12:42
Location: King's Lynn, UK.

#274 Post by Mike Walsh »

@ musher0:-

If you're interested at all, here's a .pet package for PSIP 1.41, compiled in Xenialpup 7.0.8.1. This one goes under Menu->Network, rather than Menu->Internet; and the binary goes in /usr/local/bin, as opposed to /usr/local/psip32. That way, it won't over-write or otherwise interfere with the existing default version (in case you want to keep it, for whatever reason).

https://drive.google.com/file/d/1JmT5TT ... sp=sharing


Mike. :wink:
Last edited by Mike Walsh on Sun 02 Dec 2018, 13:24, edited 1 time in total.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#275 Post by smokey01 »

@Mike I have sorted musher0 and will tackle your issue tomorrow after I get some sleep.

User avatar
Mike Walsh
Posts: 6351
Joined: Sat 28 Jun 2014, 12:42
Location: King's Lynn, UK.

#276 Post by Mike Walsh »

smokey01 wrote:@Mike I have sorted musher0 and will tackle your issue tomorrow after I get some sleep.
No worries, mate. As & when; there's no rush. Sweet dreams..!


Mike. :wink:

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#277 Post by smokey01 »

@Mike, check your email.

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#278 Post by musher0 »

Thanks guys.

@Smokey01
Got your pet, thanks. Shows up on screen at least.
Now to jog my memory about how to make a call!
I have an iptel and a linphone number somewhere...

Will test and if successful will post the URL of the xenialPup 32-bit pet
at augras' repo.

@Mike_Walsh
Downloading your take on it now.

TWYL.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
Mike Walsh
Posts: 6351
Joined: Sat 28 Jun 2014, 12:42
Location: King's Lynn, UK.

#279 Post by Mike Walsh »

smokey01 wrote:@Mike, check your email.
Ah, that's done the trick. I extracted and had a look; as it turns out, I only needed the binary. Libosxcart was already there from before, and the sym-links were already in place from an install of norgo's latest version of SMPlayer....which now also needs them.

I'll run up a package for Xenial, for anyone else who may want it.


Mike. :wink:

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#280 Post by musher0 »

Hello all.

I have put pet archive psip-1.42_xenialPup706.pet at the bottom of the
list, here.

Partially tested (more tests to come).

Many thanks to Smokey01 for the original "putting together of the
pieces"!

I have added the *.desktop file and icon from M_W's pet (thanks, M_W!),
plus Smokey01's original PM to me, which contains many infos, in
/usr/share/doc.

Please feel free to adapt and test for your Pup! ;) Keep us posted, too!

Finally, if you're stuck or simply need info about PSip, please remember
to consult Smokey01's very useful PSip Manual.

BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
Mike Walsh
Posts: 6351
Joined: Sat 28 Jun 2014, 12:42
Location: King's Lynn, UK.

#281 Post by Mike Walsh »

@ musher0:-
musher0 wrote:<snip>....I have added *.desktop file and icon from M_W's pet....</snip>
Oooooh....... :shock: :o :)

Nah, feel free, mate. Anything I post for Puppians to use, you do as you like with.

I picked that icon simply because it seemed a wee bit more 'modern', if you see what I mean.... :lol:

If any of my stuff helps somebody else out, I'm good with that. That's what the Linux ethos is all about, as far as I'm concerned. Share & share alike!


Mike. :wink:

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#282 Post by smokey01 »

I've started compiling psip-1.42 for various distributions. You can download a copy of the packages here: http://smokey01.com/psip/

Pro
Posts: 109
Joined: Fri 12 Feb 2010, 11:12

#283 Post by Pro »

smokey01 wrote:I've started compiling psip-1.42 for various distributions. You can download a copy of the packages here: http://smokey01.com/psip/
thanks.
I see in packages empty /root and may be missing opencore-amr* library.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#284 Post by smokey01 »

Pro wrote:
smokey01 wrote:I've started compiling psip-1.42 for various distributions. You can download a copy of the packages here: http://smokey01.com/psip/
thanks.
I see in packages empty /root and may be missing opencore-amr* library.
There is an empty /root. I meant to delete it but I forgot. It's harmless.

What distro are you running? Probably a good idea to mention that as there are many.

I've tested all of those distros on my psip site and they work.
http://smokey01.com/psip/

Pro
Posts: 109
Joined: Fri 12 Feb 2010, 11:12

#285 Post by Pro »

smokey01 wrote: What distro are you running? Probably a good idea to mention that as there are many.
Arch linux based distro, not Puppy.

Ок, if libs present in system, no problem.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#286 Post by smokey01 »

Pro wrote:
smokey01 wrote: What distro are you running? Probably a good idea to mention that as there are many.
Arch linux based distro, not Puppy.

Ок, if libs present in system, no problem.
They are except for a couple of symlinks which I included.

Did it run in Arch? If not run ldd on the binary to see what's missing.

Cheers

Pro
Posts: 109
Joined: Fri 12 Feb 2010, 11:12

#287 Post by Pro »

smokey01 wrote: Did it run in Arch? If not run ldd on the binary to see what's missing.
no problem. yes i check psip with ldd.

x32_64 version coming soon?

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#288 Post by smokey01 »

Pro wrote:
smokey01 wrote: Did it run in Arch? If not run ldd on the binary to see what's missing.
no problem. yes i check psip with ldd.

x32_64 version coming soon?
Are you asking or providing?

@Pro, the 32bit version I posted will run in Fatdog64-800a providing the 32bit library SFS is loaded.

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#289 Post by watchdog »

Repackaging psip-1.42 without the /lib dir it works in upupcc. Tested with sip.diamondcard.us. The symlinks in /lib break openssl and sylpheed in upupcc.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#290 Post by smokey01 »

watchdog wrote:Repackaging psip-1.42 without the /lib dir it works in upupcc. Tested with sip.diamondcard.us. The symlinks in /lib break openssl and sylpheed in upupcc.
So once the /lib directory with the symlinks has been removed it works? Yes?

Post Reply