Hi,
Yesterday i have tried to compile the git version on a Opensuse 13.1 QT4 Linux PC
compilation is ok
but during installation, translate.sh hasn't had the x permission
after a chmod +x of that file, i have had a new error about language files, so i have decided to modify translate.sh, insert a # in the line where are declared languages....
thanks in advance
error during installation of git version
- cingulingu
- Posts: 57
- Joined: Sat Aug 22, 2015 7:42 am
- Real Name: Veljko Stankov
Hi, tolmino
First thing. This is a wrong place to post things about GIT versions. Use development.
Suse don't allow scripts with execute flag by default (read ACL). And the same is for the files generated by the script. So you need to sort out the permissions before you compile-install it.
And you need to sort out other things which a opensuse specific like: user/lib(64), and user/lib/udevrules, .desktop file,...
My suggestion is to use this: viewtopic.php?f=5&t=8962
More exactly: https://software.opensuse.org/download. ... us-qt4-git
Then you just need to update it true Yast.
If you decide to test the already compiled version please post problems about that on the first link and specify the package number e.g.: qlcplus-qt4-git-4.xx.xx.git.xxxxxxxx-build,arhitecture
First thing. This is a wrong place to post things about GIT versions. Use development.
Hmm... well that depends on how you compile it. I suppose that you did it totally manually (download tar.gz, ./translate.sh, qmake, make install,...). In that case that is normal.but during installation, translate.sh hasn't had the x permission
after a chmod +x of that file, i have had a new error about language files, so i have decided to modify translate.sh, insert a # in the line where are declared languages
Suse don't allow scripts with execute flag by default (read ACL). And the same is for the files generated by the script. So you need to sort out the permissions before you compile-install it.
And you need to sort out other things which a opensuse specific like: user/lib(64), and user/lib/udevrules, .desktop file,...
My suggestion is to use this: viewtopic.php?f=5&t=8962
More exactly: https://software.opensuse.org/download. ... us-qt4-git
Then you just need to update it true Yast.
If you decide to test the already compiled version please post problems about that on the first link and specify the package number e.g.: qlcplus-qt4-git-4.xx.xx.git.xxxxxxxx-build,arhitecture
-
- Posts: 46
- Joined: Sun Apr 12, 2015 7:11 pm
- Real Name: Tolmino Muccitelli
Hi, i have installed today's git version .... and i have had same execution permission error, that i have never had.
it is may possible to fix permission in git?
i attach my installation logs
it is may possible to fix permission in git?
i attach my installation logs
- Attachments
-
- install2.log
- warnings i obtain after +x
- (224.22 KiB) Downloaded 44 times
-
- install.log
- initial error, before add execution permission to translate.sh
- (223.38 KiB) Downloaded 37 times
- mcallegari
- Posts: 4827
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
That's maybe because you insist to build QLC+ as root ?
It's just bad practice. Nobody do that in Linux.
And moreover it's risky. If for some reason we fuck up a script with a wrong rm command, you risk to delete your whole hard disk.
This would never happen if you build with your Linux user.
It's just bad practice. Nobody do that in Linux.
And moreover it's risky. If for some reason we fuck up a script with a wrong rm command, you risk to delete your whole hard disk.
This would never happen if you build with your Linux user.