Advertisement
Guest User

problemsf

a guest
Jul 16th, 2023
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. kris@kris-ThinkCentre-M83:~$ sfossdk
  2. [sudo] password for kris:
  3. Mounting system directories...
  4. Mounting /srv/sailfishos/targets as /srv/mer/targets
  5. Mounting /srv/sailfishos/toolings as /srv/mer/toolings
  6. Mounting / as /parentroot
  7. Mounting home directory: /home/kris
  8. Entering chroot as kris
  9. Last login: Sun Jul 16 14:52:00 UTC 2023 on pts/1
  10. WARNING: Deprecated ~/.mersdk.profile found!
  11. Use the SAILFISH_SDK environment variable inside your
  12. regular ~/.bashrc and/or ~/.bash_profile to branch to
  13. your SDK-specific configuration bits.
  14.  
  15. if [[ $SAILFISH_SDK ]]; then
  16. ...
  17. fi
  18. ,---
  19. | Sailfish OS 4.5.0.18 (Struven ketju)
  20. '---
  21. -bash: /home/kris/.bash_profile: line 1: syntax error near `;'
  22. -bash: /home/kris/.bash_profile: line 1: `if [[ ]]; then'
  23. PlatformSDK -bash-5.0$ ubu-chroot -r $PLATFORM_SDK_ROOT/sdks/ubuntu
  24. mount_bind /var/run/dbus: None of these exists on your host - please report this bug
  25. /usr/bin/sudo: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.26' not found (required by /usr/bin/sudo)
  26. /usr/bin/sudo: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /usr/lib/sudo/libsudo_util.so.0)
  27. /usr/bin/sudo: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.26' not found (required by /usr/lib/sudo/libsudo_util.so.0)
  28. umount: /sdks/ubuntu/var/run/dbus: no mount point specified.
  29. PlatformSDK -bash-5.0$
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement