Tento instalar via "yaourt" (não sei se é a mesma coisa), e ele me pede, por exemplo, para editar o PKGBUILD, adicionando $VISUAL às minhas variáveis de ambiente, e fico travado nisso.
Tentando instalar o Whatsie, por exemplo:
[[email protected] ~]$ sudo yaourt -S whatsie
==> Fazendo download do PKGBUILD de whatsie do AUR...
x .INSTALL
x .SRCINFO
x PKGBUILD
x generateAur.sh
j1simon commented on 2016-04-25 11:03
@hobarrera Why do you say that it lacks "wget" dependency? It isn't needed.
@mrl4214 the folder permissions are wrong. See my PKGBUILD: http://pastebin.com/4qD5itfB
...
chmod -R 755 "$pkgdir"/opt/
chmod -R 755 "$pkgdir"/etc/
chmod -R 755 "$pkgdir"/usr/
...
Are you tested the package before to upload it here?
stef204 commented on 2016-06-02 13:49
lines 19 to 21 are incorrect.
You shouldn't touch file system permissions and change them to 775 when they are 755 by default on system.
while building whatsie:
warning: directory permissions differ on /etc/
filesystem: 755 package: 775
warning: directory permissions differ on /etc/xdg/
filesystem: 755 package: 775
warning: directory permissions differ on /etc/xdg/autostart/
filesystem: 755 package: 775
warning: directory permissions differ on /opt/
filesystem: 755 package: 775
warning: directory permissions differ on /usr/
filesystem: 755 package: 775
warning: directory permissions differ on /usr/share/
filesystem: 755 package: 775
warning: directory permissions differ on /usr/share/applications/
filesystem: 755 package: 775
warning: directory permissions differ on /usr/share/icons/
filesystem: 755 package: 775
warning: directory permissions differ on /usr/share/icons/hicolor/
filesystem: 755 package: 775
[snip]
Also for some reason, files you uploaded to AUR contain a generateAur.sh script which includes git stuff, etc.; and resides inside the tarball which gets downloaded. Please remove this file which should reside on your local machine not on AUR mirror.
And install file should not be needed; in addition it does not actually remove the link from binary in /opt/whatsie to /usr/bin/whatsie which is left there as a deadlink upon uninstall.
Can you please address these issues?
Cxpher commented on 2016-06-12 11:43
It's actually lines 18 to 21 that are incorrect.
# msg2 "Fixing permissions of documentation folder..."
# chmod -R 775 "$pkgdir/opt/"
# chmod -R 775 "$pkgdir/etc/"
# chmod -R 775 "$pkgdir/usr/"
They are commented out in the PKGBUILD file and his generateAur.sh and shouldn't be an issue. However, having the generateAur.sh file is unnecessary. If it bothers you for now, just delete it from your /tmp/yaourt-tmp-$user/aur-whatsie folder.
/opt is still 755
However, /opt/whatsie is 775. Which isn't a big problem since user and group are both root and others is still read only.
Edit : I don't see wget as a dependency in either deps or opt. deps. He probably removed it but he was using wget in his generateAur.sh script originally for some reason. It was commented out in the script. He must have initially forgotten to remove the dep after commenting out that line and has since corrected it.
nashamri commented on 2016-06-23 13:13
The tray icon is missing. I'm using gnome shell.
Manjarohans commented on 2016-06-24 09:45
Whatsie only starts (at least the gui) when launched with the sudo command. User which do not have root privileges cannot start it.
whatsie 2.0.15-1 (2016-06-12 01:37)
( Pacote sem suporte: Potencialmente perigoso ! )
==> Editar PKGBUILD ? [S/n] ("A" para abortar)
==> ------------------------------------------
==> s
Por favor, adicione $VISUAL às suas variáveis de ambiente
por exemplo:
export VISUAL="vim" (em ~/.bashrc)
(substitua vim por seu editor favorito)
==> Editar PKGBUILD com:
==> Fazendo download do PKGBUILD de whatsie do AUR...
x .INSTALL
x .SRCINFO
x PKGBUILD
x generateAur.sh
j1simon commented on 2016-04-25 11:03
@hobarrera Why do you say that it lacks "wget" dependency? It isn't needed.
@mrl4214 the folder permissions are wrong. See my PKGBUILD: http://pastebin.com/4qD5itfB
...
chmod -R 755 "$pkgdir"/opt/
chmod -R 755 "$pkgdir"/etc/
chmod -R 755 "$pkgdir"/usr/
...
Are you tested the package before to upload it here?
stef204 commented on 2016-06-02 13:49
lines 19 to 21 are incorrect.
You shouldn't touch file system permissions and change them to 775 when they are 755 by default on system.
while building whatsie:
warning: directory permissions differ on /etc/
filesystem: 755 package: 775
warning: directory permissions differ on /etc/xdg/
filesystem: 755 package: 775
warning: directory permissions differ on /etc/xdg/autostart/
filesystem: 755 package: 775
warning: directory permissions differ on /opt/
filesystem: 755 package: 775
warning: directory permissions differ on /usr/
filesystem: 755 package: 775
warning: directory permissions differ on /usr/share/
filesystem: 755 package: 775
warning: directory permissions differ on /usr/share/applications/
filesystem: 755 package: 775
warning: directory permissions differ on /usr/share/icons/
filesystem: 755 package: 775
warning: directory permissions differ on /usr/share/icons/hicolor/
filesystem: 755 package: 775
[snip]
Also for some reason, files you uploaded to AUR contain a generateAur.sh script which includes git stuff, etc.; and resides inside the tarball which gets downloaded. Please remove this file which should reside on your local machine not on AUR mirror.
And install file should not be needed; in addition it does not actually remove the link from binary in /opt/whatsie to /usr/bin/whatsie which is left there as a deadlink upon uninstall.
Can you please address these issues?
Cxpher commented on 2016-06-12 11:43
It's actually lines 18 to 21 that are incorrect.
# msg2 "Fixing permissions of documentation folder..."
# chmod -R 775 "$pkgdir/opt/"
# chmod -R 775 "$pkgdir/etc/"
# chmod -R 775 "$pkgdir/usr/"
They are commented out in the PKGBUILD file and his generateAur.sh and shouldn't be an issue. However, having the generateAur.sh file is unnecessary. If it bothers you for now, just delete it from your /tmp/yaourt-tmp-$user/aur-whatsie folder.
/opt is still 755
However, /opt/whatsie is 775. Which isn't a big problem since user and group are both root and others is still read only.
Edit : I don't see wget as a dependency in either deps or opt. deps. He probably removed it but he was using wget in his generateAur.sh script originally for some reason. It was commented out in the script. He must have initially forgotten to remove the dep after commenting out that line and has since corrected it.
nashamri commented on 2016-06-23 13:13
The tray icon is missing. I'm using gnome shell.
Manjarohans commented on 2016-06-24 09:45
Whatsie only starts (at least the gui) when launched with the sudo command. User which do not have root privileges cannot start it.
whatsie 2.0.15-1 (2016-06-12 01:37)
( Pacote sem suporte: Potencialmente perigoso ! )
==> Editar PKGBUILD ? [S/n] ("A" para abortar)
==> ------------------------------------------
==> s
Por favor, adicione $VISUAL às suas variáveis de ambiente
por exemplo:
export VISUAL="vim" (em ~/.bashrc)
(substitua vim por seu editor favorito)
==> Editar PKGBUILD com: