I'm getting this error when I'm trying to build:
Perl API version v5.14.0 of Data::Dumper does not match v5.16.0 at /usr/lib/perl5/site_perl/XSLoader.pm line 95.
Compilation failed in require at /usr/share/perl5/core_perl/Module/Build/Dumper.pm line 10.
BEGIN failed--compilation aborted at /usr/share/perl5/core_perl/Module/Build/Dumper.pm line 10.
Compilation failed in require at /usr/share/perl5/core_perl/Module/Build/Base.pm line 19.
BEGIN failed--compilation aborted at /usr/share/perl5/core_perl/Module/Build/Base.pm line 19.
Compilation failed in require at /usr/share/perl5/core_perl/Module/Build.pm line 15.
BEGIN failed--compilation aborted at /usr/share/perl5/core_perl/Module/Build.pm line 15.
Compilation failed in require at Build.PL line 4.
BEGIN failed--compilation aborted at Build.PL line 4.
Search Criteria
Package Details: youtube-viewer-git 3.11.4.r0.g6ea9088-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/youtube-viewer-git.git (read-only, click to copy) |
---|---|
Package Base: | youtube-viewer-git |
Description: | A lightweight YouTube client for Linux |
Upstream URL: | https://github.com/trizen/youtube-viewer |
Keywords: | perl youtube |
Licenses: | Artistic2.0 |
Conflicts: | youtube-viewer |
Provides: | youtube-viewer |
Submitter: | trizen |
Maintainer: | trizen |
Last Packager: | trizen |
Votes: | 112 |
Popularity: | 0.000000 |
First Submitted: | 2012-09-28 06:36 (UTC) |
Last Updated: | 2025-01-21 16:50 (UTC) |
Dependencies (15)
- perl (perl-gitAUR)
- perl-data-dump
- perl-json
- perl-libwww
- perl-lwp-protocol-https
- perl-unicode-linebreak
- git (git-gitAUR, git-glAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR) (optional) – conversions and MKV merging
- mpv (mpv-light-pulseAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-luajit-gitAUR, mpv-amd-full-gitAUR, libmpv-gitAUR, mpv-fullAUR, mpv-full-gitAUR, mpv-full-build-gitAUR) (optional) – play videos with MPV (recommended)
- perl-json-xs (optional) – faster JSON parsing
- perl-lwp-useragent-cachedAUR (optional) – local cache support
- perl-term-readline-gnu (optional) – better STDIN support (+history)
- vlc (vlc-noxAUR, vlc-gitAUR, vlc-luajitAUR) (optional) – play videos with VLC
- wget (wget-gitAUR, wurlAUR) (optional) – download videos with wget
- youtube-dlAUR (youtube-dl-gitAUR, yt-dlp-drop-inAUR, youtube-dl-nightlyAUR) (optional) – play videos with encrypted signatures
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 15 Next › Last »
Falstaff commented on 2012-09-23 13:02 (UTC)
<deleted-account> commented on 2012-09-03 06:37 (UTC)
Looks like characters, which aren't supported in filenames on Windows are being replaced. This is fine for Windows, but we can do better! ;)
Gently commented on 2012-09-03 02:34 (UTC)
trizen, when I download I'm getting a percentage symbol in some filenames:
Bill Gates Flushes Charity Down Toilet%.mp4
Rob Legato% The art of creating awe.mp4
The original names are:
Rob Legato: The art of creating awe
Bill Gates Flushes Charity Down Toilet?
trizen commented on 2012-08-24 09:42 (UTC)
@quite: it is recommended, but not required.
quite commented on 2012-08-24 09:40 (UTC)
perl-term-readline-gnu is also a dependency, right?
<deleted-account> commented on 2012-08-20 22:48 (UTC)
@Trizen: Everything seems works flawlessly for me now with the update, and with a new conf. Thank you so much!
Raziel23 commented on 2012-08-20 12:23 (UTC)
@nagisa: It should works but you have to update PATH enviroment variable. The perl package contain bash scripts in /etc/profile.d/perlbin.sh which add the path /usr/bin/site_perl to PATH variable only if a /usr/bin/site_perl directory exists. So if you haven't created the /usr/bin/site_perl directory before installing youtube_viewer package you have to reboot system or execute "source /etc/profile.d/perlbin.sh" command in terminal to update PATH variable.
nagisa commented on 2012-08-20 11:43 (UTC)
@trizen, wouldn't it be easier just to do `mv $pkgdir/usr/bin/site_perl/* $pkgdir/usr/bin` and update package?
trizen commented on 2012-08-20 09:26 (UTC)
@Beefive, thanks for the reports.
Here are some solutions:
1. export PATH="$PATH:/usr/bin/site_perl/"
2. Added a new value in config: 'results_with_colors' (please update).
3. The old way was very ambiguous, but now, :a=1 is equivalent with =a1 or ;a1 (see: youtube-viewer --tricks)
Pinned Comments
trizen commented on 2025-03-16 10:21 (UTC) (edited on 2025-03-16 10:22 (UTC) by trizen)
A workaround would be to set in the config-file,
force_fallback => 1,
which will useyt-dlp
to extract the video URLs.