You are not logged in.
Hi everyone. I have almost finished migrating my server from Ubuntu Server to Arch Linux. My last hurdle is installing the Device::USB module for Perl from CPAN so that my Perl script can access my USB enabled weather base station. I have been trying to follow this article. I already had packer installed and the "Device::USB" module does not seem to be already packaged so I continued installing "perl-cpanplus". When I installed the dependencies for perl-cpanplus, I modified each PGKBUILD to install the newest versions available according to google. One of the dependencies, "perl-params-check" was not available via packer so I believe I successfully created a PGKBUILD, ran makepkg and installed it with "pacman -U perl-params-check". Then I believe perl-cpanplus installed successfully and I moved on to try installing the Device::USB CPAN module with the following command, "cpanp -i Device::USB". It's last error before it aborted was "ERROR: A failure occurred in check()". I have the install log and console output for that install attempt, is it possible to attach them to keep the post shorter? The errors seem to have started as soon as the check() function was called.
There seems to be very little info via google for my situation. I'm hoping what I want is possible for someone with as little Arch experience as I. Please let me know if the install logs shed any light on what the issue is.
Thanks,
Matt
Console output
[matt@filebox /media/data/uploads/Params-Check]$ sudo cpanp -i Device::USB
[MSG] No '/root/.cpanplus/custom-sources' dir, skipping custom sources
[MSG] No '/root/.cpanplus/custom-sources' dir, skipping custom sources
Installing Device::USB (0.35)
[MSG] Module 'Device::USB' depends on 'ExtUtils::MakeMaker', may need to build a 'CPANPLUS::Dist::Arch' package for it as well
Running [/usr/bin/perl -e use strict; BEGIN { my $old = select STDERR; $|++; select $old; $|++; $0 = shift(@ARGV); my $rv = do($0); die $@ if $@; } /root/.cpanplus/5.14.2/build/Device-USB-0.35/Makefile.PL]...
Writing Makefile for Device::USB
Writing MYMETA.yml and MYMETA.json
[MSG] Module 'Device::USB' depends on 'Carp', may need to build a 'CPANPLUS::Dist::Arch' package for it as well
[MSG] Module 'Device::USB' depends on 'ExtUtils::MakeMaker', may need to build a 'CPANPLUS::Dist::Arch' package for it as well
[MSG] Module 'Device::USB' depends on 'Inline', may need to build a 'CPANPLUS::Dist::Arch' package for it as well
[MSG] Module 'Device::USB' depends on 'Inline::C', may need to build a 'CPANPLUS::Dist::Arch' package for it as well
[MSG] Module 'Device::USB' depends on 'Inline::MakeMaker', may need to build a 'CPANPLUS::Dist::Arch' package for it as well
[MSG] Module 'Device::USB' depends on 'Test::More', may need to build a 'CPANPLUS::Dist::Arch' package for it as well
==> Making package: perl-device-usb 0.35-1 (Sat May 12 15:45:34 CDT 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Found Device-USB-0.35.tar.gz
==> Validating source files with md5sums...
Device-USB-0.35.tar.gz ... Passed
==> Validating source files with sha512sums...
Device-USB-0.35.tar.gz ... Passed
==> Extracting Sources...
-> Extracting Device-USB-0.35.tar.gz with bsdtar
==> Removing existing pkg/ directory...
==> Starting build()...
Writing Makefile for Device::USB
Writing MYMETA.yml and MYMETA.json
Skip blib/lib/Device/USB.pm (unchanged)
Skip blib/lib/Device/USB/DevEndpoint.pm (unchanged)
Skip blib/lib/Device/USB/Device.pm (unchanged)
Skip blib/lib/Device/USB.pm (unchanged)
Skip blib/lib/Device/USB/Bus.pm (unchanged)
Skip blib/lib/Device/USB/DevInterface.pm (unchanged)
Skip blib/lib/Device/USB/FAQ.pod (unchanged)
Skip blib/lib/Device/dump_usb.pl (unchanged)
Skip blib/lib/Device/USB/DevConfig.pm (unchanged)
Manifying blib/man3/Device::USB::Device.3pm
Manifying blib/man3/Device::USB::DevEndpoint.3pm
Manifying blib/man3/Device::USB.3pm
Manifying blib/man3/Device::USB.3pm
Manifying blib/man3/Device::USB::Bus.3pm
Manifying blib/man3/Device::USB::DevInterface.3pm
Manifying blib/man3/Device::USB::FAQ.3pm
Manifying blib/man3/Device::dump_usb.3pm
Manifying blib/man3/Device::USB::DevConfig.3pm
==> Starting check()...
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ....................... 1/1
# Failed test 'use Device::USB;'
# at t/00-load.t line 8.
# Tried to use 'Device::USB'.
# Error: The extension 'Device::USB' is not properly installed in path:
# '/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
#
# If this is a CPAN/distributed module, you may need to reinstall it on your
# system.
#
# To allow Inline to compile the module in a temporary cache, simply remove the
# Inline config option 'VERSION=' from the Device::USB module.
#
# at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
# Compilation failed in require at (eval 4) line 2, <DATA> line 1.
# BEGIN failed--compilation aborted at (eval 4) line 2, <DATA> line 1.
Use of uninitialized value $Device::USB::VERSION in concatenation (.) or string at t/00-load.t line 11, <DATA> line 1.
# Testing Device::USB , Perl 5.014002, /usr/bin/perl
# Looks like you failed 1 test of 1.
t/00-load.t ....................... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/01-create-usb.t ................. The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/01-create-usb.t line 7, <DATA> line 1.
BEGIN failed--compilation aborted at t/01-create-usb.t line 7, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/01-create-usb.t ................. Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
t/02-find_busses_devices.t ........ The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/02-find_busses_devices.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/02-find_busses_devices.t line 4, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/02-find_busses_devices.t ........ Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/4 subtests
t/03-list_busses.t ................ The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/03-list_busses.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/03-list_busses.t line 4, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/03-list_busses.t ................ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/04-find_device.t ................ The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/04-find_device.t line 6, <DATA> line 1.
BEGIN failed--compilation aborted at t/04-find_device.t line 6, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/04-find_device.t ................ Dubious, test returned 2 (wstat 512, 0x200)
Failed 8/8 subtests
t/05-find_device_if.t ............. The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/05-find_device_if.t line 6, <DATA> line 1.
BEGIN failed--compilation aborted at t/05-find_device_if.t line 6, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/05-find_device_if.t ............. Dubious, test returned 2 (wstat 512, 0x200)
Failed 11/11 subtests
t/06-list_devices.t ............... The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/06-list_devices.t line 6, <DATA> line 1.
BEGIN failed--compilation aborted at t/06-list_devices.t line 6, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/06-list_devices.t ............... Dubious, test returned 2 (wstat 512, 0x200)
Failed 8/8 subtests
t/07-list_devices_if.t ............ The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/07-list_devices_if.t line 6, <DATA> line 1.
BEGIN failed--compilation aborted at t/07-list_devices_if.t line 6, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/07-list_devices_if.t ............ Dubious, test returned 2 (wstat 512, 0x200)
Failed 11/11 subtests
t/08-get_busses.t ................. The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/08-get_busses.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/08-get_busses.t line 4, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/08-get_busses.t ................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/09-usb-bus.t .................... The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/09-usb-bus.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/09-usb-bus.t line 4, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/09-usb-bus.t .................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/10-usb-device-accessors.t ....... The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/10-usb-device-accessors.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/10-usb-device-accessors.t line 4, <DATA> line 1.
t/10-usb-device-accessors.t ....... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/11-usb-device-methods.t ......... The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/11-usb-device-methods.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/11-usb-device-methods.t line 4, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/11-usb-device-methods.t ......... Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
t/12-constants.t .................. The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/12-constants.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/12-constants.t line 4, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/12-constants.t .................. Dubious, test returned 2 (wstat 512, 0x200)
Failed 18/18 subtests
t/13-bus_find_device_if.t ......... The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/13-bus_find_device_if.t line 6, <DATA> line 1.
BEGIN failed--compilation aborted at t/13-bus_find_device_if.t line 6, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/13-bus_find_device_if.t ......... Dubious, test returned 2 (wstat 512, 0x200)
Failed 8/8 subtests
t/14-bus_list_devices_if.t ........ The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/14-bus_list_devices_if.t line 6, <DATA> line 1.
BEGIN failed--compilation aborted at t/14-bus_list_devices_if.t line 6, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/14-bus_list_devices_if.t ........ Dubious, test returned 2 (wstat 512, 0x200)
Failed 10/10 subtests
t/15-usb_dev_configuration.t ...... The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/15-usb_dev_configuration.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/15-usb_dev_configuration.t line 4, <DATA> line 1.
t/15-usb_dev_configuration.t ...... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/16-usb_dev_interface.t .......... The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/16-usb_dev_interface.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/16-usb_dev_interface.t line 4, <DATA> line 1.
t/16-usb_dev_interface.t .......... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/17-usb_dev_endpoint.t ........... The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/17-usb_dev_endpoint.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/17-usb_dev_endpoint.t line 4, <DATA> line 1.
t/17-usb_dev_endpoint.t ........... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/18-usb_device-configurations.t .. The extension 'Device::USB' is not properly installed in path:
'/root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /root/.cpanplus/5.14.2/pacman/build/perl-device-usb-0.35/src/Device-USB-0.35/blib/lib/Device/USB.pm line 20
Compilation failed in require at t/18-usb_device-configurations.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/18-usb_device-configurations.t line 4, <DATA> line 1.
t/18-usb_device-configurations.t .. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/boilerplate.t ................... ok
t/pod-coverage.t .................. ok
t/pod.t ........................... ok
Test Summary Report
-------------------
t/00-load.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/01-create-usb.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/02-find_busses_devices.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/03-list_busses.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/04-find_device.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 8 tests but ran 0.
t/05-find_device_if.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 11 tests but ran 0.
t/06-list_devices.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 8 tests but ran 0.
t/07-list_devices_if.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 11 tests but ran 0.
t/08-get_busses.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/09-usb-bus.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/10-usb-device-accessors.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/11-usb-device-methods.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/12-constants.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 18 tests but ran 0.
t/13-bus_find_device_if.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 8 tests but ran 0.
t/14-bus_list_devices_if.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 10 tests but ran 0.
t/15-usb_dev_configuration.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/16-usb_dev_interface.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/17-usb_dev_endpoint.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/18-usb_device-configurations.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=22, Tests=18, 1 wallclock secs ( 0.06 usr 0.03 sys + 0.98 cusr 0.11 csys = 1.18 CPU)
Result: FAIL
Failed 19/22 test programs. 1/18 subtests failed.
make: *** [test_dynamic] Error 255
==> ERROR: A failure occurred in check().
Aborting...
[ERROR] makepkg returned abnormal status: 2
[ERROR] Unable to create a new distribution object for 'Device::USB' -- cannot continue
*** Install log written to:
/root/.cpanplus/install-logs/Device-USB-0.35-1336855536.log
Error installing 'Device::USB'
Problem installing one or more modules
[matt@filebox /media/data/uploads/Params-Check]$Device-USB-0.35-1336855536.log
[MSG] [Sat May 12 15:45:31 2012] Trying to get '[url]ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GW/GWADEJ/CHECKSUMS[/url]'
[MSG] [Sat May 12 15:45:32 2012] Checksum matches for 'Device-USB-0.35.tar.gz'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/Changes'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/dump_usb.pl'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/Makefile.PL'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/MANIFEST.SKIP'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/MANIFEST'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/README'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/USB.pm'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/17-usb_dev_endpoint.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/00-load.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/07-list_devices_if.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/05-find_device_if.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/02-find_busses_devices.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/15-usb_dev_configuration.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/06-list_devices.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/09-usb-bus.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/16-usb_dev_interface.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/14-bus_list_devices_if.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/11-usb-device-methods.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/boilerplate.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/04-find_device.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/pod-coverage.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/03-list_busses.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/08-get_busses.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/10-usb-device-accessors.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/13-bus_find_device_if.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/pod.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/TestTools.pm'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/12-constants.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/18-usb_device-configurations.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/t/01-create-usb.t'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/META.yml'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/lib/'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/lib/Device/'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/lib/Device/USB/'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/lib/Device/USB/DevConfig.pm'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/lib/Device/USB/FAQ.pod'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/lib/Device/USB/Device.pm'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/lib/Device/USB/DevInterface.pm'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/lib/Device/USB/DevEndpoint.pm'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/lib/Device/USB/Bus.pm'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device-USB-0.35/lib/Device/USB.pm'
[MSG] [Sat May 12 15:45:33 2012] Extracted 'Device::USB' to '/root/.cpanplus/5.14.2/build/Device-USB-0.35'
[MSG] [Sat May 12 15:45:34 2012] Module 'Device::USB' depends on 'ExtUtils::MakeMaker', may need to build a 'CPANPLUS::Dist::Arch' package for it as well
[MSG] [Sat May 12 15:45:34 2012] Writing Makefile for Device::USB
Writing MYMETA.yml and MYMETA.json
[MSG] [Sat May 12 15:45:34 2012] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value'
[MSG] [Sat May 12 15:45:34 2012] Module 'Device::USB' depends on 'Carp', may need to build a 'CPANPLUS::Dist::Arch' package for it as well
[MSG] [Sat May 12 15:45:34 2012] Module 'Device::USB' depends on 'ExtUtils::MakeMaker', may need to build a 'CPANPLUS::Dist::Arch' package for it as well
[MSG] [Sat May 12 15:45:34 2012] Module 'Device::USB' depends on 'Inline', may need to build a 'CPANPLUS::Dist::Arch' package for it as well
[MSG] [Sat May 12 15:45:34 2012] Module 'Device::USB' depends on 'Inline::C', may need to build a 'CPANPLUS::Dist::Arch' package for it as well
[MSG] [Sat May 12 15:45:34 2012] Module 'Device::USB' depends on 'Inline::MakeMaker', may need to build a 'CPANPLUS::Dist::Arch' package for it as well
[MSG] [Sat May 12 15:45:34 2012] Module 'Device::USB' depends on 'Test::More', may need to build a 'CPANPLUS::Dist::Arch' package for it as well
[ERROR] [Sat May 12 15:45:36 2012] makepkg returned abnormal status: 2
[ERROR] [Sat May 12 15:45:36 2012] Unable to create a new distribution object for 'Device::USB' -- cannot continueLast edited by m_elias (2012-05-14 20:09:17)
Offline
Please use "code" tags for code, not "quote". I think I passed James Cameron trying to get to the bottom of this page.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
Please use "code" tags for code, not "quote". I think I passed James Cameron trying to get to the bottom of this page.
Thanks.
Offline
Is there a reason you are not using one of the packages in AUR ?
Moving topic. Question is, to where? I think I am going to move it to AUR Issues and Discussion.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
@ewaller
the "Device::USB" module does not seem to be already packaged
I can't find anything to contradict that conclusion.
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline