Skip to content

Unable to install on Ubuntu 22.04 #22

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

Closed
deadmantfa opened this issue May 24, 2022 · 12 comments · May be fixed by #24
Closed

Unable to install on Ubuntu 22.04 #22

deadmantfa opened this issue May 24, 2022 · 12 comments · May be fixed by #24

Comments

@deadmantfa
Copy link

Trying to install it on Ubuntu 22.04 using the command mentioned in the README, no errors just doesnt do anything

image

screenshot of the output

@jonas-w
Copy link

jonas-w commented May 24, 2022

Same for debian-bullseye

@Abdullah112006
Copy link

Do You found any solution?

@jonas-w
Copy link

jonas-w commented May 24, 2022

Nope, i'm now using tap

@deadmantfa
Copy link
Author

I am trying to install https://gitlab.com/rswat09/gamebuntu where una is a requirement.

@jonas-w
Copy link

jonas-w commented May 25, 2022

Here some debug output for the developer:

+ gpg --dearmor
+ wget -qO - https://proget.makedeb.org/debian-feeds/makedeb.pub
+ sudo tee /usr/share/keyrings/makedeb-archive-keyring.gpg
+ echo 'deb [signed-by=/usr/share/keyrings/makedeb-archive-keyring.gpg arch=all] https://proget.makedeb.org makedeb main'
+ sudo tee /etc/apt/sources.list.d/makedeb.list
+ sudo apt-get update
+ sudo apt-get install makedeb
+ git clone https://github.com/AFK-OS/una
Cloning into 'una'...
remote: Enumerating objects: 213, done.
remote: Counting objects: 100% (6/6), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 213 (delta 0), reused 1 (delta 0), pack-reused 207
Receiving objects: 100% (213/213), 52.48 KiB | 1.42 MiB/s, done.
Resolving deltas: 100% (112/112), done.
+ cd una
+ bash -x ./una update
++ tput bold
+ bold=''
++ tput sgr0
+ normal=''
+ red=''
+ green=''
+ yellow=''
+ blue=''
+ magenta=''
+ cyan=''
+ version=v3.2.0
+ set -e
+ echo 'una v3.2.0'
una v3.2.0
+ [[ 1000 == \0 ]]
+ LOCKFILE=/tmp/una.lock
+ [[ -e /tmp/una.lock ]]
+ trap 'rm -f /tmp/una.lock; tput cnorm; exit' INT TERM EXIT
+ echo 69509
+ [[ ! -d /var/lib/una ]]
+ echo
+ info 'creating una directory and config files'
+ echo -e '>> creating una directory and config files'
>> creating una directory and config files
+ mkdir -p /home/jonas/.config/autostart
+ cat
+ cat
+ sudo tee /etc/una/config
+ rm -f /tmp/una.lock
+ tput cnorm
+ exit
+ bash -x ./una install una-bin
++ tput bold
+ bold=''
++ tput sgr0
+ normal=''
+ red=''
+ green=''
+ yellow=''
+ blue=''
+ magenta=''
+ cyan=''
+ version=v3.2.0
+ set -e
+ echo 'una v3.2.0'
una v3.2.0
+ [[ 1000 == \0 ]]
+ LOCKFILE=/tmp/una.lock
+ [[ -e /tmp/una.lock ]]
+ trap 'rm -f /tmp/una.lock; tput cnorm; exit' INT TERM EXIT
+ echo 69520
+ [[ ! -d /var/lib/una ]]
+ echo
+ info 'creating una directory and config files'
+ echo -e '>> creating una directory and config files'
>> creating una directory and config files
+ mkdir -p /home/jonas/.config/autostart
+ cat
+ cat
+ sudo tee /etc/una/config
+ rm -f /tmp/una.lock
+ tput cnorm
+ exit
+ una help
./install.sh: line 16: una: command not found

@LI3GE
Copy link

LI3GE commented May 26, 2022

Hey guys, I got a little obsessed with this last night and figured a few things out. Firstly I reverted back to 3.1.1 on this github. It created a secondary problem which I fixed as well. I'm not sure if this is stable in the long term but currently I haven't run into any problems.

Instructions:
Install Una via the install.sh script or via makedeb una-bin
Download the 3.1.1 repo
overwrite bin/bash una & una-updater w/ the 3.1.1's version

This will remove the whole creating directory stuff but will cause a new issue where you can't install because it won't find PKGBuild when using "Una Install Package"

To fix this I went into una's bin and deleted all ".git". Note do not remove -git just .git. It'll fix the install problem and everything will work as intended.

@deadmantfa
Copy link
Author

I will try this out

@RudraSwat
Copy link
Contributor

This issue should be fixed now (I've updated the install script).

@jonas-w
Copy link

jonas-w commented May 31, 2022

0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Cloning into 'una-bin'...
fatal: repository 'https://mpr.makedeb.org/una-bin.git/' not found
[!] PKGBUILD does not exist.
/proc/self/fd/11: line 15: una: command not found
/proc/self/fd/11: line 15: una: command not found

still not working @RudraSwat

should be working without the .git at the end

@jonas-w
Copy link

jonas-w commented May 31, 2022

Mhm the same problem, now that i've removed the .git. The same neverending "creating una directory and config files"

@deadmantfa
Copy link
Author

image

The issue still persists installation fails

@roworu
Copy link

roworu commented Jun 3, 2022

Same here..
image

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

Successfully merging a pull request may close this issue.

6 participants