Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installer cleanup #25

Closed
stevieb9 opened this issue Feb 22, 2017 · 0 comments
Closed

installer cleanup #25

stevieb9 opened this issue Feb 22, 2017 · 0 comments

Comments

@stevieb9
Copy link
Owner

Error:

t/00-load.t .......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/05-phys_to_wpi.t ... 1/?

Failed test 'use WiringPi::API;'

at t/05-phys_to_wpi.t line 6.

Tried to use 'WiringPi::API'.

Error: Can't load '/home/spek/.cpan/build/WiringPi-API-2.36.5-_zIK40/blib/arch/auto/WiringPi/API/API.so' for module WiringPi::API: /usr/local/lib/libwiringPi.so: undefined symbol: shm_open at /home/spek/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/x86_64-linux/DynaLoader.pm line 193.

at t/05-phys_to_wpi.t line 6.

Compilation failed in require at t/05-phys_to_wpi.t line 6.

BEGIN failed--compilation aborted at t/05-phys_to_wpi.t line 6.

Undefined subroutine &WiringPi::API::physPinToWpi called at /home/spek/.cpan/build/WiringPi-API-2.36.5-_zIK40/blib/lib/WiringPi/API.pm line 163.

Tests were run but no plan was declared and done_testing() was not seen.

Looks like your test exited with 255 just after 1.

t/05-phys_to_wpi.t ... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
t/10-phys-to-gpio.t .. Can't load '/home/spek/.cpan/build/WiringPi-API-2.36.5-_zIK40/blib/arch/auto/WiringPi/API/API.so' for module WiringPi::API: /usr/local/lib/libwiringPi.so: undefined symbol: shm_open at /home/spek/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/x86_64-linux/DynaLoader.pm line 193.
at t/10-phys-to-gpio.t line 5.
Compilation failed in require at t/10-phys-to-gpio.t line 5.
BEGIN failed--compilation aborted at t/10-phys-to-gpio.t line 5.

Warnings:

Please specify prototyping behavior for API.xs (see perlxs manual)
cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION="2.36.5" -DXS_VERSION="2.36.5" -fPIC "-I/home/spek/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/x86_64-linux/CORE" API.c
API.c: In function ‘XS_WiringPi__API_bmp180Setup’:
API.c:987:11: warning: implicit declaration of function ‘bmp180Setup’ [-Wimplicit-function-declaration]
RETVAL = bmp180Setup(pin_base);
^
API.c: In function ‘XS_WiringPi__API_ads1115Setup’:
API.c:1121:11: warning: implicit declaration of function ‘ads1115Setup’ [-Wimplicit-function-declaration]
RETVAL = ads1115Setup(pin_base, addr);
^
API.c: In function ‘XS_WiringPi__API_pseudoPinsSetup’:
API.c:1140:11: warning: implicit declaration of function ‘pseudoPinsSetup’ [-Wimplicit-function-declaration]
RETVAL = pseudoPinsSetup(pin_base);
^
API.c: In function ‘XS_WiringPi__API_digitalReadByte2’:
API.c:1192:11: warning: implicit declaration of function ‘digitalReadByte2’ [-Wimplicit-function-declaration]
RETVAL = digitalReadByte2();
^
API.c: In function ‘XS_WiringPi__API_digitalWriteByte2’:
API.c:1225:2: warning: implicit declaration of function ‘digitalWriteByte2’ [-Wimplicit-function-declaration]
digitalWriteByte2(value);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant