Skip Menu |

This queue is for tickets about the IO-Compress CPAN distribution.

Report information
The Basics
Id: 53486
Status: open
Priority: 0/
Queue: IO-Compress

People
Owner: Nobody in particular
Requestors: joe.henderson1 [...] insightbb.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.023
Fixed in: (no value)



I am running redhat 64 "#1 SMP Wed Dec 17 11:41:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux"
installing the IO compress module 2.023.. I cannot install or force install from cpan..
after i "look io:compress:base" and go into the directory for a manual make/make test/make install
the "make" and "make test" are golden.. "make install" fails with "Makefile:89: *** Recursive variable `INSTALLARCHLIB' references itself (eventually).  Stop."

the Make file has this for line 89: "INSTALLARCHLIB = $(INSTALLARCHLIB)"

I looked at another module "par dist" and found the line is different:
"INSTALLARCHLIB = $(PERLPREFIX)/lib/perl5/5.10.1/x86_64-linux".

I changed the line in io compress to this and it works..

I installed perl 5.10.1 from scratch if this makes a difference..

Joe





Hi Joe - can you send me details of the exact RedHat distribution you are running please? I assume you used the version of Perl that came with RedHat? If not, can you send the output from running perl -V please?

Paul

Hello there. I'm running Mac OS X 10.6.2 here using MacPorts Perl 5.10.1 and I'm getting the same error: Makefile:89: *** Recursive variable `INSTALLARCHLIB' references itself (eventually). Stop. PMQS/IO-Compress-2.024.tar.gz /usr/bin/make install -j2 -- NOT OK I've attached my perl configuration. Perl modules I get from CPAN are all installed in $HOME/local. On Fri Jan 08 07:28:46 2010, PMQS wrote: Show quoted text
> Hi Joe - can you send me details of the exact RedHat distribution you > are > running please? I assume you used the version of Perl that came with > RedHat? If > not, can you send the output from running perl -V please? > > Paul
Subject: macports_perl_5.10.1.log
Download macports_perl_5.10.1.log
application/octet-stream 3.4k

Message body not shown because it is not plain text.

Whoops... forgot. Just in case you need it, here's my CPAN configuration file.
Subject: MyConfig.pm
$CPAN::Config = { 'applypatch' => q[], 'auto_commit' => q[0], 'build_cache' => q[100], 'build_dir' => q[/Users/justin/Library/Application Support/.cpan/build], 'build_dir_reuse' => q[0], 'build_requires_install_policy' => q[no], 'bzip2' => q[/opt/local/bin/bzip2], 'cache_metadata' => q[1], 'check_sigs' => q[0], 'commandnumber_in_prompt' => q[1], 'connect_to_internet_ok' => q[1], 'cpan_home' => q[/Users/justin/Library/Application Support/.cpan], 'curl' => q[/usr/bin/curl], 'ftp' => q[/usr/bin/ftp], 'ftp_passive' => q[1], 'ftp_proxy' => q[], 'getcwd' => q[cwd], 'gpg' => q[/opt/local/bin/gpg], 'gzip' => q[/usr/bin/gzip], 'halt_on_failure' => q[0], 'histfile' => q[/Users/justin/Library/Application Support/.cpan/histfile], 'histsize' => q[100], 'http_proxy' => q[], 'inactivity_timeout' => q[0], 'index_expire' => q[1], 'inhibit_startup_message' => q[0], 'keep_source_where' => q[/Users/justin/Library/Application Support/.cpan/sources], 'load_module_verbosity' => q[v], 'lynx' => q[], 'make' => q[/usr/bin/make], 'make_arg' => q[-j2], 'make_install_arg' => q[-j2], 'make_install_make_command' => q[/usr/bin/make], 'makepl_arg' => q[PREFIX=$HOME/local], 'mbuild_arg' => q[--extra_linker_flags -L$HOME/local/lib], 'mbuild_install_arg' => q[], 'mbuild_install_build_command' => q[./Build], 'mbuildpl_arg' => q[--install_base $HOME/local], 'ncftp' => q[], 'ncftpget' => q[], 'no_proxy' => q[], 'pager' => q[/usr/bin/less], 'patch' => q[/usr/bin/patch], 'perl5lib_verbosity' => q[v], 'prefer_installer' => q[MB], 'prefs_dir' => q[/Users/justin/Library/Application Support/.cpan/prefs], 'prerequisites_policy' => q[follow], 'scan_cache' => q[atstart], 'shell' => q[/bin/bash], 'show_unparsable_versions' => q[0], 'show_upload_date' => q[0], 'show_zero_versions' => q[0], 'tar' => q[/usr/bin/tar], 'tar_verbosity' => q[v], 'term_is_latin' => q[0], 'term_ornaments' => q[1], 'test_report' => q[1], 'trust_test_report_history' => q[0], 'unzip' => q[/usr/bin/unzip], 'urllist' => [q[ftp://cpan.nctu.edu.tw/], q[ftp://cpan.cs.pu.edu.tw/pub/CPAN], q[ftp://ftp.stu.edu.tw/pub/CPAN]], 'use_sqlite' => q[0], 'wget' => q[], 'yaml_load_code' => q[0], 'yaml_module' => q[YAML], }; 1; __END__