Bug 473223

Summary: duplicate definition between POSIX and Fcntl
Product: [Fedora] Fedora Reporter: Mamoru TASAKA <mtasaka>
Component: perlAssignee: Marcela Mašláňová <mmaslano>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 10CC: kasal, mmaslano, rc040203, robin.norwood, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-12-07 04:19:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mamoru TASAKA 2008-11-27 07:26:24 UTC
Description of problem:
[tasaka1@localhost ~]$ rpm -q perl
perl-5.10.0-49.fc10.i386

[tasaka1@localhost ~]$ perl -w -e 'use Fcntl ":mode" ; use POSIX'
Constant subroutine main::S_IXOTH redefined at -e line 1
Subroutine main::S_ISCHR redefined at -e line 1
Constant subroutine main::S_IRWXO redefined at -e line 1
Constant subroutine main::S_IRUSR redefined at -e line 1
Subroutine main::S_ISBLK redefined at -e line 1
Constant subroutine main::S_IWOTH redefined at -e line 1
Constant subroutine main::S_IWGRP redefined at -e line 1
Constant subroutine main::S_IRWXG redefined at -e line 1
Constant subroutine main::S_IXGRP redefined at -e line 1
Constant subroutine main::S_IRGRP redefined at -e line 1
Constant subroutine main::S_IXUSR redefined at -e line 1
Subroutine main::S_ISREG redefined at -e line 1
Subroutine main::S_ISDIR redefined at -e line 1
Subroutine main::S_ISFIFO redefined at -e line 1
Constant subroutine main::S_ISUID redefined at -e line 1
Constant subroutine main::S_IWUSR redefined at -e line 1
Constant subroutine main::S_IROTH redefined at -e line 1
Constant subroutine main::S_IRWXU redefined at -e line 1
Constant subroutine main::S_ISGID redefined at -e line 1

This causes many warning when using webcollage (in 
xscreensaver-extras-5.07-3.fc10). I don't know how serious
these warnings are.

Version-Release number of selected component (if applicable):
perl-5.10.0-49.fc10

How reproducible:
100%

Steps to Reproduce:
1. See above
2.
3.
  
Additional info:
Some googling shows that this seems fixed in perl 5.11.0

Comment 1 Tom "spot" Callaway 2008-11-28 19:47:51 UTC
I've got this one. Looks like Changes 33881, 33896 and 33897 should clear this up.

Comment 2 Mamoru TASAKA 2008-11-29 15:36:14 UTC
5.10.0-51 seems good to me.

Comment 3 Fedora Update System 2008-12-02 16:42:43 UTC
perl-5.10.0-51.fc10 has been submitted as an update for Fedora 10.
http://admin.fedoraproject.org/updates/perl-5.10.0-51.fc10

Comment 4 Fedora Update System 2008-12-02 16:42:46 UTC
perl-5.10.0-39.fc9 has been submitted as an update for Fedora 9.
http://admin.fedoraproject.org/updates/perl-5.10.0-39.fc9

Comment 5 Fedora Update System 2008-12-07 04:19:19 UTC
perl-5.10.0-51.fc10 has been pushed to the Fedora 10 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2008-12-07 04:29:15 UTC
perl-5.10.0-39.fc9 has been pushed to the Fedora 9 stable repository.  If problems still persist, please make note of it in this bug report.