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

Bleadperl v5.23.3-42-g821805a breaks IGUTHRIE/Filesys-DfPortable-0.85.tar.gz #14987

Closed
p5pRT opened this issue Oct 15, 2015 · 8 comments
Closed

Comments

@p5pRT
Copy link

p5pRT commented Oct 15, 2015

Migrated from rt.perl.org#126368 (status was 'resolved')

Searchable as RT126368$

@p5pRT
Copy link
Author

p5pRT commented Oct 15, 2015

From @andk

bisect


commit 821805a
Author​: Jarkko Hietaniemi <jhi@​iki.fi>
Date​: Sat Aug 15 12​:54​:08 2015 -0400

  Remove unused filesystem stat symbols.

diag


No reports on cpantesters. Here is a snippet from the make phase output​:

  Configuring I/IG/IGUTHRIE/Filesys-DfPortable-0.85.tar.gz with Makefile.PL
  CPAN​::Reporter not installed. No reports will be sent.
  OS = linux
  Checking for statvfs .....
  d_statvfs is not defined
  Cannot find a sys/statvfs.h file
  We will not try to build with statvfs
  Checking for statfs .....
  d_statfs_s is not defined
  Cannot find a sys/statfs.h file
  We will not try to build Statfs
  We could not find statvfs, statfs, or GetDiskFreeSpace.
  You need at least one of these to build this module.
 
perl -V


Summary of my perl5 (revision 5 version 23 subversion 4) configuration​:
  Derived from​: 821805a
  Platform​:
  osname=linux, osvers=4.1.0-2-amd64, archname=x86_64-linux
  uname='linux k83 4.1.0-2-amd64 #1 smp debian 4.1.6-1 (2015-08-23) x86_64 gnulinux '
  config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-g821805a/165a -Dmyhostname=k83 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Uuseithreads -Uuselongdouble -DDEBUGGING=-g'
  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-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
  optimize='-O2 -g',
  cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
  ccversion='', gccversion='5.2.1 20150911', gccosandvers=''
  intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3
  d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3
  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-strong -L/usr/local/lib'
  libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/5/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=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
  perllibs=-lpthread -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 -g -L/usr/local/lib -fstack-protector-strong'

Characteristics of this binary (from libperl)​:
  Compile-time options​: HAS_TIMES PERLIO_LAYERS PERL_COPY_ON_WRITE
  PERL_DONT_CREATE_GVSV
  PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
  PERL_PRESERVE_IVUV PERL_USE_DEVEL USE_64_BIT_ALL
  USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
  USE_LOCALE_COLLATE USE_LOCALE_CTYPE
  USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
  USE_PERL_ATOF
  Locally applied patches​:
  uncommitted-changes
  Built under linux
  Compiled at Oct 15 2015 19​:55​:25
  @​INC​:
  /home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-g821805a/165a/lib/site_perl/5.23.4/x86_64-linux
  /home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-g821805a/165a/lib/site_perl/5.23.4
  /home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-g821805a/165a/lib/5.23.4/x86_64-linux
  /home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-g821805a/165a/lib/5.23.4
  .

--
andreas

@p5pRT
Copy link
Author

p5pRT commented Oct 30, 2015

From @eserte

Dana Čet 15. Lis 2015, 13​:10​:11, andreas.koenig.7os6VVqR@​franz.ak.mind.de reče​:

bisect
------
commit 821805a
Author​: Jarkko Hietaniemi <jhi@​iki.fi>
Date​: Sat Aug 15 12​:54​:08 2015 -0400

Remove unused filesystem stat symbols.

diag
----
No reports on cpantesters. Here is a snippet from the make phase
output​:

Configuring I/IG/IGUTHRIE/Filesys-DfPortable-0.85.tar.gz with
Makefile.PL
CPAN​::Reporter not installed. No reports will be sent.
OS = linux
Checking for statvfs .....
d_statvfs is not defined
Cannot find a sys/statvfs.h file
We will not try to build with statvfs
Checking for statfs .....
d_statfs_s is not defined
Cannot find a sys/statfs.h file
We will not try to build Statfs
We could not find statvfs, statfs, or GetDiskFreeSpace.
You need at least one of these to build this module.

perl -V
-------
Summary of my perl5 (revision 5 version 23 subversion 4)
configuration​:
Derived from​: 821805a
Platform​:
osname=linux, osvers=4.1.0-2-amd64, archname=x86_64-linux
uname='linux k83 4.1.0-2-amd64 #1 smp debian 4.1.6-1 (2015-08-23)
x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-
perls/perl/v5.23.3-42-g821805a/165a -Dmyhostname=k83
-Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db
-Uuseithreads -Uuselongdouble -DDEBUGGING=-g'
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-strong -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64',
optimize='-O2 -g',
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-
strong -I/usr/local/include'
ccversion='', gccversion='5.2.1 20150911', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8,
byteorder=12345678, doublekind=3
d_longlong=define, longlongsize=8, d_longdbl=define,
longdblsize=16, longdblkind=3
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-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/5/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=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
-lgdbm_compat
perllibs=-lpthread -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 -g -L/usr/local/lib
-fstack-protector-strong'

Characteristics of this binary (from libperl)​:
Compile-time options​: HAS_TIMES PERLIO_LAYERS PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV PERL_USE_DEVEL
USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
USE_PERL_ATOF
Locally applied patches​:
uncommitted-changes
Built under linux
Compiled at Oct 15 2015 19​:55​:25
@​INC​:
/home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-
g821805a/165a/lib/site_perl/5.23.4/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-
g821805a/165a/lib/site_perl/5.23.4
/home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-
g821805a/165a/lib/5.23.4/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-
g821805a/165a/lib/5.23.4
.

CPAN ticket​: https://rt.cpan.org/Ticket/Display.html?id=108189

@p5pRT
Copy link
Author

p5pRT commented Oct 30, 2015

From @eserte

Dana Pet 30. Lis 2015, 04​:41​:50, slaven@​rezic.de reče​:

Dana Čet 15. Lis 2015, 13​:10​:11,
andreas.koenig.7os6VVqR@​franz.ak.mind.de reče​:

bisect
------
commit 821805a
Author​: Jarkko Hietaniemi <jhi@​iki.fi>
Date​: Sat Aug 15 12​:54​:08 2015 -0400

Remove unused filesystem stat symbols.

diag
----
No reports on cpantesters. Here is a snippet from the make phase
output​:

Configuring I/IG/IGUTHRIE/Filesys-DfPortable-0.85.tar.gz with
Makefile.PL
CPAN​::Reporter not installed. No reports will be sent.
OS = linux
Checking for statvfs .....
d_statvfs is not defined
Cannot find a sys/statvfs.h file
We will not try to build with statvfs
Checking for statfs .....
d_statfs_s is not defined
Cannot find a sys/statfs.h file
We will not try to build Statfs
We could not find statvfs, statfs, or GetDiskFreeSpace.
You need at least one of these to build this module.

perl -V
-------
Summary of my perl5 (revision 5 version 23 subversion 4)
configuration​:
Derived from​: 821805a
Platform​:
osname=linux, osvers=4.1.0-2-amd64, archname=x86_64-linux
uname='linux k83 4.1.0-2-amd64 #1 smp debian 4.1.6-1 (2015-08-23)
x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-
perls/perl/v5.23.3-42-g821805a/165a -Dmyhostname=k83
-Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db
-Uuseithreads -Uuselongdouble -DDEBUGGING=-g'
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-strong -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64',
optimize='-O2 -g',
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-
strong -I/usr/local/include'
ccversion='', gccversion='5.2.1 20150911', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8,
byteorder=12345678, doublekind=3
d_longlong=define, longlongsize=8, d_longdbl=define,
longdblsize=16, longdblkind=3
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-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/5/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=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
-lgdbm_compat
perllibs=-lpthread -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 -g -L/usr/local/lib
-fstack-protector-strong'

Characteristics of this binary (from libperl)​:
Compile-time options​: HAS_TIMES PERLIO_LAYERS PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV PERL_USE_DEVEL
USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
USE_PERL_ATOF
Locally applied patches​:
uncommitted-changes
Built under linux
Compiled at Oct 15 2015 19​:55​:25
@​INC​:
/home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-
g821805a/165a/lib/site_perl/5.23.4/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-
g821805a/165a/lib/site_perl/5.23.4
/home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-
g821805a/165a/lib/5.23.4/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-
g821805a/165a/lib/5.23.4
.

CPAN ticket​: https://rt.cpan.org/Ticket/Display.html?id=108189

Filesys-Df seems also to be affected by the same problem​:
https://rt.cpan.org/Ticket/Display.html?id=107904

@p5pRT
Copy link
Author

p5pRT commented Oct 30, 2015

From @eserte

Dana Pet 30. Lis 2015, 04​:43​:52, slaven@​rezic.de reče​:

Dana Pet 30. Lis 2015, 04​:41​:50, slaven@​rezic.de reče​:

Dana Čet 15. Lis 2015, 13​:10​:11,
andreas.koenig.7os6VVqR@​franz.ak.mind.de reče​:

bisect
------
commit 821805a
Author​: Jarkko Hietaniemi <jhi@​iki.fi>
Date​: Sat Aug 15 12​:54​:08 2015 -0400

Remove unused filesystem stat symbols.

diag
----
No reports on cpantesters. Here is a snippet from the make phase
output​:

Configuring I/IG/IGUTHRIE/Filesys-DfPortable-0.85.tar.gz with
Makefile.PL
CPAN​::Reporter not installed. No reports will be sent.
OS = linux
Checking for statvfs .....
d_statvfs is not defined
Cannot find a sys/statvfs.h file
We will not try to build with statvfs
Checking for statfs .....
d_statfs_s is not defined
Cannot find a sys/statfs.h file
We will not try to build Statfs
We could not find statvfs, statfs, or GetDiskFreeSpace.
You need at least one of these to build this module.

perl -V
-------
Summary of my perl5 (revision 5 version 23 subversion 4)
configuration​:
Derived from​: 821805a
Platform​:
osname=linux, osvers=4.1.0-2-amd64, archname=x86_64-linux
uname='linux k83 4.1.0-2-amd64 #1 smp debian 4.1.6-1 (2015-08-23)
x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-
perls/perl/v5.23.3-42-g821805a/165a -Dmyhostname=k83
-Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db
-Uuseithreads -Uuselongdouble -DDEBUGGING=-g'
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-strong -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64',
optimize='-O2 -g',
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-
strong -I/usr/local/include'
ccversion='', gccversion='5.2.1 20150911', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8,
byteorder=12345678, doublekind=3
d_longlong=define, longlongsize=8, d_longdbl=define,
longdblsize=16, longdblkind=3
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-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/5/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=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
-lgdbm_compat
perllibs=-lpthread -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 -g -L/usr/local/lib
-fstack-protector-strong'

Characteristics of this binary (from libperl)​:
Compile-time options​: HAS_TIMES PERLIO_LAYERS PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV PERL_USE_DEVEL
USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
USE_PERL_ATOF
Locally applied patches​:
uncommitted-changes
Built under linux
Compiled at Oct 15 2015 19​:55​:25
@​INC​:
/home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-
g821805a/165a/lib/site_perl/5.23.4/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-
g821805a/165a/lib/site_perl/5.23.4
/home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-
g821805a/165a/lib/5.23.4/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/perl/v5.23.3-42-
g821805a/165a/lib/5.23.4
.

CPAN ticket​: https://rt.cpan.org/Ticket/Display.html?id=108189

Filesys-Df seems also to be affected by the same problem​:
https://rt.cpan.org/Ticket/Display.html?id=107904

Also affected​: IGUTHRIE/Filesys-Statvfs-0.82.tar.gz​:
https://rt.cpan.org/Ticket/Display.html?id=108191

@p5pRT
Copy link
Author

p5pRT commented Nov 2, 2015

From @jhi

This breakage was caused by

http​://perl5.git.perl.org/perl.git/commit/821805a244cacd9869331999cd53407f3323206a

which has now been reverted by

http​://perl5.git.perl.org/perl.git/commit/ea4421009acdf10bf0a7b26ff22c5afd431690db

and further patched up by

http​://perl5.git.perl.org/perl.git/commitdiff/c66a9c0baa73b43bd590914b090f93b04c68677b

(the ea44210 mistakenly refers to rt.perl.tickets, perl #NNN, which it should refer to rt.cpan.tickets, cpan #NNN)

@p5pRT
Copy link
Author

p5pRT commented Nov 2, 2015

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented Nov 9, 2015

From @tonycoz

On Mon Nov 02 05​:42​:49 2015, jhi wrote​:

This breakage was caused by

http​://perl5.git.perl.org/perl.git/commit/821805a244cacd9869331999cd53407f3323206a

which has now been reverted by

http​://perl5.git.perl.org/perl.git/commit/ea4421009acdf10bf0a7b26ff22c5afd431690db

and further patched up by

http​://perl5.git.perl.org/perl.git/commitdiff/c66a9c0baa73b43bd590914b090f93b04c68677b

(the ea44210 mistakenly refers to rt.perl.tickets, perl #NNN, which
it should refer to rt.cpan.tickets, cpan #NNN)

And all three test successfully with blead, closing.

Tony

@p5pRT
Copy link
Author

p5pRT commented Nov 9, 2015

@tonycoz - Status changed from 'open' to 'resolved'

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

No branches or pull requests

1 participant