Search Criteria
Package Details: perl-devel-repl 1.003029-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/perl-devel-repl.git (read-only, click to copy) |
---|---|
Package Base: | perl-devel-repl |
Description: | a modern perl interactive shell |
Upstream URL: | http://search.cpan.org/dist/Devel-REPL/ |
Licenses: | GPL, PerlArtistic |
Submitter: | xenoterracide |
Maintainer: | mbunkus |
Last Packager: | mbunkus |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2010-05-02 14:42 (UTC) |
Last Updated: | 2023-12-01 20:18 (UTC) |
Dependencies (19)
- perl (perl-gitAUR)
- perl-b-keywords
- perl-data-dump-streamerAUR
- perl-data-dumper-conciseAUR
- perl-file-homedir
- perl-file-next
- perl-lexical-persistenceAUR
- perl-module-refreshAUR
- perl-module-runtime
- perl-mooseAUR
- perl-moosex-getoptAUR
- perl-moosex-object-pluggableAUR
- perl-namespace-autoclean
- perl-ppi
- perl-ppi-xsAUR
- perl-scalar-list-utils (perl-gitAUR, perl)
- perl-sys-sigactionAUR
- perl-task-weaken
- perl-test-fatal (make)
Latest Comments
1 2 3 Next › Last »
mbunkus commented on 2020-11-03 22:14 (UTC)
I'm not sure why I missed those comments back in March until a kind soul flagged the package out-of-date half an hour ago. Sorry for that.
I've just added all the packages required for the optional REPL modules to the PKGBUILD. It's true that those modules are optional, but as they're distributed with the package the REPL attempts to auto-load them, which obviously fails is the optional modules' requirements aren't installed.
You'll have to install a couple more packages from the AUR now, but re.pl will start again.
jthvai commented on 2020-03-17 05:00 (UTC) (edited on 2020-03-17 05:01 (UTC) by jthvai)
After some testing:
Before compiling, add
perl-lexical-persistence
,perl-data-dump-streamer
, andperl-ppi
to the depends array in the PKGBUILD. lexical-persistence and data-dump-streamer are both AUR packages (with their own quirks that need some patching to the PKGBUILD.This ensures that you are at the very least brought to the REPL shell (i.e., it runs), but I make no guarantees as to whether it parses Perl correctly after these additions~
Nowaker commented on 2020-03-13 01:51 (UTC) (edited on 2020-03-13 01:51 (UTC) by Nowaker)
Compiles just fine, but won't start.
mbunkus commented on 2018-08-24 15:33 (UTC)
The warnings while building perl-getopt-long-descriptive don't indicate that the package won't work. They only indicate that the package uses deprecated features that will be gone in Perl 5.32. You can simply build perl-getopt-long-descriptive without the tests, install it and continue with perl-moosex-getopt.
Additionally you should probably file a bug report with Getopt::Long::Descriptive.
hexadecagram commented on 2018-08-24 03:08 (UTC)
Thanks for the tips, @mbunkus, I did as you prescribed.
When I reach step 4, it says that it wants perl-getopt-long-descriptive, which also fails testing.
mbunkus commented on 2018-08-23 16:04 (UTC)
I am aware of the Perl update. The problem is, as you've noticed, that its dependency perl-moosex-getopt doesn't test cleanly. A new version has already been released upstream that does compile, and perl-moosex-getopt has appropriately flagged as outdated.
So here's your solution:
I've just pushed a new version of perl-devel-repl that not only bumps the pkgrel, but also depends on perl-moosex-getopt>=0.72 in order to make this explicit.
hexadecagram commented on 2018-08-23 09:20 (UTC) (edited on 2018-08-23 09:42 (UTC) by hexadecagram)
ArchLinux Perl got updated from 5.26 to 5.28 recently, and as a result this package is b0rken.
pacman does not upgrade perl modules when a new base version is released, so to force a reinstall of all the modules, I run:
LC_ALL=C find "/usr/lib/perl5/site_perl" -type f -exec pacman -Qqo {} + |& sed -n 's/^error: No package owns \(.*\)$/\1/p'
as prescribed.
Some packages lag behind, such as perl-task-weaken and perl-getopt-long-descriptive. The former continues to install in /usr/lib/perl5/5.26 where as the latter just flatly fails to pass the testing phase.
Also, I made a comment for perl-data-dump-streamer which is one of the complaints
re.pl
fires at me when it starts. It seems to want this package even though it doesn't seem strictly necessary (I've gotten it to run without it).The only solution right now is to
pacman -Rccs perl-devel-repl
and hope that some kind user can help me get it reinstalled. ;-)jnbek commented on 2016-04-08 14:27 (UTC)
jnbek commented on 2016-04-08 14:23 (UTC)
1 2 3 Next › Last »