Package Details: xmltv 1.2.1-1

Git Clone URL: https://aur.archlinux.org/xmltv.git (read-only, click to copy)
Package Base: xmltv
Description: Set of utilities to download tv listings and format them in xml
Upstream URL: http://xmltv.org/wiki/
Licenses: GPL
Submitter: haawda
Maintainer: blueowl
Last Packager: blueowl
Votes: 63
Popularity: 0.000033
First Submitted: 2011-03-12 19:56 (UTC)
Last Updated: 2023-05-10 08:38 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

sultanoswing commented on 2016-07-04 12:01 (UTC) (edited on 2016-08-31 06:07 (UTC) by sultanoswing)

Wouldn't compile for me, despite rebuilding perl dependencies etc. Failed with the error: [quote] Compilation failed in require at /usr/lib/perl5/vendor_perl/Scalar/Util.pm line 11. Compilation failed in require at /usr/share/perl5/core_perl/File/Temp.pm line 18. BEGIN failed--compilation aborted at /usr/share/perl5/core_perl/File/Temp.pm line 18. Compilation failed in require at t/test_library.t line 5. BEGIN failed--compilation aborted at t/test_library.t line 5. t/test_library.t ... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/test_tv_imdb.t ... List::Util object version 1.42_02 does not match bootstrap parameter 1.38 at /usr/lib/perl5/core_perl/DynaLoader.pm line 210. Compilation failed in require at /usr/lib/perl5/vendor_perl/Scalar/Util.pm line 11. Compilation failed in require at /usr/share/perl5/core_perl/File/Temp.pm line 18. BEGIN failed--compilation aborted at /usr/share/perl5/core_perl/File/Temp.pm line 18. Compilation failed in require at t/test_tv_imdb.t line 16. BEGIN failed--compilation aborted at t/test_tv_imdb.t line 16. t/test_tv_imdb.t ... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/test_tv_split.t .. List::Util object version 1.42_02 does not match bootstrap parameter 1.38 at /usr/lib/perl5/core_perl/DynaLoader.pm line 210. Compilation failed in require at /usr/lib/perl5/vendor_perl/Scalar/Util.pm line 11. Compilation failed in require at /usr/share/perl5/core_perl/File/Temp.pm line 18. BEGIN failed--compilation aborted at /usr/share/perl5/core_perl/File/Temp.pm line 18. Compilation failed in require at t/test_tv_split.t line 16. BEGIN failed--compilation aborted at t/test_tv_split.t line 16. t/test_tv_split.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run Test Summary Report ------------------- t/test_library.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/test_tv_imdb.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/test_tv_split.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=6, Tests=103, 41 wallclock secs ( 0.07 usr 0.00 sys + 38.32 cusr 2.23 csys = 40.62 CPU) Result: FAIL Failed 3/6 test programs. 0/103 subtests failed. make: *** [Makefile:1374: test_dynamic] Error 2 [/quote] Solved / worked around by commenting out the whole check section in the PKGBUILD: [quote] #check() { # cd "$pkgname-$pkgver" # unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT # export PERL_MM_USE_DEFAULT=1 # make test #} [/quote]

pezz commented on 2016-06-21 07:12 (UTC) (edited on 2016-06-21 07:13 (UTC) by pezz)

@zman0900 I maintain perl-unicode-string and forgot to bump the release after the last perl upgrade. Just did it now and xmltv compiles fine, I didn't have to re-do those xml packages for some reason, just worked for me.

zman0900 commented on 2016-06-17 23:24 (UTC)

Update was failing for me on x86_64 with error: Do you want to proceed with this configuration? [yes,no (default=yes)] String.c: loadable library and perl b inaries are mismatched (got handshake key 0xdb00080, needed 0xdb80080) I was able to fix this by rebuilding perl-unicode-string, perl-xml-dom, and perl-xml-treepp.

rpcameron commented on 2016-06-02 18:10 (UTC)

I just flagged this package as OOD; 0.5.68 is now available. I modified the PKGBUILD for the new version (MD5SUM of 0.5.68.tar.bz2: 2297791e005360fafa11ade20e338df0), and added dependencies of perl-datetime-format-iso8601 and perl-json to get tv_grab_sd_json to build; it built successfully on aarch64—I can't imagine build issues for other platforms.

khampf commented on 2015-10-17 13:00 (UTC)

I rewrote the PKGBUILD to follow the current Perl Policy to a greater extent

khampf commented on 2015-10-16 14:21 (UTC)

martynjy: last update just changed PREFIX to INSTALL_BASE as parameter to Makefile.pl in the PKGBUILD, as mentioned by users previously. I'm looking into rewriting the PKGBUILD from a newer template. You basically have the same version of the package contents so you can ignore the upgrade to 0.5.67-2 for now

martynjy commented on 2015-10-15 14:39 (UTC)

Since the upgrade yesterday (upgraded xmltv (0.5.67-1 -> 0.5.67-2)) I get the following: Can't locate XMLTV.pm in @INC (you may need to install the XMLTV module) (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at /usr/bin/tv_grab_uk_atlas line 27. BEGIN failed--compilation aborted at /usr/bin/tv_grab_uk_atlas line 27.

pinball-fixer commented on 2015-10-05 11:51 (UTC)

I have the same issue as acharrett, so changing PREFIX to INSTALL_BASE worked for me as well.

planeteater commented on 2015-08-29 09:27 (UTC)

Thanks!

khampf commented on 2015-08-28 21:14 (UTC)

planeteater: I submitted a working (not pretty but that is due to the example in ABS being outdated) PKGBUILD for now so the dependency should be ok now.