Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 343763 - flexbackup deprecated perl msg
Summary: flexbackup deprecated perl msg
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Hans de Graaff
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: perl-5.12.1
  Show dependency tree
 
Reported: 2010-11-01 21:49 UTC by Paul Sumner
Modified: 2010-11-09 22:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Sumner 2010-11-01 21:49:12 UTC
Still seeing:

defined(%hash) is deprecated at /usr/bin/flexbackup line 4888.
	(Maybe you should just omit the defined()?)

It looks like there are 2 patches for this in the files dir (current portage), but only 1 is in the ebuild, qed:

roadrunner2 flexbackup # grep deprecat flexbackup-1.2.1-r10.ebuild 
        # Fix bug #331673: perl 5.12 deprecation warnings.
        epatch "${FILESDIR}"/${P}-perl-5.12-deprecation-warning2.patch

roadrunner2 flexbackup # ls -1 files/*deprecat*
files/flexbackup-1.2.1-perl-5.12-deprecation-warning.patch
files/flexbackup-1.2.1-perl-5.12-deprecation-warning2.patch

flexback indeed looks like #2 patch was run against it, but not #1.


Reproducible: Always

Steps to Reproduce:
1. Run flexbackup
2. Extra deprecated msgs in output
3.
Comment 1 Paul Sumner 2010-11-01 21:50:14 UTC
I imagine is regression of 331673.
Comment 2 Hans de Graaff gentoo-dev Security 2010-11-09 18:29:36 UTC
The patches actually overlap and it was my understanding at the time that the new patch covered all the cases, which we now know is wrong.

Fixed in flexbackup-1.2.1-r11.
Comment 3 Paul Sumner 2010-11-09 22:34:46 UTC
Thanks Hans. 

I installed flexbackup-1.2.1-r11 and I am longer seeing the deprecated warning.