Discussion:
[users] perl-Image-Info dependency
Dave
2009-09-14 22:10:37 UTC
Permalink
Hello,
I'm trying to install perl-Image-Info which is a spamassassin plugin
for image scanning. This is on a centos 5.3 machine, i'm using rpmforge as
one of my 3rd party repos. I'm getting the below error. I'd like to know if
anyone has seen this/has a fix? If not i'd like to troubleshoot and correct
this, how can i get ahold of the src.rpms needed?
Thanks.
Dave.

root at s15298471:/etc/yum.repos.d#yum install perl-Image-Info
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* epel: mirrors.tummy.com
* rpmforge: ftp-stud.fht-esslingen.de

epel
| 3.4 kB 00:00

atrpms
| 2.2 kB 00:00

kbs-CentOS-Misc
| 951 B 00:00

kbs-CentOS-Testing
| 951 B 00:00

ATlcgrpms
| 1.9 kB 00:00

atrpms-testing
| 2.2 kB 00:00

rpmforge
| 1.1 kB 00:00

base
| 1.1 kB 00:00

updates
| 951 B 00:00

utterramblings
| 951 B 00:00

kbs-CentOS-Extras
| 951 B 00:00

extras
| 1.1 kB 00:00

centosplus
| 951 B 00:00

addons
| 951 B 00:00
Excluding Packages in global exclude list
Finished
Reducing CentOS 5 - x86_64 - ATrpms to included packages only
Finished
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Excluding Packages from CentOS-5 - Plus
Finished
1453 packages excluded due to repository priority protections
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package perl-Image-Info.noarch 0:1.29-2.el5.rf set to be updated
--> Processing Dependency: perl-Image-Info-alternative = 1.29 for package:
perl-Image-Info
--> Processing Dependency: perl(Image::Xbm) >= 1.07 for package:
perl-Image-Info
--> Processing Dependency: perl(Image::Xpm) >= 1.08 for package:
perl-Image-Info
--> Processing Dependency: perl(XML::Simple) for package: perl-Image-Info
--> Processing Dependency: perl(XML::LibXML::Reader) for package:
perl-Image-Info
--> Running transaction check
---> Package perl-Image-Info.noarch 0:1.29-2.el5.rf set to be updated
--> Processing Dependency: perl-Image-Info-alternative = 1.29 for package:
perl-Image-Info
--> Processing Dependency: perl(XML::LibXML::Reader) for package:
perl-Image-Info
---> Package perl-Image-Xbm.noarch 0:1.08-6.el5 set to be updated
--> Processing Dependency: perl(Image::Base) for package: perl-Image-Xbm
---> Package perl-Image-Xpm.noarch 0:1.09-6.el5 set to be updated
---> Package perl-XML-Simple.noarch 0:2.14-4.fc6 set to be updated
--> Running transaction check
---> Package perl-Image-Info.noarch 0:1.29-2.el5.rf set to be updated
--> Processing Dependency: perl-Image-Info-alternative = 1.29 for package:
perl-Image-Info
--> Processing Dependency: perl(XML::LibXML::Reader) for package:
perl-Image-Info
---> Package perl-Image-Base.noarch 0:1.07-7.el5 set to be updated
--> Finished Dependency Resolution
perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl(XML::LibXML::Reader) is needed by package
perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by
package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(XML::LibXML::Reader) is needed by package
perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by
package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Steve Huff
2009-09-15 01:17:22 UTC
Permalink
Post by Dave
I'm trying to install perl-Image-Info which is a spamassassin plugin
for image scanning. This is on a centos 5.3 machine, i'm using
rpmforge as
one of my 3rd party repos. I'm getting the below error. I'd like to know if
anyone has seen this/has a fix? If not i'd like to troubleshoot and correct
this, how can i get ahold of the src.rpms needed?
thanks for the bug report! i didn't see this behavior in testing.

the issue you're seeing stems from a fix put into place to address an
issue with perl-Image-Info brought forth by Armin T?ting a few days
ago; the issue, in a nutshell, is that perl-Image-Info needs either
XML::LibXML::Reader (which conflicts with a package in RHEL/CentOS
base) or XML::Simple. installing perl-XML-Simple from rpmforge should
be sufficient to get the Image::Info module working; it looks like i
need to tweak the specfile a bit more to keep
perl(XML::LibXML::Reader) out of the requires list.

in terms of troubleshooting, take a look at e.g. http://packages.sw.be/perl-XML-Simple
or http://packages.sw.be/perl-Image-Info; these show the results of
the most recent package build, and you can download the SRPMs from
there. in addition, you may find the buildlogs directory of interest;
for example, http://packages.sw.be/perl-XML-Simple/buildlogs shows me
that the package built successfully for RHEL4 but failed for RHEL3 and
RHEL5.

if you make any progress, please feel free to share your results with
the list :) my initial suspicion is that the buildhost is using a
different SAX parser now than it was at the time of the last
successful build of perl-XML-Simple (cf. http://perl-xml.sourceforge.net/faq/#parserdetails.ini)
.

-steve
--
If this were played upon a stage now, I could condemn it as an
improbable fiction. - Fabian, Twelfth Night, III,v
http://five.sentenc.es/





-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20090914/dcbf7588/attachment.bin
Dave
2009-09-15 01:23:58 UTC
Permalink
Hi,
I tried install perl-XML-SImple, that package installed fine, but
perl-Image-Info still did not.
Thanks.
Dave.


-----Original Message-----
From: users-bounces at lists.rpmforge.net
[mailto:users-bounces at lists.rpmforge.net] On Behalf Of Steve Huff
Sent: Monday, September 14, 2009 9:17 PM
To: users at lists.rpmforge.net
Subject: Re: [users] perl-Image-Info dependency
Post by Dave
I'm trying to install perl-Image-Info which is a spamassassin plugin
for image scanning. This is on a centos 5.3 machine, i'm using
rpmforge as one of my 3rd party repos. I'm getting the below error.
I'd like to know if anyone has seen this/has a fix? If not i'd like to
troubleshoot and correct this, how can i get ahold of the src.rpms
needed?
thanks for the bug report! i didn't see this behavior in testing.

the issue you're seeing stems from a fix put into place to address an issue
with perl-Image-Info brought forth by Armin T?ting a few days ago; the
issue, in a nutshell, is that perl-Image-Info needs either
XML::LibXML::Reader (which conflicts with a package in RHEL/CentOS
base) or XML::Simple. installing perl-XML-Simple from rpmforge should be
sufficient to get the Image::Info module working; it looks like i need to
tweak the specfile a bit more to keep
perl(XML::LibXML::Reader) out of the requires list.

in terms of troubleshooting, take a look at e.g.
http://packages.sw.be/perl-XML-Simple
or http://packages.sw.be/perl-Image-Info; these show the results of the
most recent package build, and you can download the SRPMs from there. in
addition, you may find the buildlogs directory of interest; for example,
http://packages.sw.be/perl-XML-Simple/buildlogs shows me that the package
built successfully for RHEL4 but failed for RHEL3 and RHEL5.

if you make any progress, please feel free to share your results with the
list :) my initial suspicion is that the buildhost is using a different SAX
parser now than it was at the time of the last successful build of
perl-XML-Simple (cf. http://perl-xml.sourceforge.net/faq/#parserdetails.ini)
.

-steve
--
If this were played upon a stage now, I could condemn it as an
improbable fiction. - Fabian, Twelfth Night, III,v
http://five.sentenc.es/
Steve Huff
2009-09-15 02:09:27 UTC
Permalink
Post by Dave
I tried install perl-XML-SImple, that package installed fine, but
perl-Image-Info still did not.
the log you posted earlier gives the impression that you installed
perl-XML-Simple-2.14-4 from CentOS base; the rpmforge perl-Image-Info
package needs perl-XML-Simple-2.18-2 (or later) from rpmforge, which
doesn't currently build for RHEL5.

if you download the perl-XML-Simple SRPM from http://packages.sw.be/perl-XML-Simple
and build it on your system, you should be able to install it. i
suspect that after that point you will still see complaints from yum
about perl-Image-Info needing perl(XML::LibXML::Reader), but you can
install with `rpm --nodeps` as a workaround until we have released
updated packages.

-steve
--
If this were played upon a stage now, I could condemn it as an
improbable fiction. - Fabian, Twelfth Night, III,v
http://five.sentenc.es/





-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20090914/e3caf069/attachment.bin
Dave
2009-09-15 04:51:06 UTC
Permalink
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.


-----Original Message-----
From: users-bounces at lists.rpmforge.net
[mailto:users-bounces at lists.rpmforge.net] On Behalf Of Steve Huff
Sent: Monday, September 14, 2009 10:09 PM
To: users at lists.rpmforge.net
Subject: Re: [users] perl-Image-Info dependency
Post by Dave
I tried install perl-XML-SImple, that package installed fine, but
perl-Image-Info still did not.
the log you posted earlier gives the impression that you installed
perl-XML-Simple-2.14-4 from CentOS base; the rpmforge perl-Image-Info
package needs perl-XML-Simple-2.18-2 (or later) from rpmforge, which doesn't
currently build for RHEL5.

if you download the perl-XML-Simple SRPM from
http://packages.sw.be/perl-XML-Simple
and build it on your system, you should be able to install it. i suspect
that after that point you will still see complaints from yum about
perl-Image-Info needing perl(XML::LibXML::Reader), but you can install with
`rpm --nodeps` as a workaround until we have released updated packages.

-steve

--
If this were played upon a stage now, I could condemn it as an improbable
fiction. - Fabian, Twelfth Night, III,v http://five.sentenc.es/
Christoph Maser
2009-09-15 06:23:46 UTC
Permalink
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)


DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)




For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.



financial.com AG

Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
Christoph Maser
2009-09-15 09:03:31 UTC
Permalink
Post by Christoph Maser
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)
For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.
Ok i put the fedora macros in rpm-macros-rpmforge-0-1.3, tested and
submit them. Dag, is rpm-macros-rpmforge part of our build environment
or shall we set BuildRequires: rpm-macros-rpmforge >= 0-1.3 if we need
these macros?


financial.com AG

Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
Aaron Scamehorn
2010-05-19 02:13:05 UTC
Permalink
Hello,

I'm trying to install perl-Image-Info, and am experiencing the same dependency on perl-Image-Info-alternative:

perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)

I installed
]# rpm -qi perl-XML-Simple
Name : perl-XML-Simple Relocations: (not relocatable)
Version : 2.18 Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Release : 1.el5.rf Build Date: Sun Nov 18 18:50:25 2007

But that didn't resolve the issue.

Any help would be appreciated.

Thanks,
Aaron
Post by Christoph Maser
Post by Christoph Maser
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)
For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.
Ok i put the fedora macros in rpm-macros-rpmforge-0-1.3, tested and
submit them. Dag, is rpm-macros-rpmforge part of our build environment
or shall we set BuildRequires: rpm-macros-rpmforge >= 0-1.3 if we need
these macros?
financial.com AG
Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
_______________________________________________
users mailing list
users at lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/users
Christoph Maser
2010-05-19 06:37:07 UTC
Permalink
There were build failures for perl-XML-Simple on el5, The latest version
should be 2.18-3 and provide perl-Image-Info-alternative = 1.30.
And also the pervious version wich provided the version 1.29 did not
build on el5.

Dag I think this is a conflict between perl-XML-SAX from base and the
one from rpmforge.
Can you please have a look at that?
Post by Dave
Hello,
perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
I installed
]# rpm -qi perl-XML-Simple
Name : perl-XML-Simple Relocations: (not relocatable)
Version : 2.18 Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Release : 1.el5.rf Build Date: Sun Nov 18 18:50:25 2007
But that didn't resolve the issue.
Any help would be appreciated.
Thanks,
Aaron
Post by Christoph Maser
Post by Christoph Maser
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)
For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.
Ok i put the fedora macros in rpm-macros-rpmforge-0-1.3, tested and
submit them. Dag, is rpm-macros-rpmforge part of our build environment
or shall we set BuildRequires: rpm-macros-rpmforge >= 0-1.3 if we need
these macros?
financial.com AG
Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
_______________________________________________
users mailing list
users at lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/users
_______________________________________________
users mailing list
users at lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/users
Dag Wieers
2010-05-20 12:26:01 UTC
Permalink
Post by Christoph Maser
There were build failures for perl-XML-Simple on el5, The latest version
should be 2.18-3 and provide perl-Image-Info-alternative = 1.30.
And also the pervious version wich provided the version 1.29 did not
build on el5.
Dag I think this is a conflict between perl-XML-SAX from base and the
one from rpmforge.
Can you please have a look at that?
I remember having looked at it once, but forgot the problem. I went back
to the official upstream perl-XML-SAX to see if that would make a
difference, but perl-XML-Simple needs perl-XML-SAX >= 0.15 so that is of
no help.

I tried using our perl-XML-SAX 0.16 build, but it gives a similar problem
(not with 'can' but with 'new'). Is anyone able to produce a working
build, if so I would like to know what package versions were used.

Kind regards,
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/ --
[Any errors in spelling, tact or fact are transmission errors]
Christoph Maser
2010-05-21 06:34:25 UTC
Permalink
Post by Dag Wieers
Post by Christoph Maser
There were build failures for perl-XML-Simple on el5, The latest version
should be 2.18-3 and provide perl-Image-Info-alternative = 1.30.
And also the pervious version wich provided the version 1.29 did not
build on el5.
Dag I think this is a conflict between perl-XML-SAX from base and the
one from rpmforge.
Can you please have a look at that?
I remember having looked at it once, but forgot the problem. I went back
to the official upstream perl-XML-SAX to see if that would make a
difference, but perl-XML-Simple needs perl-XML-SAX >= 0.15 so that is of
no help.
I tried using our perl-XML-SAX 0.16 build, but it gives a similar problem
(not with 'can' but with 'new'). Is anyone able to produce a working
build, if so I would like to know what package versions were used.
Kind regards,
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/ --
[Any errors in spelling, tact or fact are transmission errors]
Here is the logfile from my sucessful mock-build.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: root.log.gz
Type: application/x-gzip
Size: 7608 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20100521/f6b4df2b/attachment.gz
Christoph Maser
2010-05-21 06:34:25 UTC
Permalink
Post by Dag Wieers
Post by Christoph Maser
There were build failures for perl-XML-Simple on el5, The latest version
should be 2.18-3 and provide perl-Image-Info-alternative = 1.30.
And also the pervious version wich provided the version 1.29 did not
build on el5.
Dag I think this is a conflict between perl-XML-SAX from base and the
one from rpmforge.
Can you please have a look at that?
I remember having looked at it once, but forgot the problem. I went back
to the official upstream perl-XML-SAX to see if that would make a
difference, but perl-XML-Simple needs perl-XML-SAX >= 0.15 so that is of
no help.
I tried using our perl-XML-SAX 0.16 build, but it gives a similar problem
(not with 'can' but with 'new'). Is anyone able to produce a working
build, if so I would like to know what package versions were used.
Kind regards,
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/ --
[Any errors in spelling, tact or fact are transmission errors]
Here is the logfile from my sucessful mock-build.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: root.log.gz
Type: application/x-gzip
Size: 7608 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20100521/f6b4df2b/attachment-0001.gz
Christoph Maser
2010-05-21 06:34:25 UTC
Permalink
Post by Dag Wieers
Post by Christoph Maser
There were build failures for perl-XML-Simple on el5, The latest version
should be 2.18-3 and provide perl-Image-Info-alternative = 1.30.
And also the pervious version wich provided the version 1.29 did not
build on el5.
Dag I think this is a conflict between perl-XML-SAX from base and the
one from rpmforge.
Can you please have a look at that?
I remember having looked at it once, but forgot the problem. I went back
to the official upstream perl-XML-SAX to see if that would make a
difference, but perl-XML-Simple needs perl-XML-SAX >= 0.15 so that is of
no help.
I tried using our perl-XML-SAX 0.16 build, but it gives a similar problem
(not with 'can' but with 'new'). Is anyone able to produce a working
build, if so I would like to know what package versions were used.
Kind regards,
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/ --
[Any errors in spelling, tact or fact are transmission errors]
Here is the logfile from my sucessful mock-build.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: root.log.gz
Type: application/x-gzip
Size: 7608 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20100521/f6b4df2b/attachment-0002.gz
Christoph Maser
2010-05-21 06:34:25 UTC
Permalink
Post by Dag Wieers
Post by Christoph Maser
There were build failures for perl-XML-Simple on el5, The latest version
should be 2.18-3 and provide perl-Image-Info-alternative = 1.30.
And also the pervious version wich provided the version 1.29 did not
build on el5.
Dag I think this is a conflict between perl-XML-SAX from base and the
one from rpmforge.
Can you please have a look at that?
I remember having looked at it once, but forgot the problem. I went back
to the official upstream perl-XML-SAX to see if that would make a
difference, but perl-XML-Simple needs perl-XML-SAX >= 0.15 so that is of
no help.
I tried using our perl-XML-SAX 0.16 build, but it gives a similar problem
(not with 'can' but with 'new'). Is anyone able to produce a working
build, if so I would like to know what package versions were used.
Kind regards,
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/ --
[Any errors in spelling, tact or fact are transmission errors]
Here is the logfile from my sucessful mock-build.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: root.log.gz
Type: application/x-gzip
Size: 7608 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20100521/f6b4df2b/attachment-0003.gz
Christoph Maser
2010-05-21 06:34:25 UTC
Permalink
Post by Dag Wieers
Post by Christoph Maser
There were build failures for perl-XML-Simple on el5, The latest version
should be 2.18-3 and provide perl-Image-Info-alternative = 1.30.
And also the pervious version wich provided the version 1.29 did not
build on el5.
Dag I think this is a conflict between perl-XML-SAX from base and the
one from rpmforge.
Can you please have a look at that?
I remember having looked at it once, but forgot the problem. I went back
to the official upstream perl-XML-SAX to see if that would make a
difference, but perl-XML-Simple needs perl-XML-SAX >= 0.15 so that is of
no help.
I tried using our perl-XML-SAX 0.16 build, but it gives a similar problem
(not with 'can' but with 'new'). Is anyone able to produce a working
build, if so I would like to know what package versions were used.
Kind regards,
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/ --
[Any errors in spelling, tact or fact are transmission errors]
Here is the logfile from my sucessful mock-build.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: root.log.gz
Type: application/x-gzip
Size: 7608 bytes
Desc: not available
URL: <http://lists.repoforge.org/pipermail/users/attachments/20100521/f6b4df2b/attachment-0004.gz>
Dag Wieers
2010-05-20 12:26:01 UTC
Permalink
Post by Christoph Maser
There were build failures for perl-XML-Simple on el5, The latest version
should be 2.18-3 and provide perl-Image-Info-alternative = 1.30.
And also the pervious version wich provided the version 1.29 did not
build on el5.
Dag I think this is a conflict between perl-XML-SAX from base and the
one from rpmforge.
Can you please have a look at that?
I remember having looked at it once, but forgot the problem. I went back
to the official upstream perl-XML-SAX to see if that would make a
difference, but perl-XML-Simple needs perl-XML-SAX >= 0.15 so that is of
no help.

