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

[BUG] Failing to build on fedora 35 AARCH64 #502

Closed
xnuken opened this issue May 19, 2021 · 2 comments
Closed

[BUG] Failing to build on fedora 35 AARCH64 #502

xnuken opened this issue May 19, 2021 · 2 comments

Comments

@xnuken
Copy link

xnuken commented May 19, 2021

Description

When building on FEDORA 35 AARCH64 I get get "launchpad.net/gocheck": found meta tag vcs.metaImport{Prefix:"launchpad.net/gocheck", VCS:"bzr", RepoRoot:"https://launchpad.net/~niemeyer/gocheck/trunk"} at //launchpad.net/gocheck?go-get=1 go: launchpad.net/gocheck@v0.0.0-20140225173054-000000000087: unrecognized import path "launchpad.net/gocheck": GOVCS disallows using bzr for public launchpad.net/gocheck; see 'go help vcs' make: *** [Makefile:40: build-axolotl] Error 1
[Description of the issue]
See above

Steps to Reproduce

  1. [First Step] Build on fedora 35
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]
To build fine
Actual behavior: [What actually happens]
get "launchpad.net/gocheck": found meta tag vcs.metaImport{Prefix:"launchpad.net/gocheck", VCS:"bzr", RepoRoot:"https://launchpad.net/~niemeyer/gocheck/trunk"} at //launchpad.net/gocheck?go-get=1 go: launchpad.net/gocheck@v0.0.0-20140225173054-000000000087: unrecognized import path "launchpad.net/gocheck": GOVCS disallows using bzr for public launchpad.net/gocheck; see 'go help vcs' make: *** [Makefile:40: build-axolotl] Error 1

Versions

Please provide the Version as written in Settings->About Axolotl

Device

What device or OS are you using? Fedora 35 AARCH64 PinePhone

Link to Debug Log

Please provide a link to debug from ~/.cache/upstart/application-click-textsecure.nanuc_textsecure*.log
Be careful it contains sensible data

@nanu-c
Copy link
Owner

nanu-c commented Aug 10, 2021

Can you try it again?

@Hyask
Copy link

Hyask commented Aug 25, 2021

Same here on Fedora 34 x86_64. Exporting GOVCS='*:all' does the trick though. I also had to install the breezy package to get the bzr command.

Also, at the end of the build, I get the following log. A working axolotl binary was successfully produced though.

[...]
  dist/css/577.c2d2a391.css            0.33 KiB                                                       0.18 KiB

  Images and other types of assets omitted.

 DONE  Build complete. The dist directory is ready to be deployed.
 INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html

/usr/bin/go build -v .
# github.com/mutecomm/go-sqlcipher
sqlite3.c: Dans la fonction « sqlite3SelectNew »:
sqlite3.c:120891:10: attention: la fonction peut retourner l'adresse d'une variable locale [-Wreturn-local-addr]
120891 |   return pNew;
       |          ^~~~
sqlite3.c:120852:10: note: déclaré ici
120852 |   Select standin;
       |          ^~~~~~~
Found go with version go version go1.16.6 linux/amd64
LD_LIBRARY_PATH=/home/skia/workspace/axolotl /usr/bin/go  run .
# github.com/mutecomm/go-sqlcipher
sqlite3.c: Dans la fonction « sqlite3SelectNew »:
sqlite3.c:120891:10: attention: la fonction peut retourner l'adresse d'une variable locale [-Wreturn-local-addr]
120891 |   return pNew;
       |          ^~~~
sqlite3.c:120852:10: note: déclaré ici
120852 |   Select standin;
       |          ^~~~~~~
/tmp/go-build189968120/b001/exe/axolotl: error while loading shared libraries: libzkgroup_linux_x86_64.so: cannot open shared object file: No such file or directory
exit status 127
make: *** [Makefile:70 : run] Erreur 1
Exception: make exited with 2
[tty 18], line 1: make run

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

3 participants