Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error building on debian gnu/linux #81

Open
ftoledo opened this issue Sep 16, 2019 · 1 comment
Open

Error building on debian gnu/linux #81

ftoledo opened this issue Sep 16, 2019 · 1 comment

Comments

@ftoledo
Copy link

ftoledo commented Sep 16, 2019

Hi, i try to build on debian stretch, can you provide build instructions and needed depends to get to work?

thanks!

ragnarok@ragnarok:/tmp/CSipSimple$ make
make[1]: se entra en el directorio '/tmp/CSipSimple/jni/silk'
Makefile:18: You must retrieve a valid silk sdk souce folder. Currently microsoft does not give a way to download from their website
# source checkout done
# Init done
make[1]: se sale del directorio '/tmp/CSipSimple/jni/silk'
make[1]: se entra en el directorio '/tmp/CSipSimple/jni/opus'
# old uri : https://git.xiph.org/opus.git
Cloning into 'sources'...
remote: Counting objects: 30320, done.
remote: Compressing objects: 100% (9046/9046), done.
remote: Total 30320 (delta 24366), reused 26063 (delta 21153)
Receiving objects: 100% (30320/30320), 6.65 MiB | 59.00 KiB/s, done.
Resolving deltas: 100% (24366/24366), done.
Note: checking out 'origin'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at cd529edb... Fix NEON optimizations buffer read overrun
Previous HEAD position was cd529edb... Fix NEON optimizations buffer read overrun
HEAD is now at 65471dd5... Bump soname
# Init done
make[1]: se sale del directorio '/tmp/CSipSimple/jni/opus'
make[1]: se entra en el directorio '/tmp/CSipSimple/jni/zrtp4pj'
Cloning into 'sources'...
remote: Enumerating objects: 720, done.
remote: Total 720 (delta 0), reused 0 (delta 0), pack-reused 720
Receiving objects: 100% (720/720), 399.75 KiB | 59.00 KiB/s, done.
Resolving deltas: 100% (393/393), done.
Note: checking out 'origin'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 9001cd7... Avoid pjsip deadlock in zrtp by only sending initial zrtp data on rtcp send and on cb
HEAD is now at 9001cd7... Avoid pjsip deadlock in zrtp by only sending initial zrtp data on rtcp send and on cb
Cloning into 'zrtp'...
remote: Enumerating objects: 3615, done.
remote: Total 3615 (delta 0), reused 0 (delta 0), pack-reused 3615
Receiving objects: 100% (3615/3615), 2.89 MiB | 59.00 KiB/s, done.
Resolving deltas: 100% (2456/2456), done.
Note: checking out 'origin'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 4892275... Merge remote-tracking branch 'wernerd/master'
HEAD is now at 4892275... Merge remote-tracking branch 'wernerd/master'
# Init done
make[1]: se sale del directorio '/tmp/CSipSimple/jni/zrtp4pj'
make[1]: se entra en el directorio '/tmp/CSipSimple/jni/openssl'
Cloning into 'sources'...
remote: Enumerating objects: 8023, done.
remote: Total 8023 (delta 0), reused 0 (delta 0), pack-reused 8023
Receiving objects: 100% (8023/8023), 9.57 MiB | 58.00 KiB/s, done.
Resolving deltas: 100% (4858/4858), done.
Note: checking out 'origin'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 8953c28... Merge "Remove OpenSSL and replace with deprecation notice"
Previous HEAD position was 8953c28... Merge "Remove OpenSSL and replace with deprecation notice"
HEAD is now at fa61033... Merge changes Ia3732dc4,I47cad3c2
# Init done
make[1]: se sale del directorio '/tmp/CSipSimple/jni/openssl'
make[1]: se entra en el directorio '/tmp/CSipSimple/jni/libvpx'
dirname: falta un operando
Pruebe 'dirname --help' para más información.
Cloning into 'sources'...
fatal: repository 'https://bugs.chromium.org/p/webm.libvpx/' not found
/bin/sh: 2: cd: can't cd to sources
Note: checking out 'origin'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at fd1e332c... Re-enable extra-codecs
error: pathspec 'v1.1.0' did not match any file(s) known to git.
Makefile:38: fallo en las instrucciones para el objetivo 'sources'
make[1]: *** [sources] Error 1
make[1]: se sale del directorio '/tmp/CSipSimple/jni/libvpx'
Makefile:31: fallo en las instrucciones para el objetivo 'jni/libvpx/sources'
make: *** [jni/libvpx/sources] Error 2

@rickyManalo
Copy link

Sorry, I'm a debian user so I can't help you that much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants