Front page | perl.perl5.porters |
Postings from June 2011
[perl #93496] CPAN.pm/META.json/dynamic_config/configure_requires module installation issue.
Thread Next
From:
Elliot Shank
Date:
June 24, 2011 13:59
Subject:
[perl #93496] CPAN.pm/META.json/dynamic_config/configure_requires module installation issue.
Message ID:
rt-3.6.HEAD-16080-1308943097-1281.93496-75-0@perl.org
# New Ticket Created by Elliot Shank
# Please include the string: [perl #93496]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=93496 >
This is a bug report for perl from perl@galumph.com,
generated with the help of perlbug 1.39 running under perl 5.14.1.
-----------------------------------------------------------------
[Please describe your issue here]
There's a bug in CPAN.pm/CPAN::Distribution that prevents installation of distributions having a META.json file, dynamic_config set to true, and a non-empty configure_requires.
https://rt.cpan.org/Public/Bug/Display.html?id=68835
I would like for this issue to be a blocker for 5.14.2 because you can't start with nothing but core and do a "cpan Task::Foo" without manually satisfying configure_requires.
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=library
severity=low
module=CPAN::Distribution
---
Site configuration information for perl 5.14.1:
Configured by elliot at Fri Jun 24 11:06:20 CDT 2011.
Summary of my perl5 (revision 5 version 14 subversion 1) configuration:
Platform:
osname=darwin, osvers=10.8.0, archname=darwin-thread-multi-ld-2level
uname='darwin blargh.local 10.8.0 darwin kernel version 10.8.0: tue jun 7 16:32:41 pdt 2011; root:xnu-1504.15.3~1release_x86_64 x86_64 '
config_args='-des -Dusedtrace -Duse64bitint -Duse64bitall -Duselongdouble -Dusethreads -A define:cf_email=perl@galumph.com -A define:perladmin=perl@galumph.com -Dprefix=/usr/local/perl/5.14.1-64-threads'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=define
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-common -DPERL_DARWIN -arch x86_64 -fno-strict-aliasing -pipe -fstack-protector',
optimize='-O3',
cppflags='-arch x86_64 -fno-common -DPERL_DARWIN -arch x86_64 -fno-strict-aliasing -pipe -fstack-protector'
ccversion='', gccversion='4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.9)', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='long double', nvsize=16, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='env MACOSX_DEPLOYMENT_TARGET=10.6 cc -arch x86_64', ldflags =' -arch x86_64 -fstack-protector'
libpth=/usr/lib
libs=-ldbm -ldl -lm -lutil -lc
perllibs=-ldl -lm -lutil -lc
libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -fstack-protector'
Locally applied patches:
---
@INC for perl 5.14.1:
/Users/elliot/opt/perl/install/default-5.14.1-64-threads/lib/perl5/darwin-thread-multi-ld-2level
/Users/elliot/opt/perl/install/default-5.14.1-64-threads/lib/perl5
/usr/local/perl/5.14.1-64-threads/lib/site_perl/5.14.1/darwin-thread-multi-ld-2level
/usr/local/perl/5.14.1-64-threads/lib/site_perl/5.14.1
/usr/local/perl/5.14.1-64-threads/lib/5.14.1/darwin-thread-multi-ld-2level
/usr/local/perl/5.14.1-64-threads/lib/5.14.1
.
---
Environment for perl 5.14.1:
DYLD_LIBRARY_PATH (unset)
HOME=/Users/elliot
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/Users/elliot/bin:/Users/elliot/opt/bin:/Users/elliot/opt/perl/install/default-5.14.1-64-threads/bin:/usr/local/perl/5.14.1-64-threads/bin:/usr/local/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/usr/X11R6/bin
PERL5LIB=/Users/elliot/opt/perl/install/default-5.14.1-64-threads/lib/perl5
PERL_AUTOINSTALL=--defaultdeps
PERL_BADLANG (unset)
SHELL=/bin/bash
Thread Next
-
[perl #93496] CPAN.pm/META.json/dynamic_config/configure_requires module installation issue.
by Elliot Shank