I tried using our perl-XML-SAX 0.16 build, but it gives a similar problem
(not with 'can' but with 'new'). Is anyone able to produce a working
build, if so I would like to know what package versions were used.

Kind regards,
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/ --
[Any errors in spelling, tact or fact are transmission errors]
Dag Wieers
2010-05-20 12:26:01 UTC
Permalink
Post by Christoph Maser
There were build failures for perl-XML-Simple on el5, The latest version
should be 2.18-3 and provide perl-Image-Info-alternative = 1.30.
And also the pervious version wich provided the version 1.29 did not
build on el5.
Dag I think this is a conflict between perl-XML-SAX from base and the
one from rpmforge.
Can you please have a look at that?
I remember having looked at it once, but forgot the problem. I went back
to the official upstream perl-XML-SAX to see if that would make a
difference, but perl-XML-Simple needs perl-XML-SAX >= 0.15 so that is of
no help.

I tried using our perl-XML-SAX 0.16 build, but it gives a similar problem
(not with 'can' but with 'new'). Is anyone able to produce a working
build, if so I would like to know what package versions were used.

Kind regards,
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/ --
[Any errors in spelling, tact or fact are transmission errors]
Dag Wieers
2010-05-20 12:26:01 UTC
Permalink
Post by Christoph Maser
There were build failures for perl-XML-Simple on el5, The latest version
should be 2.18-3 and provide perl-Image-Info-alternative = 1.30.
And also the pervious version wich provided the version 1.29 did not
build on el5.
Dag I think this is a conflict between perl-XML-SAX from base and the
one from rpmforge.
Can you please have a look at that?
I remember having looked at it once, but forgot the problem. I went back
to the official upstream perl-XML-SAX to see if that would make a
difference, but perl-XML-Simple needs perl-XML-SAX >= 0.15 so that is of
no help.

I tried using our perl-XML-SAX 0.16 build, but it gives a similar problem
(not with 'can' but with 'new'). Is anyone able to produce a working
build, if so I would like to know what package versions were used.

Kind regards,
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/ --
[Any errors in spelling, tact or fact are transmission errors]
Dag Wieers
2010-05-20 12:26:01 UTC
Permalink
Post by Christoph Maser
There were build failures for perl-XML-Simple on el5, The latest version
should be 2.18-3 and provide perl-Image-Info-alternative = 1.30.
And also the pervious version wich provided the version 1.29 did not
build on el5.
Dag I think this is a conflict between perl-XML-SAX from base and the
one from rpmforge.
Can you please have a look at that?
I remember having looked at it once, but forgot the problem. I went back
to the official upstream perl-XML-SAX to see if that would make a
difference, but perl-XML-Simple needs perl-XML-SAX >= 0.15 so that is of
no help.

I tried using our perl-XML-SAX 0.16 build, but it gives a similar problem
(not with 'can' but with 'new'). Is anyone able to produce a working
build, if so I would like to know what package versions were used.

Kind regards,
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/ --
[Any errors in spelling, tact or fact are transmission errors]
Christoph Maser
2010-05-19 06:37:07 UTC
Permalink
There were build failures for perl-XML-Simple on el5, The latest version
should be 2.18-3 and provide perl-Image-Info-alternative = 1.30.
And also the pervious version wich provided the version 1.29 did not
build on el5.

Dag I think this is a conflict between perl-XML-SAX from base and the
one from rpmforge.
Can you please have a look at that?
Post by Dave
Hello,
perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
I installed
]# rpm -qi perl-XML-Simple
Name : perl-XML-Simple Relocations: (not relocatable)
Version : 2.18 Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Release : 1.el5.rf Build Date: Sun Nov 18 18:50:25 2007
But that didn't resolve the issue.
Any help would be appreciated.
Thanks,
Aaron
Post by Christoph Maser
Post by Christoph Maser
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)
For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.
Ok i put the fedora macros in rpm-macros-rpmforge-0-1.3, tested and
submit them. Dag, is rpm-macros-rpmforge part of our build environment
or shall we set BuildRequires: rpm-macros-rpmforge >= 0-1.3 if we need
these macros?
financial.com AG
Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
_______________________________________________
users mailing list
users at lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/users
_______________________________________________
users mailing list
users at lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/users
Christoph Maser
2010-05-19 06:37:07 UTC
Permalink
There were build failures for perl-XML-Simple on el5, The latest version
should be 2.18-3 and provide perl-Image-Info-alternative = 1.30.
And also the pervious version wich provided the version 1.29 did not
build on el5.

Dag I think this is a conflict between perl-XML-SAX from base and the
one from rpmforge.
Can you please have a look at that?
Post by Dave
Hello,
perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
I installed
]# rpm -qi perl-XML-Simple
Name : perl-XML-Simple Relocations: (not relocatable)
Version : 2.18 Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Release : 1.el5.rf Build Date: Sun Nov 18 18:50:25 2007
But that didn't resolve the issue.
Any help would be appreciated.
Thanks,
Aaron
Post by Christoph Maser
Post by Christoph Maser
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)
For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.
Ok i put the fedora macros in rpm-macros-rpmforge-0-1.3, tested and
submit them. Dag, is rpm-macros-rpmforge part of our build environment
or shall we set BuildRequires: rpm-macros-rpmforge >= 0-1.3 if we need
these macros?
financial.com AG
Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
_______________________________________________
users mailing list
users at lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/users
_______________________________________________
users mailing list
users at lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/users
Christoph Maser
2010-05-19 06:37:07 UTC
Permalink
There were build failures for perl-XML-Simple on el5, The latest version
should be 2.18-3 and provide perl-Image-Info-alternative = 1.30.
And also the pervious version wich provided the version 1.29 did not
build on el5.

Dag I think this is a conflict between perl-XML-SAX from base and the
one from rpmforge.
Can you please have a look at that?
Post by Dave
Hello,
perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
I installed
]# rpm -qi perl-XML-Simple
Name : perl-XML-Simple Relocations: (not relocatable)
Version : 2.18 Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Release : 1.el5.rf Build Date: Sun Nov 18 18:50:25 2007
But that didn't resolve the issue.
Any help would be appreciated.
Thanks,
Aaron
Post by Christoph Maser
Post by Christoph Maser
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)
For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.
Ok i put the fedora macros in rpm-macros-rpmforge-0-1.3, tested and
submit them. Dag, is rpm-macros-rpmforge part of our build environment
or shall we set BuildRequires: rpm-macros-rpmforge >= 0-1.3 if we need
these macros?
financial.com AG
Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
_______________________________________________
users mailing list
users at lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/users
_______________________________________________
users mailing list
users at lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/users
Christoph Maser
2010-05-19 06:37:07 UTC
Permalink
There were build failures for perl-XML-Simple on el5, The latest version
should be 2.18-3 and provide perl-Image-Info-alternative = 1.30.
And also the pervious version wich provided the version 1.29 did not
build on el5.

Dag I think this is a conflict between perl-XML-SAX from base and the
one from rpmforge.
Can you please have a look at that?
Post by Dave
Hello,
perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
I installed
]# rpm -qi perl-XML-Simple
Name : perl-XML-Simple Relocations: (not relocatable)
Version : 2.18 Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Release : 1.el5.rf Build Date: Sun Nov 18 18:50:25 2007
But that didn't resolve the issue.
Any help would be appreciated.
Thanks,
Aaron
Post by Christoph Maser
Post by Christoph Maser
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)
For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.
Ok i put the fedora macros in rpm-macros-rpmforge-0-1.3, tested and
submit them. Dag, is rpm-macros-rpmforge part of our build environment
or shall we set BuildRequires: rpm-macros-rpmforge >= 0-1.3 if we need
these macros?
financial.com AG
Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
_______________________________________________
users mailing list
users at lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/users
_______________________________________________
users mailing list
users at lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/users
Aaron Scamehorn
2010-05-19 02:13:05 UTC
Permalink
Hello,

I'm trying to install perl-Image-Info, and am experiencing the same dependency on perl-Image-Info-alternative:

perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)

I installed
]# rpm -qi perl-XML-Simple
Name : perl-XML-Simple Relocations: (not relocatable)
Version : 2.18 Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Release : 1.el5.rf Build Date: Sun Nov 18 18:50:25 2007

But that didn't resolve the issue.

Any help would be appreciated.

Thanks,
Aaron
Post by Christoph Maser
Post by Christoph Maser
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)
For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.
Ok i put the fedora macros in rpm-macros-rpmforge-0-1.3, tested and
submit them. Dag, is rpm-macros-rpmforge part of our build environment
or shall we set BuildRequires: rpm-macros-rpmforge >= 0-1.3 if we need
these macros?
financial.com AG
Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
_______________________________________________
users mailing list
users at lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/users
Aaron Scamehorn
2010-05-19 02:13:05 UTC
Permalink
Hello,

I'm trying to install perl-Image-Info, and am experiencing the same dependency on perl-Image-Info-alternative:

perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)

I installed
]# rpm -qi perl-XML-Simple
Name : perl-XML-Simple Relocations: (not relocatable)
Version : 2.18 Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Release : 1.el5.rf Build Date: Sun Nov 18 18:50:25 2007

But that didn't resolve the issue.

Any help would be appreciated.

Thanks,
Aaron
Post by Christoph Maser
Post by Christoph Maser
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)
For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.
Ok i put the fedora macros in rpm-macros-rpmforge-0-1.3, tested and
submit them. Dag, is rpm-macros-rpmforge part of our build environment
or shall we set BuildRequires: rpm-macros-rpmforge >= 0-1.3 if we need
these macros?
financial.com AG
Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
_______________________________________________
users mailing list
users at lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/users
Aaron Scamehorn
2010-05-19 02:13:05 UTC
Permalink
Hello,

I'm trying to install perl-Image-Info, and am experiencing the same dependency on perl-Image-Info-alternative:

perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)

I installed
]# rpm -qi perl-XML-Simple
Name : perl-XML-Simple Relocations: (not relocatable)
Version : 2.18 Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Release : 1.el5.rf Build Date: Sun Nov 18 18:50:25 2007

But that didn't resolve the issue.

Any help would be appreciated.

Thanks,
Aaron
Post by Christoph Maser
Post by Christoph Maser
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)
For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.
Ok i put the fedora macros in rpm-macros-rpmforge-0-1.3, tested and
submit them. Dag, is rpm-macros-rpmforge part of our build environment
or shall we set BuildRequires: rpm-macros-rpmforge >= 0-1.3 if we need
these macros?
financial.com AG
Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
_______________________________________________
users mailing list
users at lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/users
Aaron Scamehorn
2010-05-19 02:13:05 UTC
Permalink
Hello,

I'm trying to install perl-Image-Info, and am experiencing the same dependency on perl-Image-Info-alternative:

perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)

I installed
]# rpm -qi perl-XML-Simple
Name : perl-XML-Simple Relocations: (not relocatable)
Version : 2.18 Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Release : 1.el5.rf Build Date: Sun Nov 18 18:50:25 2007

But that didn't resolve the issue.

Any help would be appreciated.

Thanks,
Aaron
Post by Christoph Maser
Post by Christoph Maser
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)
For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.
Ok i put the fedora macros in rpm-macros-rpmforge-0-1.3, tested and
submit them. Dag, is rpm-macros-rpmforge part of our build environment
or shall we set BuildRequires: rpm-macros-rpmforge >= 0-1.3 if we need
these macros?
financial.com AG
Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
_______________________________________________
users mailing list
users at lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/users
Christoph Maser
2009-09-15 09:03:31 UTC
Permalink
Post by Christoph Maser
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)
For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.
Ok i put the fedora macros in rpm-macros-rpmforge-0-1.3, tested and
submit them. Dag, is rpm-macros-rpmforge part of our build environment
or shall we set BuildRequires: rpm-macros-rpmforge >= 0-1.3 if we need
these macros?


financial.com AG

Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
Christoph Maser
2009-09-15 09:03:31 UTC
Permalink
Post by Christoph Maser
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)
For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.
Ok i put the fedora macros in rpm-macros-rpmforge-0-1.3, tested and
submit them. Dag, is rpm-macros-rpmforge part of our build environment
or shall we set BuildRequires: rpm-macros-rpmforge >= 0-1.3 if we need
these macros?


financial.com AG

Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
Christoph Maser
2009-09-15 09:03:31 UTC
Permalink
Post by Christoph Maser
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)
For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.
Ok i put the fedora macros in rpm-macros-rpmforge-0-1.3, tested and
submit them. Dag, is rpm-macros-rpmforge part of our build environment
or shall we set BuildRequires: rpm-macros-rpmforge >= 0-1.3 if we need
these macros?


financial.com AG

Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
Christoph Maser
2009-09-15 09:03:31 UTC
Permalink
Post by Christoph Maser
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)
For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.
Ok i put the fedora macros in rpm-macros-rpmforge-0-1.3, tested and
submit them. Dag, is rpm-macros-rpmforge part of our build environment
or shall we set BuildRequires: rpm-macros-rpmforge >= 0-1.3 if we need
these macros?


financial.com AG

Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
Christoph Maser
2009-09-15 06:23:46 UTC
Permalink
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)


DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)




For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.



financial.com AG

Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
Christoph Maser
2009-09-15 06:23:46 UTC
Permalink
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)


DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)




For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.



financial.com AG

Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
Christoph Maser
2009-09-15 06:23:46 UTC
Permalink
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)


DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)




For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.



financial.com AG

Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
Christoph Maser
2009-09-15 06:23:46 UTC
Permalink
Post by Dave
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.
Steve meet my old friend %__find_requires ;)


DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
DEBUG: Requires: perl >= 1:5.6.2 perl(Carp) perl(Config) perl(Exporter)
perl(Image::TIFF) perl(Image::Xbm) >= 1.07 perl(Image::Xpm) >= 1.08
perl(XML::LibXML::Reader) perl(XML::Simple) perl(overload) perl(strict)
perl(vars)




For now i suggest setting "AutoReq: no" and set the requirements
manually. I promise i will check out that filter thingy today and get
back on the topic.



financial.com AG

Munich head office/Hauptsitz M?nchen: Maria-Probst-Str. 19 | 80939 M?nchen | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich ? HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
Dave
2009-09-15 04:51:06 UTC
Permalink
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.


-----Original Message-----
From: users-bounces at lists.rpmforge.net
[mailto:users-bounces at lists.rpmforge.net] On Behalf Of Steve Huff
Sent: Monday, September 14, 2009 10:09 PM
To: users at lists.rpmforge.net
Subject: Re: [users] perl-Image-Info dependency
Post by Dave
I tried install perl-XML-SImple, that package installed fine, but
perl-Image-Info still did not.
the log you posted earlier gives the impression that you installed
perl-XML-Simple-2.14-4 from CentOS base; the rpmforge perl-Image-Info
package needs perl-XML-Simple-2.18-2 (or later) from rpmforge, which doesn't
currently build for RHEL5.

if you download the perl-XML-Simple SRPM from
http://packages.sw.be/perl-XML-Simple
and build it on your system, you should be able to install it. i suspect
that after that point you will still see complaints from yum about
perl-Image-Info needing perl(XML::LibXML::Reader), but you can install with
`rpm --nodeps` as a workaround until we have released updated packages.

-steve

--
If this were played upon a stage now, I could condemn it as an improbable
fiction. - Fabian, Twelfth Night, III,v http://five.sentenc.es/
Dave
2009-09-15 04:51:06 UTC
Permalink
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.


-----Original Message-----
From: users-bounces at lists.rpmforge.net
[mailto:users-bounces at lists.rpmforge.net] On Behalf Of Steve Huff
Sent: Monday, September 14, 2009 10:09 PM
To: users at lists.rpmforge.net
Subject: Re: [users] perl-Image-Info dependency
Post by Dave
I tried install perl-XML-SImple, that package installed fine, but
perl-Image-Info still did not.
the log you posted earlier gives the impression that you installed
perl-XML-Simple-2.14-4 from CentOS base; the rpmforge perl-Image-Info
package needs perl-XML-Simple-2.18-2 (or later) from rpmforge, which doesn't
currently build for RHEL5.

if you download the perl-XML-Simple SRPM from
http://packages.sw.be/perl-XML-Simple
and build it on your system, you should be able to install it. i suspect
that after that point you will still see complaints from yum about
perl-Image-Info needing perl(XML::LibXML::Reader), but you can install with
`rpm --nodeps` as a workaround until we have released updated packages.

-steve

--
If this were played upon a stage now, I could condemn it as an improbable
fiction. - Fabian, Twelfth Night, III,v http://five.sentenc.es/
Dave
2009-09-15 04:51:06 UTC
Permalink
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.


