-
Notifications
You must be signed in to change notification settings - Fork 18
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
How to resolve servaldna does not exist error #3
Comments
Serval Chat doesn't have any getting started documentation yet, and we don't do any development on windows. |
Hey Jerry thanks for your support. As said by you I shifted from windows to
linux environment. Even then I am receiving the same error.
Can you please guide me as to when and where these commands need to be
entered
git submodule init
$ git submodule update
…On Tue, Oct 31, 2017 at 1:19 PM, Jeremy Lakeman ***@***.***> wrote:
$ git submodule init
$ git submodule update
Serval Chat doesn't have any getting started documentation yet, and we
don't do any development on windows.
A number of steps of the build process may need to be adjusted to support
compiling libsodium and executing the git commands we are using to define
the version code & name.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdBMTHTdH0H8jI4smy5zMSHRZ-h2KZZzks5sxtEHgaJpZM4QMUwU>
.
|
You need to run those commands before trying to compile. They checkout
source code from other repositories that are required to compile the app.
Paul.
On 2 November 2017 at 08:14, kanishkapillai <[email protected]>
wrote:
… Hey Jerry thanks for your support. As said by you I shifted from windows to
linux environment. Even then I am receiving the same error.
Can you please guide me as to when and where these commands need to be
entered
git submodule init
$ git submodule update
On Tue, Oct 31, 2017 at 1:19 PM, Jeremy Lakeman ***@***.***>
wrote:
> $ git submodule init
> $ git submodule update
>
> Serval Chat doesn't have any getting started documentation yet, and we
> don't do any development on windows.
> A number of steps of the build process may need to be adjusted to support
> compiling libsodium and executing the git commands we are using to define
> the version code & name.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#3 (comment)-
340685686>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/
AdBMTHTdH0H8jI4smy5zMSHRZ-h2KZZzks5sxtEHgaJpZM4QMUwU>
> .
>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAonT8mmon35UdGhxjZhI3eEMZdzu2jNks5syOZXgaJpZM4QMUwU>
.
|
This is the error which i get while configuring serval-dna
sqlite-amalgamation-3140200/sqlite3.c:1:9: error: unknown option after
‘#pragma GCC diagnostic’ kind [-Werror=pragmas]
Any way in which this can be resolved.
…On Thu, Nov 2, 2017 at 5:03 AM, gardners ***@***.***> wrote:
You need to run those commands before trying to compile. They checkout
source code from other repositories that are required to compile the app.
Paul.
On 2 November 2017 at 08:14, kanishkapillai ***@***.***>
wrote:
> Hey Jerry thanks for your support. As said by you I shifted from windows
to
> linux environment. Even then I am receiving the same error.
> Can you please guide me as to when and where these commands need to be
> entered
>
> git submodule init
>
> $ git submodule update
>
>
> On Tue, Oct 31, 2017 at 1:19 PM, Jeremy Lakeman <
***@***.***>
> wrote:
>
> > $ git submodule init
> > $ git submodule update
> >
> > Serval Chat doesn't have any getting started documentation yet, and we
> > don't do any development on windows.
> > A number of steps of the build process may need to be adjusted to
support
> > compiling libsodium and executing the git commands we are using to
define
> > the version code & name.
> >
> > —
> > You are receiving this because you authored the thread.
> > Reply to this email directly, view it on GitHub
> > <#3 (comment)-
> 340685686>,
> > or mute the thread
> > <https://github.com/notifications/unsubscribe-auth/
> AdBMTHTdH0H8jI4smy5zMSHRZ-h2KZZzks5sxtEHgaJpZM4QMUwU>
> > .
>
> >
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#3 (comment)-
341252572>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/
AAonT8mmon35UdGhxjZhI3eEMZdzu2jNks5syOZXgaJpZM4QMUwU>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdBMTHIyKS992ZC1kgWuIHt3l9jVXk4tks5syP_egaJpZM4QMUwU>
.
|
rc/serval-dna$ make
SERVALD CC jni_common.c
SERVALD CC jni_commandline.c
SERVALD CC jni_instance.c
SERVALD CC jni_server.c
SERVALD CC sqlite-amalgamation-3140200/sqlite3.c
sqlite-amalgamation-3140200/sqlite3.c:1:9: error: unknown option after
‘#pragma GCC diagnostic’ kind [-Werror=pragmas]
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
^
cc1: all warnings being treated as errors
Makefile:254: recipe for target 'objs_servald/sqlite3.o' failed
make: *** [objs_servald/sqlite3.o] Error 1
On Thu, Nov 2, 2017 at 10:11 AM, Kanishka Pillai <
[email protected]> wrote:
… This is the error which i get while configuring serval-dna
sqlite-amalgamation-3140200/sqlite3.c:1:9: error: unknown option after
‘#pragma GCC diagnostic’ kind [-Werror=pragmas]
Any way in which this can be resolved.
On Thu, Nov 2, 2017 at 5:03 AM, gardners ***@***.***> wrote:
> You need to run those commands before trying to compile. They checkout
> source code from other repositories that are required to compile the app.
>
> Paul.
>
> On 2 November 2017 at 08:14, kanishkapillai ***@***.***>
> wrote:
>
> > Hey Jerry thanks for your support. As said by you I shifted from
> windows to
> > linux environment. Even then I am receiving the same error.
> > Can you please guide me as to when and where these commands need to be
> > entered
> >
> > git submodule init
> >
> > $ git submodule update
> >
> >
> > On Tue, Oct 31, 2017 at 1:19 PM, Jeremy Lakeman <
> ***@***.***>
> > wrote:
> >
> > > $ git submodule init
> > > $ git submodule update
> > >
> > > Serval Chat doesn't have any getting started documentation yet, and we
> > > don't do any development on windows.
> > > A number of steps of the build process may need to be adjusted to
> support
> > > compiling libsodium and executing the git commands we are using to
> define
> > > the version code & name.
> > >
> > > —
> > > You are receiving this because you authored the thread.
> > > Reply to this email directly, view it on GitHub
> > > <#3 (comment)-
> > 340685686>,
> > > or mute the thread
> > > <https://github.com/notifications/unsubscribe-auth/
> > AdBMTHTdH0H8jI4smy5zMSHRZ-h2KZZzks5sxtEHgaJpZM4QMUwU>
> > > .
> >
> > >
> >
> > —
> > You are receiving this because you are subscribed to this thread.
> > Reply to this email directly, view it on GitHub
> > <#3#
> issuecomment-341252572>,
> > or mute the thread
> > <https://github.com/notifications/unsubscribe-auth/AAonT8mmo
> n35UdGhxjZhI3eEMZdzu2jNks5syOZXgaJpZM4QMUwU>
>
> > .
> >
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#3 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AdBMTHIyKS992ZC1kgWuIHt3l9jVXk4tks5syP_egaJpZM4QMUwU>
> .
>
|
If you are having trouble building serval-dna, you should post that issue to serval-dna. However, you shouldn't need to build serval-dna yourself to get started with Serval Chat, unless you need to produce a manifest for the apk you are building. |
How do I go about making an apk, if possible, from the serval chat code
when while making the build it gives an error that
Error:(6, 35) error: package org.servalproject.servaldna does not exist.
which forced me to configure serval-dna first.
Thanks for your continued support in this project.
…On Thu, Nov 2, 2017 at 10:17 AM, Jeremy Lakeman ***@***.***> wrote:
If you are having trouble building serval-dna, you should post that issue
to serval-dna.
However, you shouldn't need to build serval-dna yourself to get started
with Serval Chat, unless you need to produce a manifest for the apk you are
building.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdBMTF5hhyDZW78VMwifJ1tnN9aux0v-ks5syUlIgaJpZM4QMUwU>
.
|
No, it is telling you that the java folder in the serval-dna submodule could not be found. Hence the above submodule commands. |
:app:libsodiumBuild FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:libsodiumBuild'.
Process 'command 'sh'' finished with non-zero exit value 127
This is the error while running ./gradlew assembleDebug
Another error which occurs during git update
~/serval_chat$ git submodule update
fatal: reference is not a tree: b6a9aafc13fb2477e28146af8bfb9b6be8b8e9a8
Unable to checkout 'b6a9aafc13fb2477e28146af8bfb9b6be8b8e9a8' in submodule
path 'app/src/main/jni/libsodium'
How can we resolve this error?
…On Thu, Nov 2, 2017 at 10:46 AM, Jeremy Lakeman ***@***.***> wrote:
No, it is telling you that the java folder in the serval-dna submodule
could not be found. Hence the above submodule commands.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdBMTKaTYMtK3ANlQHAUuuKtu2nIA2t7ks5syVAkgaJpZM4QMUwU>
.
|
Sigh, libsodium call it a stable branch, but they keep rebasing it. |
I've created and pushed a tag for each of the commit's we have used in serval chat's history to our own fork of libsodium. So something like this should sort everything out;
|
Error:(3, 35) error: package org.servalproject.servaldna does not exist
Error:(15, 10) error: cannot find symbol class AbstractJsonList
where T,E are type-variables:
T extends Object declared in class AbstractFutureList
E extends Exception declared in class AbstractFutureList
The text was updated successfully, but these errors were encountered: