Front page | perl.perl5.porters |
Postings from August 2013
[perl #84486] "make distclean" leaves dirty spots
Thread Next
From:
James E Keenan via RT
Date:
August 31, 2013 01:54
Subject:
[perl #84486] "make distclean" leaves dirty spots
Message ID:
rt-3.6.HEAD-1873-1377914063-1012.84486-15-0@perl.org
On Sun Feb 20 09:25:14 2011, avar wrote:
>
> This is a bug report for perl from avar@cpan.org,
> generated with the help of perlbug 1.39 running under perl 5.13.10.
>
>
> -----------------------------------------------------------------
> [Please describe your issue here]
>
> "make distclean" doesn't work as intended anymore, from release
> managers guide:
>
> $ make distclean
> $ git clean -xdf # This shouldn't be necessary if distclean is
> correct
>
> But when I've been doing cleans:
>
> $ git clean -dxf
> Removing lib/HTTP/
> Removing lib/I18N/
> Removing lib/JSON/
> Removing lib/Locale/
> Removing lib/Perl/
> Removing lib/Unicode/Collate/
> Removing lib/Version/
> Removing pod2htmd.tmp
> Removing pod2htmi.tmp
> Removing t/pod2htmd.tmp
> Removing t/pod2htmi.tmp
>
> And:
>
> $ git clean -dxf
> Removing lib/HTTP/
> Removing lib/I18N/
> Removing lib/JSON/
> Removing lib/Locale/
> Removing lib/Perl/
> Removing lib/Unicode/Collate/
> Removing lib/Version/
> Removing t/pod2htmd.tmp
> Removing t/pod2htmi.tmp
>
> Looks like we need more clean targets, and that some POD utility
> should use File::Temp.
>
> [Please do not change anything below this line]
> -----------------------------------------------------------------
> ---
> Flags:
> category=core
> severity=low
> ---
> Site configuration information for perl 5.13.10:
>
> Configured by avar at Sun Feb 20 17:03:06 UTC 2011.
>
> Summary of my perl5 (revision 5 version 13 subversion 10)
> configuration:
>
> Platform:
> osname=solaris, osvers=2.10, archname=i86pc-solaris
> uname='sunos willow 5.10 generic_144489-04 i86pc i386 i86pc
> solaris '
> config_args='-des -Dusedevel -Dprefix=/tmp/p-5.13.10'
> hint=recommended, useposix=true, d_sigaction=define
> useithreads=undef, usemultiplicity=undef
> useperlio=define, d_sfio=undef, uselargefiles=define,
> usesocks=undef
> use64bitint=undef, use64bitall=undef, uselongdouble=undef
> usemymalloc=n, bincompat5005=undef
> Compiler:
> cc='/opt/SUNWspro/bin/cc', ccflags =' -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV',
> optimize='-O',
> cppflags=''
> ccversion='Sun C 5.10 SunOS_i386 Patch 142363-06 2010/08/11',
> gccversion='', gccosandvers=''
> intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
> d_longlong=define, longlongsize=8, d_longdbl=define,
> longdblsize=12
> ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
> lseeksize=8
> alignbytes=4, prototype=define
> Linker and Libraries:
> ld='/opt/SUNWspro/bin/cc', ldflags =' -L/usr/lib -L/usr/ccs/lib
> -L/opt/sunstudio12.1/prod/lib -L/lib '
> libpth=/usr/lib /usr/ccs/lib /opt/sunstudio12.1/prod/lib /lib
> libs=-lsocket -lnsl -ldl -lm -lc
> perllibs=-lsocket -lnsl -ldl -lm -lc
> libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
> gnulibc_version=''
> Dynamic Linking:
> dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
> cccdlflags='-KPIC', lddlflags='-G -L/usr/lib -L/usr/ccs/lib
> -L/opt/sunstudio12.1/prod/lib -L/lib'
>
> Locally applied patches:
>
>
> ---
> @INC for perl 5.13.10:
> /tmp/p-5.13.10/lib/perl5/site_perl/5.13.10/i86pc-solaris
> /tmp/p-5.13.10/lib/perl5/site_perl/5.13.10
> /tmp/p-5.13.10/lib/perl5/5.13.10/i86pc-solaris
> /tmp/p-5.13.10/lib/perl5/5.13.10
>
Tonight I tried these commands on the Dromedary server (blead).
After 'make distclean' ran, producing an enormous amount of output to
terminal, I ran 'git clean -dfx' and got ... nothing.
I am taking this ticket for the purpose of closing it in 7 days unless
someone produces different data.
Thank you very much.
Jim Keenan
---
via perlbug: queue: perl5 status: open
https://rt.perl.org:443/rt3/Ticket/Display.html?id=84486
Thread Next
-
[perl #84486] "make distclean" leaves dirty spots
by James E Keenan via RT