Re: gcc 4.6 for package monkeys

2011-01-27 Thread Julian Sikorski
W dniu 28.01.2011 08:26, Julian Sikorski pisze: > Hi, > > I have just run into an issue with gcc-4.6, namely RPM Fusion's mame > failed to compile [1]. I was told that #include was missing. > So I have two questions: why did including this header directly became > necessary (code builds fine with

Re: gcc 4.6 for package monkeys

2011-01-27 Thread Garrett Holmstrom
On 1/27/2011 23:26, Julian Sikorski wrote: > I have just run into an issue with gcc-4.6, namely RPM Fusion's mame > failed to compile [1]. I was told that #include was missing. > So I have two questions: why did including this header directly became > necessary (code builds fine with 4.5) and are

gcc 4.6 for package monkeys

2011-01-27 Thread Julian Sikorski
Hi, I have just run into an issue with gcc-4.6, namely RPM Fusion's mame failed to compile [1]. I was told that #include was missing. So I have two questions: why did including this header directly became necessary (code builds fine with 4.5) and are there any other issues we package monkeys migh

Re: @core in F14 pulls in libX11

2011-01-27 Thread James Antill
On Fri, 2011-01-21 at 22:54 -0800, Garrett Holmstrom wrote: > It seems that the "core" yum group pulls in X11 libraries, at the very > least on x86_64, via the following dependency chain: > > policycoreutils > dbus-glib > gobject-introspection > cairo > libX11 It's probably worth noting that th

Re: fedpkg build version numbering discrepancy

2011-01-27 Thread Jean-Marc Pigeon
Hello, > > mandatory. I pushed the tar file in > > same time as spec to GIT, koji was smart enough to forgive > > my error. > > > > So I can work one way or the other... > > right? > > While it will technically work, uploading tarballs and other binaries > to git is a bad idea. git behaves very

Re: fedpkg build version numbering discrepancy

2011-01-27 Thread Garrett Holmstrom
On Thu, Jan 27, 2011 at 6:23 PM, Jean-Marc Pigeon wrote: > Ok, this means having an uptodate "sources" file is not > mandatory.  I pushed the tar file in > same time as spec to GIT, koji was smart enough to forgive > my error. > > So I can work one way or the other... > right? While it will techn

Re: fedpkg build version numbering discrepancy

