Search Criteria
Package Details: pharo-launcher 1:2.4-1
Git Clone URL: | https://aur.archlinux.org/pharo-launcher.git (read-only, click to copy) |
---|---|
Package Base: | pharo-launcher |
Description: | Pharo Launcher helps you manage your Pharo images |
Upstream URL: | http://www.pharo-project.org/ |
Keywords: | pharo pharo-launcher |
Licenses: | MIT |
Submitter: | laurent.laffont |
Maintainer: | laurent.laffont (badetitou) |
Last Packager: | badetitou |
Votes: | 9 |
Popularity: | 0.064287 |
First Submitted: | 2015-09-05 08:29 (UTC) |
Last Updated: | 2022-03-24 16:36 (UTC) |
Latest Comments
badetitou commented on 2021-10-07 08:28 (UTC)
Hi,
I have updated the VM I delivered for P9. It should be ok now
badetitou commented on 2021-10-03 14:38 (UTC)
Hi,
Indeed, I can reproduce your bug. I'm trying to find a solution.
reugalabf commented on 2021-09-30 12:57 (UTC)
Hello,
I am having problems with libgit2 on Pharo9 after I updated my system.
Linux 5.14.8-arch1-1 #1 SMP PREEMPT Sun, 26 Sep 2021 19:36:15 +0000 x86_64 GNU/Linux
It seems like Pharo9 wants to use libgit2.so.1.1 which is no longer available.
badetitou commented on 2021-08-19 16:58 (UTC)
Hi @macie
I proposed a hot fix with a VM I packaged. Please tell me if you have any issue
badetitou commented on 2021-08-03 16:56 (UTC) (edited on 2021-08-04 09:45 (UTC) by badetitou)
Updated to version 2.3
I am not sure how to correctly deal with the lib problem...
https://github.com/pharo-project/pharo/issues/9729
macie commented on 2021-07-20 20:06 (UTC)
I've tested updating to version 2.3 - it only needs changing version number and hashes.
But when I tried to run image based on Pharo 9, I got error:
PrimitiveFailed: primitive #primLoadSymbol:module: in TFFIBackend failed
. It wass caused by missing dependencies to shared libraries in Pharo 9 VM libgit2 version. I used:to find missing dependences. In case of pcre this libgit2 version depends on version 3, but it is versioning scheme from Debian. So after install I created links to Arch versions:
(I'm not sure, if that global links are good idea)
As Pharo 9 is current stable version, I think that pharo-launcher should deal with mentioned issues.
badetitou commented on 2020-08-24 19:38 (UTC) (edited on 2020-08-24 19:39 (UTC) by badetitou)
I have updated Pharo Launcher to version 2.2
Following the comment of @macie, it is indeed a problem of user right for
basicFile is nil
. Thus, I change the pkgbuild to autorize "Others" to write in the folder "/usr/share/pharo-launcher"...I hope it will not create security problem...
macie commented on 2020-08-01 12:19 (UTC) (edited on 2020-08-01 12:19 (UTC) by macie)
Hi, I had the same problem (
receiver of "basicFileID" is nil
). I solved it by changing users group to my private group (inPKGBUILD
file). Building script probably should check if user has required groups. And if I understanding correctly documentation, we shouldn't use users groups (see: https://wiki.archlinux.org/index.php/Users_and_groups#Unused_groups).BTW there is newer version of pharo-launcher (2.2).
badetitou commented on 2020-04-27 20:29 (UTC)
I don't think it can be a version problem... I already saw your error on my laptop when I was trying to create a snap. And the error appeared for both 1.9.2 and 2.0 pharo launcher version.
The problem is that in
OSSVMProcess>>initializeSessionID
The program try to access PharoLauncher.image. But it cannot. And if its not a permission problem. I don't know what it can be... Maybe an external library missing or version... but I have not clue which one.ElCep commented on 2020-04-27 13:28 (UTC)
I can upload an image but git errors appear. Whereas the executable to download on the site of pharo him does not have these errors. Is it a version problem?
badetitou commented on 2020-04-26 17:41 (UTC)
:/ It should not be something different than user permissions.. but i do not know which one. Can you "skip" the error? if so, run an image? download an image?
ElCep commented on 2020-04-24 17:09 (UTC)
badetitou commented on 2020-04-24 16:13 (UTC) (edited on 2020-04-24 16:15 (UTC) by badetitou)
Could you show me the permission of the PL file?
ls -l /usr/share/pharo-launcher/PharoLauncher.image
and are you sure we are not on a readonly disk? (trytouch /usr/share/pharo-launcher/test
if there is no error you can remove the created file).If you ignore the error(if you can), can you download an image? launch it?
ElCep commented on 2020-04-24 14:20 (UTC)
No specific in installation. :-/
badetitou commented on 2020-04-24 14:05 (UTC)
It might be a problem with user permissions... I have no clue where can be the problem. Do you have a specific installation? (with some non-default permission in /usr/share/pharo-vm/).
ElCep commented on 2020-04-24 13:41 (UTC) (edited on 2020-04-24 13:44 (UTC) by ElCep)
Here the terminal logs
badetitou commented on 2020-04-24 13:02 (UTC)
@ElCep Could you show the logs that are printed in the terminal
ElCep commented on 2020-04-23 14:29 (UTC)
I don't know why, but the pharo launcher install from AUR doesn't work for me while the one downloaded from the official website yes.
badetitou commented on 2019-09-19 19:19 (UTC) (edited on 2019-09-19 19:20 (UTC) by badetitou)
Note that the version is 1.93 and the downloaded is 1.9.1.. It is strange but don't worry. It's because the version 1.9.2 does not work... And so I revert to 1.9.1
badetitou commented on 2019-02-02 19:41 (UTC)
Thanks @backerman
It should be fixed (I did not have the problem because the package was already installed on my computer)
backerman commented on 2019-02-02 19:24 (UTC)
Needs dependency added on
libcurl-gnutls
.badetitou commented on 2018-11-15 09:31 (UTC)
@ElCep I think it's another problem. I'm trying to find what is happening
Benoît "badetitou" Verhaeghe
ElCep commented on 2018-11-12 14:19 (UTC)
Hi @badetitou, Thank you for your help. My user is now a part of
users
group but I'm facing the same problem as previously. When I try to runpharo-launcher
from the terminal I can read in konsolepthread_setschedparam failed: Operation not permitted
I don't know if it's linked. E.badetitou commented on 2018-11-05 19:45 (UTC)
Hi @ElCep The application is installed in /usr/share and the bin in /usr/bin
The folders have the write access for the group "users"
I'd like to help you. Can you confirm me that your installation goes well ? (as describe above ? )
Benoît "badetitou" Verhaeghe
ElCep commented on 2018-11-05 12:54 (UTC)
Hi, I can't run pharo-launcher. It's installed somewhere the app hasn't the right to write.
Cannot be run from a read-only filesystem.
E.
badetitou commented on 2018-01-28 18:48 (UTC)
As the zip file. This package provides also a pharo vm. Just run 'pharo' in a terminal (you can specify an image)
roper commented on 2017-10-25 18:30 (UTC)
badetitou commented on 2017-10-10 13:02 (UTC)
patbator commented on 2017-10-10 08:26 (UTC)
roper commented on 2016-09-20 15:03 (UTC)
laurent.laffont commented on 2015-10-02 15:42 (UTC)
gozes commented on 2015-10-02 14:07 (UTC)
gozes commented on 2015-10-02 09:49 (UTC)