Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 343763

Summary: flexbackup deprecated perl msg
Product: Gentoo Linux Reporter: Paul Sumner <paul>
Component: Current packagesAssignee: Hans de Graaff <graaff>
Status: VERIFIED FIXED    
Severity: minor CC: timmy
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 319801    

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.