installers not working #14

Closed
opened 2018-07-15 07:21:01 +00:00 by ahraber · 5 comments
ahraber commented 2018-07-15 07:21:01 +00:00 (Migrated from github.com)

I ran install.sh -q /home/me/i3 and the scrit ran and only made man pages. I don't have the commands available via my shell. I don't think this is expected.

Also, I'm running arch, and tried installing via AUR, and have the following error:

 ==> Validating source files with sha256sums...
    v.0.1.65.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
Error downloading sources: i3ass
I ran `install.sh -q /home/me/i3` and the scrit ran and only made man pages. I don't have the commands available via my shell. I don't think this is expected. Also, I'm running arch, and tried installing via AUR, and have the following error: ``` ==> Validating source files with sha256sums... v.0.1.65.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check! Error downloading sources: i3ass ```
budRich commented 2018-07-15 16:15:06 +00:00 (Migrated from github.com)

thanks for the report. I never tested the install after the last update. I will fix it right away.

thanks for the report. I never tested the install after the last update. I will fix it right away.
budRich commented 2018-07-15 16:30:21 +00:00 (Migrated from github.com)

well. I cannot reproduce the issue with install.sh. When executed with -q option, man pages should not be generated only scripts linked to target directory..

It might be that you didn't execute the script with the full path, also it's important that it is a lowercase q:

$ git clone https://github.com/budlabs/i3ass.git
$ cd i3ass
$ ./install.sh -q ~/i3

Maybe it was the help screen that you are thinking about when you refer to the man page. It is printed if the arguments are wrong. I will add an error message to the screen.

well. I cannot reproduce the issue with install.sh. When executed with `-q` option, man pages should not be generated only scripts linked to target directory.. It might be that you didn't execute the script with the full path, also it's important that it is a lowercase `q`: ``` text $ git clone https://github.com/budlabs/i3ass.git $ cd i3ass $ ./install.sh -q ~/i3 ``` Maybe it was the help screen that you are thinking about when you refer to the man page. It is printed if the arguments are wrong. I will add an error message to the screen.
budRich commented 2018-07-15 17:09:08 +00:00 (Migrated from github.com)

@ahraber I have updated the repo and the AUR package. I have tested it here, and it seems to work. But it would be highly appreciated if you wanted to test it and see if it works for you, if it works, you can close this issue, or I will do it if it is inactive for a couple of days.

And thanks again for the quick report. I am quite new to AUR, didn't know i needed to generate the checksum for every release.

@ahraber I have updated the repo and the AUR package. I have tested it here, and it seems to work. But it would be highly appreciated if you wanted to test it and see if it works for you, if it works, you can close this issue, or I will do it if it is inactive for a couple of days. And thanks again for the quick report. I am quite new to AUR, didn't know i needed to generate the checksum for every release.
ahraber commented 2018-07-16 06:25:10 +00:00 (Migrated from github.com)

Thanks @budRich, I appreciate the quick reply. I'll test and let you know 👍

Thanks @budRich, I appreciate the quick reply. I'll test and let you know :+1:
ahraber commented 2018-07-16 06:26:54 +00:00 (Migrated from github.com)

Very nice, installed via yay: `[me@cube ~]$ i3 (tab tab)

i3 i3exit i3list i3-save-tree i3var
i386 i3flip i3lock i3-scrot i3viswiz
i3bar i3fyra i3-migrate-config-to-v4 i3-sensible-editor i3-with-shmlog
i3-config-wizard i3get i3-msg i3-sensible-pager
i3-dmenu-desktop i3gw i3-nagbar i3-sensible-terminal
i3-dump-log i3-input i3run i3status`

Very nice, installed via yay: `[me@cube ~]$ i3 (tab tab) i3 i3exit i3list i3-save-tree i3var i386 i3flip i3lock i3-scrot i3viswiz i3bar i3fyra i3-migrate-config-to-v4 i3-sensible-editor i3-with-shmlog i3-config-wizard i3get i3-msg i3-sensible-pager i3-dmenu-desktop i3gw i3-nagbar i3-sensible-terminal i3-dump-log i3-input i3run i3status`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bud/i3ass#14
No description provided.