Bug 473223 - duplicate definition between POSIX and Fcntl
Summary: duplicate definition between POSIX and Fcntl
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl
Version: 10
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Marcela Mašláňová
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-27 07:26 UTC by Mamoru TASAKA
Modified: 2008-12-07 04:29 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-12-07 04:19:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Debian BTS 482280 0 None None None Never

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.


Note You need to log in before you can comment on or make changes to this bug.