-----Original Message-----
From: users-bounces at lists.rpmforge.net
[mailto:users-bounces at lists.rpmforge.net] On Behalf Of Steve Huff
Sent: Monday, September 14, 2009 10:09 PM
To: users at lists.rpmforge.net
Subject: Re: [users] perl-Image-Info dependency
Post by Dave
I tried install perl-XML-SImple, that package installed fine, but
perl-Image-Info still did not.
the log you posted earlier gives the impression that you installed
perl-XML-Simple-2.14-4 from CentOS base; the rpmforge perl-Image-Info
package needs perl-XML-Simple-2.18-2 (or later) from rpmforge, which doesn't
currently build for RHEL5.

if you download the perl-XML-Simple SRPM from
http://packages.sw.be/perl-XML-Simple
and build it on your system, you should be able to install it. i suspect
that after that point you will still see complaints from yum about
perl-Image-Info needing perl(XML::LibXML::Reader), but you can install with
`rpm --nodeps` as a workaround until we have released updated packages.

-steve

--
If this were played upon a stage now, I could condemn it as an improbable
fiction. - Fabian, Twelfth Night, III,v http://five.sentenc.es/
Dave
2009-09-15 04:51:06 UTC
Permalink
Hello,
I did have the rpm of perl-XML-Simple installed version 2.14, i
uninstalled that and installed a remade perl-XML-Simple src.rpm from the
repo, that went fine, but then going for perl-Image-Info again failed.
Dave.


-----Original Message-----
From: users-bounces at lists.rpmforge.net
[mailto:users-bounces at lists.rpmforge.net] On Behalf Of Steve Huff
Sent: Monday, September 14, 2009 10:09 PM
To: users at lists.rpmforge.net
Subject: Re: [users] perl-Image-Info dependency
Post by Dave
I tried install perl-XML-SImple, that package installed fine, but
perl-Image-Info still did not.
the log you posted earlier gives the impression that you installed
perl-XML-Simple-2.14-4 from CentOS base; the rpmforge perl-Image-Info
package needs perl-XML-Simple-2.18-2 (or later) from rpmforge, which doesn't
currently build for RHEL5.

if you download the perl-XML-Simple SRPM from
http://packages.sw.be/perl-XML-Simple
and build it on your system, you should be able to install it. i suspect
that after that point you will still see complaints from yum about
perl-Image-Info needing perl(XML::LibXML::Reader), but you can install with
`rpm --nodeps` as a workaround until we have released updated packages.

-steve

--
If this were played upon a stage now, I could condemn it as an improbable
fiction. - Fabian, Twelfth Night, III,v http://five.sentenc.es/
Steve Huff
2009-09-15 02:09:27 UTC
Permalink
Post by Dave
I tried install perl-XML-SImple, that package installed fine, but
perl-Image-Info still did not.
the log you posted earlier gives the impression that you installed
perl-XML-Simple-2.14-4 from CentOS base; the rpmforge perl-Image-Info
package needs perl-XML-Simple-2.18-2 (or later) from rpmforge, which
doesn't currently build for RHEL5.

if you download the perl-XML-Simple SRPM from http://packages.sw.be/perl-XML-Simple
and build it on your system, you should be able to install it. i
suspect that after that point you will still see complaints from yum
about perl-Image-Info needing perl(XML::LibXML::Reader), but you can
install with `rpm --nodeps` as a workaround until we have released
updated packages.

-steve
--
If this were played upon a stage now, I could condemn it as an
improbable fiction. - Fabian, Twelfth Night, III,v
http://five.sentenc.es/





-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20090914/e3caf069/attachment-0001.bin
Steve Huff
2009-09-15 02:09:27 UTC
Permalink
Post by Dave
I tried install perl-XML-SImple, that package installed fine, but
perl-Image-Info still did not.
the log you posted earlier gives the impression that you installed
perl-XML-Simple-2.14-4 from CentOS base; the rpmforge perl-Image-Info
package needs perl-XML-Simple-2.18-2 (or later) from rpmforge, which
doesn't currently build for RHEL5.

if you download the perl-XML-Simple SRPM from http://packages.sw.be/perl-XML-Simple
and build it on your system, you should be able to install it. i
suspect that after that point you will still see complaints from yum
about perl-Image-Info needing perl(XML::LibXML::Reader), but you can
install with `rpm --nodeps` as a workaround until we have released
updated packages.

-steve
--
If this were played upon a stage now, I could condemn it as an
improbable fiction. - Fabian, Twelfth Night, III,v
http://five.sentenc.es/





-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20090914/e3caf069/attachment-0002.bin
Steve Huff
2009-09-15 02:09:27 UTC
Permalink
Post by Dave
I tried install perl-XML-SImple, that package installed fine, but
perl-Image-Info still did not.
the log you posted earlier gives the impression that you installed
perl-XML-Simple-2.14-4 from CentOS base; the rpmforge perl-Image-Info
package needs perl-XML-Simple-2.18-2 (or later) from rpmforge, which
doesn't currently build for RHEL5.

if you download the perl-XML-Simple SRPM from http://packages.sw.be/perl-XML-Simple
and build it on your system, you should be able to install it. i
suspect that after that point you will still see complaints from yum
about perl-Image-Info needing perl(XML::LibXML::Reader), but you can
install with `rpm --nodeps` as a workaround until we have released
updated packages.

-steve
--
If this were played upon a stage now, I could condemn it as an
improbable fiction. - Fabian, Twelfth Night, III,v
http://five.sentenc.es/





-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20090914/e3caf069/attachment-0003.bin
Steve Huff
2009-09-15 02:09:27 UTC
Permalink
Post by Dave
I tried install perl-XML-SImple, that package installed fine, but
perl-Image-Info still did not.
the log you posted earlier gives the impression that you installed
perl-XML-Simple-2.14-4 from CentOS base; the rpmforge perl-Image-Info
package needs perl-XML-Simple-2.18-2 (or later) from rpmforge, which
doesn't currently build for RHEL5.

if you download the perl-XML-Simple SRPM from http://packages.sw.be/perl-XML-Simple
and build it on your system, you should be able to install it. i
suspect that after that point you will still see complaints from yum
about perl-Image-Info needing perl(XML::LibXML::Reader), but you can
install with `rpm --nodeps` as a workaround until we have released
updated packages.

-steve
--
If this were played upon a stage now, I could condemn it as an
improbable fiction. - Fabian, Twelfth Night, III,v
http://five.sentenc.es/





-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <http://lists.repoforge.org/pipermail/users/attachments/20090914/e3caf069/attachment.sig>
Dave
2009-09-15 01:23:58 UTC
Permalink
Hi,
I tried install perl-XML-SImple, that package installed fine, but
perl-Image-Info still did not.
Thanks.
Dave.


-----Original Message-----
From: users-bounces at lists.rpmforge.net
[mailto:users-bounces at lists.rpmforge.net] On Behalf Of Steve Huff
Sent: Monday, September 14, 2009 9:17 PM
To: users at lists.rpmforge.net
Subject: Re: [users] perl-Image-Info dependency
Post by Dave
I'm trying to install perl-Image-Info which is a spamassassin plugin
for image scanning. This is on a centos 5.3 machine, i'm using
rpmforge as one of my 3rd party repos. I'm getting the below error.
I'd like to know if anyone has seen this/has a fix? If not i'd like to
troubleshoot and correct this, how can i get ahold of the src.rpms
needed?
thanks for the bug report! i didn't see this behavior in testing.

the issue you're seeing stems from a fix put into place to address an issue
with perl-Image-Info brought forth by Armin T?ting a few days ago; the
issue, in a nutshell, is that perl-Image-Info needs either
XML::LibXML::Reader (which conflicts with a package in RHEL/CentOS
base) or XML::Simple. installing perl-XML-Simple from rpmforge should be
sufficient to get the Image::Info module working; it looks like i need to
tweak the specfile a bit more to keep
perl(XML::LibXML::Reader) out of the requires list.

in terms of troubleshooting, take a look at e.g.
http://packages.sw.be/perl-XML-Simple
or http://packages.sw.be/perl-Image-Info; these show the results of the
most recent package build, and you can download the SRPMs from there. in
addition, you may find the buildlogs directory of interest; for example,
http://packages.sw.be/perl-XML-Simple/buildlogs shows me that the package
built successfully for RHEL4 but failed for RHEL3 and RHEL5.

