[Bug 204093] New: perl -i resets file ACLs and EAs
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=204093
Summary: perl -i resets file ACLs and EAs
Product: Fedora Core
Version: fc5
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: normal
Component: perl
AssignedTo: rnorwood(a)redhat.com
ReportedBy: josh(a)jbc.edu
QAContact: dkl(a)redhat.com
CC: fedora-perl-devel-list(a)redhat.com
Description of problem:
When perl's -i option is used to do an in-place edit of a file, it resets the
ACLs and extended attributes on that file.
Since perl -i can be a very helpful tool for scripting and system
administration, it would be nice if it preserved ACLs and EAs.
Version-Release number of selected component (if applicable):
perl-5.8.8-5
How reproducible:
always
Steps to Reproduce:
1. touch testfile
2. setfacl -m u:testuser:r testfile
3. setfattr -n user.test testfile
4. perl -pi -e 's/Something/SomethingElse/' testfile
5. getfacl testfile; getfattr testfile
Actual results:
Nothing.
Expected results:
ACLs and EAs set in steps 2 and 3 above.
Additional info:
--
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
7 years
[Bug 1129443] New: repeatly deps to perl-devel
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129443
Bug ID: 1129443
Summary: repeatly deps to perl-devel
Product: Fedora
Version: 20
Component: perl
Assignee: jplesnik(a)redhat.com
Reporter: h.reindl(a)thelounge.net
QA Contact: extras-qa(a)fedoraproject.org
CC: cweyl(a)alumni.drew.edu, iarnell(a)gmail.com,
jplesnik(a)redhat.com, kasal(a)ucw.cz,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com,
psabata(a)redhat.com, rc040203(a)freenet.de,
tcallawa(a)redhat.com
i REALLY have enough of every second dist-upgrade pulling perl-devel and as
follow-up dependencies glib-devel, glibc-headers and kernel-headers on
production machines
on a production server no single devel package should be required
anything else is a bug
[root@localhost:~]$ yum remove libdb-devel
Loaded plugins: protectbase, tsflags
Resolving Dependencies
--> Running transaction check
---> Package libdb-devel.x86_64 0:5.3.28-1.fc20 will be erased
--> Processing Dependency: libdb-devel for package:
4:perl-devel-5.18.2-289.fc20.x86_64
--> Running transaction check
---> Package perl-devel.x86_64 4:5.18.2-289.fc20 will be erased
--> Processing Dependency: perl-devel for package:
1:perl-ExtUtils-CBuilder-0.28.2.10-289.fc20.noarch
--> Processing Dependency: perl-devel for package:
1:perl-ExtUtils-ParseXS-3.18-292.fc20.noarch
--> Processing Dependency: perl-devel for package:
perl-ExtUtils-Install-1.59-289.fc20.noarch
--> Running transaction check
---> Package perl-ExtUtils-CBuilder.noarch 1:0.28.2.10-289.fc20 will be erased
--> Processing Dependency: perl(ExtUtils::CBuilder) >= 0.27 for package:
2:perl-Module-Build-0.40.07-3.fc20.noarch
---> Package perl-ExtUtils-Install.noarch 0:1.59-289.fc20 will be erased
--> Processing Dependency: perl(ExtUtils::Install) for package:
perl-ExtUtils-MakeMaker-6.72-2.fc20.noarch
--> Processing Dependency: perl(ExtUtils::Installed) for package:
perl-ExtUtils-MakeMaker-6.72-2.fc20.noarch
--> Processing Dependency: perl(ExtUtils::Packlist) for package:
perl-ExtUtils-MakeMaker-6.72-2.fc20.noarch
---> Package perl-ExtUtils-ParseXS.noarch 1:3.18-292.fc20 will be erased
--> Running transaction check
---> Package perl-ExtUtils-MakeMaker.noarch 0:6.72-2.fc20 will be erased
--> Processing Dependency: perl(ExtUtils::MakeMaker) for package:
1:perl-IPC-Cmd-0.84-1.fc20.noarch
---> Package perl-Module-Build.noarch 2:0.40.07-3.fc20 will be erased
--> Processing Dependency: perl(Module::Build) for package:
perl-SOAP-WSDL-2.00.99_3-3.fc20.20140812.rh.noarch
--> Running transaction check
---> Package perl-IPC-Cmd.noarch 1:0.84-1.fc20 will be erased
---> Package perl-SOAP-WSDL.noarch 0:2.00.99_3-3.fc20.20140812.rh will be
erased
--> Processing Dependency: perl(SOAP::WSDL) for package:
perl-Net-DRI-0.96_05-5.fc20.20140812.rh.noarch
--> Processing Dependency: perl-SOAP-WSDL for package:
perl-Net-DRI-0.96_05-5.fc20.20140812.rh.noarch
--> Running transaction check
---> Package perl-Net-DRI.noarch 0:0.96_05-5.fc20.20140812.rh will be erased
--> Processing Dependency: perl-Net-DRI for package:
lounge-arrakis-20.0-1.fc20.20140812.rh.noarch
--> Running transaction check
---> Package lounge-arrakis.noarch 0:20.0-1.fc20.20140812.rh will be erased
--> Finished Dependency Resolution
--> Finding unneeded leftover dependencies
---> Marking gdbm-devel to be removed - no longer needed by perl-devel
---> Marking glibc-devel to be removed - no longer needed by perl-devel
---> Marking glibc-headers to be removed - no longer needed by glibc-devel
---> Marking kernel-headers to be removed - no longer needed by glibc-headers
Found and removing 4 unneeded dependencies
--> Running transaction check
---> Package gdbm-devel.x86_64 0:1.10-7.fc20 will be erased
---> Package glibc-devel.x86_64 0:2.18-12.fc20 will be erased
---> Package glibc-headers.x86_64 0:2.18-12.fc20 will be erased
---> Package kernel-headers.x86_64 0:3.15.9-200.fc20 will be erased
--> Finished Dependency Resolution
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=dk4hMLlRa8&a=cc_unsubscribe
7 years
[Bug 629229] New: new version available and shipped version has disappeared
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: new version available and shipped version has disappeared
https://bugzilla.redhat.com/show_bug.cgi?id=629229
Summary: new version available and shipped version has
disappeared
Product: Fedora EPEL
Version: el5
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: perl-Spreadsheet-ParseExcel
AssignedTo: steve(a)silug.org
ReportedBy: pertusus(a)free.fr
QAContact: extras-qa(a)fedoraproject.org
CC: steve(a)silug.org, mpeters(a)mac.com,
fedora-perl-devel-list(a)redhat.com
Classification: Fedora
Description of problem:
The source for this package cannot be found anymore.
I noticed this because I found a bug when parsing an excel document. My wild
guess is that the issue is in the OLE parser, but it would certainly be better
to update this software anyway given that the previous source disappeared.
Version-Release number of selected component (if applicable):
0.3200-2.el5
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
7 years, 1 month
[Bug 1119926] New: add perl-Spreadsheet-ParseExcel into epel7
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1119926
Bug ID: 1119926
Summary: add perl-Spreadsheet-ParseExcel into epel7
Product: Fedora EPEL
Version: epel7
Component: perl-Spreadsheet-ParseExcel
Assignee: steve(a)silug.org
Reporter: bugzilla(a)dm.cobite.com
QA Contact: extras-qa(a)fedoraproject.org
CC: mpeters(a)mac.com, perl-devel(a)lists.fedoraproject.org,
psabata(a)redhat.com, steve(a)silug.org
Package is not available for epel7, but is in epel6 (and fedora obviously)
It has some dependencies which are probably going to need to be built as well.
I get this with yum-builddep:
Error: No Package found for perl(Crypt::RC4)
Error: No Package found for perl(Digest::Perl::MD5)
Error: No Package found for perl(Jcode)
Error: No Package found for perl(Unicode::Map)
However it appears that:
perl-Crypt-RC4 is available in epel6
perl-Digest-Perl-MD5 is available in epel6
perl-Jcode is available in epel6
perl-Unicode-Map is available in epel6
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=m7QX1YXxQv&a=cc_unsubscribe
7 years, 2 months
[Bug 1169647] New: perl-OpenOffice-UNO-0.07-15.fc22 FTBFS: No Package found for libreoffice-headless
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1169647
Bug ID: 1169647
Summary: perl-OpenOffice-UNO-0.07-15.fc22 FTBFS: No Package
found for libreoffice-headless
Product: Fedora
Version: rawhide
Component: perl-OpenOffice-UNO
Assignee: lkundrak(a)v3.sk
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: filip(a)andresovi.net, lkundrak(a)v3.sk,
perl-devel(a)lists.fedoraproject.org, scenek(a)gmail.com
perl-OpenOffice-UNO-0.07-15.fc22 fails to build in F22 because
libreoffice-headless build-time dependency does not exist:
DEBUG util.py:333: Executing command: ['/usr/bin/yum-builddep',
'--installroot', '/var/lib/mock/f22-build-2661000-436868/root/',
'/var/lib/mock/f22-build-2661000-436868/root///builddir/build/SRPMS/perl-OpenOffice-UNO-0.07-15.fc22.src.rpm',
'--setopt=tsflags=nocontexts'] with env {'LANG': 'en_US.UTF-8', 'TERM':
'vt100', 'SHELL': '/bin/bash', 'LC_MESSAGES': 'C', 'PROMPT_COMMAND': 'echo -n
"<mock-chroot>"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir',
'HOSTNAME': 'mock'}
DEBUG util.py:283: Getting requirements for
perl-OpenOffice-UNO-0.07-15.fc22.src
DEBUG util.py:283: --> 1:libreoffice-core-4.4.0.0-2.beta1.fc22.x86_64
DEBUG util.py:283: --> 1:libreoffice-calc-4.4.0.0-2.beta1.fc22.x86_64
DEBUG util.py:283: --> 1:libreoffice-sdk-4.4.0.0-2.beta1.fc22.x86_64
DEBUG util.py:283: --> 1:libreoffice-writer-4.4.0.0-2.beta1.fc22.x86_64
DEBUG util.py:283: --> Already installed :
perl-PathTools-3.47-310.fc22.x86_64
DEBUG util.py:283: --> Already installed : perl-Exporter-5.70-311.fc22.noarch
DEBUG util.py:283: --> perl-ExtUtils-MakeMaker-7.02-1.fc22.noarch
DEBUG util.py:283: --> Already installed :
perl-File-Path-2.09-311.fc22.noarch
DEBUG util.py:283: --> perl-Test-Simple-1.001009-1.fc22.noarch
DEBUG util.py:283: Error: No Package found for libreoffice-headless
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=wVdJyBQ4Pb&a=cc_unsubscribe
7 years, 2 months