2011-01-27 Thread Jean-Marc Pigeon
Hello, On Thu, 2011-01-27 at 21:16 -0500, Matt McCutchen wrote: > On Thu, 2011-01-27 at 21:05 -0500, Jean-Marc Pigeon wrote: > > Let be straight and simple (package name doesn't > > matter here) > > > > 1) Spec file say version: 1.2.3 > > 2) sources file say tar file: 1.0.0 > >

Re: fedpkg build version numbering discrepancy

2011-01-27 Thread Matt McCutchen
On Thu, 2011-01-27 at 21:05 -0500, Jean-Marc Pigeon wrote: > Let be straight and simple (package name doesn't > matter here) > > 1) Spec file say version: 1.2.3 > 2) sources file say tar file: 1.0.0 > "sources" as included in git and generated > by fedpkg

Re: fedpkg build version numbering discrepancy

2011-01-27 Thread Jean-Marc Pigeon
Hello, On Thu, 2011-01-27 at 16:16 -0800, Garrett Holmstrom wrote: > On Thu, Jan 27, 2011 at 3:56 PM, Thomas Spura > wrote: > > On Thu, 27 Jan 2011 18:46:34 -0500 > > Jean-Marc Pigeon wrote: > >> rversion=2.1 > >> subversion=400 > >> > >> > >> Spec file extract: > >> Ver

rawhide report: 20110127 changes

2011-01-27 Thread Rawhide Report
Compose started at Thu Jan 27 20:04:03 UTC 2011 Broken deps for x86_64 -- beagle-0.3.9-19.fc14.x86_64 requires libmono.so.0()(64bit) beagle-0.3.9-19.fc14.x86_64 requires libmono.so.0(VER_1)(64bit) beagle-0.3.9-19.fc14.

Heads up: Sourceforge upstream attacked

2011-01-27 Thread Mike McGrath
Hey everyone, just a heads up. Looks like sourceforge was attacked. Details are still on the way but please do pay extra careful attention when downloading and updating your packages, verify whatever checksums you can, etc. http://sourceforge.net/apps/wordpress/sourceforge/2011/01/27/service-down

Re: @core in F14 pulls in libX11

2011-01-27 Thread Colin Walters
On Sat, Jan 22, 2011 at 1:54 AM, Garrett Holmstrom wrote: > It seems that the "core" yum group pulls in X11 libraries, at the very > least on x86_64, via the following dependency chain: > > policycoreutils > dbus-glib > gobject-introspection > cairo > libX11 > > Does that much seriously need to be

Re: fedpkg build version numbering discrepancy

2011-01-27 Thread Garrett Holmstrom
On Thu, Jan 27, 2011 at 3:56 PM, Thomas Spura wrote: > On Thu, 27 Jan 2011 18:46:34 -0500 > Jean-Marc Pigeon wrote: >>       rversion=2.1 >>       subversion=400 >> >> >>       Spec file extract: >>       Version: %{rversion}.%{subversion} >>       Release: 2%{?locmark} >>       Source: ./%{na

Re: fedpkg build version numbering discrepancy

2011-01-27 Thread Thomas Spura
On Thu, 27 Jan 2011 18:46:34 -0500 Jean-Marc Pigeon wrote: > rversion=2.1 > subversion=400 > > > Spec file extract: > Version: %{rversion}.%{subversion} > Release: 2%{?locmark} > Source: ./%{name}-%{version}.tar.gz > > So the potential for disasters

Re: fedpkg build version numbering discrepancy

2011-01-27 Thread Jean-Marc Pigeon
On Thu, 2011-01-27 at 16:27 -0700, Nathanael D. Noblet wrote: > On 01/27/2011 04:10 PM, Jean-Marc Pigeon wrote: > > Hello, > > > > Hoping to be wrong. > > > > Today I was working on my package after a long time, > > I upgraded from version 2.1-320 to 2.1-400. > > > > I didn't "fedpk

Re: fedpkg build version numbering discrepancy

2011-01-27 Thread Nathanael D. Noblet
On 01/27/2011 04:10 PM, Jean-Marc Pigeon wrote: > Hello, > > Hoping to be wrong. > > Today I was working on my package after a long time, > I upgraded from version 2.1-320 to 2.1-400. > > I didn't "fedpkg new-sources" and only updated > the spec file to be 2.1-400 (sou

fedpkg build version numbering discrepancy

2011-01-27 Thread Jean-Marc Pigeon
Hello, Hoping to be wrong. Today I was working on my package after a long time, I upgraded from version 2.1-320 to 2.1-400. I didn't "fedpkg new-sources" and only updated the spec file to be 2.1-400 (sources file was still referring to 2.1-320).

[perl-CPAN-Meta-YAML/el5/master] Initial import (perl-CPAN-Meta-YAML-0.003-3)

2011-01-27 Thread Paul Howarth
Summary of changes: 71fa66d... Initial import (perl-CPAN-Meta-YAML-0.003-3) (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-de...@lists.fedoraproject.org https:

Broken dependencies: perl-IPC-Run-SafeHandles

2011-01-27 Thread buildsys
perl-IPC-Run-SafeHandles has broken dependencies in the rawhide tree: On x86_64: perl-IPC-Run-SafeHandles-0.02-7.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-IPC-Run-SafeHandles-0.02-7.fc15.noarch requires perl(IO::Handle) perl-IPC-Run-SafeHandles-0.02-7.fc15.noa

Broken dependencies: perl-Error

2011-01-27 Thread buildsys
perl-Error has broken dependencies in the rawhide tree: On x86_64: 1:perl-Error-0.17016-4.fc15.noarch requires perl >= 0:5.004 1:perl-Error-0.17016-4.fc15.noarch requires perl(vars) 1:perl-Error-0.17016-4.fc15.noarch requires perl(overload) 1:perl-Error-0.17016-4.f

Broken dependencies: perl-Test-HTTP-Server-Simple

2011-01-27 Thread buildsys
perl-Test-HTTP-Server-Simple has broken dependencies in the rawhide tree: On x86_64: perl-Test-HTTP-Server-Simple-0.11-4.fc15.noarch requires perl(NEXT) perl-Test-HTTP-Server-Simple-0.11-4.fc15.noarch requires perl(POSIX) perl-Test-HTTP-Server-Simple-0.11-4.fc15.noarch req

Broken dependencies: perl-ExtUtils-XSpp

2011-01-27 Thread buildsys
perl-ExtUtils-XSpp has broken dependencies in the rawhide tree: On x86_64: perl-ExtUtils-XSpp-0.15-1.fc15.noarch requires perl(Digest::MD5) perl-ExtUtils-XSpp-0.15-1.fc15.noarch requires perl(IO::Handle) perl-ExtUtils-XSpp-0.15-1.fc15.noarch requires perl(File::Basename)

Broken dependencies: perl-GPS

2011-01-27 Thread buildsys
perl-GPS has broken dependencies in the rawhide tree: On x86_64: perl-GPS-0.16-5.fc15.noarch requires perl(FileHandle) perl-GPS-0.16-5.fc15.noarch requires perl(constant) perl-GPS-0.16-5.fc15.noarch requires perl(vars) perl-GPS-0.16-5.fc15.noarch requires perl(:MOD

Broken dependencies: perl-Crypt-Blowfish

2011-01-27 Thread buildsys
perl-Crypt-Blowfish has broken dependencies in the rawhide tree: On x86_64: perl-Crypt-Blowfish-2.10-11.fc15.x86_64 requires perl(vars) perl-Crypt-Blowfish-2.10-11.fc15.x86_64 requires perl(DynaLoader) perl-Crypt-Blowfish-2.10-11.fc15.x86_64 requires perl(:MODULE_COMPAT_5

Broken dependencies: perl-Text-Shellwords

2011-01-27 Thread buildsys
perl-Text-Shellwords has broken dependencies in the rawhide tree: On x86_64: perl-Text-Shellwords-1.08-10.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-Text-Shellwords-1.08-10.fc15.noarch requires perl(vars) perl-Text-Shellwords-1.08-10.fc15.noarch requires perl(T

Broken dependencies: perl-Font-AFM

2011-01-27 Thread buildsys
perl-Font-AFM has broken dependencies in the rawhide tree: On x86_64: perl-Font-AFM-1.20-6.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-Font-AFM-1.20-6.fc15.noarch requires perl(vars) perl-Font-AFM-1.20-6.fc15.noarch requires perl(strict) perl-Font-AFM-1.2

Broken dependencies: perl-Text-WordDiff

2011-01-27 Thread buildsys
perl-Text-WordDiff has broken dependencies in the rawhide tree: On x86_64: perl-Text-WordDiff-0.05-1.fc15.noarch requires perl(vars) perl-Text-WordDiff-0.05-1.fc15.noarch requires perl(Term::ANSIColor) perl-Text-WordDiff-0.05-1.fc15.noarch requires perl(IO::File) p

Broken dependencies: perl-CGI-Application-Plugin-ViewCode

2011-01-27 Thread buildsys
perl-CGI-Application-Plugin-ViewCode has broken dependencies in the rawhide tree: On x86_64: perl-CGI-Application-Plugin-ViewCode-1.02-6.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-CGI-Application-Plugin-ViewCode-1.02-6.fc15.noarch requires perl(strict) On i386:

Broken dependencies: perl-Gnome2-VFS

2011-01-27 Thread buildsys
perl-Gnome2-VFS has broken dependencies in the rawhide tree: On x86_64: perl-Gnome2-VFS-1.081-7.fc15.x86_64 requires perl >= 0:5.008 perl-Gnome2-VFS-1.081-7.fc15.x86_64 requires perl(constant) perl-Gnome2-VFS-1.081-7.fc15.x86_64 requires perl(DynaLoader) perl-Gnome

Broken dependencies: perl-DateTime-Format-DBI

2011-01-27 Thread buildsys
perl-DateTime-Format-DBI has broken dependencies in the rawhide tree: On x86_64: perl-DateTime-Format-DBI-0.032-6.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-DateTime-Format-DBI-0.032-6.fc15.noarch requires perl(vars) perl-DateTime-Format-DBI-0.032-6.fc15.noarch

Broken dependencies: perl-Module-Install

2011-01-27 Thread buildsys
perl-Module-Install has broken dependencies in the rawhide tree: On x86_64: perl-Module-Install-0.95-2.fc15.noarch requires perl(File::Copy) perl-Module-Install-0.95-2.fc15.noarch requires perl(File::Basename) perl-Module-Install-0.95-2.fc15.noarch requires perl(vars)

Broken dependencies: perl-Module-Util

2011-01-27 Thread buildsys
perl-Module-Util has broken dependencies in the rawhide tree: On x86_64: perl-Module-Util-1.07-5.fc15.noarch requires perl(List::Util) perl-Module-Util-1.07-5.fc15.noarch requires perl(Pod::Usage) perl-Module-Util-1.07-5.fc15.noarch requires perl(Getopt::Long) perl

Broken dependencies: perl-User-Identity

2011-01-27 Thread buildsys
perl-User-Identity has broken dependencies in the rawhide tree: On x86_64: perl-User-Identity-0.93-2.fc15.noarch requires perl(List::Util) perl-User-Identity-0.93-2.fc15.noarch requires perl(base) perl-User-Identity-0.93-2.fc15.noarch requires perl(vars) perl-User-

Broken dependencies: perl-List-UtilsBy

2011-01-27 Thread buildsys
perl-List-UtilsBy has broken dependencies in the rawhide tree: On x86_64: perl-List-UtilsBy-0.06-1.fc15.noarch requires perl(Exporter) perl-List-UtilsBy-0.06-1.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-List-UtilsBy-0.06-1.fc15.noarch requires perl(strict) On i

Broken dependencies: perl-eperl

2011-01-27 Thread buildsys
perl-eperl has broken dependencies in the rawhide tree: On x86_64: perl-eperl-2.2.14-16.fc15.x86_64 requires perl >= 0:5.00325 perl-eperl-2.2.14-16.fc15.x86_64 requires libperl.so()(64bit) perl-eperl-2.2.14-16.fc15.x86_64 requires perl(vars) perl-eperl-2.2.14-16.fc

Broken dependencies: perl-Algorithm-IncludeExclude

2011-01-27 Thread buildsys
perl-Algorithm-IncludeExclude has broken dependencies in the rawhide tree: On x86_64: perl-Algorithm-IncludeExclude-0.01-5.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-Algorithm-IncludeExclude-0.01-5.fc15.noarch requires perl(strict) perl-Algorithm-IncludeExclude

Broken dependencies: perl-MooseX-MethodAttributes

2011-01-27 Thread buildsys
perl-MooseX-MethodAttributes has broken dependencies in the rawhide tree: On x86_64: perl-MooseX-MethodAttributes-0.24-2.fc15.noarch requires perl(Carp) perl-MooseX-MethodAttributes-0.24-2.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) On i386: perl-MooseX-MethodAttribu

Broken dependencies: perl-Crypt-DSA

2011-01-27 Thread buildsys
perl-Crypt-DSA has broken dependencies in the rawhide tree: On x86_64: perl-Crypt-DSA-1.16-5.fc15.noarch requires perl(Math::BigInt) >= 0:1.78 perl-Crypt-DSA-1.16-5.fc15.noarch requires perl(base) perl-Crypt-DSA-1.16-5.fc15.noarch requires perl(vars) perl-Crypt-DSA

Broken dependencies: perl-Archive-Any

2011-01-27 Thread buildsys
perl-Archive-Any has broken dependencies in the rawhide tree: On x86_64: perl-Archive-Any-0.0932-5.fc15.noarch requires perl(vars) perl-Archive-Any-0.0932-5.fc15.noarch requires perl(base) perl-Archive-Any-0.0932-5.fc15.noarch requires perl(strict) perl-Archive-Any

Broken dependencies: perl-Throwable

2011-01-27 Thread buildsys
perl-Throwable has broken dependencies in the rawhide tree: On x86_64: perl-Throwable-0.102080-2.fc15.noarch requires perl(ExtUtils::MakeMaker) >= 0:6.11 perl-Throwable-0.102080-2.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) On i386: perl-Throwable-0.102080-2.fc15.no

Broken dependencies: perl-Convert-BinHex

2011-01-27 Thread buildsys
perl-Convert-BinHex has broken dependencies in the rawhide tree: On x86_64: perl-Convert-BinHex-1.119-14.fc15.noarch requires perl(vars) perl-Convert-BinHex-1.119-14.fc15.noarch requires perl(FileHandle) perl-Convert-BinHex-1.119-14.fc15.noarch requires perl(integer)

Broken dependencies: perl-Context-Preserve

2011-01-27 Thread buildsys
perl-Context-Preserve has broken dependencies in the rawhide tree: On x86_64: perl-Context-Preserve-0.01-3.fc15.noarch requires perl(base) perl-Context-Preserve-0.01-3.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-Context-Preserve-0.01-3.fc15.noarch requires perl(

Broken dependencies: perl-POE-Test-Loops

2011-01-27 Thread buildsys
perl-POE-Test-Loops has broken dependencies in the rawhide tree: On x86_64: perl-POE-Test-Loops-1.035-2.fc15.noarch requires perl(lib) perl-POE-Test-Loops-1.035-2.fc15.noarch requires perl(IO::Handle) perl-POE-Test-Loops-1.035-2.fc15.noarch requires perl(POSIX) per

Broken dependencies: perl-Lingua-EN-Inflect-Number

2011-01-27 Thread buildsys
perl-Lingua-EN-Inflect-Number has broken dependencies in the rawhide tree: On x86_64: perl-Lingua-EN-Inflect-Number-1.1-14.fc15.noarch requires perl >= 0:5.006 perl-Lingua-EN-Inflect-Number-1.1-14.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-Lingua-EN-Inflect-Nu

Broken dependencies: perl-Catalyst-Plugin-I18N

2011-01-27 Thread buildsys
perl-Catalyst-Plugin-I18N has broken dependencies in the rawhide tree: On x86_64: perl-Catalyst-Plugin-I18N-0.10-2.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-Catalyst-Plugin-I18N-0.10-2.fc15.noarch requires perl(I18N::LangTags) perl-Catalyst-Plugin-I18N-0.10-2

Broken dependencies: perl-HTML-FormFu-Model-DBIC

2011-01-27 Thread buildsys
perl-HTML-FormFu-Model-DBIC has broken dependencies in the rawhide tree: On x86_64: perl-HTML-FormFu-Model-DBIC-0.08002-2.fc15.noarch requires perl(Storable) perl-HTML-FormFu-Model-DBIC-0.08002-2.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-HTML-FormFu-Model-DBI

Broken dependencies: perl-CPAN-Meta

2011-01-27 Thread buildsys
perl-CPAN-Meta has broken dependencies in the rawhide tree: On x86_64: perl-CPAN-Meta-tests-2.102400-2.fc15.noarch requires /usr/bin/prove On i386: perl-CPAN-Meta-tests-2.102400-2.fc15.noarch requires /usr/bin/prove On x86_64: perl-CPAN-Meta-2.102400-2.fc15.noarch requires

Broken dependencies: perl-latest

2011-01-27 Thread buildsys
perl-latest has broken dependencies in the rawhide tree: On x86_64: perl-latest-0.03-4.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-latest-0.03-4.fc15.noarch requires perl(version) perl-latest-0.03-4.fc15.noarch requires perl(strict) perl-latest-0.03-4.fc1

Broken dependencies: perl-Geo-Constants

2011-01-27 Thread buildsys
perl-Geo-Constants has broken dependencies in the rawhide tree: On x86_64: perl-Geo-Constants-0.06-7.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-Geo-Constants-0.06-7.fc15.noarch requires perl(vars) perl-Geo-Constants-0.06-7.fc15.noarch requires perl(strict)

Broken dependencies: perl-CGI-Application-Plugin-CAPTCHA

2011-01-27 Thread buildsys
perl-CGI-Application-Plugin-CAPTCHA has broken dependencies in the rawhide tree: On x86_64: perl-CGI-Application-Plugin-CAPTCHA-0.04-1.fc15.noarch requires perl(Exporter) perl-CGI-Application-Plugin-CAPTCHA-0.04-1.fc15.noarch requires perl(vars) perl-CGI-Application-Plug

Broken dependencies: perl-MooseX-InsideOut

2011-01-27 Thread buildsys
perl-MooseX-InsideOut has broken dependencies in the rawhide tree: On x86_64: perl-MooseX-InsideOut-0.105-1.fc15.noarch requires perl(Scalar::Util) perl-MooseX-InsideOut-0.105-1.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-MooseX-InsideOut-0.105-1.fc15.noarch req

Broken dependencies: perl-Locale-Maketext-Fuzzy

2011-01-27 Thread buildsys
perl-Locale-Maketext-Fuzzy has broken dependencies in the rawhide tree: On x86_64: perl-Locale-Maketext-Fuzzy-0.10-7.fc14.noarch requires perl(Locale::Maketext) perl-Locale-Maketext-Fuzzy-0.10-7.fc14.noarch requires perl(base) perl-Locale-Maketext-Fuzzy-0.10-7.fc14.noarch

Broken dependencies: perl-HTML-TokeParser-Simple

2011-01-27 Thread buildsys
perl-HTML-TokeParser-Simple has broken dependencies in the rawhide tree: On x86_64: perl-HTML-TokeParser-Simple-3.15-6.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-HTML-TokeParser-Simple-3.15-6.fc15.noarch requires perl(vars) perl-HTML-TokeParser-Simple-3.15-6.fc

Broken dependencies: perl-File-Modified

2011-01-27 Thread buildsys
perl-File-Modified has broken dependencies in the rawhide tree: On x86_64: perl-File-Modified-0.07-10.fc15.noarch requires perl(base) perl-File-Modified-0.07-10.fc15.noarch requires perl(vars) perl-File-Modified-0.07-10.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2)

Broken dependencies: perl-Catalyst-View-Email

2011-01-27 Thread buildsys
perl-Catalyst-View-Email has broken dependencies in the rawhide tree: On x86_64: perl-Catalyst-View-Email-0.31-1.fc15.noarch requires perl(Carp) perl-Catalyst-View-Email-0.31-1.fc15.noarch requires perl(Scalar::Util) perl-Catalyst-View-Email-0.31-1.fc15.noarch requires pe

Broken dependencies: perl-Params-CallbackRequest

2011-01-27 Thread buildsys
perl-Params-CallbackRequest has broken dependencies in the rawhide tree: On x86_64: perl-Params-CallbackRequest-1.19-6.fc15.noarch requires perl(vars) perl-Params-CallbackRequest-1.19-6.fc15.noarch requires perl >= 0:5.006 perl-Params-CallbackRequest-1.19-6.fc15.noarch req

Broken dependencies: perl-Feed-Find

2011-01-27 Thread buildsys
perl-Feed-Find has broken dependencies in the rawhide tree: On x86_64: perl-Feed-Find-0.06-9.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-Feed-Find-0.06-9.fc15.noarch requires perl(vars) perl-Feed-Find-0.06-9.fc15.noarch requires perl(base) perl-Feed-Find-

Broken dependencies: perl-Convert-Color

2011-01-27 Thread buildsys
perl-Convert-Color has broken dependencies in the rawhide tree: On x86_64: perl-Convert-Color-0.07-2.fc15.noarch requires perl(:MODULE_COMPAT_5.12.3) perl-Convert-Color-0.07-2.fc15.noarch requires perl(Carp) perl-Convert-Color-0.07-2.fc15.noarch requires perl(base)

Broken dependencies: perl-Email-Date-Format

2011-01-27 Thread buildsys
perl-Email-Date-Format has broken dependencies in the rawhide tree: On x86_64: perl-Email-Date-Format-1.002-8.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-Email-Date-Format-1.002-8.fc15.noarch requires perl >= 0:5.006 perl-Email-Date-Format-1.002-8.fc15.noarch re

Broken dependencies: perl-Test-Fatal

2011-01-27 Thread buildsys
perl-Test-Fatal has broken dependencies in the rawhide tree: On x86_64: perl-Test-Fatal-0.003-1.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-Test-Fatal-0.003-1.fc15.noarch requires perl(strict) perl-Test-Fatal-0.003-1.fc15.noarch requires perl(Exporter) >= 0:5.57

[Bug 668738] EPEL-4 Branch Request

2011-01-27 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=668738 --- Comment #4 from Fedora Update System 2011-01-27 13:24:32 EST --- perl-Params-Util-0.25-1.el4 has been pushed to the Fedora

[Bug 672068] dspam web interface completely broken

2011-01-27 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=672068 Fedora Update System changed: What|Removed |Added --

[Bug 668738] EPEL-4 Branch Request

2011-01-27 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=668738 Fedora Update System changed: What|Removed |Added --

Re: rawhide report: 20110127 changes

2011-01-27 Thread Bill Nottingham
Rawhide Report (rawh...@fedoraproject.org) said: > Compose started at Thu Jan 27 08:15:33 UTC 2011 Please ignore any and all errors from this message; there was a failure in creating the repository repodata, which led to the assorted issues seen here. Bill -- devel mailing list devel@lists.fedo

Re: Problems with Rawhide Buildroot?

2011-01-27 Thread Jesse Keating
On 1/27/11 7:28 AM, Tom Lane wrote: > Nalin Dahyabhai writes: >> So, yeah, this is confusing to me as well. > > I got assorted warnings this morning about perl, krb5, and Qt > dependencies being broken for different packages. I suspect they're all > bogus and the dependency checker just had some

Re: App Installer Miniconf

2011-01-27 Thread Toshio Kuratomi
On Thu, Jan 27, 2011 at 09:53:08AM +0100, FlorianFesti wrote: > > So the overall plan has 4 parts: > > Static meta data that can be shiped within the repository and also works > offline from a CD/DVD. This is not completely unlike the optional packages in > comps but with a bit more data about

Re: rpmbuild: Bad Requireflags: qualifiers: Requires(posttrans)

2011-01-27 Thread Kevin Kofler
Panu Matilainen wrote: > Unlike some other qualifiers that have been used while rpm was looking the > other way, If you refer to "Requires(hint)", that doesn't come out of nowhere either, but from our "friends" over at rpm5.org. (It's how they internally represent Suggests: and they also accept

Broken dependencies: perl-Kwiki-Search

2011-01-27 Thread buildsys
perl-Kwiki-Search has broken dependencies in the rawhide tree: On x86_64: perl-Kwiki-Search-0.12-13.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) On i386: perl-Kwiki-Search-0.12-13.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) Please resolve this as soon as possible. --

Broken dependencies: perl-Params-Coerce

2011-01-27 Thread buildsys
perl-Params-Coerce has broken dependencies in the rawhide tree: On x86_64: perl-Params-Coerce-0.14-7.fc15.noarch requires perl(vars) perl-Params-Coerce-0.14-7.fc15.noarch requires perl >= 0:5.005 perl-Params-Coerce-0.14-7.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2)

Broken dependencies: perl-Mail-Box

2011-01-27 Thread buildsys
perl-Mail-Box has broken dependencies in the rawhide tree: On x86_64: perl-Mail-Box-2.095-1.fc14.noarch requires perl(MIME::QuotedPrint) perl-Mail-Box-2.095-1.fc14.noarch requires perl(IO::Socket) perl-Mail-Box-2.095-1.fc14.noarch requires perl(integer) perl-Mail-B

Broken dependencies: perl-MooseX-Types-DateTime-ButMaintained

2011-01-27 Thread buildsys
perl-MooseX-Types-DateTime-ButMaintained has broken dependencies in the rawhide tree: On x86_64: perl-MooseX-Types-DateTime-ButMaintained-0.11-4.fc15.noarch requires perl(strict) perl-MooseX-Types-DateTime-ButMaintained-0.11-4.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) On

Broken dependencies: perl-Getopt-Long-Descriptive

2011-01-27 Thread buildsys
perl-Getopt-Long-Descriptive has broken dependencies in the rawhide tree: On x86_64: perl-Getopt-Long-Descriptive-tests-0.087-1.fc15.noarch requires /usr/bin/prove On i386: perl-Getopt-Long-Descriptive-tests-0.087-1.fc15.noarch requires /usr/bin/prove On x86_64: perl-Get

Broken dependencies: perl-Mail-MboxParser

2011-01-27 Thread buildsys
perl-Mail-MboxParser has broken dependencies in the rawhide tree: On x86_64: perl-Mail-MboxParser-0.55-2.fc15.noarch requires perl >= 0:5.004 perl-Mail-MboxParser-0.55-2.fc15.noarch requires perl(File::Temp) perl-Mail-MboxParser-0.55-2.fc15.noarch requires perl(strict)

Broken dependencies: perl-ExtUtils-CChecker

2011-01-27 Thread buildsys
perl-ExtUtils-CChecker has broken dependencies in the rawhide tree: On x86_64: perl-ExtUtils-CChecker-0.04-2.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-ExtUtils-CChecker-0.04-2.fc15.noarch requires perl(ExtUtils::CBuilder) perl-ExtUtils-CChecker-0.04-2.fc15.no

Broken dependencies: perl-Test-Distribution

2011-01-27 Thread buildsys
perl-Test-Distribution has broken dependencies in the rawhide tree: On x86_64: perl-Test-Distribution-2.00-7.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-Test-Distribution-2.00-7.fc15.noarch requires perl(vars) perl-Test-Distribution-2.00-7.fc15.noarch requires p

Broken dependencies: perl-Devel-NYTProf

2011-01-27 Thread buildsys
perl-Devel-NYTProf has broken dependencies in the rawhide tree: On x86_64: perl-Devel-NYTProf-4.06-1.fc15.x86_64 requires perl(File::Copy) perl-Devel-NYTProf-4.06-1.fc15.x86_64 requires perl(Exporter) perl-Devel-NYTProf-4.06-1.fc15.x86_64 requires perl(List::Util)

Broken dependencies: perl-File-BaseDir

2011-01-27 Thread buildsys
perl-File-BaseDir has broken dependencies in the rawhide tree: On x86_64: perl-File-BaseDir-0.03-8.fc15.noarch requires perl(File::Spec) perl-File-BaseDir-0.03-8.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-File-BaseDir-0.03-8.fc15.noarch requires perl(strict)

Broken dependencies: perl-Smart-Comments

2011-01-27 Thread buildsys
perl-Smart-Comments has broken dependencies in the rawhide tree: On x86_64: 1:perl-Smart-Comments-tests-1.0.4-3.fc15.noarch requires /usr/bin/prove On i386: 1:perl-Smart-Comments-tests-1.0.4-3.fc15.noarch requires /usr/bin/prove On x86_64: 1:perl-Smart-Comments-1.0.4-3.fc1

Broken dependencies: perl-Test-NeedsDisplay

2011-01-27 Thread buildsys
perl-Test-NeedsDisplay has broken dependencies in the rawhide tree: On x86_64: perl-Test-NeedsDisplay-1.05-6.fc15.noarch requires perl(File::Spec) perl-Test-NeedsDisplay-1.05-6.fc15.noarch requires perl(vars) perl-Test-NeedsDisplay-1.05-6.fc15.noarch requires perl >= 0:5.0

Broken dependencies: perl-Digest-MD2

2011-01-27 Thread buildsys
perl-Digest-MD2 has broken dependencies in the rawhide tree: On x86_64: perl-Digest-MD2-2.03-15.fc15.x86_64 requires perl(:MODULE_COMPAT_5.12.2) perl-Digest-MD2-2.03-15.fc15.x86_64 requires perl(vars) perl-Digest-MD2-2.03-15.fc15.x86_64 requires perl(DynaLoader) pe

Broken dependencies: perl-Hash-WithDefaults

2011-01-27 Thread buildsys
perl-Hash-WithDefaults has broken dependencies in the rawhide tree: On x86_64: perl-Hash-WithDefaults-0.04-9.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-Hash-WithDefaults-0.04-9.fc15.noarch requires perl(vars) perl-Hash-WithDefaults-0.04-9.fc15.noarch requires p

Broken dependencies: perl-Config-GitLike

2011-01-27 Thread buildsys
perl-Config-GitLike has broken dependencies in the rawhide tree: On x86_64: perl-Config-GitLike-1.05-1.fc15.noarch requires perl(Scalar::Util) perl-Config-GitLike-1.05-1.fc15.noarch requires perl(constant) perl-Config-GitLike-1.05-1.fc15.noarch requires perl >= 0:5.008

Broken dependencies: perl-Catalyst-Plugin-Cache

2011-01-27 Thread buildsys
perl-Catalyst-Plugin-Cache has broken dependencies in the rawhide tree: On x86_64: perl-Catalyst-Plugin-Cache-0.10-2.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-Catalyst-Plugin-Cache-0.10-2.fc15.noarch requires perl(base) perl-Catalyst-Plugin-Cache-0.10-2.fc15.n

Broken dependencies: perl-IPC-System-Simple

2011-01-27 Thread buildsys
perl-IPC-System-Simple has broken dependencies in the rawhide tree: On x86_64: perl-IPC-System-Simple-1.18-5.fc15.noarch requires perl(List::Util) perl-IPC-System-Simple-1.18-5.fc15.noarch requires perl(Scalar::Util) perl-IPC-System-Simple-1.18-5.fc15.noarch requires perl

Broken dependencies: perl-Email-Send

2011-01-27 Thread buildsys
perl-Email-Send has broken dependencies in the rawhide tree: On x86_64: perl-Email-Send-2.198-2.fc15.noarch requires perl(Symbol) perl-Email-Send-2.198-2.fc15.noarch requires perl(File::Spec) perl-Email-Send-2.198-2.fc15.noarch requires perl(vars) perl-Email-Send-2

Broken dependencies: perl-Catalyst-Plugin-CGI-Untaint

2011-01-27 Thread buildsys
perl-Catalyst-Plugin-CGI-Untaint has broken dependencies in the rawhide tree: On x86_64: perl-Catalyst-Plugin-CGI-Untaint-0.05-9.fc15.noarch requires perl(NEXT) perl-Catalyst-Plugin-CGI-Untaint-0.05-9.fc15.noarch requires perl >= 0:5.008001 perl-Catalyst-Plugin-CGI-Untain

Broken dependencies: perl-Module-Starter-PBP

2011-01-27 Thread buildsys
perl-Module-Starter-PBP has broken dependencies in the rawhide tree: On x86_64: perl-Module-Starter-PBP-0.03-11.fc15.noarch requires perl(File::Spec) perl-Module-Starter-PBP-0.03-11.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-Module-Starter-PBP-0.03

Broken dependencies: perl-Net-Jabber

2011-01-27 Thread buildsys
perl-Net-Jabber has broken dependencies in the rawhide tree: On x86_64: perl-Net-Jabber-2.0-14.fc15.noarch requires perl(POSIX) perl-Net-Jabber-2.0-14.fc15.noarch requires perl(base) perl-Net-Jabber-2.0-14.fc15.noarch requires perl(FileHandle) perl-Net-Jabber-2.0-1

Broken dependencies: perl-HTML-TagCloud

2011-01-27 Thread buildsys
perl-HTML-TagCloud has broken dependencies in the rawhide tree: On x86_64: perl-HTML-TagCloud-0.34-5.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-HTML-TagCloud-0.34-5.fc15.noarch requires perl(strict) On i386: perl-HTML-TagCloud-0.34-5.fc15.noarch requires perl(

Broken dependencies: perl-Config-Extend-MySQL

2011-01-27 Thread buildsys
perl-Config-Extend-MySQL has broken dependencies in the rawhide tree: On x86_64: perl-Config-Extend-MySQL-0.04-3.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-Config-Extend-MySQL-0.04-3.fc15.noarch requires perl >= 0:5.006 perl-Config-Extend-MySQL-0.04-3.fc15.noar

Broken dependencies: perl-Log-Dispatch-Array

2011-01-27 Thread buildsys
perl-Log-Dispatch-Array has broken dependencies in the rawhide tree: On x86_64: perl-Log-Dispatch-Array-1.001-2.fc14.noarch requires perl(base) perl-Log-Dispatch-Array-1.001-2.fc14.noarch requires perl(:MODULE_COMPAT_5.12.0) perl-Log-Dispatch-Array-1.001-2.fc14.noarch req

Broken dependencies: perl-XML-XPathEngine

2011-01-27 Thread buildsys
perl-XML-XPathEngine has broken dependencies in the rawhide tree: On x86_64: perl-XML-XPathEngine-0.12-5.fc15.noarch requires perl(strict) perl-XML-XPathEngine-0.12-5.fc15.noarch requires perl(vars) perl-XML-XPathEngine-0.12-5.fc15.noarch requires perl(:MODULE_COMPAT_5.12

Broken dependencies: perl-Regexp-Common

2011-01-27 Thread buildsys
perl-Regexp-Common has broken dependencies in the rawhide tree: On x86_64: perl-Regexp-Common-2010010201-3.fc15.noarch requires perl(re) perl-Regexp-Common-2010010201-3.fc15.noarch requires perl(vars) perl-Regexp-Common-2010010201-3.fc15.noarch requires perl(Exporter)

Broken dependencies: perl-Gtk2-Ex-PodViewer

2011-01-27 Thread buildsys
perl-Gtk2-Ex-PodViewer has broken dependencies in the rawhide tree: On x86_64: perl-Gtk2-Ex-PodViewer-0.18-6.fc15.noarch requires perl >= 1:5.8.0 perl-Gtk2-Ex-PodViewer-0.18-6.fc15.noarch requires perl(lib) perl-Gtk2-Ex-PodViewer-0.18-6.fc15.noarch requires perl(File::Base

Broken dependencies: perl-Lingua-Flags

2011-01-27 Thread buildsys
perl-Lingua-Flags has broken dependencies in the rawhide tree: On x86_64: perl-Lingua-Flags-0.07-3.fc15.noarch requires perl(base) perl-Lingua-Flags-0.07-3.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-Lingua-Flags-0.07-3.fc15.noarch requires perl(strict)

Broken dependencies: perl-HTML-CalendarMonthSimple

2011-01-27 Thread buildsys
perl-HTML-CalendarMonthSimple has broken dependencies in the rawhide tree: On x86_64: perl-HTML-CalendarMonthSimple-1.25-8.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-HTML-CalendarMonthSimple-1.25-8.fc15.noarch requires perl(strict) On i386: perl-HTML-CalendarMo

Broken dependencies: perl-DateTime-Format-MySQL

2011-01-27 Thread buildsys
perl-DateTime-Format-MySQL has broken dependencies in the rawhide tree: On x86_64: perl-DateTime-Format-MySQL-0.04-11.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-DateTime-Format-MySQL-0.04-11.fc15.noarch requires perl(vars) perl-DateTime-Format-MySQL-0.04-11.fc1

Broken dependencies: perl-MIME-Types

2011-01-27 Thread buildsys
perl-MIME-Types has broken dependencies in the rawhide tree: On x86_64: perl-MIME-Types-1.28-4.fc15.noarch requires perl(vars) perl-MIME-Types-1.28-4.fc15.noarch requires perl(:MODULE_COMPAT_5.12.2) perl-MIME-Types-1.28-4.fc15.noarch requires perl(overload) perl-MI

Broken dependencies: perl-Term-Size-Perl

2011-01-27 Thread buildsys
perl-Term-Size-Perl has broken dependencies in the rawhide tree: On x86_64: perl-Term-Size-Perl-0.029-6.fc15.x86_64 requires perl(:MODULE_COMPAT_5.12.2) perl-Term-Size-Perl-0.029-6.fc15.x86_64 requires perl(vars) perl-Term-Size-Perl-0.029-6.fc15.x86_64 requires perl(stric

Broken dependencies: perl-libintl

2011-01-27 Thread buildsys
perl-libintl has broken dependencies in the rawhide tree: On x86_64: perl-libintl-1.20-3.fc15.x86_64 requires perl(DynaLoader) perl-libintl-1.20-3.fc15.x86_64 requires perl(locale) perl-libintl-1.20-3.fc15.x86_64 requires perl(IO::Handle) perl-libintl-1.20-3.fc15.x

  1   2   >