OpenCL installtion on ubuntu 14.04 fail
trying to install OpenCL on Ubuntu 14.04 but it gives me the following error:
sudo cpan install OpenCL
Loading internal logger. Log::Log4perl recommended for better logging
Reading '/home/sterg/.cpan/Metadata'
Database was generated on Sat, 09 Feb 2019 09:54:17 GMT
Running install for module 'OpenCL'
Checksum for /home/sterg/.cpan/sources/authors/id/M/ML/MLEHMANN/OpenCL-1.01.tar.gz ok
'YAML' not installed, will not store persistent state
Configuring M/ML/MLEHMANN/OpenCL-1.01.tar.gz with Makefile.PL
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
OpenCL does not have good backwards compatibility - for example, the only
way to create a 2D image in OpenCL 1.1 is clCreateImage2D, which is not
available anymore with OpenCL 1.2.
The OpenCL module can often emulate OpenCL 1.1 functions using OpenCL 1.2
functions, but even though your OpenCL library might contain the OpenCL
1.2 functions, they might be nonfunctional and crash.
Do you want to prefer the OpenCL 1.1 API over the 1.2 API where possible?
Prefer OpenCL 1.1 over 1.2 functions (y/n)? [y] y
Checking if your kit is complete...
Looks good
Warning: prerequisite Async::Interrupt 1.1 not found.
Writing Makefile for OpenCL
Writing MYMETA.yml and MYMETA.json
MLEHMANN/OpenCL-1.01.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK
Running make for M/ML/MLEHMANN/OpenCL-1.01.tar.gz
---- Unsatisfied dependencies detected during ----
---- MLEHMANN/OpenCL-1.01.tar.gz ----
Async::Interrupt [requires]
Running install for module 'Async::Interrupt'
Checksum for /home/sterg/.cpan/sources/authors/id/M/ML/MLEHMANN/Async-Interrupt-1.24.tar.gz ok
Configuring M/ML/MLEHMANN/Async-Interrupt-1.24.tar.gz with Makefile.PL
Can't locate Canary/Stability.pm in @INC (you may need to install the Canary::Stability module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at Makefile.PL line 3.
BEGIN failed--compilation aborted at Makefile.PL line 3.
Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
MLEHMANN/Async-Interrupt-1.24.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
MLEHMANN/OpenCL-1.01.tar.gz
Has already been unwrapped into directory /home/sterg/.cpan/build/OpenCL-1.01-2
MLEHMANN/OpenCL-1.01.tar.gz
Has already been prepared
Running make for M/ML/MLEHMANN/OpenCL-1.01.tar.gz
Warning: Prerequisite 'Async::Interrupt => 1.1' for 'MLEHMANN/OpenCL-1.01.tar.gz' failed when processing 'MLEHMANN/Async-Interrupt-1.24.tar.gz' with 'writemakefile => NO '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512'. Continuing, but chances to succeed are limited.
cp OpenCL.pm blib/lib/OpenCL.pm
/usr/bin/perl /usr/share/perl/5.18/ExtUtils/xsubpp -typemap /usr/share/perl/5.18/ExtUtils/typemap -typemap typemap OpenCL.xs > OpenCL.xsc && mv OpenCL.xsc OpenCL.c
Warning: Aliases 'enqueue_release_gl_objects' and 'release_gl_objects' have identical values in OpenCL.xs, line 2036
cc -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION="1.01" -DXS_VERSION="1.01" -fPIC "-I/usr/lib/perl/5.18/CORE" -DPREFER_1_1=1 OpenCL.c
Running Mkbootstrap for OpenCL ()
chmod 644 OpenCL.bs
rm -f blib/arch/auto/OpenCL/OpenCL.so
cc -shared -L/usr/local/lib -fstack-protector OpenCL.o -o blib/arch/auto/OpenCL/OpenCL.so
-lOpenCL -lpthread
chmod 755 blib/arch/auto/OpenCL/OpenCL.so
cp OpenCL.bs blib/arch/auto/OpenCL/OpenCL.bs
chmod 644 blib/arch/auto/OpenCL/OpenCL.bs
Manifying blib/man3/OpenCL.3pm
MLEHMANN/OpenCL-1.01.tar.gz
/usr/bin/make -- OK
Running make test for MLEHMANN/OpenCL-1.01.tar.gz
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_load.t .. Can't locate Async/Interrupt.pm in @INC (you may need to install the Async::Interrupt module) (@INC contains: /home/sterg/.cpan/build/OpenCL-1.01-2/blib/lib /home/sterg/.cpan/build/OpenCL-1.01-2/blib/arch /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /home/sterg/.cpan/build/OpenCL-1.01-2/blib/lib/OpenCL.pm line 597.
BEGIN failed--compilation aborted at /home/sterg/.cpan/build/OpenCL-1.01-2/blib/lib/OpenCL.pm line 597.
Compilation failed in require at t/00_load.t line 3.
BEGIN failed--compilation aborted at t/00_load.t line 3.
t/00_load.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Test Summary Report
-------------------
t/00_load.t (Wstat: 512 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 2
Files=1, Tests=1, 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU)
Result: FAIL
Failed 1/1 test programs. 1/1 subtests failed.
make: *** [test_dynamic] Error 2
MLEHMANN/OpenCL-1.01.tar.gz
one dependency not OK (Async::Interrupt); additionally test harness failed
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports MLEHMANN/OpenCL-1.01.tar.gz
All day searching why it's fail.
14.04 opencl
New contributor
add a comment |
trying to install OpenCL on Ubuntu 14.04 but it gives me the following error:
sudo cpan install OpenCL
Loading internal logger. Log::Log4perl recommended for better logging
Reading '/home/sterg/.cpan/Metadata'
Database was generated on Sat, 09 Feb 2019 09:54:17 GMT
Running install for module 'OpenCL'
Checksum for /home/sterg/.cpan/sources/authors/id/M/ML/MLEHMANN/OpenCL-1.01.tar.gz ok
'YAML' not installed, will not store persistent state
Configuring M/ML/MLEHMANN/OpenCL-1.01.tar.gz with Makefile.PL
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
OpenCL does not have good backwards compatibility - for example, the only
way to create a 2D image in OpenCL 1.1 is clCreateImage2D, which is not
available anymore with OpenCL 1.2.
The OpenCL module can often emulate OpenCL 1.1 functions using OpenCL 1.2
functions, but even though your OpenCL library might contain the OpenCL
1.2 functions, they might be nonfunctional and crash.
Do you want to prefer the OpenCL 1.1 API over the 1.2 API where possible?
Prefer OpenCL 1.1 over 1.2 functions (y/n)? [y] y
Checking if your kit is complete...
Looks good
Warning: prerequisite Async::Interrupt 1.1 not found.
Writing Makefile for OpenCL
Writing MYMETA.yml and MYMETA.json
MLEHMANN/OpenCL-1.01.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK
Running make for M/ML/MLEHMANN/OpenCL-1.01.tar.gz
---- Unsatisfied dependencies detected during ----
---- MLEHMANN/OpenCL-1.01.tar.gz ----
Async::Interrupt [requires]
Running install for module 'Async::Interrupt'
Checksum for /home/sterg/.cpan/sources/authors/id/M/ML/MLEHMANN/Async-Interrupt-1.24.tar.gz ok
Configuring M/ML/MLEHMANN/Async-Interrupt-1.24.tar.gz with Makefile.PL
Can't locate Canary/Stability.pm in @INC (you may need to install the Canary::Stability module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at Makefile.PL line 3.
BEGIN failed--compilation aborted at Makefile.PL line 3.
Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
MLEHMANN/Async-Interrupt-1.24.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
MLEHMANN/OpenCL-1.01.tar.gz
Has already been unwrapped into directory /home/sterg/.cpan/build/OpenCL-1.01-2
MLEHMANN/OpenCL-1.01.tar.gz
Has already been prepared
Running make for M/ML/MLEHMANN/OpenCL-1.01.tar.gz
Warning: Prerequisite 'Async::Interrupt => 1.1' for 'MLEHMANN/OpenCL-1.01.tar.gz' failed when processing 'MLEHMANN/Async-Interrupt-1.24.tar.gz' with 'writemakefile => NO '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512'. Continuing, but chances to succeed are limited.
cp OpenCL.pm blib/lib/OpenCL.pm
/usr/bin/perl /usr/share/perl/5.18/ExtUtils/xsubpp -typemap /usr/share/perl/5.18/ExtUtils/typemap -typemap typemap OpenCL.xs > OpenCL.xsc && mv OpenCL.xsc OpenCL.c
Warning: Aliases 'enqueue_release_gl_objects' and 'release_gl_objects' have identical values in OpenCL.xs, line 2036
cc -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION="1.01" -DXS_VERSION="1.01" -fPIC "-I/usr/lib/perl/5.18/CORE" -DPREFER_1_1=1 OpenCL.c
Running Mkbootstrap for OpenCL ()
chmod 644 OpenCL.bs
rm -f blib/arch/auto/OpenCL/OpenCL.so
cc -shared -L/usr/local/lib -fstack-protector OpenCL.o -o blib/arch/auto/OpenCL/OpenCL.so
-lOpenCL -lpthread
chmod 755 blib/arch/auto/OpenCL/OpenCL.so
cp OpenCL.bs blib/arch/auto/OpenCL/OpenCL.bs
chmod 644 blib/arch/auto/OpenCL/OpenCL.bs
Manifying blib/man3/OpenCL.3pm
MLEHMANN/OpenCL-1.01.tar.gz
/usr/bin/make -- OK
Running make test for MLEHMANN/OpenCL-1.01.tar.gz
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_load.t .. Can't locate Async/Interrupt.pm in @INC (you may need to install the Async::Interrupt module) (@INC contains: /home/sterg/.cpan/build/OpenCL-1.01-2/blib/lib /home/sterg/.cpan/build/OpenCL-1.01-2/blib/arch /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /home/sterg/.cpan/build/OpenCL-1.01-2/blib/lib/OpenCL.pm line 597.
BEGIN failed--compilation aborted at /home/sterg/.cpan/build/OpenCL-1.01-2/blib/lib/OpenCL.pm line 597.
Compilation failed in require at t/00_load.t line 3.
BEGIN failed--compilation aborted at t/00_load.t line 3.
t/00_load.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Test Summary Report
-------------------
t/00_load.t (Wstat: 512 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 2
Files=1, Tests=1, 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU)
Result: FAIL
Failed 1/1 test programs. 1/1 subtests failed.
make: *** [test_dynamic] Error 2
MLEHMANN/OpenCL-1.01.tar.gz
one dependency not OK (Async::Interrupt); additionally test harness failed
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports MLEHMANN/OpenCL-1.01.tar.gz
All day searching why it's fail.
14.04 opencl
New contributor
Have you tried installingAsync::Interrupt
?
– fakedad
3 hours ago
add a comment |
trying to install OpenCL on Ubuntu 14.04 but it gives me the following error:
sudo cpan install OpenCL
Loading internal logger. Log::Log4perl recommended for better logging
Reading '/home/sterg/.cpan/Metadata'
Database was generated on Sat, 09 Feb 2019 09:54:17 GMT
Running install for module 'OpenCL'
Checksum for /home/sterg/.cpan/sources/authors/id/M/ML/MLEHMANN/OpenCL-1.01.tar.gz ok
'YAML' not installed, will not store persistent state
Configuring M/ML/MLEHMANN/OpenCL-1.01.tar.gz with Makefile.PL
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
OpenCL does not have good backwards compatibility - for example, the only
way to create a 2D image in OpenCL 1.1 is clCreateImage2D, which is not
available anymore with OpenCL 1.2.
The OpenCL module can often emulate OpenCL 1.1 functions using OpenCL 1.2
functions, but even though your OpenCL library might contain the OpenCL
1.2 functions, they might be nonfunctional and crash.
Do you want to prefer the OpenCL 1.1 API over the 1.2 API where possible?
Prefer OpenCL 1.1 over 1.2 functions (y/n)? [y] y
Checking if your kit is complete...
Looks good
Warning: prerequisite Async::Interrupt 1.1 not found.
Writing Makefile for OpenCL
Writing MYMETA.yml and MYMETA.json
MLEHMANN/OpenCL-1.01.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK
Running make for M/ML/MLEHMANN/OpenCL-1.01.tar.gz
---- Unsatisfied dependencies detected during ----
---- MLEHMANN/OpenCL-1.01.tar.gz ----
Async::Interrupt [requires]
Running install for module 'Async::Interrupt'
Checksum for /home/sterg/.cpan/sources/authors/id/M/ML/MLEHMANN/Async-Interrupt-1.24.tar.gz ok
Configuring M/ML/MLEHMANN/Async-Interrupt-1.24.tar.gz with Makefile.PL
Can't locate Canary/Stability.pm in @INC (you may need to install the Canary::Stability module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at Makefile.PL line 3.
BEGIN failed--compilation aborted at Makefile.PL line 3.
Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
MLEHMANN/Async-Interrupt-1.24.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
MLEHMANN/OpenCL-1.01.tar.gz
Has already been unwrapped into directory /home/sterg/.cpan/build/OpenCL-1.01-2
MLEHMANN/OpenCL-1.01.tar.gz
Has already been prepared
Running make for M/ML/MLEHMANN/OpenCL-1.01.tar.gz
Warning: Prerequisite 'Async::Interrupt => 1.1' for 'MLEHMANN/OpenCL-1.01.tar.gz' failed when processing 'MLEHMANN/Async-Interrupt-1.24.tar.gz' with 'writemakefile => NO '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512'. Continuing, but chances to succeed are limited.
cp OpenCL.pm blib/lib/OpenCL.pm
/usr/bin/perl /usr/share/perl/5.18/ExtUtils/xsubpp -typemap /usr/share/perl/5.18/ExtUtils/typemap -typemap typemap OpenCL.xs > OpenCL.xsc && mv OpenCL.xsc OpenCL.c
Warning: Aliases 'enqueue_release_gl_objects' and 'release_gl_objects' have identical values in OpenCL.xs, line 2036
cc -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION="1.01" -DXS_VERSION="1.01" -fPIC "-I/usr/lib/perl/5.18/CORE" -DPREFER_1_1=1 OpenCL.c
Running Mkbootstrap for OpenCL ()
chmod 644 OpenCL.bs
rm -f blib/arch/auto/OpenCL/OpenCL.so
cc -shared -L/usr/local/lib -fstack-protector OpenCL.o -o blib/arch/auto/OpenCL/OpenCL.so
-lOpenCL -lpthread
chmod 755 blib/arch/auto/OpenCL/OpenCL.so
cp OpenCL.bs blib/arch/auto/OpenCL/OpenCL.bs
chmod 644 blib/arch/auto/OpenCL/OpenCL.bs
Manifying blib/man3/OpenCL.3pm
MLEHMANN/OpenCL-1.01.tar.gz
/usr/bin/make -- OK
Running make test for MLEHMANN/OpenCL-1.01.tar.gz
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_load.t .. Can't locate Async/Interrupt.pm in @INC (you may need to install the Async::Interrupt module) (@INC contains: /home/sterg/.cpan/build/OpenCL-1.01-2/blib/lib /home/sterg/.cpan/build/OpenCL-1.01-2/blib/arch /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /home/sterg/.cpan/build/OpenCL-1.01-2/blib/lib/OpenCL.pm line 597.
BEGIN failed--compilation aborted at /home/sterg/.cpan/build/OpenCL-1.01-2/blib/lib/OpenCL.pm line 597.
Compilation failed in require at t/00_load.t line 3.
BEGIN failed--compilation aborted at t/00_load.t line 3.
t/00_load.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Test Summary Report
-------------------
t/00_load.t (Wstat: 512 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 2
Files=1, Tests=1, 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU)
Result: FAIL
Failed 1/1 test programs. 1/1 subtests failed.
make: *** [test_dynamic] Error 2
MLEHMANN/OpenCL-1.01.tar.gz
one dependency not OK (Async::Interrupt); additionally test harness failed
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports MLEHMANN/OpenCL-1.01.tar.gz
All day searching why it's fail.
14.04 opencl
New contributor
trying to install OpenCL on Ubuntu 14.04 but it gives me the following error:
sudo cpan install OpenCL
Loading internal logger. Log::Log4perl recommended for better logging
Reading '/home/sterg/.cpan/Metadata'
Database was generated on Sat, 09 Feb 2019 09:54:17 GMT
Running install for module 'OpenCL'
Checksum for /home/sterg/.cpan/sources/authors/id/M/ML/MLEHMANN/OpenCL-1.01.tar.gz ok
'YAML' not installed, will not store persistent state
Configuring M/ML/MLEHMANN/OpenCL-1.01.tar.gz with Makefile.PL
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
OpenCL does not have good backwards compatibility - for example, the only
way to create a 2D image in OpenCL 1.1 is clCreateImage2D, which is not
available anymore with OpenCL 1.2.
The OpenCL module can often emulate OpenCL 1.1 functions using OpenCL 1.2
functions, but even though your OpenCL library might contain the OpenCL
1.2 functions, they might be nonfunctional and crash.
Do you want to prefer the OpenCL 1.1 API over the 1.2 API where possible?
Prefer OpenCL 1.1 over 1.2 functions (y/n)? [y] y
Checking if your kit is complete...
Looks good
Warning: prerequisite Async::Interrupt 1.1 not found.
Writing Makefile for OpenCL
Writing MYMETA.yml and MYMETA.json
MLEHMANN/OpenCL-1.01.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK
Running make for M/ML/MLEHMANN/OpenCL-1.01.tar.gz
---- Unsatisfied dependencies detected during ----
---- MLEHMANN/OpenCL-1.01.tar.gz ----
Async::Interrupt [requires]
Running install for module 'Async::Interrupt'
Checksum for /home/sterg/.cpan/sources/authors/id/M/ML/MLEHMANN/Async-Interrupt-1.24.tar.gz ok
Configuring M/ML/MLEHMANN/Async-Interrupt-1.24.tar.gz with Makefile.PL
Can't locate Canary/Stability.pm in @INC (you may need to install the Canary::Stability module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at Makefile.PL line 3.
BEGIN failed--compilation aborted at Makefile.PL line 3.
Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
MLEHMANN/Async-Interrupt-1.24.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
MLEHMANN/OpenCL-1.01.tar.gz
Has already been unwrapped into directory /home/sterg/.cpan/build/OpenCL-1.01-2
MLEHMANN/OpenCL-1.01.tar.gz
Has already been prepared
Running make for M/ML/MLEHMANN/OpenCL-1.01.tar.gz
Warning: Prerequisite 'Async::Interrupt => 1.1' for 'MLEHMANN/OpenCL-1.01.tar.gz' failed when processing 'MLEHMANN/Async-Interrupt-1.24.tar.gz' with 'writemakefile => NO '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512'. Continuing, but chances to succeed are limited.
cp OpenCL.pm blib/lib/OpenCL.pm
/usr/bin/perl /usr/share/perl/5.18/ExtUtils/xsubpp -typemap /usr/share/perl/5.18/ExtUtils/typemap -typemap typemap OpenCL.xs > OpenCL.xsc && mv OpenCL.xsc OpenCL.c
Warning: Aliases 'enqueue_release_gl_objects' and 'release_gl_objects' have identical values in OpenCL.xs, line 2036
cc -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION="1.01" -DXS_VERSION="1.01" -fPIC "-I/usr/lib/perl/5.18/CORE" -DPREFER_1_1=1 OpenCL.c
Running Mkbootstrap for OpenCL ()
chmod 644 OpenCL.bs
rm -f blib/arch/auto/OpenCL/OpenCL.so
cc -shared -L/usr/local/lib -fstack-protector OpenCL.o -o blib/arch/auto/OpenCL/OpenCL.so
-lOpenCL -lpthread
chmod 755 blib/arch/auto/OpenCL/OpenCL.so
cp OpenCL.bs blib/arch/auto/OpenCL/OpenCL.bs
chmod 644 blib/arch/auto/OpenCL/OpenCL.bs
Manifying blib/man3/OpenCL.3pm
MLEHMANN/OpenCL-1.01.tar.gz
/usr/bin/make -- OK
Running make test for MLEHMANN/OpenCL-1.01.tar.gz
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_load.t .. Can't locate Async/Interrupt.pm in @INC (you may need to install the Async::Interrupt module) (@INC contains: /home/sterg/.cpan/build/OpenCL-1.01-2/blib/lib /home/sterg/.cpan/build/OpenCL-1.01-2/blib/arch /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /home/sterg/.cpan/build/OpenCL-1.01-2/blib/lib/OpenCL.pm line 597.
BEGIN failed--compilation aborted at /home/sterg/.cpan/build/OpenCL-1.01-2/blib/lib/OpenCL.pm line 597.
Compilation failed in require at t/00_load.t line 3.
BEGIN failed--compilation aborted at t/00_load.t line 3.
t/00_load.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Test Summary Report
-------------------
t/00_load.t (Wstat: 512 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 2
Files=1, Tests=1, 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU)
Result: FAIL
Failed 1/1 test programs. 1/1 subtests failed.
make: *** [test_dynamic] Error 2
MLEHMANN/OpenCL-1.01.tar.gz
one dependency not OK (Async::Interrupt); additionally test harness failed
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports MLEHMANN/OpenCL-1.01.tar.gz
All day searching why it's fail.
14.04 opencl
14.04 opencl
New contributor
New contributor
edited 9 mins ago
mature
1,9011724
1,9011724
New contributor
asked 17 hours ago
StergosStergos
1
1
New contributor
New contributor
Have you tried installingAsync::Interrupt
?
– fakedad
3 hours ago
add a comment |
Have you tried installingAsync::Interrupt
?
– fakedad
3 hours ago
Have you tried installing
Async::Interrupt
?– fakedad
3 hours ago
Have you tried installing
Async::Interrupt
?– fakedad
3 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Stergos is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1116914%2fopencl-installtion-on-ubuntu-14-04-fail%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Stergos is a new contributor. Be nice, and check out our Code of Conduct.
Stergos is a new contributor. Be nice, and check out our Code of Conduct.
Stergos is a new contributor. Be nice, and check out our Code of Conduct.
Stergos is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1116914%2fopencl-installtion-on-ubuntu-14-04-fail%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have you tried installing
Async::Interrupt
?– fakedad
3 hours ago