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

Move ExtUtils-Install from cpan/ to dist/ #14089

Closed
p5pRT opened this issue Sep 16, 2014 · 4 comments
Closed

Move ExtUtils-Install from cpan/ to dist/ #14089

p5pRT opened this issue Sep 16, 2014 · 4 comments

Comments

@p5pRT
Copy link

p5pRT commented Sep 16, 2014

Migrated from rt.perl.org#122787 (status was 'rejected')

Searchable as RT122787$

@p5pRT
Copy link
Author

p5pRT commented Sep 16, 2014

From @jkeenan

See the p5p list discussion starting here​:
http​://www.nntp.perl.org/group/perl.perl5.porters/2014/08/msg218921.html

Consensus is leaning in the direction of moving ExtUtils-Install from cpan/ to dist/ within the Perl 5 core distribution, as it is primarily maintained in blead and has its bugs tracked right here at rt.perl.org.

I will make the change in a smoke-me branch, then make the change in blead in 4 to 7 days unless there is objection thereto.

Thank you very much.
--
James E Keenan (jkeenan@​cpan.org)

$ perl -V
Summary of my perl5 (revision 5 version 20 subversion 0) configuration​:
 
  Platform​:
  osname=linux, osvers=3.13.0-24-generic, archname=x86_64-linux
  uname='linux zareason 3.13.0-24-generic #47-ubuntu smp fri may 2 23​:30​:00 utc 2014 x86_64 x86_64 x86_64 gnulinux '
  config_args='-de -Dprefix=/home/jkeenan/perl5/perlbrew/perls/perl-5.20.0 -Aeval​:scriptdir=/home/jkeenan/perl5/perlbrew/perls/perl-5.20.0/bin'
  hint=recommended, useposix=true, d_sigaction=define
  useithreads=undef, usemultiplicity=undef
  use64bitint=define, use64bitall=define, uselongdouble=undef
  usemymalloc=n, bincompat5005=undef
  Compiler​:
  cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
  optimize='-O2',
  cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
  ccversion='', gccversion='4.8.2', 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='double', nvsize=8, Off_t='off_t', lseeksize=8
  alignbytes=8, prototype=define
  Linker and Libraries​:
  ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
  libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
  libs=-lnsl -ldl -lm -lcrypt -lutil -lc
  perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
  libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
  gnulibc_version='2.19'
  Dynamic Linking​:
  dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
  cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'

Characteristics of this binary (from libperl)​:
  Compile-time options​: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
  PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
  PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
  USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
  USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
  USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
  Built under linux
  Compiled at May 27 2014 08​:31​:29
  %ENV​:
  PERL5LIB="/home/jkeenan/perl5/lib/perl5"
  PERLBREW_BASHRC_VERSION="0.67"
  PERLBREW_HOME="/home/jkeenan/.perlbrew"
  PERLBREW_MANPATH="/home/jkeenan/perl5/perlbrew/perls/perl-5.20.0/man"
  PERLBREW_PATH="/home/jkeenan/perl5/perlbrew/bin​:/home/jkeenan/perl5/perlbrew/perls/perl-5.20.0/bin"
  PERLBREW_PERL="perl-5.20.0"
  PERLBREW_ROOT="/home/jkeenan/perl5/perlbrew"
  PERLBREW_VERSION="0.67"
  PERL_LOCAL_LIB_ROOT="/home/jkeenan/perl5"
  PERL_MB_OPT="--install_base "/home/jkeenan/perl5""
  PERL_MM_OPT="INSTALL_BASE=/home/jkeenan/perl5"
  PERL_WORKDIR="gitwork/perl"
  @​INC​:
  /home/jkeenan/perl5/lib/perl5/x86_64-linux
  /home/jkeenan/perl5/lib/perl5
  /home/jkeenan/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/x86_64-linux
  /home/jkeenan/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0
  /home/jkeenan/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/x86_64-linux
  /home/jkeenan/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0
  .

@p5pRT
Copy link
Author

p5pRT commented Sep 16, 2014

From @jkeenan

On Mon Sep 15 17​:36​:37 2014, jkeenan wrote​:

See the p5p list discussion starting here​:
http​://www.nntp.perl.org/group/perl.perl5.porters/2014/08/msg218921.html

Consensus is leaning in the direction of moving ExtUtils-Install from
cpan/ to dist/ within the Perl 5 core distribution, as it is primarily
maintained in blead and has its bugs tracked right here at
rt.perl.org.

I will make the change in a smoke-me branch, then make the change in
blead in 4 to 7 days unless there is objection thereto.

Placing this on old pending hearing from Perl Toolchain Gang as to whether they're willing to take over maintenance of ExtUtils-Install. In that case, the distro's bug tracker would have to move out of rt.perl.org, but its position within the core distro would remain under cpan/.

Thank you very much.
Jim Keenan

@p5pRT
Copy link
Author

p5pRT commented Sep 22, 2014

From @jkeenan

On Mon Sep 15 18​:04​:23 2014, jkeenan wrote​:

Placing this on old pending hearing from Perl Toolchain Gang as to
whether they're willing to take over maintenance of ExtUtils-Install.
In that case, the distro's bug tracker would have to move out of
rt.perl.org, but its position within the core distro would remain
under cpan/.

Looking at http​://search.cpan.org/dist/ExtUtils-Install/, I see that ExtUtils-Install's repository has been changed to https​://github.com/Perl-Toolchain-Gang/ExtUtils-Install and that its bug tracker has been changed to https://rt.cpan.org//Dist/Display.html?Queue=ExtUtils-Install.

Hence, ExtUtils-Install is now "maintained on CPAN" and there is no further need for this RT.

Thank you very much.

--
James E Keenan (jkeenan@​cpan.org)

@p5pRT p5pRT closed this as completed Sep 22, 2014
@p5pRT
Copy link
Author

p5pRT commented Sep 22, 2014

@jkeenan - Status changed from 'new' to 'rejected'

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

No branches or pull requests

1 participant