if you make any progress, please feel free to share your results with the
list :) my initial suspicion is that the buildhost is using a different SAX
parser now than it was at the time of the last successful build of
perl-XML-Simple (cf. http://perl-xml.sourceforge.net/faq/#parserdetails.ini)
.

-steve
--
If this were played upon a stage now, I could condemn it as an
improbable fiction. - Fabian, Twelfth Night, III,v
http://five.sentenc.es/
Dave
2009-09-15 01:23:58 UTC
Permalink
Hi,
I tried install perl-XML-SImple, that package installed fine, but
perl-Image-Info still did not.
Thanks.
Dave.


-----Original Message-----
From: users-bounces at lists.rpmforge.net
[mailto:users-bounces at lists.rpmforge.net] On Behalf Of Steve Huff
Sent: Monday, September 14, 2009 9:17 PM
To: users at lists.rpmforge.net
Subject: Re: [users] perl-Image-Info dependency
Post by Dave
I'm trying to install perl-Image-Info which is a spamassassin plugin
for image scanning. This is on a centos 5.3 machine, i'm using
rpmforge as one of my 3rd party repos. I'm getting the below error.
I'd like to know if anyone has seen this/has a fix? If not i'd like to
troubleshoot and correct this, how can i get ahold of the src.rpms
needed?
thanks for the bug report! i didn't see this behavior in testing.

the issue you're seeing stems from a fix put into place to address an issue
with perl-Image-Info brought forth by Armin T?ting a few days ago; the
issue, in a nutshell, is that perl-Image-Info needs either
XML::LibXML::Reader (which conflicts with a package in RHEL/CentOS
base) or XML::Simple. installing perl-XML-Simple from rpmforge should be
sufficient to get the Image::Info module working; it looks like i need to
tweak the specfile a bit more to keep
perl(XML::LibXML::Reader) out of the requires list.

in terms of troubleshooting, take a look at e.g.
http://packages.sw.be/perl-XML-Simple
or http://packages.sw.be/perl-Image-Info; these show the results of the
most recent package build, and you can download the SRPMs from there. in
addition, you may find the buildlogs directory of interest; for example,
http://packages.sw.be/perl-XML-Simple/buildlogs shows me that the package
built successfully for RHEL4 but failed for RHEL3 and RHEL5.

if you make any progress, please feel free to share your results with the
list :) my initial suspicion is that the buildhost is using a different SAX
parser now than it was at the time of the last successful build of
perl-XML-Simple (cf. http://perl-xml.sourceforge.net/faq/#parserdetails.ini)
.

-steve
--
If this were played upon a stage now, I could condemn it as an
improbable fiction. - Fabian, Twelfth Night, III,v
http://five.sentenc.es/
Dave
2009-09-15 01:23:58 UTC
Permalink
Hi,
I tried install perl-XML-SImple, that package installed fine, but
perl-Image-Info still did not.
Thanks.
Dave.


-----Original Message-----
From: users-bounces at lists.rpmforge.net
[mailto:users-bounces at lists.rpmforge.net] On Behalf Of Steve Huff
Sent: Monday, September 14, 2009 9:17 PM
To: users at lists.rpmforge.net
Subject: Re: [users] perl-Image-Info dependency
Post by Dave
I'm trying to install perl-Image-Info which is a spamassassin plugin
for image scanning. This is on a centos 5.3 machine, i'm using
rpmforge as one of my 3rd party repos. I'm getting the below error.
I'd like to know if anyone has seen this/has a fix? If not i'd like to
troubleshoot and correct this, how can i get ahold of the src.rpms
needed?
thanks for the bug report! i didn't see this behavior in testing.

the issue you're seeing stems from a fix put into place to address an issue
with perl-Image-Info brought forth by Armin T?ting a few days ago; the
issue, in a nutshell, is that perl-Image-Info needs either
XML::LibXML::Reader (which conflicts with a package in RHEL/CentOS
base) or XML::Simple. installing perl-XML-Simple from rpmforge should be
sufficient to get the Image::Info module working; it looks like i need to
tweak the specfile a bit more to keep
perl(XML::LibXML::Reader) out of the requires list.

in terms of troubleshooting, take a look at e.g.
http://packages.sw.be/perl-XML-Simple
or http://packages.sw.be/perl-Image-Info; these show the results of the
most recent package build, and you can download the SRPMs from there. in
addition, you may find the buildlogs directory of interest; for example,
http://packages.sw.be/perl-XML-Simple/buildlogs shows me that the package
built successfully for RHEL4 but failed for RHEL3 and RHEL5.

if you make any progress, please feel free to share your results with the
list :) my initial suspicion is that the buildhost is using a different SAX
parser now than it was at the time of the last successful build of
perl-XML-Simple (cf. http://perl-xml.sourceforge.net/faq/#parserdetails.ini)
.

-steve
--
If this were played upon a stage now, I could condemn it as an
improbable fiction. - Fabian, Twelfth Night, III,v
http://five.sentenc.es/
Dave
2009-09-15 01:23:58 UTC
Permalink
Hi,
I tried install perl-XML-SImple, that package installed fine, but
perl-Image-Info still did not.
Thanks.
Dave.


-----Original Message-----
From: users-bounces at lists.rpmforge.net
[mailto:users-bounces at lists.rpmforge.net] On Behalf Of Steve Huff
Sent: Monday, September 14, 2009 9:17 PM
To: users at lists.rpmforge.net
Subject: Re: [users] perl-Image-Info dependency
Post by Dave
I'm trying to install perl-Image-Info which is a spamassassin plugin
for image scanning. This is on a centos 5.3 machine, i'm using
rpmforge as one of my 3rd party repos. I'm getting the below error.
I'd like to know if anyone has seen this/has a fix? If not i'd like to
troubleshoot and correct this, how can i get ahold of the src.rpms
needed?
thanks for the bug report! i didn't see this behavior in testing.

the issue you're seeing stems from a fix put into place to address an issue
with perl-Image-Info brought forth by Armin T?ting a few days ago; the
issue, in a nutshell, is that perl-Image-Info needs either
XML::LibXML::Reader (which conflicts with a package in RHEL/CentOS
base) or XML::Simple. installing perl-XML-Simple from rpmforge should be
sufficient to get the Image::Info module working; it looks like i need to
tweak the specfile a bit more to keep
perl(XML::LibXML::Reader) out of the requires list.

in terms of troubleshooting, take a look at e.g.
http://packages.sw.be/perl-XML-Simple
or http://packages.sw.be/perl-Image-Info; these show the results of the
most recent package build, and you can download the SRPMs from there. in
addition, you may find the buildlogs directory of interest; for example,
http://packages.sw.be/perl-XML-Simple/buildlogs shows me that the package
built successfully for RHEL4 but failed for RHEL3 and RHEL5.

if you make any progress, please feel free to share your results with the
list :) my initial suspicion is that the buildhost is using a different SAX
parser now than it was at the time of the last successful build of
perl-XML-Simple (cf. http://perl-xml.sourceforge.net/faq/#parserdetails.ini)
.

-steve
--
If this were played upon a stage now, I could condemn it as an
improbable fiction. - Fabian, Twelfth Night, III,v
http://five.sentenc.es/
Dave
2009-09-14 22:10:37 UTC
Permalink
Hello,
I'm trying to install perl-Image-Info which is a spamassassin plugin
for image scanning. This is on a centos 5.3 machine, i'm using rpmforge as
one of my 3rd party repos. I'm getting the below error. I'd like to know if
anyone has seen this/has a fix? If not i'd like to troubleshoot and correct
this, how can i get ahold of the src.rpms needed?
Thanks.
Dave.

root at s15298471:/etc/yum.repos.d#yum install perl-Image-Info
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* epel: mirrors.tummy.com
* rpmforge: ftp-stud.fht-esslingen.de

epel
| 3.4 kB 00:00

atrpms
| 2.2 kB 00:00

kbs-CentOS-Misc
| 951 B 00:00

kbs-CentOS-Testing
| 951 B 00:00

ATlcgrpms
| 1.9 kB 00:00

atrpms-testing
| 2.2 kB 00:00

rpmforge
| 1.1 kB 00:00

base
| 1.1 kB 00:00

updates
| 951 B 00:00

utterramblings
| 951 B 00:00

kbs-CentOS-Extras
| 951 B 00:00

extras
| 1.1 kB 00:00

centosplus
| 951 B 00:00

addons
| 951 B 00:00
Excluding Packages in global exclude list
Finished
Reducing CentOS 5 - x86_64 - ATrpms to included packages only
Finished
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Excluding Packages from CentOS-5 - Plus
Finished
1453 packages excluded due to repository priority protections
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package perl-Image-Info.noarch 0:1.29-2.el5.rf set to be updated
--> Processing Dependency: perl-Image-Info-alternative = 1.29 for package:
perl-Image-Info
--> Processing Dependency: perl(Image::Xbm) >= 1.07 for package:
perl-Image-Info
--> Processing Dependency: perl(Image::Xpm) >= 1.08 for package:
perl-Image-Info
--> Processing Dependency: perl(XML::Simple) for package: perl-Image-Info
--> Processing Dependency: perl(XML::LibXML::Reader) for package:
perl-Image-Info
--> Running transaction check
---> Package perl-Image-Info.noarch 0:1.29-2.el5.rf set to be updated
--> Processing Dependency: perl-Image-Info-alternative = 1.29 for package:
perl-Image-Info
--> Processing Dependency: perl(XML::LibXML::Reader) for package:
perl-Image-Info
---> Package perl-Image-Xbm.noarch 0:1.08-6.el5 set to be updated
--> Processing Dependency: perl(Image::Base) for package: perl-Image-Xbm
---> Package perl-Image-Xpm.noarch 0:1.09-6.el5 set to be updated
---> Package perl-XML-Simple.noarch 0:2.14-4.fc6 set to be updated
--> Running transaction check
---> Package perl-Image-Info.noarch 0:1.29-2.el5.rf set to be updated
--> Processing Dependency: perl-Image-Info-alternative = 1.29 for package:
perl-Image-Info
--> Processing Dependency: perl(XML::LibXML::Reader) for package:
perl-Image-Info
---> Package perl-Image-Base.noarch 0:1.07-7.el5 set to be updated
--> Finished Dependency Resolution
perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl(XML::LibXML::Reader) is needed by package
perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by
package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(XML::LibXML::Reader) is needed by package
perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by
package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Steve Huff
2009-09-15 01:17:22 UTC
Permalink
Post by Dave
I'm trying to install perl-Image-Info which is a spamassassin plugin
for image scanning. This is on a centos 5.3 machine, i'm using
rpmforge as
one of my 3rd party repos. I'm getting the below error. I'd like to know if
anyone has seen this/has a fix? If not i'd like to troubleshoot and correct
this, how can i get ahold of the src.rpms needed?
thanks for the bug report! i didn't see this behavior in testing.

the issue you're seeing stems from a fix put into place to address an
issue with perl-Image-Info brought forth by Armin T?ting a few days
ago; the issue, in a nutshell, is that perl-Image-Info needs either
XML::LibXML::Reader (which conflicts with a package in RHEL/CentOS
base) or XML::Simple. installing perl-XML-Simple from rpmforge should
be sufficient to get the Image::Info module working; it looks like i
need to tweak the specfile a bit more to keep
perl(XML::LibXML::Reader) out of the requires list.

in terms of troubleshooting, take a look at e.g. http://packages.sw.be/perl-XML-Simple
or http://packages.sw.be/perl-Image-Info; these show the results of
the most recent package build, and you can download the SRPMs from
there. in addition, you may find the buildlogs directory of interest;
for example, http://packages.sw.be/perl-XML-Simple/buildlogs shows me
that the package built successfully for RHEL4 but failed for RHEL3 and
RHEL5.

if you make any progress, please feel free to share your results with
the list :) my initial suspicion is that the buildhost is using a
different SAX parser now than it was at the time of the last
successful build of perl-XML-Simple (cf. http://perl-xml.sourceforge.net/faq/#parserdetails.ini)
.

-steve
--
If this were played upon a stage now, I could condemn it as an
improbable fiction. - Fabian, Twelfth Night, III,v
http://five.sentenc.es/





-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20090914/dcbf7588/attachment-0001.bin
Dave
2009-09-14 22:10:37 UTC
Permalink
Hello,
I'm trying to install perl-Image-Info which is a spamassassin plugin
for image scanning. This is on a centos 5.3 machine, i'm using rpmforge as
one of my 3rd party repos. I'm getting the below error. I'd like to know if
anyone has seen this/has a fix? If not i'd like to troubleshoot and correct
this, how can i get ahold of the src.rpms needed?
Thanks.
Dave.

root at s15298471:/etc/yum.repos.d#yum install perl-Image-Info
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* epel: mirrors.tummy.com
* rpmforge: ftp-stud.fht-esslingen.de

epel
| 3.4 kB 00:00

atrpms
| 2.2 kB 00:00

kbs-CentOS-Misc
| 951 B 00:00

kbs-CentOS-Testing
| 951 B 00:00

ATlcgrpms
| 1.9 kB 00:00

atrpms-testing
| 2.2 kB 00:00

rpmforge
| 1.1 kB 00:00

base
| 1.1 kB 00:00

updates
| 951 B 00:00

utterramblings
| 951 B 00:00

kbs-CentOS-Extras
| 951 B 00:00

extras
| 1.1 kB 00:00

centosplus
| 951 B 00:00

addons
| 951 B 00:00
Excluding Packages in global exclude list
Finished
Reducing CentOS 5 - x86_64 - ATrpms to included packages only
Finished
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Excluding Packages from CentOS-5 - Plus
Finished
1453 packages excluded due to repository priority protections
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package perl-Image-Info.noarch 0:1.29-2.el5.rf set to be updated
--> Processing Dependency: perl-Image-Info-alternative = 1.29 for package:
perl-Image-Info
--> Processing Dependency: perl(Image::Xbm) >= 1.07 for package:
perl-Image-Info
--> Processing Dependency: perl(Image::Xpm) >= 1.08 for package:
perl-Image-Info
--> Processing Dependency: perl(XML::Simple) for package: perl-Image-Info
--> Processing Dependency: perl(XML::LibXML::Reader) for package:
perl-Image-Info
--> Running transaction check
---> Package perl-Image-Info.noarch 0:1.29-2.el5.rf set to be updated
--> Processing Dependency: perl-Image-Info-alternative = 1.29 for package:
perl-Image-Info
--> Processing Dependency: perl(XML::LibXML::Reader) for package:
perl-Image-Info
---> Package perl-Image-Xbm.noarch 0:1.08-6.el5 set to be updated
--> Processing Dependency: perl(Image::Base) for package: perl-Image-Xbm
---> Package perl-Image-Xpm.noarch 0:1.09-6.el5 set to be updated
---> Package perl-XML-Simple.noarch 0:2.14-4.fc6 set to be updated
--> Running transaction check
---> Package perl-Image-Info.noarch 0:1.29-2.el5.rf set to be updated
--> Processing Dependency: perl-Image-Info-alternative = 1.29 for package:
perl-Image-Info
--> Processing Dependency: perl(XML::LibXML::Reader) for package:
perl-Image-Info
---> Package perl-Image-Base.noarch 0:1.07-7.el5 set to be updated
--> Finished Dependency Resolution
perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl(XML::LibXML::Reader) is needed by package
perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by
package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(XML::LibXML::Reader) is needed by package
perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by
package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Steve Huff
2009-09-15 01:17:22 UTC
Permalink
Post by Dave
I'm trying to install perl-Image-Info which is a spamassassin plugin
for image scanning. This is on a centos 5.3 machine, i'm using
rpmforge as
one of my 3rd party repos. I'm getting the below error. I'd like to know if
anyone has seen this/has a fix? If not i'd like to troubleshoot and correct
this, how can i get ahold of the src.rpms needed?
thanks for the bug report! i didn't see this behavior in testing.

the issue you're seeing stems from a fix put into place to address an
issue with perl-Image-Info brought forth by Armin T?ting a few days
ago; the issue, in a nutshell, is that perl-Image-Info needs either
XML::LibXML::Reader (which conflicts with a package in RHEL/CentOS
base) or XML::Simple. installing perl-XML-Simple from rpmforge should
be sufficient to get the Image::Info module working; it looks like i
need to tweak the specfile a bit more to keep
perl(XML::LibXML::Reader) out of the requires list.

in terms of troubleshooting, take a look at e.g. http://packages.sw.be/perl-XML-Simple
or http://packages.sw.be/perl-Image-Info; these show the results of
the most recent package build, and you can download the SRPMs from
there. in addition, you may find the buildlogs directory of interest;
for example, http://packages.sw.be/perl-XML-Simple/buildlogs shows me
that the package built successfully for RHEL4 but failed for RHEL3 and
RHEL5.

if you make any progress, please feel free to share your results with
the list :) my initial suspicion is that the buildhost is using a
different SAX parser now than it was at the time of the last
successful build of perl-XML-Simple (cf. http://perl-xml.sourceforge.net/faq/#parserdetails.ini)
.

-steve
--
If this were played upon a stage now, I could condemn it as an
improbable fiction. - Fabian, Twelfth Night, III,v
http://five.sentenc.es/





-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20090914/dcbf7588/attachment-0002.bin
Dave
2009-09-14 22:10:37 UTC
Permalink
Hello,
I'm trying to install perl-Image-Info which is a spamassassin plugin
for image scanning. This is on a centos 5.3 machine, i'm using rpmforge as
one of my 3rd party repos. I'm getting the below error. I'd like to know if
anyone has seen this/has a fix? If not i'd like to troubleshoot and correct
this, how can i get ahold of the src.rpms needed?
Thanks.
Dave.

root at s15298471:/etc/yum.repos.d#yum install perl-Image-Info
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* epel: mirrors.tummy.com
* rpmforge: ftp-stud.fht-esslingen.de

epel
| 3.4 kB 00:00

atrpms
| 2.2 kB 00:00

kbs-CentOS-Misc
| 951 B 00:00

kbs-CentOS-Testing
| 951 B 00:00

ATlcgrpms
| 1.9 kB 00:00

atrpms-testing
| 2.2 kB 00:00

rpmforge
| 1.1 kB 00:00

base
| 1.1 kB 00:00

updates
| 951 B 00:00

utterramblings
| 951 B 00:00

kbs-CentOS-Extras
| 951 B 00:00

extras
| 1.1 kB 00:00

centosplus
| 951 B 00:00

addons
| 951 B 00:00
Excluding Packages in global exclude list
Finished
Reducing CentOS 5 - x86_64 - ATrpms to included packages only
Finished
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Excluding Packages from CentOS-5 - Plus
Finished
1453 packages excluded due to repository priority protections
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package perl-Image-Info.noarch 0:1.29-2.el5.rf set to be updated
--> Processing Dependency: perl-Image-Info-alternative = 1.29 for package:
perl-Image-Info
--> Processing Dependency: perl(Image::Xbm) >= 1.07 for package:
perl-Image-Info
--> Processing Dependency: perl(Image::Xpm) >= 1.08 for package:
perl-Image-Info
--> Processing Dependency: perl(XML::Simple) for package: perl-Image-Info
--> Processing Dependency: perl(XML::LibXML::Reader) for package:
perl-Image-Info
--> Running transaction check
---> Package perl-Image-Info.noarch 0:1.29-2.el5.rf set to be updated
--> Processing Dependency: perl-Image-Info-alternative = 1.29 for package:
perl-Image-Info
--> Processing Dependency: perl(XML::LibXML::Reader) for package:
perl-Image-Info
---> Package perl-Image-Xbm.noarch 0:1.08-6.el5 set to be updated
--> Processing Dependency: perl(Image::Base) for package: perl-Image-Xbm
---> Package perl-Image-Xpm.noarch 0:1.09-6.el5 set to be updated
---> Package perl-XML-Simple.noarch 0:2.14-4.fc6 set to be updated
--> Running transaction check
---> Package perl-Image-Info.noarch 0:1.29-2.el5.rf set to be updated
--> Processing Dependency: perl-Image-Info-alternative = 1.29 for package:
perl-Image-Info
--> Processing Dependency: perl(XML::LibXML::Reader) for package:
perl-Image-Info
---> Package perl-Image-Base.noarch 0:1.07-7.el5 set to be updated
--> Finished Dependency Resolution
perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl(XML::LibXML::Reader) is needed by package
perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by
package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(XML::LibXML::Reader) is needed by package
perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by
package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Steve Huff
2009-09-15 01:17:22 UTC
Permalink
Post by Dave
I'm trying to install perl-Image-Info which is a spamassassin plugin
for image scanning. This is on a centos 5.3 machine, i'm using
rpmforge as
one of my 3rd party repos. I'm getting the below error. I'd like to know if
anyone has seen this/has a fix? If not i'd like to troubleshoot and correct
this, how can i get ahold of the src.rpms needed?
thanks for the bug report! i didn't see this behavior in testing.

the issue you're seeing stems from a fix put into place to address an
issue with perl-Image-Info brought forth by Armin T?ting a few days
ago; the issue, in a nutshell, is that perl-Image-Info needs either
XML::LibXML::Reader (which conflicts with a package in RHEL/CentOS
base) or XML::Simple. installing perl-XML-Simple from rpmforge should
be sufficient to get the Image::Info module working; it looks like i
need to tweak the specfile a bit more to keep
perl(XML::LibXML::Reader) out of the requires list.

in terms of troubleshooting, take a look at e.g. http://packages.sw.be/perl-XML-Simple
or http://packages.sw.be/perl-Image-Info; these show the results of
the most recent package build, and you can download the SRPMs from
there. in addition, you may find the buildlogs directory of interest;
for example, http://packages.sw.be/perl-XML-Simple/buildlogs shows me
that the package built successfully for RHEL4 but failed for RHEL3 and
RHEL5.

if you make any progress, please feel free to share your results with
the list :) my initial suspicion is that the buildhost is using a
different SAX parser now than it was at the time of the last
successful build of perl-XML-Simple (cf. http://perl-xml.sourceforge.net/faq/#parserdetails.ini)
.

-steve
--
If this were played upon a stage now, I could condemn it as an
improbable fiction. - Fabian, Twelfth Night, III,v
http://five.sentenc.es/





-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20090914/dcbf7588/attachment-0003.bin
Dave
2009-09-14 22:10:37 UTC
Permalink
Hello,
I'm trying to install perl-Image-Info which is a spamassassin plugin
for image scanning. This is on a centos 5.3 machine, i'm using rpmforge as
one of my 3rd party repos. I'm getting the below error. I'd like to know if
anyone has seen this/has a fix? If not i'd like to troubleshoot and correct
this, how can i get ahold of the src.rpms needed?
Thanks.
Dave.

root at s15298471:/etc/yum.repos.d#yum install perl-Image-Info
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* epel: mirrors.tummy.com
* rpmforge: ftp-stud.fht-esslingen.de

epel
| 3.4 kB 00:00

atrpms
| 2.2 kB 00:00

kbs-CentOS-Misc
| 951 B 00:00

kbs-CentOS-Testing
| 951 B 00:00

ATlcgrpms
| 1.9 kB 00:00

atrpms-testing
| 2.2 kB 00:00

rpmforge
| 1.1 kB 00:00

base
| 1.1 kB 00:00

updates
| 951 B 00:00

utterramblings
| 951 B 00:00

kbs-CentOS-Extras
| 951 B 00:00

extras
| 1.1 kB 00:00

centosplus
| 951 B 00:00

addons
| 951 B 00:00
Excluding Packages in global exclude list
Finished
Reducing CentOS 5 - x86_64 - ATrpms to included packages only
Finished
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Excluding Packages from CentOS-5 - Plus
Finished
1453 packages excluded due to repository priority protections
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package perl-Image-Info.noarch 0:1.29-2.el5.rf set to be updated
--> Processing Dependency: perl-Image-Info-alternative = 1.29 for package:
perl-Image-Info
--> Processing Dependency: perl(Image::Xbm) >= 1.07 for package:
perl-Image-Info
--> Processing Dependency: perl(Image::Xpm) >= 1.08 for package:
perl-Image-Info
--> Processing Dependency: perl(XML::Simple) for package: perl-Image-Info
--> Processing Dependency: perl(XML::LibXML::Reader) for package:
perl-Image-Info
--> Running transaction check
---> Package perl-Image-Info.noarch 0:1.29-2.el5.rf set to be updated
--> Processing Dependency: perl-Image-Info-alternative = 1.29 for package:
perl-Image-Info
--> Processing Dependency: perl(XML::LibXML::Reader) for package:
perl-Image-Info
---> Package perl-Image-Xbm.noarch 0:1.08-6.el5 set to be updated
--> Processing Dependency: perl(Image::Base) for package: perl-Image-Xbm
---> Package perl-Image-Xpm.noarch 0:1.09-6.el5 set to be updated
---> Package perl-XML-Simple.noarch 0:2.14-4.fc6 set to be updated
--> Running transaction check
---> Package perl-Image-Info.noarch 0:1.29-2.el5.rf set to be updated
--> Processing Dependency: perl-Image-Info-alternative = 1.29 for package:
perl-Image-Info
--> Processing Dependency: perl(XML::LibXML::Reader) for package:
perl-Image-Info
---> Package perl-Image-Base.noarch 0:1.07-7.el5 set to be updated
--> Finished Dependency Resolution
perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl(XML::LibXML::Reader) is needed by package
perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
perl-Image-Info-1.29-2.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by
package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(XML::LibXML::Reader) is needed by package
perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl-Image-Info-alternative = 1.29 is needed by
package perl-Image-Info-1.29-2.el5.rf.noarch (rpmforge)
Steve Huff
2009-09-15 01:17:22 UTC
Permalink
Post by Dave
I'm trying to install perl-Image-Info which is a spamassassin plugin
for image scanning. This is on a centos 5.3 machine, i'm using
rpmforge as
one of my 3rd party repos. I'm getting the below error. I'd like to know if
anyone has seen this/has a fix? If not i'd like to troubleshoot and correct
this, how can i get ahold of the src.rpms needed?
thanks for the bug report! i didn't see this behavior in testing.

the issue you're seeing stems from a fix put into place to address an
issue with perl-Image-Info brought forth by Armin T?ting a few days
ago; the issue, in a nutshell, is that perl-Image-Info needs either
XML::LibXML::Reader (which conflicts with a package in RHEL/CentOS
base) or XML::Simple. installing perl-XML-Simple from rpmforge should
be sufficient to get the Image::Info module working; it looks like i
need to tweak the specfile a bit more to keep
perl(XML::LibXML::Reader) out of the requires list.

in terms of troubleshooting, take a look at e.g. http://packages.sw.be/perl-XML-Simple
or http://packages.sw.be/perl-Image-Info; these show the results of
the most recent package build, and you can download the SRPMs from
there. in addition, you may find the buildlogs directory of interest;
for example, http://packages.sw.be/perl-XML-Simple/buildlogs shows me
that the package built successfully for RHEL4 but failed for RHEL3 and
RHEL5.

if you make any progress, please feel free to share your results with
the list :) my initial suspicion is that the buildhost is using a
different SAX parser now than it was at the time of the last
successful build of perl-XML-Simple (cf. http://perl-xml.sourceforge.net/faq/#parserdetails.ini)
.

-steve
--
If this were played upon a stage now, I could condemn it as an
improbable fiction. - Fabian, Twelfth Night, III,v
http://five.sentenc.es/





-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <http://lists.repoforge.org/pipermail/users/attachments/20090914/dcbf7588/attachment.sig>
Continue reading on narkive:
Loading...