Re: installation of my own rpm in a Fedora without internet

2011-02-20 Thread Matej Cepl
Dne 20.2.2011 06:32, seth vidal napsal(a):
 yum has more info and tracks more stuff than rm does

... just love this typo (is it a Freudian slip leaking Seth's opinion on
rpm?) :)

Matěj
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: installation of my own rpm in a Fedora without internet

2011-02-20 Thread Till Maas
On Sat, Feb 19, 2011 at 07:53:33PM -0300, Domingo Becker wrote:
 2011/2/19 Till Maas opensou...@till.name:

  You can try this to install rpms from the local directory:
  yum --disablerepo=\* install ./*.rpm

 The command I always use is
 
 yum install --nogpg my-own.rpm another.rpm
 
 I don't remember now the exact error message. It was a depmod.xml file
 was missing for Fedora repo or something.

Above command will most likely avoid this error which results from
repositories being enabled that yum has no or not enough data for.

Regards
Till


pgpmhdNzNONmC.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: installation of my own rpm in a Fedora without internet

2011-02-20 Thread Till Maas
On Sat, Feb 19, 2011 at 04:26:55PM +0100, Dominic Hopf wrote:

   yum localinstall file.rpm

install does the same as localinstall nowadays when a filename is given
as a parameter afaik.

Regards
Till


pgp06flTaBo6h.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: New celt build broke jack-audio-connection-kit...

2011-02-20 Thread Michael Schwendt
On Sat, 19 Feb 2011 21:57:20 -0500, Gregory wrote:

 On Sat, Feb 19, 2011 at 9:13 PM, Orcan Ogetbil wrote:
  I didn't try Michael's fix myself since I don't have a rawhide box
  with real audio hardware.
 
  But looking at the celt code, specifically to the implementations of
  celt_decoder_create() and celt_decoder_create_custom() , I don't think
  Michael did it wrong.
 
  Am I missing something? Why shouldn't it work?
 
 Two reasons, the libcelt package is not compiled with
 --enable-custom-modes, so it will not support anything but the frame
 sizes of 120,240,480, and 960 at 48kHz and no other.  The netjack
 functionality matches the CELT mode to the jack period which must be a
 power of two (64,128,256,512,1024) as using another size would add
 additional delay.  As the 0.11 package is compiled it can not be used
 for netjack.

Which only adds to the fact that this CELT upgrade should not have been
published in Fedora like this. Still, broken run-time and broken buildroot
creation are two separate issues.

http://bugz.fedoraproject.org/celt   is empty.

 The second issue is that the celt-0.8 patch included in the SRPM is
 incorrect— for some unimaginable reason it provides NULL to the
 frame-size parameter, at first I assumed that this never could have
 worked,

That patch is not new, I've just added jack-1.9.6-celt011.patch which
touches two lines.

 If someone can get the libcelt package in fedora compiled with
 --enable-custom-modes I can provide revised and tested patches for
 jack.  I'm clueless about the fedora packaging process— but as one of
 the libcelt authors and a netjack user I know this software rather
 well and I'm perfectly comfortable hacking on it.

Would you like to join the Fedora Project and get access to the packages
yourself? It certainly sounds like you could increase the quality of
the packages you've commented on - even if you used your Fedora Account
primarly to 'watchcommits' and 'watchbugzilla' as a co-maintainer but
with the permission to jump in when necessary. I've added the current
celt packager in Cc.

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: installation of my own rpm in a Fedora without internet

2011-02-20 Thread seth vidal
On Sun, 2011-02-20 at 12:20 +0100, Matej Cepl wrote:
 Dne 20.2.2011 06:32, seth vidal napsal(a):
  yum has more info and tracks more stuff than rm does
 
 ... just love this typo (is it a Freudian slip leaking Seth's opinion on
 rpm?) :)
 

No, it is not. rpm is essential to everything yum does. However, b/c of
the way our distro is created yum is essential to getting packages
installed sensibly and tracking those packages.

-sv


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Review swaps

2011-02-20 Thread Hans de Goede
Hi,

I've been working on packaging lcd4linux (to use together with the digital
picture frames I also wrote a libgphoto driver for a while ago).

The packaging is complete and now I'm looking for reviewers for the
following 3 packages. As usual I'll gladly swap a review for a review.
Note that the first 2 are deps of the lcd4linux.

678887 - Review Request: libst2205 - Library for accessing the display of
hacked st2205 photo frames
678889 - Review Request: serdisplib - Library to drive serial displays with
built-in controllers
678891 - Review Request: lcd4linux - Display system state on an external LCD 
display

Regards,

Hans
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


gcc 4.6 / objective C error

2011-02-20 Thread Bruno Wolff III
I am trying to get raidem build again and am getting the following error
message:
src/candy/tank-track.m:73:1: error: instance variable has unknown size

I am not sure what to be looking for as I don't know objective C.
A google search for the error message didn't turn up anything with objective
C code. I tried tweaking some stuff in the implementation, but that didn't
seem to matter, so I suspect it is really something in the interface causing
a problem.

Upstream's last update was in 2006, so I am guessing I won't get a lot of
help there.

Any hints would be appreciated.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: gcc 4.6 / objective C error

2011-02-20 Thread Bruno Wolff III
On Sun, Feb 20, 2011 at 10:49:41 -0600,
  Bruno Wolff III br...@wolff.to wrote:
 I am trying to get raidem build again and am getting the following error
 message:
 src/candy/tank-track.m:73:1: error: instance variable has unknown size
 
 I am not sure what to be looking for as I don't know objective C.
 A google search for the error message didn't turn up anything with objective
 C code. I tried tweaking some stuff in the implementation, but that didn't
 seem to matter, so I suspect it is really something in the interface causing
 a problem.
 
 Upstream's last update was in 2006, so I am guessing I won't get a lot of
 help there.
 
 Any hints would be appreciated.

It looks like a pointer reference to an empty struct was accounting for the
error. I am going to try using void instead an see if things seem to work.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Review swaps

2011-02-20 Thread tim.laurid...@gmail.com
On Sun, Feb 20, 2011 at 5:34 PM, Hans de Goede hdego...@redhat.com wrote:

 Hi,

 I've been working on packaging lcd4linux (to use together with the digital
 picture frames I also wrote a libgphoto driver for a while ago).

 The packaging is complete and now I'm looking for reviewers for the
 following 3 packages. As usual I'll gladly swap a review for a review.
 Note that the first 2 are deps of the lcd4linux.

 678887 - Review Request: libst2205 - Library for accessing the display of
 hacked st2205 photo frames
 678889 - Review Request: serdisplib - Library to drive serial displays with
 built-in controllers
 678891 - Review Request: lcd4linux - Display system state on an external
 LCD display

 Regards,

 Hans
 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel


I will review them for free :)

Tim
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: librsvg2 unmaintained?

2011-02-20 Thread Michael Schwendt
On 18 February 2011 21:29, Matthias Clasen wrote:
 On Fri, 2011-02-18 at 14:57 +0100, Michael Schwendt wrote:
 https://bugzilla.redhat.com/553069 (Nautilus) piles up duplicates.

 I've pointed out what's going wrong in librsvg2, one way to prevent the
 crash, and that there is another duplicate (for F-13) here:
   https://bugzilla.redhat.com/show_bug.cgi?id=553069#c8
   -- https://bugzilla.redhat.com/show_bug.cgi?id=603183

 Test-case files are attached to the ticket, another file is linked in a
 comment.

 The upstream ticket file several months ago about librsvg2 is unanswered,
 too:

   https://bugzilla.gnome.org/show_bug.cgi?id=626802

 Is librsvg2 unmaintained?

 I would say it is 'weakly' maintained, like a great many other modules.

Thanks for pushing a fix nevertheless. It has fixed Nautilus, Firefox,
Geeqie, ... and all other librsvg2 users.

In bugzilla 553069 many of the dupes are false positives due to ABRT
running wild with non-working detection of duplicates.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


[Test-Announce] This week is Graphics Test Week

2011-02-20 Thread Adam Williamson
Hi, Fedorans. Please be informed that this week is Fedora Graphics Test
Week. Tuesday 2011-02-22 is Nouveau Test Day [1], Wednesday 2011-02-23
is Radeon Test Day [2] and Thursday 2011-02-24 is Intel (graphics) Test
Day [3].

Testing is very easy and can be done entirely with a live image, there's
no need to install F15 or Rawhide; full instructions are available on
the Wiki pages. QA folks and graphics developers will be in
#fedora-test-day during the events. These test days are super-important
this release because we'll be checking out the support for GNOME Shell,
one of the major features of F15; we really need to get a good idea of
the state of hardware support for the Shell, so PLEASE do come out and
help test if you have any spare time this week! Also please help spread
the word anywhere you can - your local enthusiast community, any news
websites you know, particularly ones in non-English languages (as I'm
not great at covering those).

There's a longer write-up on my blog [4]. Please get in touch with me
directly or the test mailing list if you have any questions or
suggestions. Thanks!

[1] http://fedoraproject.org/wiki/Test_Day:2011-02-22_Nouveau
[2] http://fedoraproject.org/wiki/Test_Day:2011-02-23_Radeon
[3] http://fedoraproject.org/wiki/Test_Day:2011-02-24_Intel
[4] http://www.happyassassin.net/2011/02/20/its-graphics-test-week-again/
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Fedora Talk: adamwill AT fedoraproject DOT org
http://www.happyassassin.net

___
test-announce mailing list
test-annou...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/test-announce
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: installation of my own rpm in a Fedora without internet

2011-02-20 Thread Matej Cepl
Dne 20.2.2011 16:40, seth vidal napsal(a):
 No, it is not. rpm is essential to everything yum does. However, b/c of
 the way our distro is created yum is essential to getting packages
 installed sensibly and tracking those packages.

Just to make it obvious ... I was kidding, I know rpm is essential to
you. I have just cannot resist. Sorry.

matěj

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

systemd fail-to-boot in rawhide

2011-02-20 Thread Matthew Miller
Updated to this morning's rawhide. Rebooted. Now, I get to mounting my
filesystems, which works succesfully, and then it just sits there.

If I hit control-alt-delete, some text comes up, ending with Starting
Notify Audit System and Update UTMP about System Shutdown... and it just
hangs there. I can hit ctrl-alt-delete and get more, different output.


If I try to boot to runlevel 1, it gets to starting Wait for storage scan
and then Starting Initialize storage subsystems (RAID, LVM, etc.)... and
then hangs. This shouldn't be hard on this system, since, while I am using
software raid, I'm not doing anything crazy. If I hit ctrl-alt-delete there,
after a long wait, I get some more text ending with Rebooting... on the
screen alone, but no *actual* rebooting.

I can boot with /bin/bash, but then what?

How do I even go about diagnosing this?




-- 
Matthew Miller mat...@mattdm.org
Senior Systems Architect -- Instructional  Research Computing Services
Harvard School of Engineering  Applied Sciences
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


[perlbrew/el6/master: 3/3] Merge branch 'master' into el6

2011-02-20 Thread Iain Arnell
commit 173a05d4e3c8183095964864850950b60c066b58
Merge: bf4c475 ed82e93
Author: Iain Arnell iarn...@gmail.com
Date:   Sun Feb 20 14:39:55 2011 +0100

Merge branch 'master' into el6

 .gitignore|1 +
 perlbrew.spec |   10 --
 sources   |2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perlbrew: 16/16] Merge branch 'f13'

2011-02-20 Thread Iain Arnell
commit c8e57c927a88c290061382939a193bd27bc84291
Merge: 173a05d 6ac34ae
Author: Iain Arnell iarn...@gmail.com
Date:   Sun Feb 20 14:42:48 2011 +0100

Merge branch 'f13'

 .gitignore |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perlbrew/f15/master] (16 commits) ...Merge branch 'f13'

2011-02-20 Thread Iain Arnell
Summary of changes:

  f4c4d86... Initialize branch F-13 for perlbrew (*)
  bd7024b... Initialize branch F-12 for perlbrew (*)
  60ccbd7... initial import (*)
  e5c04db... initial import (*)
  37bf1d5... dist-git conversion (*)
  7c3a867... dist-git conversion (*)
  59f0696... Merge branch 'master' into el6 (*)
  51590f5... Merge branch 'master' into f13 (*)
  25d29cb... Merge branch 'master' into el6 (*)
  300c450... Merge branch 'master' into f13 (*)
  1b7c35f... Merge branch 'master' into el6 (*)
  c68642c... Merge branch 'master' into f13 (*)
  bf4c475... Merge branch 'master' into el6 (*)
  6ac34ae... Merge branch 'master' into f13 (*)
  173a05d... Merge branch 'master' into el6 (*)
  c8e57c9... Merge branch 'f13' (*)

(*) 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 678850] perlbrew-0.16 is available

2011-02-20 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=678850

--- Comment #3 from Fedora Update System upda...@fedoraproject.org 2011-02-20 
08:52:03 EST ---
perlbrew-0.16-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/perlbrew-0.16-1.fc14

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 678850] perlbrew-0.16 is available

2011-02-20 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=678850

--- Comment #1 from Fedora Update System upda...@fedoraproject.org 2011-02-20 
08:51:49 EST ---
perlbrew-0.16-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/perlbrew-0.16-1.fc15

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Kwiki-Search/f15/master] - Switch to using perl-filters/Abandon filter-requires.sh (Work around broken deps caused by rpm d

2011-02-20 Thread corsepiu
Summary of changes:

  18c4f46... - Switch to using perl-filters/Abandon filter-requires.sh   (*)

(*) 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-JSON-RPC

2011-02-20 Thread buildsys


perl-JSON-RPC has broken dependencies in the F-15 tree:
On x86_64:
perl-JSON-RPC-0.96-7.fc15.noarch requires perl(MyApp)
On i386:
perl-JSON-RPC-0.96-7.fc15.noarch requires perl(MyApp)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Kwiki-RecentChanges

2011-02-20 Thread buildsys


perl-Kwiki-RecentChanges has broken dependencies in the F-15 tree:
On x86_64:
perl-Kwiki-RecentChanges-0.14-12.fc15.noarch requires perl(mixin)
On i386:
perl-Kwiki-RecentChanges-0.14-12.fc15.noarch requires perl(mixin)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Kwiki-Search

2011-02-20 Thread buildsys


perl-Kwiki-Search has broken dependencies in the F-15 tree:
On x86_64:
perl-Kwiki-Search-0.12-14.fc15.noarch requires perl(mixin)
On i386:
perl-Kwiki-Search-0.12-14.fc15.noarch requires perl(mixin)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Declare-Constraints-Simple

2011-02-20 Thread buildsys


perl-Declare-Constraints-Simple has broken dependencies in the F-15 tree:
On x86_64:
perl-Declare-Constraints-Simple-0.03-11.fc15.noarch requires 
perl(Declare::Constraints::Simple-Library)
On i386:
perl-Declare-Constraints-Simple-0.03-11.fc15.noarch requires 
perl(Declare::Constraints::Simple-Library)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Kwiki-UserName

2011-02-20 Thread buildsys


perl-Kwiki-UserName has broken dependencies in the F-15 tree:
On x86_64:
perl-Kwiki-UserName-0.14-14.fc15.noarch requires perl(mixin)
On i386:
perl-Kwiki-UserName-0.14-14.fc15.noarch requires perl(mixin)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-CGI-Application-Structured-Tools

2011-02-20 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the F-15 tree:
On x86_64:
perl-CGI-Application-Structured-Tools-0.007-4.fc15.noarch requires 
main_module)
perl-CGI-Application-Structured-Tools-0.007-4.fc15.noarch requires 
perl(tmpl_var)
perl-CGI-Application-Structured-Tools-0.007-4.fc15.noarch requires 
perl(tmpl_var
On i386:
perl-CGI-Application-Structured-Tools-0.007-4.fc15.noarch requires 
main_module)
perl-CGI-Application-Structured-Tools-0.007-4.fc15.noarch requires 
perl(tmpl_var)
perl-CGI-Application-Structured-Tools-0.007-4.fc15.noarch requires 
perl(tmpl_var
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Data-ObjectDriver

2011-02-20 Thread buildsys


perl-Data-ObjectDriver has broken dependencies in the F-15 tree:
On x86_64:
perl-Data-ObjectDriver-0.08-2.fc15.noarch requires perl(DBD::Oracle)
perl-Data-ObjectDriver-0.08-2.fc15.noarch requires perl(DBI::db)
On i386:
perl-Data-ObjectDriver-0.08-2.fc15.noarch requires perl(DBD::Oracle)
perl-Data-ObjectDriver-0.08-2.fc15.noarch requires perl(DBI::db)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Kwiki-Users-Remote

2011-02-20 Thread buildsys


perl-Kwiki-Users-Remote has broken dependencies in the F-15 tree:
On x86_64:
perl-Kwiki-Users-Remote-0.04-12.fc15.noarch requires perl(mixin)
On i386:
perl-Kwiki-Users-Remote-0.04-12.fc15.noarch requires perl(mixin)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Gtk2-Ex-Carp

2011-02-20 Thread buildsys


perl-Gtk2-Ex-Carp has broken dependencies in the F-15 tree:
On x86_64:
perl-Gtk2-Ex-Carp-0.01-10.fc15.noarch requires perl(Gtk2::Dialog)
On i386:
perl-Gtk2-Ex-Carp-0.01-10.fc15.noarch requires perl(Gtk2::Dialog)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Object-InsideOut

2011-02-20 Thread buildsys


perl-Object-InsideOut has broken dependencies in the F-15 tree:
On x86_64:
perl-Object-InsideOut-3.56-5.fc15.noarch requires perl(t::Imp1)
perl-Object-InsideOut-3.56-5.fc15.noarch requires perl(t::Imp2)
On i386:
perl-Object-InsideOut-3.56-5.fc15.noarch requires perl(t::Imp1)
perl-Object-InsideOut-3.56-5.fc15.noarch requires perl(t::Imp2)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-CSS-DOM

2011-02-20 Thread buildsys


perl-CSS-DOM has broken dependencies in the F-15 tree:
On x86_64:
perl-CSS-DOM-0.14-3.fc15.noarch requires perl()
On i386:
perl-CSS-DOM-0.14-3.fc15.noarch requires perl()
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-DateTime-Set

2011-02-20 Thread buildsys


perl-DateTime-Set has broken dependencies in the F-15 tree:
On x86_64:
perl-DateTime-Set-0.28-4.fc15.noarch requires perl(Set::Infinite) = 
0:0.5502
On i386:
perl-DateTime-Set-0.28-4.fc15.noarch requires perl(Set::Infinite) = 
0:0.5502
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-bioperl

2011-02-20 Thread buildsys


perl-bioperl has broken dependencies in the F-15 tree:
On x86_64:
perl-bioperl-1.6.1-6.fc15.noarch requires 
perl(Bio::Expression::FeatureSet)
On i386:
perl-bioperl-1.6.1-6.fc15.noarch requires 
perl(Bio::Expression::FeatureSet)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Kwiki-UserPreferences

2011-02-20 Thread buildsys


perl-Kwiki-UserPreferences has broken dependencies in the F-15 tree:
On x86_64:
perl-Kwiki-UserPreferences-0.13-13.fc15.noarch requires perl(mixin)
On i386:
perl-Kwiki-UserPreferences-0.13-13.fc15.noarch requires perl(mixin)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Kwiki-Raw

2011-02-20 Thread buildsys


perl-Kwiki-Raw has broken dependencies in the F-15 tree:
On x86_64:
perl-Kwiki-Raw-0.02-13.fc15.noarch requires perl(mixin)
On i386:
perl-Kwiki-Raw-0.02-13.fc15.noarch requires perl(mixin)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-DBIx-ContextualFetch

2011-02-20 Thread buildsys


perl-DBIx-ContextualFetch has broken dependencies in the F-15 tree:
On x86_64:
perl-DBIx-ContextualFetch-1.03-11.fc15.noarch requires perl(DBI::st)
perl-DBIx-ContextualFetch-1.03-11.fc15.noarch requires perl(DBI::db)
On i386:
perl-DBIx-ContextualFetch-1.03-11.fc15.noarch requires perl(DBI::st)
perl-DBIx-ContextualFetch-1.03-11.fc15.noarch requires perl(DBI::db)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel