From ausil at fedoraproject.org Thu Nov 5 06:01:52 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Thu, 5 Nov 2009 06:01:52 +0000 (UTC) Subject: rpms/ocaml/devel ocaml.spec,1.62,1.63 Message-ID: <20091105060152.3B16611C0086@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/ocaml/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12150 Modified Files: ocaml.spec Log Message: include sparcv9 in the arch list Index: ocaml.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml/devel/ocaml.spec,v retrieving revision 1.62 retrieving revision 1.63 diff -u -p -r1.62 -r1.63 --- ocaml.spec 27 Oct 2009 10:02:04 -0000 1.62 +++ ocaml.spec 5 Nov 2009 06:01:51 -0000 1.63 @@ -2,7 +2,7 @@ Name: ocaml Version: 3.11.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Objective Caml compiler and programming environment @@ -55,7 +55,7 @@ Requires: gcc Requires: ncurses-devel Requires: gdbm-devel Provides: ocaml(compiler) = %{version} -ExclusiveArch: alpha armv4l %{ix86} ia64 x86_64 ppc sparc ppc64 +ExclusiveArch: alpha armv4l %{ix86} ia64 x86_64 ppc sparc sparcv9 ppc64 %define _use_internal_dependency_generator 0 %define __find_requires %{SOURCE4} -c -f %{buildroot}%{_bindir}/ocamlobjinfo @@ -451,6 +451,9 @@ fi %changelog +* Thu Nov 05 2009 Dennis Gilmore - 3.11.1-6 +- include sparcv9 in the arch list + * Tue Oct 27 2009 Richard W.M. Jones - 3.11.1-5 - Install ocaml.info files correctly (RHBZ#531204). From ausil at fedoraproject.org Thu Nov 5 06:05:07 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Thu, 5 Nov 2009 06:05:07 +0000 (UTC) Subject: rpms/ocaml/F-12 ocaml.spec,1.57,1.58 Message-ID: <20091105060507.896FF11C0086@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/ocaml/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12735 Modified Files: ocaml.spec Log Message: include sparcv9 Index: ocaml.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml/F-12/ocaml.spec,v retrieving revision 1.57 retrieving revision 1.58 diff -u -p -r1.57 -r1.58 --- ocaml.spec 25 Jul 2009 19:49:19 -0000 1.57 +++ ocaml.spec 5 Nov 2009 06:05:06 -0000 1.58 @@ -2,7 +2,7 @@ Name: ocaml Version: 3.11.1 -Release: 0.rc1.2%{?dist}.1 +Release: 0.rc1.2%{?dist}.2 Summary: Objective Caml compiler and programming environment @@ -51,7 +51,7 @@ Requires: gcc Requires: ncurses-devel Requires: gdbm-devel Provides: ocaml(compiler) = %{version} -ExclusiveArch: alpha armv4l %{ix86} ia64 x86_64 ppc sparc ppc64 +ExclusiveArch: alpha armv4l %{ix86} ia64 x86_64 ppc sparc sparcv9 ppc64 %define _use_internal_dependency_generator 0 %define __find_requires %{SOURCE4} -c -f %{buildroot}%{_bindir}/ocamlobjinfo @@ -434,6 +434,9 @@ fi %changelog +* Thu Nov 05 2009 Dennis Gilmore - 3.11.1-0.rc1.2.2 +- include sparcv9 in the arch list + * Sat Jul 25 2009 Fedora Release Engineering - 3.11.1-0.rc1.2.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From rjones at fedoraproject.org Mon Nov 2 10:53:40 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Mon, 2 Nov 2009 10:53:40 +0000 (UTC) Subject: rpms/ocaml-gettext/devel .cvsignore, 1.5, 1.6 ocaml-gettext.spec, 1.12, 1.13 sources, 1.5, 1.6 ocaml-gettext-0.3.2-dynlink.patch, 1.1, NONE Message-ID: <20091102105340.8A04C11C00E8@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-gettext/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21960 Modified Files: .cvsignore ocaml-gettext.spec sources Removed Files: ocaml-gettext-0.3.2-dynlink.patch Log Message: * Mon Nov 2 2009 Richard W.M. Jones - 0.3.3-1 - New upstream release 0.3.3 (mainly small bugfixes). - This requires ocaml-fileutils 0.4.0 and is incompatible with any earlier version. - Fixed a number of rpmlint warnings with *.ml files in the non-devel package. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-gettext/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 9 Jun 2008 15:48:46 -0000 1.5 +++ .cvsignore 2 Nov 2009 10:53:38 -0000 1.6 @@ -1 +1 @@ -ocaml-gettext-0.3.2.tar.gz +ocaml-gettext-0.3.3.tar.gz Index: ocaml-gettext.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-gettext/devel/ocaml-gettext.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- ocaml-gettext.spec 25 Jul 2009 19:57:17 -0000 1.12 +++ ocaml-gettext.spec 2 Nov 2009 10:53:39 -0000 1.13 @@ -2,8 +2,8 @@ %define debug_package %{nil} Name: ocaml-gettext -Version: 0.3.2 -Release: 9%{?dist} +Version: 0.3.3 +Release: 1%{?dist} Summary: OCaml library for i18n Group: Development/Libraries @@ -13,14 +13,11 @@ Source0: http://sylvain.le-gall.n BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: sparc64 s390 s390x -# Fix dynlink.cma now required with OCaml 3.11.0. -Patch0: ocaml-gettext-0.3.2-dynlink.patch - BuildRequires: ocaml >= 3.11.0-1 BuildRequires: ocaml-findlib-devel >= 1.2.1-3 BuildRequires: ocaml-ocamldoc BuildRequires: ocaml-camlp4-devel -BuildRequires: ocaml-fileutils-devel +BuildRequires: ocaml-fileutils-devel >= 0.4.0 BuildRequires: ocaml-camlidl-devel BuildRequires: ocaml-ounit-devel BuildRequires: docbook-style-xsl @@ -66,7 +63,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} # BZ 446919. -Requires: ocaml-fileutils-devel +Requires: ocaml-fileutils-devel >= 0.4.0 %description devel @@ -101,7 +98,6 @@ signature files for developing applicati %prep %setup -q -%patch0 -p1 %build @@ -171,8 +167,9 @@ rm -rf $RPM_BUILD_ROOT %exclude %{_libdir}/ocaml/gettext-stub/*.cmxa %exclude %{_libdir}/ocaml/gettext-stub/*.cmx %endif +%exclude %{_libdir}/ocaml/gettext/*.ml %exclude %{_libdir}/ocaml/gettext/*.mli -%exclude %{_libdir}/ocaml/gettext-stub/*.mli +%exclude %{_libdir}/ocaml/gettext-stub/*.ml %{_libdir}/ocaml/stublibs/*.so %{_libdir}/ocaml/stublibs/*.so.owner @@ -189,8 +186,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/ocaml/gettext-stub/*.cmxa %{_libdir}/ocaml/gettext-stub/*.cmx %endif +%{_libdir}/ocaml/gettext/*.ml %{_libdir}/ocaml/gettext/*.mli -%{_libdir}/ocaml/gettext-stub/*.mli +%{_libdir}/ocaml/gettext-stub/*.ml %{_bindir}/ocaml-gettext %{_bindir}/ocaml-xgettext @@ -221,6 +219,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 2 2009 Richard W.M. Jones - 0.3.3-1 +- New upstream release 0.3.3 (mainly small bugfixes). +- This requires ocaml-fileutils 0.4.0 and is incompatible with + any earlier version. +- Fixed a number of rpmlint warnings with *.ml files in the + non-devel package. + * Sat Jul 25 2009 Fedora Release Engineering - 0.3.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-gettext/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 9 Jun 2008 15:48:46 -0000 1.5 +++ sources 2 Nov 2009 10:53:39 -0000 1.6 @@ -1 +1 @@ -a68e0574f7a668d645503ffe466c3500 ocaml-gettext-0.3.2.tar.gz +f1105a62770e6175490e79b803d59e0c ocaml-gettext-0.3.3.tar.gz --- ocaml-gettext-0.3.2-dynlink.patch DELETED --- From bugzilla at redhat.com Mon Nov 9 21:21:04 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 9 Nov 2009 16:21:04 -0500 Subject: [Bug 533948] New: please consider changing the requires from /usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE/libperl.so to perl-libs%{?_isa} Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: please consider changing the requires from /usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE/libperl.so to perl-libs%{?_isa} https://bugzilla.redhat.com/show_bug.cgi?id=533948 Summary: please consider changing the requires from /usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE/lib perl.so to perl-libs%{?_isa} Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: ocaml-perl4caml AssignedTo: rjones at redhat.com ReportedBy: svidal at redhat.com QAContact: extras-qa at fedoraproject.org CC: rjones at redhat.com, fedora-ocaml-list at redhat.com Classification: Fedora Target Release: --- Please consider changing the requires from a file-requires to a %{?_isa} requires -- 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. From bugzilla at redhat.com Tue Nov 10 17:43:07 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 12:43:07 -0500 Subject: [Bug 531019] Wrong dependency for cduce In-Reply-To: References: Message-ID: <200911101743.nAAHh7oD014000@bz-web2.app.phx.redhat.com> 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=531019 --- Comment #11 from Fedora Update System 2009-11-10 12:43:05 EDT --- cduce-0.5.2.1-14.fc11.2 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- 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. From bugzilla at redhat.com Tue Nov 10 17:43:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 12:43:11 -0500 Subject: [Bug 531019] Wrong dependency for cduce In-Reply-To: References: Message-ID: <200911101743.nAAHhB8v014031@bz-web2.app.phx.redhat.com> 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=531019 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |0.5.2.1-14.fc11.2 Resolution|NOTABUG |ERRATA -- 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. From onkar.bhardwaj at gmail.com Tue Nov 17 06:13:50 2009 From: onkar.bhardwaj at gmail.com (onkar bhardwaj) Date: Tue, 17 Nov 2009 11:43:50 +0530 Subject: yum install ocaml-lacaml Message-ID: <251e1f950911162213j430b8c5cp4bcc324813222414@mail.gmail.com> Hi, I executed "yum install ocaml-lacaml" on my system but I don't know how to use it. Since this was installed using rpm, I am unable to know what module to open or which library to link and where yum has installed these things. Can someone send me a sample example? It will be a big help. Thanks in anticipation, -- --------------------------------------------- Onkar Bhardwaj M.E. 2006-08 (Telecommunication) Indian Institute of Science, Bangalore --------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From pkgdb at fedoraproject.org Thu Nov 19 09:53:56 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 19 Nov 2009 09:53:56 +0000 Subject: [pkgdb] virt-ctrl ownership updated Message-ID: <20091119095356.5425410F7E6@bastion2.fedora.phx.redhat.com> Package virt-ctrl in Fedora devel was orphaned by rjones To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/virt-ctrl From pkgdb at fedoraproject.org Thu Nov 19 09:53:56 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 19 Nov 2009 09:53:56 +0000 Subject: [pkgdb] virt-ctrl (un)retirement Message-ID: <20091119095356.60EB610F887@bastion2.fedora.phx.redhat.com> Package virt-ctrl in Fedora devel has been retired by rjones To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/virt-ctrl From bugzilla at redhat.com Thu Nov 19 15:54:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Nov 2009 10:54:47 -0500 Subject: [Bug 538891] New: FTBFS virt-ctrl-1.0.1-4.fc12 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: FTBFS virt-ctrl-1.0.1-4.fc12 https://bugzilla.redhat.com/show_bug.cgi?id=538891 Summary: FTBFS virt-ctrl-1.0.1-4.fc12 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mo ck-results/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: virt-ctrl AssignedTo: rjones at redhat.com ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: rjones at redhat.com, fedora-ocaml-list at redhat.com Blocks: 538681 Classification: Fedora virt-ctrl-1.0.1-4.fc12.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- 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. From bugzilla at redhat.com Thu Nov 19 16:49:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Nov 2009 11:49:02 -0500 Subject: [Bug 538891] FTBFS virt-ctrl-1.0.1-4.fc12 In-Reply-To: References: Message-ID: <200911191649.nAJGn2Qr023166@bz-web2.app.phx.redhat.com> 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=538891 --- Comment #8 from Richard W.M. Jones 2009-11-19 11:49:01 EDT --- I just removed virt-ctrl from Rawhide: https://fedorahosted.org/rel-eng/ticket/3162 -- 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. From bugzilla at redhat.com Thu Nov 19 17:31:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Nov 2009 12:31:06 -0500 Subject: [Bug 538891] FTBFS virt-ctrl-1.0.1-4.fc12 In-Reply-To: References: Message-ID: <200911191731.nAJHV6o5009535@bz-web2.app.phx.redhat.com> 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=538891 FTBFS changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Triaged -- 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. From rjones at redhat.com Wed Nov 25 19:51:45 2009 From: rjones at redhat.com (Richard W.M. Jones) Date: Wed, 25 Nov 2009 19:51:45 +0000 Subject: yum install ocaml-lacaml In-Reply-To: <251e1f950911162213j430b8c5cp4bcc324813222414@mail.gmail.com> References: <251e1f950911162213j430b8c5cp4bcc324813222414@mail.gmail.com> Message-ID: <20091125195145.GA21296@amd.home.annexia.org> On Tue, Nov 17, 2009 at 11:43:50AM +0530, onkar bhardwaj wrote: > Hi, > I executed "yum install ocaml-lacaml" on my system but I don't know how to > use it. > Since this was installed using rpm, I am unable to know what module to open > or > which library to link and where yum has installed these things. > Can someone send me a sample example? It will be a big help. Sorry Onkar, didn't see this until now because of all the other status messages on this list. I hope this reply doesn't come too late. You can use lacaml in various ways. Certainly the easiest way is to use ocamlfind / topfind, like this: $ ocaml Objective Caml version 3.11.1 # #use "topfind";; - : unit = () Findlib has been successfully loaded. Additional directives: #require "package";; to load a package #list;; to list the available packages #camlp4o;; to load camlp4 (standard syntax) #camlp4r;; to load camlp4 (revised syntax) #predicates "p,q,...";; to set these predicates Topfind.reset();; to force that packages will be reloaded #thread;; to enable threads - : unit = () # #require "lacaml";; /usr/lib64/ocaml/unix.cma: loaded /usr/lib64/ocaml/bigarray.cma: loaded /usr/lib64/ocaml/lacaml: added to search path /usr/lib64/ocaml/lacaml/lacaml.cma: loaded /usr/lib64/ocaml/lacaml/lacaml_top.cma: loaded You can then do: open Lacaml.Impl.S and there are hundreds of functions available. Probably best to read the documentation: http://hg.ocaml.info/release/lacaml/raw-file/release-5.4.7/README.txt In general terms, lacaml on Fedora should behave and act exactly the same way as it does on other OCaml distributions. If there are any differences, they might be bugs, so file a bugzilla. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://et.redhat.com/~rjones/virt-df/ From bugzilla at redhat.com Wed Nov 25 21:33:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 25 Nov 2009 16:33:48 -0500 Subject: [Bug 541427] New: ocaml-cairo-devel needs to require ocaml-lablgtk-devel Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: ocaml-cairo-devel needs to require ocaml-lablgtk-devel https://bugzilla.redhat.com/show_bug.cgi?id=541427 Summary: ocaml-cairo-devel needs to require ocaml-lablgtk-devel Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ocaml-cairo AssignedTo: rjones at redhat.com ReportedBy: orion at cora.nwra.com QAContact: extras-qa at fedoraproject.org CC: rjones at redhat.com, fedora-ocaml-list at redhat.com Classification: Fedora Description of problem: yum -y install ocaml-cairo-devel - does not install ocaml-lablgtk-devel, and: # cat test_cairo.ml module C = Cairo # ocamlfind c -package cairo -linkpkg test_cairo.ml -o test_cairo ocamlfind: Package `lablgtk2' not found - Required by `cairo.lablgtk2' Version-Release number of selected component (if applicable): 1.0.0-1.fc13 Other error after ocaml-lablgtk-devel is: # ocamlfind c -package cairo -linkpkg test_cairo.ml -o test_cairo File "test_cairo.ml", line 1, characters 0-1: Error: Error on dynamically loaded library: /usr/lib/ocaml/stublibs/dllmlcairo.so: /usr/lib/ocaml/stublibs/dllmlcairo.so: undefined symbol: cairo_ps_surface_set_dpi_REPLACED_BY_cairo_surface_set_fallback_resolution can file separate bug if desired. -- 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. From onkar.bhardwaj at gmail.com Thu Nov 26 06:20:23 2009 From: onkar.bhardwaj at gmail.com (onkar bhardwaj) Date: Thu, 26 Nov 2009 11:50:23 +0530 Subject: yum install ocaml-lacaml In-Reply-To: <20091125195145.GA21296@amd.home.annexia.org> References: <251e1f950911162213j430b8c5cp4bcc324813222414@mail.gmail.com> <20091125195145.GA21296@amd.home.annexia.org> Message-ID: <251e1f950911252220t5e0618c7neeacabfd26fc6e41@mail.gmail.com> Hi, Thanks. One more naive difficulty : I could do #use "topfind" but #require "lacaml" wasnt successful. It says no such packgae found though I have lacaml installed in the same /usr/lib64/ocaml directory. I have also added required variables to PATH and LD_LIBRARY_PATH. It does not show lacaml after "#list" too. I reinstalled lacaml but same thing again. What can be the reason? Regardsm Onkar On 11/26/09, Richard W.M. Jones wrote: > On Tue, Nov 17, 2009 at 11:43:50AM +0530, onkar bhardwaj wrote: >> Hi, >> I executed "yum install ocaml-lacaml" on my system but I don't know how to >> use it. >> Since this was installed using rpm, I am unable to know what module to >> open >> or >> which library to link and where yum has installed these things. >> Can someone send me a sample example? It will be a big help. > > Sorry Onkar, didn't see this until now because of all the other status > messages on this list. I hope this reply doesn't come too late. > > You can use lacaml in various ways. Certainly the easiest way is to > use ocamlfind / topfind, like this: > > $ ocaml > > Objective Caml version 3.11.1 > > # #use "topfind";; > - : unit = () > Findlib has been successfully loaded. Additional directives: > #require "package";; to load a package > #list;; to list the available packages > #camlp4o;; to load camlp4 (standard syntax) > #camlp4r;; to load camlp4 (revised syntax) > #predicates "p,q,...";; to set these predicates > Topfind.reset();; to force that packages will be reloaded > #thread;; to enable threads > > - : unit = () > # #require "lacaml";; > /usr/lib64/ocaml/unix.cma: loaded > /usr/lib64/ocaml/bigarray.cma: loaded > /usr/lib64/ocaml/lacaml: added to search path > /usr/lib64/ocaml/lacaml/lacaml.cma: loaded > /usr/lib64/ocaml/lacaml/lacaml_top.cma: loaded > > You can then do: > > open Lacaml.Impl.S > > and there are hundreds of functions available. Probably best to read > the documentation: > > http://hg.ocaml.info/release/lacaml/raw-file/release-5.4.7/README.txt > > In general terms, lacaml on Fedora should behave and act exactly the > same way as it does on other OCaml distributions. If there are any > differences, they might be bugs, so file a bugzilla. > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat > http://people.redhat.com/~rjones > virt-df lists disk usage of guests without needing to install any > software inside the virtual machine. Supports Linux and Windows. > http://et.redhat.com/~rjones/virt-df/ > -- --------------------------------------------- Onkar Bhardwaj M.E. 2006-08 (Telecommunication) Indian Institute of Science, Bangalore --------------------------------------------- From bugzilla at redhat.com Thu Nov 26 09:40:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Nov 2009 04:40:39 -0500 Subject: [Bug 541427] ocaml-cairo-devel needs to require ocaml-lablgtk-devel In-Reply-To: References: Message-ID: <200911260940.nAQ9edPn007972@bz-web2.app.phx.redhat.com> 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=541427 Richard W.M. Jones changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |541542 -- 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. From bugzilla at redhat.com Thu Nov 26 09:40:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Nov 2009 04:40:38 -0500 Subject: [Bug 541542] New: ocaml-cairo: cairo_ps_surface_set_dpi_REPLACED_BY_cairo_surface_set_fallback_resolution Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: ocaml-cairo: cairo_ps_surface_set_dpi_REPLACED_BY_cairo_surface_set_fallback_resolution https://bugzilla.redhat.com/show_bug.cgi?id=541542 Summary: ocaml-cairo: cairo_ps_surface_set_dpi_REPLACED_BY_cairo_surface_set _fallback_resolution Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ocaml-cairo AssignedTo: rjones at redhat.com ReportedBy: rjones at redhat.com QAContact: extras-qa at fedoraproject.org CC: rjones at redhat.com, orion at cora.nwra.com, fedora-ocaml-list at redhat.com Depends on: 541427 Classification: Fedora Target Release: --- Clone Of: 541427 +++ This bug was initially created as a clone of Bug #541427 +++ Description of problem: yum -y install ocaml-cairo-devel - does not install ocaml-lablgtk-devel, and: # cat test_cairo.ml module C = Cairo # ocamlfind c -package cairo -linkpkg test_cairo.ml -o test_cairo ocamlfind: Package `lablgtk2' not found - Required by `cairo.lablgtk2' Version-Release number of selected component (if applicable): 1.0.0-1.fc13 Other error after ocaml-lablgtk-devel is: # ocamlfind c -package cairo -linkpkg test_cairo.ml -o test_cairo File "test_cairo.ml", line 1, characters 0-1: Error: Error on dynamically loaded library: /usr/lib/ocaml/stublibs/dllmlcairo.so: /usr/lib/ocaml/stublibs/dllmlcairo.so: undefined symbol: cairo_ps_surface_set_dpi_REPLACED_BY_cairo_surface_set_fallback_resolution can file separate bug if desired. -- 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. From bugzilla at redhat.com Thu Nov 26 09:41:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Nov 2009 04:41:40 -0500 Subject: [Bug 541427] ocaml-cairo-devel needs to require ocaml-lablgtk-devel In-Reply-To: References: Message-ID: <200911260941.nAQ9feIV024744@bz-web1.app.phx.redhat.com> 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=541427 --- Comment #1 from Richard W.M. Jones 2009-11-26 04:41:39 EDT --- Created bug 541542 for the cairo_ps_surface_set_dpi_REPLACED_BY_cairo_surface_set_fallback_resolution issue. -- 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. From bugzilla at redhat.com Thu Nov 26 09:48:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Nov 2009 04:48:01 -0500 Subject: [Bug 541542] ocaml-cairo: cairo_ps_surface_set_dpi_REPLACED_BY_cairo_surface_set_fallback_resolution In-Reply-To: References: Message-ID: <200911260948.nAQ9m1g5026534@bz-web1.app.phx.redhat.com> 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=541542 Bug 541542 depends on bug 541427, which changed state. Bug 541427 Summary: ocaml-cairo-devel needs to require ocaml-lablgtk-devel https://bugzilla.redhat.com/show_bug.cgi?id=541427 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE -- 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. From bugzilla at redhat.com Thu Nov 26 09:48:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Nov 2009 04:48:00 -0500 Subject: [Bug 541427] ocaml-cairo-devel needs to require ocaml-lablgtk-devel In-Reply-To: References: Message-ID: <200911260948.nAQ9m0lU026520@bz-web1.app.phx.redhat.com> 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=541427 Richard W.M. Jones changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE --- Comment #2 from Richard W.M. Jones 2009-11-26 04:47:59 EDT --- Built with the extra dependency for Rawhide: http://koji.fedoraproject.org/koji/taskinfo?taskID=1831809 -- 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. From bugzilla at redhat.com Thu Nov 26 09:48:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Nov 2009 04:48:36 -0500 Subject: [Bug 541542] ocaml-cairo: cairo_ps_surface_set_dpi_REPLACED_BY_cairo_surface_set_fallback_resolution In-Reply-To: References: Message-ID: <200911260948.nAQ9maWO010051@bz-web2.app.phx.redhat.com> 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=541542 Richard W.M. Jones changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(orion at cora.nwra.c | |om) --- Comment #1 from Richard W.M. Jones 2009-11-26 04:48:35 EDT --- Orion, can you attach the test_cairo.ml program to this bug? -- 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. From rjones at redhat.com Thu Nov 26 09:54:24 2009 From: rjones at redhat.com (Richard W.M. Jones) Date: Thu, 26 Nov 2009 09:54:24 +0000 Subject: yum install ocaml-lacaml In-Reply-To: <251e1f950911252220t5e0618c7neeacabfd26fc6e41@mail.gmail.com> References: <251e1f950911162213j430b8c5cp4bcc324813222414@mail.gmail.com> <20091125195145.GA21296@amd.home.annexia.org> <251e1f950911252220t5e0618c7neeacabfd26fc6e41@mail.gmail.com> Message-ID: <20091126095424.GD25010@amd.home.annexia.org> On Thu, Nov 26, 2009 at 11:50:23AM +0530, onkar bhardwaj wrote: > Hi, > > Thanks. One more naive difficulty : > > I could do #use "topfind" > but #require "lacaml" wasnt successful. It says no such packgae found > though I have lacaml installed in the same /usr/lib64/ocaml directory. > I have also added required variables to PATH and LD_LIBRARY_PATH. > It does not show lacaml after "#list" too. I reinstalled lacaml but > same thing again. What can be the reason? You don't need to set PATH or LD_LIBRARY_PATH. Have you installed ocaml-lacaml-devel? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 70 libraries supprt'd http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw From onkar.bhardwaj at gmail.com Thu Nov 26 10:57:21 2009 From: onkar.bhardwaj at gmail.com (onkar bhardwaj) Date: Thu, 26 Nov 2009 16:27:21 +0530 Subject: yum install ocaml-lacaml In-Reply-To: <20091126095424.GD25010@amd.home.annexia.org> References: <251e1f950911162213j430b8c5cp4bcc324813222414@mail.gmail.com> <20091125195145.GA21296@amd.home.annexia.org> <251e1f950911252220t5e0618c7neeacabfd26fc6e41@mail.gmail.com> <20091126095424.GD25010@amd.home.annexia.org> Message-ID: <251e1f950911260257p2cddc216maf6457f5b0a69123@mail.gmail.com> Hi, I did it after your mail but still the problem persists. I also executed "updatedb" to check the possibility of stale databases. Reg, Onkar On Thu, Nov 26, 2009 at 3:24 PM, Richard W.M. Jones wrote: > On Thu, Nov 26, 2009 at 11:50:23AM +0530, onkar bhardwaj wrote: > > Hi, > > > > Thanks. One more naive difficulty : > > > > I could do #use "topfind" > > but #require "lacaml" wasnt successful. It says no such packgae found > > though I have lacaml installed in the same /usr/lib64/ocaml directory. > > I have also added required variables to PATH and LD_LIBRARY_PATH. > > It does not show lacaml after "#list" too. I reinstalled lacaml but > > same thing again. What can be the reason? > > You don't need to set PATH or LD_LIBRARY_PATH. > > Have you installed ocaml-lacaml-devel? > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat > http://people.redhat.com/~rjones > New in Fedora 11: Fedora Windows cross-compiler. Compile Windows > programs, test, and build Windows installers. Over 70 libraries supprt'd > http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw > -- --------------------------------------------- Onkar Bhardwaj M.E. 2006-08 (Telecommunication) Indian Institute of Science, Bangalore --------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From rjones at redhat.com Thu Nov 26 11:10:34 2009 From: rjones at redhat.com (Richard W.M. Jones) Date: Thu, 26 Nov 2009 11:10:34 +0000 Subject: yum install ocaml-lacaml In-Reply-To: <251e1f950911260257p2cddc216maf6457f5b0a69123@mail.gmail.com> References: <251e1f950911162213j430b8c5cp4bcc324813222414@mail.gmail.com> <20091125195145.GA21296@amd.home.annexia.org> <251e1f950911252220t5e0618c7neeacabfd26fc6e41@mail.gmail.com> <20091126095424.GD25010@amd.home.annexia.org> <251e1f950911260257p2cddc216maf6457f5b0a69123@mail.gmail.com> Message-ID: <20091126111034.GF25010@amd.home.annexia.org> On Thu, Nov 26, 2009 at 04:27:21PM +0530, onkar bhardwaj wrote: > Hi, > I did it after your mail but still the problem persists. I also executed > "updatedb" to check the possibility of stale databases. As far as I'm aware, it should work. If it doesn't it may be a bug - please file a bug giving full details of your system and the versions of Fedora and the OCaml packages you are using. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://et.redhat.com/~rjones/virt-df/ From bugzilla at redhat.com Thu Nov 26 18:46:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Nov 2009 13:46:44 -0500 Subject: [Bug 541542] ocaml-cairo: cairo_ps_surface_set_dpi_REPLACED_BY_cairo_surface_set_fallback_resolution In-Reply-To: References: Message-ID: <200911261846.nAQIkiu4011987@bz-web1.app.phx.redhat.com> 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=541542 Orion Poplawski changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(orion at cora.nwra.c | |om) | --- Comment #2 from Orion Poplawski 2009-11-26 13:46:43 EDT --- It's in the comment above - it's one line. -- 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. From bugzilla at redhat.com Thu Nov 26 19:11:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Nov 2009 14:11:29 -0500 Subject: [Bug 541542] ocaml-cairo: cairo_ps_surface_set_dpi_REPLACED_BY_cairo_surface_set_fallback_resolution In-Reply-To: References: Message-ID: <200911261911.nAQJBTw6006968@bz-web2.app.phx.redhat.com> 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=541542 --- Comment #3 from Richard W.M. Jones 2009-11-26 14:11:28 EDT --- Yup, I'm being stupid. This works OK for me: $ echo 'module C = Cairo' > test_cairo.ml $ ocamlfind c -package cairo -linkpkg test_cairo.ml -o test_cairo $ ./test_cairo [no errors] ocaml-3.11.1-5.fc13.x86_64 ocaml-findlib-1.2.5-1.fc13.x86_64 ocaml-cairo-1.2.0.cvs20080301-11.fc12.x86_64 cairo-1.8.8-3.fc12.x86_64 cairo-devel-1.8.8-3.fc12.x86_64 -- 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. From buildsys at fedoraproject.org Sat Nov 14 15:51:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:18 +0000 (UTC) Subject: Broken dependencies: ocaml-libvirt Message-ID: <20091114155118.92B741F808B@releng2.fedora.phx.redhat.com> ocaml-libvirt has broken dependencies in the development tree: On ppc: mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.2) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.3.4) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.4) mlvirsh-0.6.1.0-6.fc12.ppc requires libvirt.so.0 mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1.2) mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6 mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2 mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.7) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.3) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6 On ppc64: mlvirsh-0.6.1.0-6.fc12.ppc64 requires libm.so.6()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libdl.so.2()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libvirt.so.0()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) On ppc: ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libvirt.so.0 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f On ppc64: ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6()(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libvirt.so.0()(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:43 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:43 +0000 (UTC) Subject: Broken dependencies: mldonkey Message-ID: <20091114155143.7C7D41F8092@releng2.fedora.phx.redhat.com> mldonkey has broken dependencies in the development tree: On ppc: mldonkey-server-3.0.0-3.fc12.ppc requires /bin/sh mldonkey-server-3.0.0-3.fc12.ppc requires /bin/bash mldonkey-server-3.0.0-3.fc12.ppc requires /bin/sh On ppc64: mldonkey-server-3.0.0-3.fc12.ppc64 requires /bin/sh mldonkey-server-3.0.0-3.fc12.ppc64 requires /bin/bash mldonkey-server-3.0.0-3.fc12.ppc64 requires /bin/sh On ppc: mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.3.4) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.4) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1) mldonkey-3.0.0-3.fc12.ppc requires libm.so.6(GLIBC_2.0) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1.2) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1.3) mldonkey-3.0.0-3.fc12.ppc requires /bin/sh mldonkey-3.0.0-3.fc12.ppc requires libm.so.6 mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.2) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6 mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.7) mldonkey-3.0.0-3.fc12.ppc requires libdl.so.2 mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.3.2) mldonkey-3.0.0-3.fc12.ppc requires libm.so.6(GLIBC_2.1) mldonkey-3.0.0-3.fc12.ppc requires libmagic.so.1 mldonkey-3.0.0-3.fc12.ppc requires rtld(GNU_HASH) mldonkey-3.0.0-3.fc12.ppc requires libdl.so.2(GLIBC_2.1) mldonkey-3.0.0-3.fc12.ppc requires /usr/bin/perl mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.0) mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.2) mldonkey-3.0.0-3.fc12.ppc requires libdl.so.2(GLIBC_2.0) mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.0) mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.1) mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0 mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.3) mldonkey-3.0.0-3.fc12.ppc requires logrotate On ppc64: mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires /bin/sh mldonkey-3.0.0-3.fc12.ppc64 requires libm.so.6()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires logrotate mldonkey-3.0.0-3.fc12.ppc64 requires libpthread.so.0()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libmagic.so.1()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libdl.so.2()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires rtld(GNU_HASH) mldonkey-3.0.0-3.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires /usr/bin/perl mldonkey-3.0.0-3.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3.2)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.3.4) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.4) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1) mldonkey-gui-3.0.0-3.fc12.ppc requires libm.so.6(GLIBC_2.0) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1.2) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1.3) mldonkey-gui-3.0.0-3.fc12.ppc requires /bin/sh mldonkey-gui-3.0.0-3.fc12.ppc requires libgdk_pixbuf-2.0.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.0) mldonkey-gui-3.0.0-3.fc12.ppc requires libm.so.6 mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.2) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6 mldonkey-gui-3.0.0-3.fc12.ppc requires libfreetype.so.6 mldonkey-gui-3.0.0-3.fc12.ppc requires libdl.so.2 mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.3.2) mldonkey-gui-3.0.0-3.fc12.ppc requires libm.so.6(GLIBC_2.1) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.7) mldonkey-gui-3.0.0-3.fc12.ppc requires libgdk-x11-2.0.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libmagic.so.1 mldonkey-gui-3.0.0-3.fc12.ppc requires rtld(GNU_HASH) mldonkey-gui-3.0.0-3.fc12.ppc requires libdl.so.2(GLIBC_2.1) mldonkey-gui-3.0.0-3.fc12.ppc requires libgtk-x11-2.0.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.0) mldonkey-gui-3.0.0-3.fc12.ppc requires libatk-1.0.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libX11.so.6 mldonkey-gui-3.0.0-3.fc12.ppc requires libdl.so.2(GLIBC_2.0) mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.1) mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.3) mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.2) On ppc64: mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libfreetype.so.6()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires /bin/sh mldonkey-gui-3.0.0-3.fc12.ppc64 requires libX11.so.6()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libm.so.6()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libpthread.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libmagic.so.1()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libdl.so.2()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires rtld(GNU_HASH) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3.2)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libatk-1.0.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: konqueror-mldonkey-ed2k-support-3.0.0-3.fc12.ppc requires /usr/bin/perl On ppc64: konqueror-mldonkey-ed2k-support-3.0.0-3.fc12.ppc64 requires /usr/bin/perl Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:27 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:27 +0000 (UTC) Subject: Broken dependencies: ocaml-reins Message-ID: <20091114155227.2D0271F808B@releng2.fedora.phx.redhat.com> ocaml-reins has broken dependencies in the development tree: On ppc: ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Ratio) = 0:5ee67f3f53c78b1d40c5da48028935f3 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Big_int) = 0:b094bddd70d11f4b8592f3957a8b3d9f ocaml-reins-0.1a-6.fc12.ppc requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Nat) = 0:3ba7c2bfbc706aa841271c572dbb55de ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-reins-0.1a-6.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-reins-0.1a-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Ratio) = 0:5ee67f3f53c78b1d40c5da48028935f3 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Big_int) = 0:b094bddd70d11f4b8592f3957a8b3d9f ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Nat) = 0:3ba7c2bfbc706aa841271c572dbb55de ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:42 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:42 +0000 (UTC) Subject: Broken dependencies: ocaml-camlp5 Message-ID: <20091114155242.4B5CA1F808B@releng2.fedora.phx.redhat.com> ocaml-camlp5 has broken dependencies in the development tree: On ppc: ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Warnings) = 0:f8edde181ba3c5ccbccdbdcf0e922d3a ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Path) = 0:3f80ef0865cd9994e2dcb1444d86c8b9 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Longident) = 0:af7a4daa7675e00536bcf34c30f1ef8e ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Primitive) = 0:ffb9c662271efdee731a555268b835a9 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Location) = 0:0d236ae3a37e3f5f553fe29e883ac46d ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Weak) = 0:aada27147107868937e9d245df90602d ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Env) = 0:85c160706e01672db948b045d51d0663 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Types) = 0:51884d3e170a51d2c53e50c054df93c5 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Sort) = 0:9c21ba6feb0f450e0978ccace879a09e ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Ident) = 0:d2f1896a13d2b6ab5a7f039f2e1e4baf ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Consistbl) = 0:caff227b73e80a299bc9064d8932a731 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Topdirs) = 0:259bd544fdba007c4f0fb2efdbf8e3e2 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Toploop) = 0:85ab2f8a53c5adc2ef86abcfd6f2aa92 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Warnings) = 0:f8edde181ba3c5ccbccdbdcf0e922d3a ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Path) = 0:3f80ef0865cd9994e2dcb1444d86c8b9 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Longident) = 0:af7a4daa7675e00536bcf34c30f1ef8e ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Primitive) = 0:ffb9c662271efdee731a555268b835a9 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Location) = 0:0d236ae3a37e3f5f553fe29e883ac46d ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Weak) = 0:aada27147107868937e9d245df90602d ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Env) = 0:85c160706e01672db948b045d51d0663 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Types) = 0:51884d3e170a51d2c53e50c054df93c5 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Sort) = 0:9c21ba6feb0f450e0978ccace879a09e ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Ident) = 0:d2f1896a13d2b6ab5a7f039f2e1e4baf ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Consistbl) = 0:caff227b73e80a299bc9064d8932a731 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Topdirs) = 0:259bd544fdba007c4f0fb2efdbf8e3e2 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Toploop) = 0:85ab2f8a53c5adc2ef86abcfd6f2aa92 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc: ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libm.so.6()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires /bin/sh ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) On ppc64: ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libm.so.6()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires /bin/sh ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:43 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:43 +0000 (UTC) Subject: Broken dependencies: coq Message-ID: <20091114155243.7DB4B1F808B@releng2.fedora.phx.redhat.com> coq has broken dependencies in the development tree: On ppc: coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3.4) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.4) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.1) coq-coqide-8.2pl1-1.fc12.ppc requires libm.so.6(GLIBC_2.0) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.1.2) coq-coqide-8.2pl1-1.fc12.ppc requires libgdk_pixbuf-2.0.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires libm.so.6 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.2) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.11) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6 coq-coqide-8.2pl1-1.fc12.ppc requires libfreetype.so.6 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.7) coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.0) coq-coqide-8.2pl1-1.fc12.ppc requires libdl.so.2 coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.3.2) coq-coqide-8.2pl1-1.fc12.ppc requires libm.so.6(GLIBC_2.1) coq-coqide-8.2pl1-1.fc12.ppc requires libgdk-x11-2.0.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires rtld(GNU_HASH) coq-coqide-8.2pl1-1.fc12.ppc requires libdl.so.2(GLIBC_2.1) coq-coqide-8.2pl1-1.fc12.ppc requires libgtk-x11-2.0.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.0) coq-coqide-8.2pl1-1.fc12.ppc requires libatk-1.0.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3.2) coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.2) coq-coqide-8.2pl1-1.fc12.ppc requires /usr/bin/ocamlrun coq-coqide-8.2pl1-1.fc12.ppc requires libdl.so.2(GLIBC_2.0) coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.1) coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc: coq-emacs-8.2pl1-1.fc12.ppc requires emacs On ppc: coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.2) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3.4) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.4) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.1) coq-8.2pl1-1.fc12.ppc requires libm.so.6(GLIBC_2.0) coq-8.2pl1-1.fc12.ppc requires /usr/bin/ocamlrun coq-8.2pl1-1.fc12.ppc requires libm.so.6(GLIBC_2.1) coq-8.2pl1-1.fc12.ppc requires rtld(GNU_HASH) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.1.2) coq-8.2pl1-1.fc12.ppc requires libdl.so.2(GLIBC_2.1) coq-8.2pl1-1.fc12.ppc requires libc.so.6 coq-8.2pl1-1.fc12.ppc requires libdl.so.2(GLIBC_2.0) coq-8.2pl1-1.fc12.ppc requires libdl.so.2 coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.7) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.0) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3) coq-8.2pl1-1.fc12.ppc requires libm.so.6 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:47 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:47 +0000 (UTC) Subject: Broken dependencies: ocaml-ounit Message-ID: <20091114155247.25EDA1F8087@releng2.fedora.phx.redhat.com> ocaml-ounit has broken dependencies in the development tree: On ppc: ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 On ppc64: ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:56 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:56 +0000 (UTC) Subject: Broken dependencies: ocaml-gsl Message-ID: <20091114155256.53D631F808B@releng2.fedora.phx.redhat.com> ocaml-gsl has broken dependencies in the development tree: On ppc: ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-gsl-0.6.0-9.fc12.ppc requires libm.so.6 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-gsl-0.6.0-9.fc12.ppc requires libm.so.6(GLIBC_2.2) ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-gsl-0.6.0-9.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-gsl-0.6.0-9.fc12.ppc64 requires libc.so.6()(64bit) ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-gsl-0.6.0-9.fc12.ppc64 requires libm.so.6()(64bit) ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-gsl-0.6.0-9.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-gsl-0.6.0-9.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-gsl-0.6.0-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: ocaml-gsl-devel-0.6.0-9.fc12.ppc64 requires /bin/sh ocaml-gsl-devel-0.6.0-9.fc12.ppc64 requires /bin/sh On ppc64: ocaml-gsl-devel-0.6.0-9.fc12.ppc64 requires /bin/sh ocaml-gsl-devel-0.6.0-9.fc12.ppc64 requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:56 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:56 +0000 (UTC) Subject: Broken dependencies: ocaml-newt Message-ID: <20091114155256.8AA6C1F808C@releng2.fedora.phx.redhat.com> ocaml-newt has broken dependencies in the development tree: On ppc: ocaml-newt-0.9-7.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-newt-0.9-7.fc12.ppc requires libc.so.6 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-newt-0.9-7.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-newt-0.9-7.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-newt-0.9-7.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-newt-0.9-7.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-newt-0.9-7.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 On ppc64: ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-newt-0.9-7.fc12.ppc64 requires libc.so.6()(64bit) ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-newt-0.9-7.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:13 +0000 (UTC) Subject: Broken dependencies: ocaml-cmigrep Message-ID: <20091114155313.AB2181F808B@releng2.fedora.phx.redhat.com> ocaml-cmigrep has broken dependencies in the development tree: On ppc: ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-cmigrep-1.5-13.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocaml-cmigrep-1.5-13.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6 ocaml-cmigrep-1.5-13.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-cmigrep-1.5-13.fc12.ppc requires libdl.so.2 ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.3) ocaml-cmigrep-1.5-13.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-cmigrep-1.5-13.fc12.ppc requires libm.so.6 On ppc64: ocaml-cmigrep-1.5-13.fc12.ppc64 requires libm.so.6()(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6()(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:25 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:25 +0000 (UTC) Subject: Broken dependencies: ocaml-xmlrpc-light Message-ID: <20091114155325.46A471F808C@releng2.fedora.phx.redhat.com> ocaml-xmlrpc-light has broken dependencies in the development tree: On ppc: ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_log) = 0:7605dfa91f03e4953402a0e059cfd896 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Mimestring) = 0:b7373937c1a270c5a95b61cc3adf4c7b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_services) = 0:d59bfe517cb12c6bc4d41337f164875b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_transport) = 0:a3d907294a4d667b8ce0af30cc206a43 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_types) = 0:4c5896e050cc30c17a33872872cdf5be ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Scanf) = 0:c56c08d4e2ea6dddf2693c92cc7e2903 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttp) = 0:95236bb6876885220571b13a1a0b262a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Neturl) = 0:c1708f2c01088a148d0d73887454c80a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_client) = 0:d2634922de57701a13ae12907c5857df ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_reactor) = 0:37d2d5600d6fdcea3537df15ae35fd1f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netcgi1_compat) = 0:d7afadf29419823b8f6037bf0127abd5 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netmime) = 0:ceecc71ddc63f4f2f9af784cc39df8c4 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netcgi_cgi) = 0:db12304cab0e548733544453e780e940 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Xdr) = 0:3395a7cf9a07cca8100d95aae9f4d728 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_workload) = 0:5496658570f180a803a1ae819e1cc56e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Unixqueue) = 0:65f5d40043c4353137275e24923d2f58 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_kernel) = 0:7031118806534960df38100369f0e269 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netencoding) = 0:45d144e3c1e14046cba88fca92729bc0 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_plex) = 0:ff768d9c575f11d659d4210bcb55d54f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_mp) = 0:6a3f8f04a315e4ec49b00918abed970d ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_types) = 0:06878e6e45306b9ef96aa4e3a2751a7e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_main) = 0:43b11f8e7bba515ce2281f92213a94ae ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Uq_engines) = 0:6612fb6eac4dcce9fbb500a9140a0ca9 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netconst) = 0:80cfbc56513a50e0754d91b674e30a23 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc) = 0:900eac6066c2204a540e9924d7006ed3 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_packer) = 0:447c87bf466f76c235cdace962b78bdc ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_server) = 0:755cdfd6ea0496686b62f57198cf231f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Equeue) = 0:329e036bb2778b249d6763d22407af19 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_program) = 0:1b9cbbb2270abf8efb400fa7a8170f2c ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netcgi_common) = 0:fe1e2c84327110b260f71b0a1a65aad6 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rtypes) = 0:a92bf97e3eb19b0cea1b944b89eb64e5 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netcgi) = 0:26bdc807fcffe5c853e49153672ef714 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netstream) = 0:4e9103149726da95efdfe5dbd7cad67a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Http_client) = 0:5a7abb008a3ec9b75d6c20a96450274f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_log) = 0:7605dfa91f03e4953402a0e059cfd896 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Mimestring) = 0:b7373937c1a270c5a95b61cc3adf4c7b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_services) = 0:d59bfe517cb12c6bc4d41337f164875b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_transport) = 0:a3d907294a4d667b8ce0af30cc206a43 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_types) = 0:4c5896e050cc30c17a33872872cdf5be ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Scanf) = 0:c56c08d4e2ea6dddf2693c92cc7e2903 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttp) = 0:95236bb6876885220571b13a1a0b262a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Neturl) = 0:c1708f2c01088a148d0d73887454c80a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_client) = 0:d2634922de57701a13ae12907c5857df ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_reactor) = 0:37d2d5600d6fdcea3537df15ae35fd1f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netcgi1_compat) = 0:d7afadf29419823b8f6037bf0127abd5 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netmime) = 0:ceecc71ddc63f4f2f9af784cc39df8c4 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netcgi_cgi) = 0:db12304cab0e548733544453e780e940 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Xdr) = 0:3395a7cf9a07cca8100d95aae9f4d728 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_workload) = 0:5496658570f180a803a1ae819e1cc56e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Unixqueue) = 0:65f5d40043c4353137275e24923d2f58 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_kernel) = 0:7031118806534960df38100369f0e269 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netencoding) = 0:45d144e3c1e14046cba88fca92729bc0 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_plex) = 0:ff768d9c575f11d659d4210bcb55d54f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_mp) = 0:6a3f8f04a315e4ec49b00918abed970d ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_types) = 0:06878e6e45306b9ef96aa4e3a2751a7e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_main) = 0:43b11f8e7bba515ce2281f92213a94ae ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Uq_engines) = 0:6612fb6eac4dcce9fbb500a9140a0ca9 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netconst) = 0:80cfbc56513a50e0754d91b674e30a23 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc) = 0:900eac6066c2204a540e9924d7006ed3 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_packer) = 0:447c87bf466f76c235cdace962b78bdc ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_server) = 0:755cdfd6ea0496686b62f57198cf231f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Equeue) = 0:329e036bb2778b249d6763d22407af19 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_program) = 0:1b9cbbb2270abf8efb400fa7a8170f2c ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netcgi_common) = 0:fe1e2c84327110b260f71b0a1a65aad6 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rtypes) = 0:a92bf97e3eb19b0cea1b944b89eb64e5 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netcgi) = 0:26bdc807fcffe5c853e49153672ef714 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netstream) = 0:4e9103149726da95efdfe5dbd7cad67a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Http_client) = 0:5a7abb008a3ec9b75d6c20a96450274f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:28 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:28 +0000 (UTC) Subject: Broken dependencies: ocaml-pxp Message-ID: <20091114155328.0F38F1F808B@releng2.fedora.phx.redhat.com> ocaml-pxp has broken dependencies in the development tree: On ppc: ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Warnings) = 0:f8edde181ba3c5ccbccdbdcf0e922d3a ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Str) = 0:6d55a2164c08a48952f20f86f1b83bd7 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Stack) = 0:3acaafc4b4651e7b29c1bbfa86320dec ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Path) = 0:3f80ef0865cd9994e2dcb1444d86c8b9 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Neturl) = 0:c1708f2c01088a148d0d73887454c80a ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Longident) = 0:af7a4daa7675e00536bcf34c30f1ef8e ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Primitive) = 0:ffb9c662271efdee731a555268b835a9 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Types) = 0:51884d3e170a51d2c53e50c054df93c5 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Location) = 0:0d236ae3a37e3f5f553fe29e883ac46d ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netstring_str) = 0:1312797680b85dc1cfa6c753230c81b1 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Env) = 0:85c160706e01672db948b045d51d0663 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netulex) = 0:a03f6b50de730e7546b6962b40173dba ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Pcre) = 0:6d801a6ce79c77dcc4e1d5b1f5fff620 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Ident) = 0:d2f1896a13d2b6ab5a7f039f2e1e4baf ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Consistbl) = 0:caff227b73e80a299bc9064d8932a731 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Toploop) = 0:85ab2f8a53c5adc2ef86abcfd6f2aa92 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:36 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:36 +0000 (UTC) Subject: Broken dependencies: ocaml-zip Message-ID: <20091114155336.53A1C1F808C@releng2.fedora.phx.redhat.com> ocaml-zip has broken dependencies in the development tree: On ppc: ocaml-zip-1.04-3.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-zip-1.04-3.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-zip-1.04-3.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-zip-1.04-3.fc12.ppc requires libc.so.6 ocaml-zip-1.04-3.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-zip-1.04-3.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-zip-1.04-3.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-zip-1.04-3.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-zip-1.04-3.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-zip-1.04-3.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-zip-1.04-3.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-zip-1.04-3.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-zip-1.04-3.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 On ppc64: ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-zip-1.04-3.fc12.ppc64 requires libc.so.6()(64bit) ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-zip-1.04-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:39 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:39 +0000 (UTC) Subject: Broken dependencies: ocaml-ulex Message-ID: <20091114155339.22A8A1F808B@releng2.fedora.phx.redhat.com> ocaml-ulex has broken dependencies in the development tree: On ppc: ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-ulex-1.1-8.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-ulex-1.1-8.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:52 +0000 (UTC) Subject: Broken dependencies: ocaml-camlidl Message-ID: <20091114155352.20AAE1F808C@releng2.fedora.phx.redhat.com> ocaml-camlidl has broken dependencies in the development tree: On ppc: ocaml-camlidl-1.05-10.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-camlidl-1.05-10.fc12.ppc requires /usr/bin/ocamlrun ocaml-camlidl-1.05-10.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-camlidl-1.05-10.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-camlidl-1.05-10.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-camlidl-1.05-10.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-camlidl-1.05-10.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-camlidl-1.05-10.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-camlidl-1.05-10.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-camlidl-1.05-10.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:23 +0000 (UTC) Subject: Broken dependencies: ocaml-expat Message-ID: <20091114155423.E08291F808B@releng2.fedora.phx.redhat.com> ocaml-expat has broken dependencies in the development tree: On ppc: ocaml-expat-0.9.1-17.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-expat-0.9.1-17.fc12.ppc requires libc.so.6 ocaml-expat-0.9.1-17.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-expat-0.9.1-17.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-expat-0.9.1-17.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-expat-0.9.1-17.fc12.ppc requires libc.so.6(GLIBC_2.1.3) On ppc64: ocaml-expat-0.9.1-17.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-expat-0.9.1-17.fc12.ppc64 requires libc.so.6()(64bit) ocaml-expat-0.9.1-17.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-expat-0.9.1-17.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-expat-0.9.1-17.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:24 +0000 (UTC) Subject: Broken dependencies: ocaml-bitstring Message-ID: <20091114155424.CC20A1F8087@releng2.fedora.phx.redhat.com> ocaml-bitstring has broken dependencies in the development tree: On ppc: ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-bitstring-2.0.0-10.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-bitstring-2.0.0-10.fc12.ppc requires libc.so.6 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-bitstring-2.0.0-10.fc12.ppc64 requires libc.so.6()(64bit) ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: ocaml-bitstring-devel-2.0.0-10.fc12.ppc64 requires /usr/bin/ocamlrun On ppc64: ocaml-bitstring-devel-2.0.0-10.fc12.ppc64 requires /usr/bin/ocamlrun Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:45 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:45 +0000 (UTC) Subject: Broken dependencies: ocaml-curl Message-ID: <20091114155445.837001B80AE@releng2.fedora.phx.redhat.com> ocaml-curl has broken dependencies in the development tree: On ppc: ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:51 +0000 (UTC) Subject: Broken dependencies: ocaml-omake Message-ID: <20091114155451.707B01F8100@releng2.fedora.phx.redhat.com> ocaml-omake has broken dependencies in the development tree: On ppc: ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-omake-0.9.8.5-9.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocaml-omake-0.9.8.5-9.fc12.ppc requires libm.so.6 ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6 ocaml-omake-0.9.8.5-9.fc12.ppc requires libdl.so.2 ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-omake-0.9.8.5-9.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-omake-0.9.8.5-9.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-omake-0.9.8.5-9.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libm.so.6()(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6()(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:52 +0000 (UTC) Subject: Broken dependencies: ocaml-pa-monad Message-ID: <20091114155452.CE3951F80BD@releng2.fedora.phx.redhat.com> ocaml-pa-monad has broken dependencies in the development tree: On ppc: ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:54 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:54 +0000 (UTC) Subject: Broken dependencies: ocaml-preludeml Message-ID: <20091114155454.7C8AC1F8138@releng2.fedora.phx.redhat.com> ocaml-preludeml has broken dependencies in the development tree: On ppc: ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Pcre) = 0:6d801a6ce79c77dcc4e1d5b1f5fff620 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Netdate) = 0:30913487673f7f8869f808f49a7fcadd ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Pcre) = 0:6d801a6ce79c77dcc4e1d5b1f5fff620 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Netdate) = 0:30913487673f7f8869f808f49a7fcadd ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:06 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:06 +0000 (UTC) Subject: Broken dependencies: ocaml-SDL Message-ID: <20091114155506.8DC6A1F80A0@releng2.fedora.phx.redhat.com> ocaml-SDL has broken dependencies in the development tree: On ppc: ocaml-SDL-0.7.2-20.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-SDL-0.7.2-20.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-SDL-0.7.2-20.fc12.ppc requires libSDL-1.2.so.0 ocaml-SDL-0.7.2-20.fc12.ppc requires libc.so.6 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-SDL-0.7.2-20.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-SDL-0.7.2-20.fc12.ppc requires libpthread.so.0 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-SDL-0.7.2-20.fc12.ppc64 requires libc.so.6()(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-SDL-0.7.2-20.fc12.ppc64 requires libSDL-1.2.so.0()(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-SDL-0.7.2-20.fc12.ppc64 requires libpthread.so.0()(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-SDL-0.7.2-20.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:12 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:12 +0000 (UTC) Subject: Broken dependencies: ocaml-bisect Message-ID: <20091114155512.96B451F8087@releng2.fedora.phx.redhat.com> ocaml-bisect has broken dependencies in the development tree: On ppc: ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libm.so.6 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libdl.so.2 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.3) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6()(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libm.so.6()(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:18 +0000 (UTC) Subject: Broken dependencies: ocaml-lablgtk Message-ID: <20091114155518.3E32B1F808B@releng2.fedora.phx.redhat.com> ocaml-lablgtk has broken dependencies in the development tree: On ppc: ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-lablgtk-2.14.0-2.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-lablgtk-2.14.0-2.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-lablgtk-2.14.0-2.fc12.ppc requires /bin/sh ocaml-lablgtk-2.14.0-2.fc12.ppc requires librt.so.1 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libgdk_pixbuf-2.0.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libc.so.6 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgtk-2.14.0-2.fc12.ppc requires libfreetype.so.6 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libgdk-x11-2.0.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-lablgtk-2.14.0-2.fc12.ppc requires libxml2.so.2 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libgnomevfs-2.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-lablgtk-2.14.0-2.fc12.ppc requires libgtk-x11-2.0.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-lablgtk-2.14.0-2.fc12.ppc requires libatk-1.0.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-lablgtk-2.14.0-2.fc12.ppc requires /usr/bin/ocamlrun ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libpthread.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 On ppc64: ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libxml2.so.2()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires librt.so.1()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libfreetype.so.6()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires /bin/sh ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libpthread.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libgnomevfs-2.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libatk-1.0.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Mutex) = 0:60fb057a4923c01932f593e58ab0bbac ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Condition) = 0:cac2a38bb9154bb628b8d3abe98151ad ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Mutex) = 0:60fb057a4923c01932f593e58ab0bbac ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Condition) = 0:cac2a38bb9154bb628b8d3abe98151ad ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:29 +0000 (UTC) Subject: Broken dependencies: ocamldsort Message-ID: <20091114155529.5AA811F808B@releng2.fedora.phx.redhat.com> ocamldsort has broken dependencies in the development tree: On ppc: ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.2) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.4) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.1) ocamldsort-0.14.4-7.fc12.ppc requires libm.so.6(GLIBC_2.0) ocamldsort-0.14.4-7.fc12.ppc requires libm.so.6(GLIBC_2.1) ocamldsort-0.14.4-7.fc12.ppc requires rtld(GNU_HASH) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocamldsort-0.14.4-7.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6 ocamldsort-0.14.4-7.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocamldsort-0.14.4-7.fc12.ppc requires libdl.so.2 ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.7) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.0) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.3) ocamldsort-0.14.4-7.fc12.ppc requires libm.so.6 On ppc64: ocamldsort-0.14.4-7.fc12.ppc64 requires libm.so.6()(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libdl.so.2()(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires rtld(GNU_HASH) ocamldsort-0.14.4-7.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:42 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:42 +0000 (UTC) Subject: Broken dependencies: ocaml-lablgl Message-ID: <20091114155542.AB6AC1F8087@releng2.fedora.phx.redhat.com> ocaml-lablgl has broken dependencies in the development tree: On ppc: ocaml-lablgl-devel-1.04-2.fc12.ppc64 requires ocaml-labltk-devel On ppc64: ocaml-lablgl-devel-1.04-2.fc12.ppc64 requires ocaml-labltk-devel On ppc: ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Widget) = 0:bd1674a51dba8a70d8cdfc22ee9d4866 ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-lablgl-1.04-2.fc12.ppc requires /bin/sh ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Rawwidget) = 0:e3bca5357297d3cf7b0d9ad755595c13 ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Tk) = 0:8149320516b161e439b6e9d0ef86ccda ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Textvariable) = 0:9249ae0a5132a6251c7054226d943cdc ocaml-lablgl-1.04-2.fc12.ppc requires libXxf86vm.so.1 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Timer) = 0:c35d1b907de195ad31f8274e7521647f ocaml-lablgl-1.04-2.fc12.ppc requires libX11.so.6 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Support) = 0:6d076e0e719aa819ca8d02e7317ae00e ocaml-lablgl-1.04-2.fc12.ppc requires libXext.so.6 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Protocol) = 0:218706e2a3341fd187fd16243fcefa19 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-lablgl-1.04-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Widget) = 0:bd1674a51dba8a70d8cdfc22ee9d4866 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgl-1.04-2.fc12.ppc64 requires /bin/sh ocaml-lablgl-1.04-2.fc12.ppc64 requires libX11.so.6()(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Rawwidget) = 0:e3bca5357297d3cf7b0d9ad755595c13 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Support) = 0:6d076e0e719aa819ca8d02e7317ae00e ocaml-lablgl-1.04-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Tk) = 0:8149320516b161e439b6e9d0ef86ccda ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Textvariable) = 0:9249ae0a5132a6251c7054226d943cdc ocaml-lablgl-1.04-2.fc12.ppc64 requires libXext.so.6()(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Timer) = 0:c35d1b907de195ad31f8274e7521647f ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-lablgl-1.04-2.fc12.ppc64 requires libXxf86vm.so.1()(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Protocol) = 0:218706e2a3341fd187fd16243fcefa19 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-lablgl-1.04-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:57 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:57 +0000 (UTC) Subject: Broken dependencies: emacs-common-tuareg Message-ID: <20091114155557.AE91D1F80AA@releng2.fedora.phx.redhat.com> emacs-common-tuareg has broken dependencies in the development tree: On ppc: emacs-common-tuareg-1.45.6-9.fc12.noarch requires ocaml-emacs On ppc64: emacs-common-tuareg-1.45.6-9.fc12.noarch requires ocaml-emacs On ppc: xemacs-tuareg-1.45.6-9.fc12.noarch requires xemacs(bin) >= 0:21.5.29 On ppc64: xemacs-tuareg-1.45.6-9.fc12.noarch requires xemacs(bin) >= 0:21.5.29 On ppc: emacs-tuareg-1.45.6-9.fc12.noarch requires emacs(bin) >= 1:23.1 On ppc64: emacs-tuareg-1.45.6-9.fc12.noarch requires emacs(bin) >= 1:23.1 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:03 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:03 +0000 (UTC) Subject: Broken dependencies: ocaml-augeas Message-ID: <20091114155603.23F9A1B8058@releng2.fedora.phx.redhat.com> ocaml-augeas has broken dependencies in the development tree: On ppc: ocaml-augeas-0.4-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-augeas-0.4-6.fc12.ppc requires libc.so.6 ocaml-augeas-0.4-6.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-augeas-0.4-6.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-augeas-0.4-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-augeas-0.4-6.fc12.ppc requires libc.so.6(GLIBC_2.1.3) On ppc64: ocaml-augeas-0.4-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-augeas-0.4-6.fc12.ppc64 requires libc.so.6()(64bit) ocaml-augeas-0.4-6.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-augeas-0.4-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-augeas-0.4-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:02 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:02 +0000 (UTC) Subject: Broken dependencies: ocaml-extlib Message-ID: <20091114155602.0FF1D1F809A@releng2.fedora.phx.redhat.com> ocaml-extlib has broken dependencies in the development tree: On ppc: ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f On ppc64: ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:09 +0000 (UTC) Subject: Broken dependencies: ocaml-perl4caml Message-ID: <20091114155609.92DD11F8105@releng2.fedora.phx.redhat.com> ocaml-perl4caml has broken dependencies in the development tree: On ppc: ocaml-perl4caml-0.9.5-10.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-perl4caml-0.9.5-10.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-perl4caml-0.9.5-10.fc12.ppc requires libm.so.6 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libc.so.6 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libutil.so.1 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-perl4caml-0.9.5-10.fc12.ppc requires libdl.so.2 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libcrypt.so.1 ocaml-perl4caml-0.9.5-10.fc12.ppc requires /usr/lib/perl5/5.10.0/ppc-linux-thread-multi/CORE/libperl.so ocaml-perl4caml-0.9.5-10.fc12.ppc requires perl(:MODULE_COMPAT_5.10.0) ocaml-perl4caml-0.9.5-10.fc12.ppc requires libnsl.so.1 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-perl4caml-0.9.5-10.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libperl.so ocaml-perl4caml-0.9.5-10.fc12.ppc requires libresolv.so.2 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libpthread.so.0(GLIBC_2.0) ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libpthread.so.0 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libc.so.6()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libperl.so()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libm.so.6()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libnsl.so.1()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libpthread.so.0()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires perl(:MODULE_COMPAT_5.10.0) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libresolv.so.2()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libcrypt.so.1()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libutil.so.1()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires /usr/lib64/perl5/5.10.0/ppc64-linux-thread-multi/CORE/libperl.so ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:13 +0000 (UTC) Subject: Broken dependencies: virt-ctrl Message-ID: <20091114155613.11D1E1F8154@releng2.fedora.phx.redhat.com> virt-ctrl has broken dependencies in the development tree: On ppc: virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.3.4) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.4) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.1) virt-ctrl-1.0.1-4.fc12.ppc requires libm.so.6(GLIBC_2.0) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.1.2) virt-ctrl-1.0.1-4.fc12.ppc requires libgdk_pixbuf-2.0.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libm.so.6 virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.2) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6 virt-ctrl-1.0.1-4.fc12.ppc requires libfreetype.so.6 virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.7) virt-ctrl-1.0.1-4.fc12.ppc requires libdl.so.2 virt-ctrl-1.0.1-4.fc12.ppc requires libm.so.6(GLIBC_2.1) virt-ctrl-1.0.1-4.fc12.ppc requires libgdk-x11-2.0.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libdl.so.2(GLIBC_2.1) virt-ctrl-1.0.1-4.fc12.ppc requires libgtk-x11-2.0.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.0) virt-ctrl-1.0.1-4.fc12.ppc requires libatk-1.0.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libvirt.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libdl.so.2(GLIBC_2.0) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libvirt.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libfreetype.so.6()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libm.so.6()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libdl.so.2()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libatk-1.0.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:17 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:17 +0000 (UTC) Subject: Broken dependencies: ocaml-deriving Message-ID: <20091114155617.91FAD1F8242@releng2.fedora.phx.redhat.com> ocaml-deriving has broken dependencies in the development tree: On ppc: ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Ratio) = 0:5ee67f3f53c78b1d40c5da48028935f3 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(CamlinternalMod) = 0:34d96af9340b540539e9d022ece9fc3c ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Big_int) = 0:b094bddd70d11f4b8592f3957a8b3d9f ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Nat) = 0:3ba7c2bfbc706aa841271c572dbb55de ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-deriving-0.1.1a-9.fc12.ppc requires /usr/bin/ocamlrun ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Num) = 0:a130968f082cd5c0b9fd83b97c9603c1 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Ratio) = 0:5ee67f3f53c78b1d40c5da48028935f3 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(CamlinternalMod) = 0:34d96af9340b540539e9d022ece9fc3c ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Big_int) = 0:b094bddd70d11f4b8592f3957a8b3d9f ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Nat) = 0:3ba7c2bfbc706aa841271c572dbb55de ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Num) = 0:a130968f082cd5c0b9fd83b97c9603c1 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:19 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:19 +0000 (UTC) Subject: Broken dependencies: ocaml-json-wheel Message-ID: <20091114155619.C76D11B8033@releng2.fedora.phx.redhat.com> ocaml-json-wheel has broken dependencies in the development tree: On ppc: ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-json-wheel-1.0.6-2.fc12.ppc requires librt.so.1(GLIBC_2.2) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocaml-json-wheel-1.0.6-2.fc12.ppc requires librt.so.1 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-json-wheel-1.0.6-2.fc12.ppc requires libm.so.6 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libdl.so.2 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-json-wheel-1.0.6-2.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-json-wheel-1.0.6-2.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.3) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires librt.so.1()(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libm.so.6()(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires librt.so.1(GLIBC_2.3)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:23 +0000 (UTC) Subject: Broken dependencies: ocaml-openin Message-ID: <20091114155623.6821C1B807F@releng2.fedora.phx.redhat.com> ocaml-openin has broken dependencies in the development tree: On ppc: ocaml-openin-20070524-9.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-openin-20070524-9.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-openin-20070524-9.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-openin-20070524-9.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-openin-20070524-9.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-openin-20070524-9.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-openin-20070524-9.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-openin-20070524-9.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-openin-20070524-9.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-openin-20070524-9.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-openin-20070524-9.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-openin-20070524-9.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-openin-20070524-9.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-openin-20070524-9.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:51 +0000 (UTC) Subject: Broken dependencies: ocaml-csv Message-ID: <20091114155451.0EF851F80F4@releng2.fedora.phx.redhat.com> ocaml-csv has broken dependencies in the development tree: On ppc: ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-csv-1.1.7-6.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6 ocaml-csv-1.1.7-6.fc12.ppc requires libdl.so.2 ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-csv-1.1.7-6.fc12.ppc requires libm.so.6 ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-csv-1.1.7-6.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-csv-1.1.7-6.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-csv-1.1.7-6.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.3) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6()(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires libm.so.6()(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-csv-1.1.7-6.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-csv-1.1.7-6.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:52 +0000 (UTC) Subject: Broken dependencies: ocaml-facile Message-ID: <20091114155552.B41691F808B@releng2.fedora.phx.redhat.com> ocaml-facile has broken dependencies in the development tree: On ppc: ocaml-facile-1.1-10.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-facile-1.1-10.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-facile-1.1-10.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Weak) = 0:aada27147107868937e9d245df90602d ocaml-facile-1.1-10.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-facile-1.1-10.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-facile-1.1-10.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-facile-1.1-10.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-facile-1.1-10.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-facile-1.1-10.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Weak) = 0:aada27147107868937e9d245df90602d ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:51 +0000 (UTC) Subject: Broken dependencies: ocaml-ssl Message-ID: <20091114155451.CA9E41F8106@releng2.fedora.phx.redhat.com> ocaml-ssl has broken dependencies in the development tree: On ppc: ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Mutex) = 0:60fb057a4923c01932f593e58ab0bbac ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ssl-0.4.3-5.fc12.ppc requires libcrypto.so.10 ocaml-ssl-0.4.3-5.fc12.ppc requires openssl ocaml-ssl-0.4.3-5.fc12.ppc requires libssl.so.10 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(runtime) = 0:3.11.1 On ppc64: ocaml-ssl-0.4.3-5.fc12.ppc64 requires openssl ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ssl-0.4.3-5.fc12.ppc64 requires libc.so.6()(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ssl-0.4.3-5.fc12.ppc64 requires libcrypto.so.10()(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Mutex) = 0:60fb057a4923c01932f593e58ab0bbac ocaml-ssl-0.4.3-5.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ssl-0.4.3-5.fc12.ppc64 requires libssl.so.10()(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ssl-0.4.3-5.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:29 +0000 (UTC) Subject: Broken dependencies: ocaml-xml-light Message-ID: <20091114155629.4FC6D1F8095@releng2.fedora.phx.redhat.com> ocaml-xml-light has broken dependencies in the development tree: On ppc: ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Stack) = 0:3acaafc4b4651e7b29c1bbfa86320dec ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Stack) = 0:3acaafc4b4651e7b29c1bbfa86320dec ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:26:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:26:52 +0000 (UTC) Subject: Broken dependencies: ocaml-libvirt Message-ID: <20091115132652.AAD511F8090@releng2.fedora.phx.redhat.com> ocaml-libvirt has broken dependencies in the development tree: On ppc: mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.2) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.3.4) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.4) mlvirsh-0.6.1.0-6.fc12.ppc requires libvirt.so.0 mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1.2) mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6 mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2 mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.7) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.3) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6 mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6(GLIBC_2.1) On ppc64: mlvirsh-0.6.1.0-6.fc12.ppc64 requires libm.so.6()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libvirt.so.0()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libdl.so.2()(64bit) On ppc: ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libvirt.so.0 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f On ppc64: ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6()(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libvirt.so.0()(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:21 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:21 +0000 (UTC) Subject: Broken dependencies: mldonkey Message-ID: <20091115132721.094861F8095@releng2.fedora.phx.redhat.com> mldonkey has broken dependencies in the development tree: On ppc: mldonkey-server-3.0.0-3.fc12.ppc requires /bin/sh mldonkey-server-3.0.0-3.fc12.ppc requires /bin/bash mldonkey-server-3.0.0-3.fc12.ppc requires /bin/sh On ppc64: mldonkey-server-3.0.0-3.fc12.ppc64 requires /bin/sh mldonkey-server-3.0.0-3.fc12.ppc64 requires /bin/bash mldonkey-server-3.0.0-3.fc12.ppc64 requires /bin/sh On ppc: mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.3.4) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.4) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1) mldonkey-3.0.0-3.fc12.ppc requires libm.so.6(GLIBC_2.0) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1.2) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1.3) mldonkey-3.0.0-3.fc12.ppc requires /bin/sh mldonkey-3.0.0-3.fc12.ppc requires libm.so.6 mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.2) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6 mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.7) mldonkey-3.0.0-3.fc12.ppc requires libdl.so.2 mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.3.2) mldonkey-3.0.0-3.fc12.ppc requires libm.so.6(GLIBC_2.1) mldonkey-3.0.0-3.fc12.ppc requires libmagic.so.1 mldonkey-3.0.0-3.fc12.ppc requires rtld(GNU_HASH) mldonkey-3.0.0-3.fc12.ppc requires libdl.so.2(GLIBC_2.1) mldonkey-3.0.0-3.fc12.ppc requires /usr/bin/perl mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.0) mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.2) mldonkey-3.0.0-3.fc12.ppc requires libdl.so.2(GLIBC_2.0) mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.0) mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.1) mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0 mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.3) mldonkey-3.0.0-3.fc12.ppc requires logrotate On ppc64: mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires /bin/sh mldonkey-3.0.0-3.fc12.ppc64 requires libm.so.6()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires logrotate mldonkey-3.0.0-3.fc12.ppc64 requires libpthread.so.0()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libmagic.so.1()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libdl.so.2()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires rtld(GNU_HASH) mldonkey-3.0.0-3.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires /usr/bin/perl mldonkey-3.0.0-3.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3.2)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.3.4) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.4) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1) mldonkey-gui-3.0.0-3.fc12.ppc requires libm.so.6(GLIBC_2.0) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1.2) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1.3) mldonkey-gui-3.0.0-3.fc12.ppc requires /bin/sh mldonkey-gui-3.0.0-3.fc12.ppc requires libgdk_pixbuf-2.0.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libm.so.6 mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.2) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6 mldonkey-gui-3.0.0-3.fc12.ppc requires libfreetype.so.6 mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.0) mldonkey-gui-3.0.0-3.fc12.ppc requires libdl.so.2 mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.3.2) mldonkey-gui-3.0.0-3.fc12.ppc requires libm.so.6(GLIBC_2.1) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.7) mldonkey-gui-3.0.0-3.fc12.ppc requires libgdk-x11-2.0.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires rtld(GNU_HASH) mldonkey-gui-3.0.0-3.fc12.ppc requires libmagic.so.1 mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.2) mldonkey-gui-3.0.0-3.fc12.ppc requires libdl.so.2(GLIBC_2.1) mldonkey-gui-3.0.0-3.fc12.ppc requires libgtk-x11-2.0.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.0) mldonkey-gui-3.0.0-3.fc12.ppc requires libatk-1.0.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libX11.so.6 mldonkey-gui-3.0.0-3.fc12.ppc requires libdl.so.2(GLIBC_2.0) mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.1) mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libfreetype.so.6()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires /bin/sh mldonkey-gui-3.0.0-3.fc12.ppc64 requires libX11.so.6()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libm.so.6()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libpthread.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libmagic.so.1()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libdl.so.2()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires rtld(GNU_HASH) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3.2)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libatk-1.0.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: konqueror-mldonkey-ed2k-support-3.0.0-3.fc12.ppc requires /usr/bin/perl On ppc64: konqueror-mldonkey-ed2k-support-3.0.0-3.fc12.ppc64 requires /usr/bin/perl Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:01 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:01 +0000 (UTC) Subject: Broken dependencies: ocaml-reins Message-ID: <20091115132801.E24661F8095@releng2.fedora.phx.redhat.com> ocaml-reins has broken dependencies in the development tree: On ppc: ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Ratio) = 0:5ee67f3f53c78b1d40c5da48028935f3 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Big_int) = 0:b094bddd70d11f4b8592f3957a8b3d9f ocaml-reins-0.1a-6.fc12.ppc requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Nat) = 0:3ba7c2bfbc706aa841271c572dbb55de ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-reins-0.1a-6.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-reins-0.1a-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Ratio) = 0:5ee67f3f53c78b1d40c5da48028935f3 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Big_int) = 0:b094bddd70d11f4b8592f3957a8b3d9f ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Nat) = 0:3ba7c2bfbc706aa841271c572dbb55de ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:17 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:17 +0000 (UTC) Subject: Broken dependencies: ocaml-camlp5 Message-ID: <20091115132817.8F5B41F8093@releng2.fedora.phx.redhat.com> ocaml-camlp5 has broken dependencies in the development tree: On ppc: ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Warnings) = 0:f8edde181ba3c5ccbccdbdcf0e922d3a ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Path) = 0:3f80ef0865cd9994e2dcb1444d86c8b9 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Longident) = 0:af7a4daa7675e00536bcf34c30f1ef8e ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Primitive) = 0:ffb9c662271efdee731a555268b835a9 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Location) = 0:0d236ae3a37e3f5f553fe29e883ac46d ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Weak) = 0:aada27147107868937e9d245df90602d ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Env) = 0:85c160706e01672db948b045d51d0663 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Types) = 0:51884d3e170a51d2c53e50c054df93c5 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Sort) = 0:9c21ba6feb0f450e0978ccace879a09e ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Ident) = 0:d2f1896a13d2b6ab5a7f039f2e1e4baf ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Consistbl) = 0:caff227b73e80a299bc9064d8932a731 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Topdirs) = 0:259bd544fdba007c4f0fb2efdbf8e3e2 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Toploop) = 0:85ab2f8a53c5adc2ef86abcfd6f2aa92 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Warnings) = 0:f8edde181ba3c5ccbccdbdcf0e922d3a ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Path) = 0:3f80ef0865cd9994e2dcb1444d86c8b9 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Longident) = 0:af7a4daa7675e00536bcf34c30f1ef8e ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Primitive) = 0:ffb9c662271efdee731a555268b835a9 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Location) = 0:0d236ae3a37e3f5f553fe29e883ac46d ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Weak) = 0:aada27147107868937e9d245df90602d ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Env) = 0:85c160706e01672db948b045d51d0663 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Types) = 0:51884d3e170a51d2c53e50c054df93c5 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Sort) = 0:9c21ba6feb0f450e0978ccace879a09e ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Ident) = 0:d2f1896a13d2b6ab5a7f039f2e1e4baf ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Consistbl) = 0:caff227b73e80a299bc9064d8932a731 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Topdirs) = 0:259bd544fdba007c4f0fb2efdbf8e3e2 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Toploop) = 0:85ab2f8a53c5adc2ef86abcfd6f2aa92 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc: ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libm.so.6()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires /bin/sh ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libdl.so.2()(64bit) On ppc64: ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libm.so.6()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires /bin/sh ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libdl.so.2()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:18 +0000 (UTC) Subject: Broken dependencies: coq Message-ID: <20091115132818.CD2551F8090@releng2.fedora.phx.redhat.com> coq has broken dependencies in the development tree: On ppc: coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3.4) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.4) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.1) coq-coqide-8.2pl1-1.fc12.ppc requires libm.so.6(GLIBC_2.0) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.1.2) coq-coqide-8.2pl1-1.fc12.ppc requires libgdk_pixbuf-2.0.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires libm.so.6 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.2) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.11) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6 coq-coqide-8.2pl1-1.fc12.ppc requires libfreetype.so.6 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.7) coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.0) coq-coqide-8.2pl1-1.fc12.ppc requires libdl.so.2 coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.3.2) coq-coqide-8.2pl1-1.fc12.ppc requires libm.so.6(GLIBC_2.1) coq-coqide-8.2pl1-1.fc12.ppc requires libgdk-x11-2.0.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires rtld(GNU_HASH) coq-coqide-8.2pl1-1.fc12.ppc requires libdl.so.2(GLIBC_2.1) coq-coqide-8.2pl1-1.fc12.ppc requires libgtk-x11-2.0.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.0) coq-coqide-8.2pl1-1.fc12.ppc requires libatk-1.0.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3.2) coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.2) coq-coqide-8.2pl1-1.fc12.ppc requires /usr/bin/ocamlrun coq-coqide-8.2pl1-1.fc12.ppc requires libdl.so.2(GLIBC_2.0) coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.1) coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc: coq-emacs-8.2pl1-1.fc12.ppc requires emacs On ppc: coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.2) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3.4) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.4) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.1) coq-8.2pl1-1.fc12.ppc requires libm.so.6(GLIBC_2.0) coq-8.2pl1-1.fc12.ppc requires /usr/bin/ocamlrun coq-8.2pl1-1.fc12.ppc requires libm.so.6(GLIBC_2.1) coq-8.2pl1-1.fc12.ppc requires rtld(GNU_HASH) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.1.2) coq-8.2pl1-1.fc12.ppc requires libdl.so.2(GLIBC_2.1) coq-8.2pl1-1.fc12.ppc requires libc.so.6 coq-8.2pl1-1.fc12.ppc requires libdl.so.2(GLIBC_2.0) coq-8.2pl1-1.fc12.ppc requires libdl.so.2 coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.7) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.0) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3) coq-8.2pl1-1.fc12.ppc requires libm.so.6 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:22 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:22 +0000 (UTC) Subject: Broken dependencies: ocaml-ounit Message-ID: <20091115132822.D61C11F8096@releng2.fedora.phx.redhat.com> ocaml-ounit has broken dependencies in the development tree: On ppc: ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 On ppc64: ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:31 +0000 (UTC) Subject: Broken dependencies: ocaml-gsl Message-ID: <20091115132831.C7A8F1F8090@releng2.fedora.phx.redhat.com> ocaml-gsl has broken dependencies in the development tree: On ppc: ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-gsl-0.6.0-9.fc12.ppc requires libm.so.6 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-gsl-0.6.0-9.fc12.ppc requires libm.so.6(GLIBC_2.2) ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-gsl-0.6.0-9.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-gsl-0.6.0-9.fc12.ppc64 requires libc.so.6()(64bit) ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-gsl-0.6.0-9.fc12.ppc64 requires libm.so.6()(64bit) ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-gsl-0.6.0-9.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-gsl-0.6.0-9.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-gsl-0.6.0-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: ocaml-gsl-devel-0.6.0-9.fc12.ppc64 requires /bin/sh ocaml-gsl-devel-0.6.0-9.fc12.ppc64 requires /bin/sh On ppc64: ocaml-gsl-devel-0.6.0-9.fc12.ppc64 requires /bin/sh ocaml-gsl-devel-0.6.0-9.fc12.ppc64 requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:31 +0000 (UTC) Subject: Broken dependencies: ocaml-newt Message-ID: <20091115132831.ECA6B1F8090@releng2.fedora.phx.redhat.com> ocaml-newt has broken dependencies in the development tree: On ppc: ocaml-newt-0.9-7.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-newt-0.9-7.fc12.ppc requires libc.so.6 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-newt-0.9-7.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-newt-0.9-7.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-newt-0.9-7.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-newt-0.9-7.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-newt-0.9-7.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 On ppc64: ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-newt-0.9-7.fc12.ppc64 requires libc.so.6()(64bit) ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-newt-0.9-7.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:51 +0000 (UTC) Subject: Broken dependencies: ocaml-cmigrep Message-ID: <20091115132851.D29131F8090@releng2.fedora.phx.redhat.com> ocaml-cmigrep has broken dependencies in the development tree: On ppc: ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-cmigrep-1.5-13.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocaml-cmigrep-1.5-13.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6 ocaml-cmigrep-1.5-13.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-cmigrep-1.5-13.fc12.ppc requires libdl.so.2 ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.3) ocaml-cmigrep-1.5-13.fc12.ppc requires libm.so.6 ocaml-cmigrep-1.5-13.fc12.ppc requires libm.so.6(GLIBC_2.1) On ppc64: ocaml-cmigrep-1.5-13.fc12.ppc64 requires libm.so.6()(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6()(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libdl.so.2()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:05 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:05 +0000 (UTC) Subject: Broken dependencies: ocaml-xmlrpc-light Message-ID: <20091115132905.3DF481F8090@releng2.fedora.phx.redhat.com> ocaml-xmlrpc-light has broken dependencies in the development tree: On ppc: ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_log) = 0:7605dfa91f03e4953402a0e059cfd896 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Mimestring) = 0:b7373937c1a270c5a95b61cc3adf4c7b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_services) = 0:d59bfe517cb12c6bc4d41337f164875b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_transport) = 0:a3d907294a4d667b8ce0af30cc206a43 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_types) = 0:4c5896e050cc30c17a33872872cdf5be ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Scanf) = 0:c56c08d4e2ea6dddf2693c92cc7e2903 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttp) = 0:95236bb6876885220571b13a1a0b262a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Neturl) = 0:c1708f2c01088a148d0d73887454c80a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_client) = 0:d2634922de57701a13ae12907c5857df ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_reactor) = 0:37d2d5600d6fdcea3537df15ae35fd1f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netcgi1_compat) = 0:d7afadf29419823b8f6037bf0127abd5 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netmime) = 0:ceecc71ddc63f4f2f9af784cc39df8c4 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netcgi_cgi) = 0:db12304cab0e548733544453e780e940 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Xdr) = 0:3395a7cf9a07cca8100d95aae9f4d728 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_workload) = 0:5496658570f180a803a1ae819e1cc56e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Unixqueue) = 0:65f5d40043c4353137275e24923d2f58 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_kernel) = 0:7031118806534960df38100369f0e269 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netencoding) = 0:45d144e3c1e14046cba88fca92729bc0 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_plex) = 0:ff768d9c575f11d659d4210bcb55d54f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_mp) = 0:6a3f8f04a315e4ec49b00918abed970d ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_types) = 0:06878e6e45306b9ef96aa4e3a2751a7e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_main) = 0:43b11f8e7bba515ce2281f92213a94ae ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Uq_engines) = 0:6612fb6eac4dcce9fbb500a9140a0ca9 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netconst) = 0:80cfbc56513a50e0754d91b674e30a23 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc) = 0:900eac6066c2204a540e9924d7006ed3 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_packer) = 0:447c87bf466f76c235cdace962b78bdc ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_server) = 0:755cdfd6ea0496686b62f57198cf231f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Equeue) = 0:329e036bb2778b249d6763d22407af19 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_program) = 0:1b9cbbb2270abf8efb400fa7a8170f2c ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netcgi_common) = 0:fe1e2c84327110b260f71b0a1a65aad6 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rtypes) = 0:a92bf97e3eb19b0cea1b944b89eb64e5 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netcgi) = 0:26bdc807fcffe5c853e49153672ef714 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netstream) = 0:4e9103149726da95efdfe5dbd7cad67a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Http_client) = 0:5a7abb008a3ec9b75d6c20a96450274f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_log) = 0:7605dfa91f03e4953402a0e059cfd896 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Mimestring) = 0:b7373937c1a270c5a95b61cc3adf4c7b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_services) = 0:d59bfe517cb12c6bc4d41337f164875b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_transport) = 0:a3d907294a4d667b8ce0af30cc206a43 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_types) = 0:4c5896e050cc30c17a33872872cdf5be ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Scanf) = 0:c56c08d4e2ea6dddf2693c92cc7e2903 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttp) = 0:95236bb6876885220571b13a1a0b262a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Neturl) = 0:c1708f2c01088a148d0d73887454c80a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_client) = 0:d2634922de57701a13ae12907c5857df ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_reactor) = 0:37d2d5600d6fdcea3537df15ae35fd1f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netcgi1_compat) = 0:d7afadf29419823b8f6037bf0127abd5 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netmime) = 0:ceecc71ddc63f4f2f9af784cc39df8c4 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netcgi_cgi) = 0:db12304cab0e548733544453e780e940 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Xdr) = 0:3395a7cf9a07cca8100d95aae9f4d728 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_workload) = 0:5496658570f180a803a1ae819e1cc56e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Unixqueue) = 0:65f5d40043c4353137275e24923d2f58 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_kernel) = 0:7031118806534960df38100369f0e269 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netencoding) = 0:45d144e3c1e14046cba88fca92729bc0 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_plex) = 0:ff768d9c575f11d659d4210bcb55d54f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_mp) = 0:6a3f8f04a315e4ec49b00918abed970d ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_types) = 0:06878e6e45306b9ef96aa4e3a2751a7e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_main) = 0:43b11f8e7bba515ce2281f92213a94ae ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Uq_engines) = 0:6612fb6eac4dcce9fbb500a9140a0ca9 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netconst) = 0:80cfbc56513a50e0754d91b674e30a23 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc) = 0:900eac6066c2204a540e9924d7006ed3 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_packer) = 0:447c87bf466f76c235cdace962b78bdc ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_server) = 0:755cdfd6ea0496686b62f57198cf231f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Equeue) = 0:329e036bb2778b249d6763d22407af19 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_program) = 0:1b9cbbb2270abf8efb400fa7a8170f2c ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netcgi_common) = 0:fe1e2c84327110b260f71b0a1a65aad6 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rtypes) = 0:a92bf97e3eb19b0cea1b944b89eb64e5 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netcgi) = 0:26bdc807fcffe5c853e49153672ef714 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netstream) = 0:4e9103149726da95efdfe5dbd7cad67a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Http_client) = 0:5a7abb008a3ec9b75d6c20a96450274f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:08 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:08 +0000 (UTC) Subject: Broken dependencies: ocaml-pxp Message-ID: <20091115132908.0813E1F8090@releng2.fedora.phx.redhat.com> ocaml-pxp has broken dependencies in the development tree: On ppc: ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Warnings) = 0:f8edde181ba3c5ccbccdbdcf0e922d3a ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Types) = 0:51884d3e170a51d2c53e50c054df93c5 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Str) = 0:6d55a2164c08a48952f20f86f1b83bd7 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Stack) = 0:3acaafc4b4651e7b29c1bbfa86320dec ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Path) = 0:3f80ef0865cd9994e2dcb1444d86c8b9 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Neturl) = 0:c1708f2c01088a148d0d73887454c80a ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Longident) = 0:af7a4daa7675e00536bcf34c30f1ef8e ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Primitive) = 0:ffb9c662271efdee731a555268b835a9 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Location) = 0:0d236ae3a37e3f5f553fe29e883ac46d ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netstring_str) = 0:1312797680b85dc1cfa6c753230c81b1 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Env) = 0:85c160706e01672db948b045d51d0663 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netulex) = 0:a03f6b50de730e7546b6962b40173dba ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Pcre) = 0:6d801a6ce79c77dcc4e1d5b1f5fff620 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Ident) = 0:d2f1896a13d2b6ab5a7f039f2e1e4baf ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Consistbl) = 0:caff227b73e80a299bc9064d8932a731 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Toploop) = 0:85ab2f8a53c5adc2ef86abcfd6f2aa92 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:16 +0000 (UTC) Subject: Broken dependencies: ocaml-zip Message-ID: <20091115132916.4095D1F8095@releng2.fedora.phx.redhat.com> ocaml-zip has broken dependencies in the development tree: On ppc: ocaml-zip-1.04-3.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-zip-1.04-3.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-zip-1.04-3.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-zip-1.04-3.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-zip-1.04-3.fc12.ppc requires libc.so.6 ocaml-zip-1.04-3.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-zip-1.04-3.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-zip-1.04-3.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-zip-1.04-3.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-zip-1.04-3.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-zip-1.04-3.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-zip-1.04-3.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-zip-1.04-3.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 On ppc64: ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-zip-1.04-3.fc12.ppc64 requires libc.so.6()(64bit) ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-zip-1.04-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:18 +0000 (UTC) Subject: Broken dependencies: ocaml-ulex Message-ID: <20091115132918.E266C1F8090@releng2.fedora.phx.redhat.com> ocaml-ulex has broken dependencies in the development tree: On ppc: ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-ulex-1.1-8.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-ulex-1.1-8.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:31 +0000 (UTC) Subject: Broken dependencies: ocaml-camlidl Message-ID: <20091115132931.ABE6E1F8095@releng2.fedora.phx.redhat.com> ocaml-camlidl has broken dependencies in the development tree: On ppc: ocaml-camlidl-1.05-10.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-camlidl-1.05-10.fc12.ppc requires /usr/bin/ocamlrun ocaml-camlidl-1.05-10.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-camlidl-1.05-10.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-camlidl-1.05-10.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-camlidl-1.05-10.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-camlidl-1.05-10.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-camlidl-1.05-10.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-camlidl-1.05-10.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-camlidl-1.05-10.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:02 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:02 +0000 (UTC) Subject: Broken dependencies: ocaml-expat Message-ID: <20091115133002.E41301F8093@releng2.fedora.phx.redhat.com> ocaml-expat has broken dependencies in the development tree: On ppc: ocaml-expat-0.9.1-17.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-expat-0.9.1-17.fc12.ppc requires libc.so.6 ocaml-expat-0.9.1-17.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-expat-0.9.1-17.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-expat-0.9.1-17.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-expat-0.9.1-17.fc12.ppc requires libc.so.6(GLIBC_2.1.3) On ppc64: ocaml-expat-0.9.1-17.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-expat-0.9.1-17.fc12.ppc64 requires libc.so.6()(64bit) ocaml-expat-0.9.1-17.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-expat-0.9.1-17.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-expat-0.9.1-17.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:03 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:03 +0000 (UTC) Subject: Broken dependencies: ocaml-bitstring Message-ID: <20091115133003.EFD881F8095@releng2.fedora.phx.redhat.com> ocaml-bitstring has broken dependencies in the development tree: On ppc: ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-bitstring-2.0.0-10.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-bitstring-2.0.0-10.fc12.ppc requires libc.so.6 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-bitstring-2.0.0-10.fc12.ppc64 requires libc.so.6()(64bit) ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: ocaml-bitstring-devel-2.0.0-10.fc12.ppc64 requires /usr/bin/ocamlrun On ppc64: ocaml-bitstring-devel-2.0.0-10.fc12.ppc64 requires /usr/bin/ocamlrun Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:30 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:30 +0000 (UTC) Subject: Broken dependencies: ocaml-curl Message-ID: <20091115133030.88B2C1F8093@releng2.fedora.phx.redhat.com> ocaml-curl has broken dependencies in the development tree: On ppc: ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:38 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:38 +0000 (UTC) Subject: Broken dependencies: ocaml-csv Message-ID: <20091115133038.3519C1F8090@releng2.fedora.phx.redhat.com> ocaml-csv has broken dependencies in the development tree: On ppc: ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-csv-1.1.7-6.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-csv-1.1.7-6.fc12.ppc requires libm.so.6 ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6 ocaml-csv-1.1.7-6.fc12.ppc requires libdl.so.2 ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-csv-1.1.7-6.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-csv-1.1.7-6.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-csv-1.1.7-6.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.3) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6()(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires libm.so.6()(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-csv-1.1.7-6.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-csv-1.1.7-6.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:38 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:38 +0000 (UTC) Subject: Broken dependencies: ocaml-omake Message-ID: <20091115133038.E3EFE1F8093@releng2.fedora.phx.redhat.com> ocaml-omake has broken dependencies in the development tree: On ppc: ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-omake-0.9.8.5-9.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocaml-omake-0.9.8.5-9.fc12.ppc requires libm.so.6 ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6 ocaml-omake-0.9.8.5-9.fc12.ppc requires libdl.so.2 ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-omake-0.9.8.5-9.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-omake-0.9.8.5-9.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-omake-0.9.8.5-9.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libm.so.6()(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6()(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libdl.so.2()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:39 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:39 +0000 (UTC) Subject: Broken dependencies: ocaml-ssl Message-ID: <20091115133039.50E7B1F8093@releng2.fedora.phx.redhat.com> ocaml-ssl has broken dependencies in the development tree: On ppc: ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Mutex) = 0:60fb057a4923c01932f593e58ab0bbac ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-ssl-0.4.3-5.fc12.ppc requires libcrypto.so.10 ocaml-ssl-0.4.3-5.fc12.ppc requires openssl ocaml-ssl-0.4.3-5.fc12.ppc requires libssl.so.10 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(runtime) = 0:3.11.1 On ppc64: ocaml-ssl-0.4.3-5.fc12.ppc64 requires openssl ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ssl-0.4.3-5.fc12.ppc64 requires libc.so.6()(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ssl-0.4.3-5.fc12.ppc64 requires libcrypto.so.10()(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Mutex) = 0:60fb057a4923c01932f593e58ab0bbac ocaml-ssl-0.4.3-5.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ssl-0.4.3-5.fc12.ppc64 requires libssl.so.10()(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ssl-0.4.3-5.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:40 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:40 +0000 (UTC) Subject: Broken dependencies: ocaml-pa-monad Message-ID: <20091115133040.157F11F8095@releng2.fedora.phx.redhat.com> ocaml-pa-monad has broken dependencies in the development tree: On ppc: ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:42 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:42 +0000 (UTC) Subject: Broken dependencies: ocaml-preludeml Message-ID: <20091115133042.2BC901F8090@releng2.fedora.phx.redhat.com> ocaml-preludeml has broken dependencies in the development tree: On ppc: ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Pcre) = 0:6d801a6ce79c77dcc4e1d5b1f5fff620 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Netdate) = 0:30913487673f7f8869f808f49a7fcadd ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Pcre) = 0:6d801a6ce79c77dcc4e1d5b1f5fff620 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Netdate) = 0:30913487673f7f8869f808f49a7fcadd ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:53 +0000 (UTC) Subject: Broken dependencies: ocaml-SDL Message-ID: <20091115133053.6CAE81B8038@releng2.fedora.phx.redhat.com> ocaml-SDL has broken dependencies in the development tree: On ppc: ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-SDL-0.7.2-20.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-SDL-0.7.2-20.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-SDL-0.7.2-20.fc12.ppc requires libSDL-1.2.so.0 ocaml-SDL-0.7.2-20.fc12.ppc requires libc.so.6 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-SDL-0.7.2-20.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-SDL-0.7.2-20.fc12.ppc requires libpthread.so.0 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-SDL-0.7.2-20.fc12.ppc64 requires libc.so.6()(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-SDL-0.7.2-20.fc12.ppc64 requires libSDL-1.2.so.0()(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-SDL-0.7.2-20.fc12.ppc64 requires libpthread.so.0()(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-SDL-0.7.2-20.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:58 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:58 +0000 (UTC) Subject: Broken dependencies: ocaml-bisect Message-ID: <20091115133058.E50241F8093@releng2.fedora.phx.redhat.com> ocaml-bisect has broken dependencies in the development tree: On ppc: ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libm.so.6 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libdl.so.2 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.3) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6()(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libm.so.6()(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:04 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:04 +0000 (UTC) Subject: Broken dependencies: ocaml-lablgtk Message-ID: <20091115133104.B33321F8090@releng2.fedora.phx.redhat.com> ocaml-lablgtk has broken dependencies in the development tree: On ppc: ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-lablgtk-2.14.0-2.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-lablgtk-2.14.0-2.fc12.ppc requires /bin/sh ocaml-lablgtk-2.14.0-2.fc12.ppc requires librt.so.1 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libgdk_pixbuf-2.0.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgtk-2.14.0-2.fc12.ppc requires libc.so.6 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libfreetype.so.6 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libgdk-x11-2.0.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libxml2.so.2 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libgnomevfs-2.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-lablgtk-2.14.0-2.fc12.ppc requires libgtk-x11-2.0.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-lablgtk-2.14.0-2.fc12.ppc requires libatk-1.0.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-lablgtk-2.14.0-2.fc12.ppc requires /usr/bin/ocamlrun ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libpthread.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 On ppc64: ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libxml2.so.2()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires librt.so.1()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libfreetype.so.6()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires /bin/sh ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libpthread.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libgnomevfs-2.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libatk-1.0.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Mutex) = 0:60fb057a4923c01932f593e58ab0bbac ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Condition) = 0:cac2a38bb9154bb628b8d3abe98151ad ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Mutex) = 0:60fb057a4923c01932f593e58ab0bbac ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Condition) = 0:cac2a38bb9154bb628b8d3abe98151ad ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:15 +0000 (UTC) Subject: Broken dependencies: ocamldsort Message-ID: <20091115133115.E77631F8093@releng2.fedora.phx.redhat.com> ocamldsort has broken dependencies in the development tree: On ppc: ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.2) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.4) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.1) ocamldsort-0.14.4-7.fc12.ppc requires libm.so.6(GLIBC_2.0) ocamldsort-0.14.4-7.fc12.ppc requires libm.so.6(GLIBC_2.1) ocamldsort-0.14.4-7.fc12.ppc requires rtld(GNU_HASH) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocamldsort-0.14.4-7.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6 ocamldsort-0.14.4-7.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocamldsort-0.14.4-7.fc12.ppc requires libdl.so.2 ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.7) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.0) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.3) ocamldsort-0.14.4-7.fc12.ppc requires libm.so.6 On ppc64: ocamldsort-0.14.4-7.fc12.ppc64 requires libm.so.6()(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libdl.so.2()(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires rtld(GNU_HASH) ocamldsort-0.14.4-7.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:29 +0000 (UTC) Subject: Broken dependencies: ocaml-lablgl Message-ID: <20091115133129.88B321F8095@releng2.fedora.phx.redhat.com> ocaml-lablgl has broken dependencies in the development tree: On ppc: ocaml-lablgl-devel-1.04-2.fc12.ppc64 requires ocaml-labltk-devel On ppc64: ocaml-lablgl-devel-1.04-2.fc12.ppc64 requires ocaml-labltk-devel On ppc: ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Widget) = 0:bd1674a51dba8a70d8cdfc22ee9d4866 ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-lablgl-1.04-2.fc12.ppc requires /bin/sh ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Rawwidget) = 0:e3bca5357297d3cf7b0d9ad755595c13 ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Tk) = 0:8149320516b161e439b6e9d0ef86ccda ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Textvariable) = 0:9249ae0a5132a6251c7054226d943cdc ocaml-lablgl-1.04-2.fc12.ppc requires libXxf86vm.so.1 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Timer) = 0:c35d1b907de195ad31f8274e7521647f ocaml-lablgl-1.04-2.fc12.ppc requires libX11.so.6 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Support) = 0:6d076e0e719aa819ca8d02e7317ae00e ocaml-lablgl-1.04-2.fc12.ppc requires libXext.so.6 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Protocol) = 0:218706e2a3341fd187fd16243fcefa19 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-lablgl-1.04-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Widget) = 0:bd1674a51dba8a70d8cdfc22ee9d4866 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgl-1.04-2.fc12.ppc64 requires /bin/sh ocaml-lablgl-1.04-2.fc12.ppc64 requires libX11.so.6()(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Rawwidget) = 0:e3bca5357297d3cf7b0d9ad755595c13 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Support) = 0:6d076e0e719aa819ca8d02e7317ae00e ocaml-lablgl-1.04-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Tk) = 0:8149320516b161e439b6e9d0ef86ccda ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Textvariable) = 0:9249ae0a5132a6251c7054226d943cdc ocaml-lablgl-1.04-2.fc12.ppc64 requires libXext.so.6()(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Timer) = 0:c35d1b907de195ad31f8274e7521647f ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-lablgl-1.04-2.fc12.ppc64 requires libXxf86vm.so.1()(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Protocol) = 0:218706e2a3341fd187fd16243fcefa19 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-lablgl-1.04-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:39 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:39 +0000 (UTC) Subject: Broken dependencies: ocaml-facile Message-ID: <20091115133139.B4D521F8093@releng2.fedora.phx.redhat.com> ocaml-facile has broken dependencies in the development tree: On ppc: ocaml-facile-1.1-10.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-facile-1.1-10.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-facile-1.1-10.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Weak) = 0:aada27147107868937e9d245df90602d ocaml-facile-1.1-10.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-facile-1.1-10.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-facile-1.1-10.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-facile-1.1-10.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-facile-1.1-10.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-facile-1.1-10.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Weak) = 0:aada27147107868937e9d245df90602d ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:45 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:45 +0000 (UTC) Subject: Broken dependencies: emacs-common-tuareg Message-ID: <20091115133145.920B21F8090@releng2.fedora.phx.redhat.com> emacs-common-tuareg has broken dependencies in the development tree: On ppc: emacs-common-tuareg-1.45.6-9.fc12.noarch requires ocaml-emacs On ppc64: emacs-common-tuareg-1.45.6-9.fc12.noarch requires ocaml-emacs On ppc: xemacs-tuareg-1.45.6-9.fc12.noarch requires xemacs(bin) >= 0:21.5.29 On ppc64: xemacs-tuareg-1.45.6-9.fc12.noarch requires xemacs(bin) >= 0:21.5.29 On ppc: emacs-tuareg-1.45.6-9.fc12.noarch requires emacs(bin) >= 1:23.1 On ppc64: emacs-tuareg-1.45.6-9.fc12.noarch requires emacs(bin) >= 1:23.1 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:50 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:50 +0000 (UTC) Subject: Broken dependencies: ocaml-extlib Message-ID: <20091115133150.5666B1F8093@releng2.fedora.phx.redhat.com> ocaml-extlib has broken dependencies in the development tree: On ppc: ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f On ppc64: ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:51 +0000 (UTC) Subject: Broken dependencies: ocaml-augeas Message-ID: <20091115133151.B193B1F8095@releng2.fedora.phx.redhat.com> ocaml-augeas has broken dependencies in the development tree: On ppc: ocaml-augeas-0.4-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-augeas-0.4-6.fc12.ppc requires libc.so.6 ocaml-augeas-0.4-6.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-augeas-0.4-6.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-augeas-0.4-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-augeas-0.4-6.fc12.ppc requires libc.so.6(GLIBC_2.1.3) On ppc64: ocaml-augeas-0.4-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-augeas-0.4-6.fc12.ppc64 requires libc.so.6()(64bit) ocaml-augeas-0.4-6.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-augeas-0.4-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-augeas-0.4-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:59 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:59 +0000 (UTC) Subject: Broken dependencies: ocaml-perl4caml Message-ID: <20091115133159.979B81F8093@releng2.fedora.phx.redhat.com> ocaml-perl4caml has broken dependencies in the development tree: On ppc: ocaml-perl4caml-0.9.5-10.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-perl4caml-0.9.5-10.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-perl4caml-0.9.5-10.fc12.ppc requires libm.so.6 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libc.so.6 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libutil.so.1 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-perl4caml-0.9.5-10.fc12.ppc requires libdl.so.2 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libcrypt.so.1 ocaml-perl4caml-0.9.5-10.fc12.ppc requires /usr/lib/perl5/5.10.0/ppc-linux-thread-multi/CORE/libperl.so ocaml-perl4caml-0.9.5-10.fc12.ppc requires perl(:MODULE_COMPAT_5.10.0) ocaml-perl4caml-0.9.5-10.fc12.ppc requires libnsl.so.1 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-perl4caml-0.9.5-10.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libperl.so ocaml-perl4caml-0.9.5-10.fc12.ppc requires libresolv.so.2 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libpthread.so.0(GLIBC_2.0) ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libpthread.so.0 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libc.so.6()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libperl.so()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libm.so.6()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libnsl.so.1()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libpthread.so.0()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires perl(:MODULE_COMPAT_5.10.0) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libresolv.so.2()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libcrypt.so.1()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libutil.so.1()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires /usr/lib64/perl5/5.10.0/ppc64-linux-thread-multi/CORE/libperl.so ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:32:03 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:32:03 +0000 (UTC) Subject: Broken dependencies: virt-ctrl Message-ID: <20091115133203.78A9D1F8090@releng2.fedora.phx.redhat.com> virt-ctrl has broken dependencies in the development tree: On ppc: virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.3.4) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.4) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.1) virt-ctrl-1.0.1-4.fc12.ppc requires libm.so.6(GLIBC_2.0) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.1.2) virt-ctrl-1.0.1-4.fc12.ppc requires libgdk_pixbuf-2.0.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libm.so.6 virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.2) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6 virt-ctrl-1.0.1-4.fc12.ppc requires libfreetype.so.6 virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.7) virt-ctrl-1.0.1-4.fc12.ppc requires libdl.so.2 virt-ctrl-1.0.1-4.fc12.ppc requires libm.so.6(GLIBC_2.1) virt-ctrl-1.0.1-4.fc12.ppc requires libgdk-x11-2.0.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libdl.so.2(GLIBC_2.1) virt-ctrl-1.0.1-4.fc12.ppc requires libgtk-x11-2.0.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.0) virt-ctrl-1.0.1-4.fc12.ppc requires libatk-1.0.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libvirt.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libdl.so.2(GLIBC_2.0) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libvirt.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libfreetype.so.6()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libm.so.6()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libdl.so.2()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libatk-1.0.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:32:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:32:09 +0000 (UTC) Subject: Broken dependencies: ocaml-deriving Message-ID: <20091115133209.1868A1F8090@releng2.fedora.phx.redhat.com> ocaml-deriving has broken dependencies in the development tree: On ppc: ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Ratio) = 0:5ee67f3f53c78b1d40c5da48028935f3 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(CamlinternalMod) = 0:34d96af9340b540539e9d022ece9fc3c ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Big_int) = 0:b094bddd70d11f4b8592f3957a8b3d9f ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Nat) = 0:3ba7c2bfbc706aa841271c572dbb55de ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-deriving-0.1.1a-9.fc12.ppc requires /usr/bin/ocamlrun ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Num) = 0:a130968f082cd5c0b9fd83b97c9603c1 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Ratio) = 0:5ee67f3f53c78b1d40c5da48028935f3 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(CamlinternalMod) = 0:34d96af9340b540539e9d022ece9fc3c ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Big_int) = 0:b094bddd70d11f4b8592f3957a8b3d9f ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Nat) = 0:3ba7c2bfbc706aa841271c572dbb55de ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Num) = 0:a130968f082cd5c0b9fd83b97c9603c1 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:32:11 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:32:11 +0000 (UTC) Subject: Broken dependencies: ocaml-json-wheel Message-ID: <20091115133211.F00BF1F8090@releng2.fedora.phx.redhat.com> ocaml-json-wheel has broken dependencies in the development tree: On ppc: ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-json-wheel-1.0.6-2.fc12.ppc requires librt.so.1(GLIBC_2.2) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocaml-json-wheel-1.0.6-2.fc12.ppc requires librt.so.1 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-json-wheel-1.0.6-2.fc12.ppc requires libm.so.6 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libdl.so.2 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-json-wheel-1.0.6-2.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-json-wheel-1.0.6-2.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.3) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires librt.so.1()(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libm.so.6()(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires librt.so.1(GLIBC_2.3)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:32:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:32:15 +0000 (UTC) Subject: Broken dependencies: ocaml-openin Message-ID: <20091115133215.AE2BB1F8090@releng2.fedora.phx.redhat.com> ocaml-openin has broken dependencies in the development tree: On ppc: ocaml-openin-20070524-9.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-openin-20070524-9.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-openin-20070524-9.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-openin-20070524-9.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-openin-20070524-9.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-openin-20070524-9.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-openin-20070524-9.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-openin-20070524-9.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-openin-20070524-9.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-openin-20070524-9.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-openin-20070524-9.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-openin-20070524-9.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-openin-20070524-9.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-openin-20070524-9.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:32:20 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:32:20 +0000 (UTC) Subject: Broken dependencies: ocaml-xml-light Message-ID: <20091115133220.A9CD31F8090@releng2.fedora.phx.redhat.com> ocaml-xml-light has broken dependencies in the development tree: On ppc: ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Stack) = 0:3acaafc4b4651e7b29c1bbfa86320dec ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Stack) = 0:3acaafc4b4651e7b29c1bbfa86320dec ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:23 +0000 (UTC) Subject: Broken dependencies: ocaml-libvirt Message-ID: <20091116142223.AAEB61F8083@releng2.fedora.phx.redhat.com> ocaml-libvirt has broken dependencies in the development tree: On ppc: mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.2) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.3.4) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.4) mlvirsh-0.6.1.0-6.fc12.ppc requires libvirt.so.0 mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1.2) mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6 mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2 mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.7) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.3) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6 mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6(GLIBC_2.1) On ppc64: mlvirsh-0.6.1.0-6.fc12.ppc64 requires libm.so.6()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libvirt.so.0()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libdl.so.2()(64bit) On ppc: ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libvirt.so.0 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f On ppc64: ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6()(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libvirt.so.0()(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:23:20 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:23:20 +0000 (UTC) Subject: Broken dependencies: mldonkey Message-ID: <20091116142320.CD2F01F8083@releng2.fedora.phx.redhat.com> mldonkey has broken dependencies in the development tree: On ppc: mldonkey-server-3.0.0-3.fc12.ppc requires /bin/sh mldonkey-server-3.0.0-3.fc12.ppc requires /bin/bash mldonkey-server-3.0.0-3.fc12.ppc requires /bin/sh On ppc64: mldonkey-server-3.0.0-3.fc12.ppc64 requires /bin/sh mldonkey-server-3.0.0-3.fc12.ppc64 requires /bin/bash mldonkey-server-3.0.0-3.fc12.ppc64 requires /bin/sh On ppc: mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.3.4) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.4) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1) mldonkey-3.0.0-3.fc12.ppc requires libm.so.6(GLIBC_2.0) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1.2) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1.3) mldonkey-3.0.0-3.fc12.ppc requires /bin/sh mldonkey-3.0.0-3.fc12.ppc requires libm.so.6 mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.2) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6 mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.7) mldonkey-3.0.0-3.fc12.ppc requires libdl.so.2 mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.3.2) mldonkey-3.0.0-3.fc12.ppc requires libm.so.6(GLIBC_2.1) mldonkey-3.0.0-3.fc12.ppc requires libmagic.so.1 mldonkey-3.0.0-3.fc12.ppc requires rtld(GNU_HASH) mldonkey-3.0.0-3.fc12.ppc requires libdl.so.2(GLIBC_2.1) mldonkey-3.0.0-3.fc12.ppc requires /usr/bin/perl mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.0) mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.2) mldonkey-3.0.0-3.fc12.ppc requires libdl.so.2(GLIBC_2.0) mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.0) mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.1) mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0 mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.3) mldonkey-3.0.0-3.fc12.ppc requires logrotate On ppc64: mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires /bin/sh mldonkey-3.0.0-3.fc12.ppc64 requires libm.so.6()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires logrotate mldonkey-3.0.0-3.fc12.ppc64 requires libpthread.so.0()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libmagic.so.1()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libdl.so.2()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires rtld(GNU_HASH) mldonkey-3.0.0-3.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires /usr/bin/perl mldonkey-3.0.0-3.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3.2)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.3.4) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.4) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1) mldonkey-gui-3.0.0-3.fc12.ppc requires libm.so.6(GLIBC_2.0) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1.2) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1.3) mldonkey-gui-3.0.0-3.fc12.ppc requires /bin/sh mldonkey-gui-3.0.0-3.fc12.ppc requires libgdk_pixbuf-2.0.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libm.so.6 mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.2) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6 mldonkey-gui-3.0.0-3.fc12.ppc requires libfreetype.so.6 mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.0) mldonkey-gui-3.0.0-3.fc12.ppc requires libdl.so.2 mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.3.2) mldonkey-gui-3.0.0-3.fc12.ppc requires libm.so.6(GLIBC_2.1) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.7) mldonkey-gui-3.0.0-3.fc12.ppc requires libgdk-x11-2.0.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libmagic.so.1 mldonkey-gui-3.0.0-3.fc12.ppc requires rtld(GNU_HASH) mldonkey-gui-3.0.0-3.fc12.ppc requires libdl.so.2(GLIBC_2.1) mldonkey-gui-3.0.0-3.fc12.ppc requires libgtk-x11-2.0.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.0) mldonkey-gui-3.0.0-3.fc12.ppc requires libatk-1.0.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.2) mldonkey-gui-3.0.0-3.fc12.ppc requires libX11.so.6 mldonkey-gui-3.0.0-3.fc12.ppc requires libdl.so.2(GLIBC_2.0) mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.1) mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libfreetype.so.6()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires /bin/sh mldonkey-gui-3.0.0-3.fc12.ppc64 requires libX11.so.6()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libm.so.6()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libpthread.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libmagic.so.1()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libdl.so.2()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires rtld(GNU_HASH) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3.2)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libatk-1.0.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: konqueror-mldonkey-ed2k-support-3.0.0-3.fc12.ppc requires /usr/bin/perl On ppc64: konqueror-mldonkey-ed2k-support-3.0.0-3.fc12.ppc64 requires /usr/bin/perl Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:25:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:25:51 +0000 (UTC) Subject: Broken dependencies: ocaml-reins Message-ID: <20091116142551.94DEB1F8082@releng2.fedora.phx.redhat.com> ocaml-reins has broken dependencies in the development tree: On ppc: ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Ratio) = 0:5ee67f3f53c78b1d40c5da48028935f3 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Big_int) = 0:b094bddd70d11f4b8592f3957a8b3d9f ocaml-reins-0.1a-6.fc12.ppc requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Nat) = 0:3ba7c2bfbc706aa841271c572dbb55de ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-reins-0.1a-6.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-reins-0.1a-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Ratio) = 0:5ee67f3f53c78b1d40c5da48028935f3 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Big_int) = 0:b094bddd70d11f4b8592f3957a8b3d9f ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Nat) = 0:3ba7c2bfbc706aa841271c572dbb55de ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:23 +0000 (UTC) Subject: Broken dependencies: ocaml-camlp5 Message-ID: <20091116142623.047231F8082@releng2.fedora.phx.redhat.com> ocaml-camlp5 has broken dependencies in the development tree: On ppc: ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Warnings) = 0:f8edde181ba3c5ccbccdbdcf0e922d3a ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Path) = 0:3f80ef0865cd9994e2dcb1444d86c8b9 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Longident) = 0:af7a4daa7675e00536bcf34c30f1ef8e ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Primitive) = 0:ffb9c662271efdee731a555268b835a9 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Location) = 0:0d236ae3a37e3f5f553fe29e883ac46d ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Weak) = 0:aada27147107868937e9d245df90602d ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Env) = 0:85c160706e01672db948b045d51d0663 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Types) = 0:51884d3e170a51d2c53e50c054df93c5 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Sort) = 0:9c21ba6feb0f450e0978ccace879a09e ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Ident) = 0:d2f1896a13d2b6ab5a7f039f2e1e4baf ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Consistbl) = 0:caff227b73e80a299bc9064d8932a731 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Topdirs) = 0:259bd544fdba007c4f0fb2efdbf8e3e2 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Toploop) = 0:85ab2f8a53c5adc2ef86abcfd6f2aa92 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Warnings) = 0:f8edde181ba3c5ccbccdbdcf0e922d3a ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Path) = 0:3f80ef0865cd9994e2dcb1444d86c8b9 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Longident) = 0:af7a4daa7675e00536bcf34c30f1ef8e ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Primitive) = 0:ffb9c662271efdee731a555268b835a9 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Location) = 0:0d236ae3a37e3f5f553fe29e883ac46d ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Weak) = 0:aada27147107868937e9d245df90602d ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Env) = 0:85c160706e01672db948b045d51d0663 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Types) = 0:51884d3e170a51d2c53e50c054df93c5 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Sort) = 0:9c21ba6feb0f450e0978ccace879a09e ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Ident) = 0:d2f1896a13d2b6ab5a7f039f2e1e4baf ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Consistbl) = 0:caff227b73e80a299bc9064d8932a731 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Topdirs) = 0:259bd544fdba007c4f0fb2efdbf8e3e2 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Toploop) = 0:85ab2f8a53c5adc2ef86abcfd6f2aa92 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc: ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libm.so.6()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires /bin/sh ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libdl.so.2()(64bit) On ppc64: ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libm.so.6()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires /bin/sh ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libdl.so.2()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:25 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:25 +0000 (UTC) Subject: Broken dependencies: coq Message-ID: <20091116142625.9A1191F8082@releng2.fedora.phx.redhat.com> coq has broken dependencies in the development tree: On ppc: coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3.4) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.4) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.1) coq-coqide-8.2pl1-1.fc12.ppc requires libm.so.6(GLIBC_2.0) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.1.2) coq-coqide-8.2pl1-1.fc12.ppc requires libgdk_pixbuf-2.0.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires libm.so.6 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.2) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.11) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6 coq-coqide-8.2pl1-1.fc12.ppc requires libfreetype.so.6 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.7) coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.0) coq-coqide-8.2pl1-1.fc12.ppc requires libdl.so.2 coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.3.2) coq-coqide-8.2pl1-1.fc12.ppc requires libm.so.6(GLIBC_2.1) coq-coqide-8.2pl1-1.fc12.ppc requires libgdk-x11-2.0.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires rtld(GNU_HASH) coq-coqide-8.2pl1-1.fc12.ppc requires libdl.so.2(GLIBC_2.1) coq-coqide-8.2pl1-1.fc12.ppc requires libgtk-x11-2.0.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.0) coq-coqide-8.2pl1-1.fc12.ppc requires libatk-1.0.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3.2) coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.2) coq-coqide-8.2pl1-1.fc12.ppc requires /usr/bin/ocamlrun coq-coqide-8.2pl1-1.fc12.ppc requires libdl.so.2(GLIBC_2.0) coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.1) coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc: coq-emacs-8.2pl1-1.fc12.ppc requires emacs On ppc: coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.2) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3.4) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.4) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.1) coq-8.2pl1-1.fc12.ppc requires libm.so.6(GLIBC_2.0) coq-8.2pl1-1.fc12.ppc requires /usr/bin/ocamlrun coq-8.2pl1-1.fc12.ppc requires libm.so.6(GLIBC_2.1) coq-8.2pl1-1.fc12.ppc requires rtld(GNU_HASH) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.1.2) coq-8.2pl1-1.fc12.ppc requires libdl.so.2(GLIBC_2.1) coq-8.2pl1-1.fc12.ppc requires libc.so.6 coq-8.2pl1-1.fc12.ppc requires libdl.so.2(GLIBC_2.0) coq-8.2pl1-1.fc12.ppc requires libdl.so.2 coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.7) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.0) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3) coq-8.2pl1-1.fc12.ppc requires libm.so.6 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:35 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:35 +0000 (UTC) Subject: Broken dependencies: ocaml-ounit Message-ID: <20091116142635.9E4211F8082@releng2.fedora.phx.redhat.com> ocaml-ounit has broken dependencies in the development tree: On ppc: ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 On ppc64: ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:53 +0000 (UTC) Subject: Broken dependencies: ocaml-gsl Message-ID: <20091116142653.AA5C51F8082@releng2.fedora.phx.redhat.com> ocaml-gsl has broken dependencies in the development tree: On ppc: ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-gsl-0.6.0-9.fc12.ppc requires libm.so.6 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-gsl-0.6.0-9.fc12.ppc requires libm.so.6(GLIBC_2.2) ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-gsl-0.6.0-9.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-gsl-0.6.0-9.fc12.ppc64 requires libc.so.6()(64bit) ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-gsl-0.6.0-9.fc12.ppc64 requires libm.so.6()(64bit) ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-gsl-0.6.0-9.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-gsl-0.6.0-9.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-gsl-0.6.0-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: ocaml-gsl-devel-0.6.0-9.fc12.ppc64 requires /bin/sh ocaml-gsl-devel-0.6.0-9.fc12.ppc64 requires /bin/sh On ppc64: ocaml-gsl-devel-0.6.0-9.fc12.ppc64 requires /bin/sh ocaml-gsl-devel-0.6.0-9.fc12.ppc64 requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:54 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:54 +0000 (UTC) Subject: Broken dependencies: ocaml-newt Message-ID: <20091116142654.19E241F8082@releng2.fedora.phx.redhat.com> ocaml-newt has broken dependencies in the development tree: On ppc: ocaml-newt-0.9-7.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-newt-0.9-7.fc12.ppc requires libc.so.6 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-newt-0.9-7.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-newt-0.9-7.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-newt-0.9-7.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-newt-0.9-7.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-newt-0.9-7.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 On ppc64: ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-newt-0.9-7.fc12.ppc64 requires libc.so.6()(64bit) ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-newt-0.9-7.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:27:40 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:27:40 +0000 (UTC) Subject: Broken dependencies: ocaml-cmigrep Message-ID: <20091116142740.A78B91F8083@releng2.fedora.phx.redhat.com> ocaml-cmigrep has broken dependencies in the development tree: On ppc: ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-cmigrep-1.5-13.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocaml-cmigrep-1.5-13.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6 ocaml-cmigrep-1.5-13.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-cmigrep-1.5-13.fc12.ppc requires libdl.so.2 ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.3) ocaml-cmigrep-1.5-13.fc12.ppc requires libm.so.6 ocaml-cmigrep-1.5-13.fc12.ppc requires libm.so.6(GLIBC_2.1) On ppc64: ocaml-cmigrep-1.5-13.fc12.ppc64 requires libm.so.6()(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6()(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libdl.so.2()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:28:06 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:28:06 +0000 (UTC) Subject: Broken dependencies: ocaml-xmlrpc-light Message-ID: <20091116142806.76A681F8082@releng2.fedora.phx.redhat.com> ocaml-xmlrpc-light has broken dependencies in the development tree: On ppc: ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_log) = 0:7605dfa91f03e4953402a0e059cfd896 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Mimestring) = 0:b7373937c1a270c5a95b61cc3adf4c7b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_services) = 0:d59bfe517cb12c6bc4d41337f164875b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_transport) = 0:a3d907294a4d667b8ce0af30cc206a43 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_types) = 0:4c5896e050cc30c17a33872872cdf5be ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Scanf) = 0:c56c08d4e2ea6dddf2693c92cc7e2903 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttp) = 0:95236bb6876885220571b13a1a0b262a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Neturl) = 0:c1708f2c01088a148d0d73887454c80a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_client) = 0:d2634922de57701a13ae12907c5857df ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_reactor) = 0:37d2d5600d6fdcea3537df15ae35fd1f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netcgi1_compat) = 0:d7afadf29419823b8f6037bf0127abd5 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netmime) = 0:ceecc71ddc63f4f2f9af784cc39df8c4 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netcgi_cgi) = 0:db12304cab0e548733544453e780e940 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Xdr) = 0:3395a7cf9a07cca8100d95aae9f4d728 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_workload) = 0:5496658570f180a803a1ae819e1cc56e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Unixqueue) = 0:65f5d40043c4353137275e24923d2f58 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_kernel) = 0:7031118806534960df38100369f0e269 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netencoding) = 0:45d144e3c1e14046cba88fca92729bc0 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_plex) = 0:ff768d9c575f11d659d4210bcb55d54f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_mp) = 0:6a3f8f04a315e4ec49b00918abed970d ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_types) = 0:06878e6e45306b9ef96aa4e3a2751a7e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_main) = 0:43b11f8e7bba515ce2281f92213a94ae ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Uq_engines) = 0:6612fb6eac4dcce9fbb500a9140a0ca9 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netconst) = 0:80cfbc56513a50e0754d91b674e30a23 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc) = 0:900eac6066c2204a540e9924d7006ed3 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_packer) = 0:447c87bf466f76c235cdace962b78bdc ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_server) = 0:755cdfd6ea0496686b62f57198cf231f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Equeue) = 0:329e036bb2778b249d6763d22407af19 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_program) = 0:1b9cbbb2270abf8efb400fa7a8170f2c ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netcgi_common) = 0:fe1e2c84327110b260f71b0a1a65aad6 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rtypes) = 0:a92bf97e3eb19b0cea1b944b89eb64e5 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netcgi) = 0:26bdc807fcffe5c853e49153672ef714 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netstream) = 0:4e9103149726da95efdfe5dbd7cad67a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Http_client) = 0:5a7abb008a3ec9b75d6c20a96450274f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_log) = 0:7605dfa91f03e4953402a0e059cfd896 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Mimestring) = 0:b7373937c1a270c5a95b61cc3adf4c7b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_services) = 0:d59bfe517cb12c6bc4d41337f164875b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_transport) = 0:a3d907294a4d667b8ce0af30cc206a43 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_types) = 0:4c5896e050cc30c17a33872872cdf5be ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Scanf) = 0:c56c08d4e2ea6dddf2693c92cc7e2903 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttp) = 0:95236bb6876885220571b13a1a0b262a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Neturl) = 0:c1708f2c01088a148d0d73887454c80a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_client) = 0:d2634922de57701a13ae12907c5857df ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_reactor) = 0:37d2d5600d6fdcea3537df15ae35fd1f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netcgi1_compat) = 0:d7afadf29419823b8f6037bf0127abd5 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netmime) = 0:ceecc71ddc63f4f2f9af784cc39df8c4 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netcgi_cgi) = 0:db12304cab0e548733544453e780e940 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Xdr) = 0:3395a7cf9a07cca8100d95aae9f4d728 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_workload) = 0:5496658570f180a803a1ae819e1cc56e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Unixqueue) = 0:65f5d40043c4353137275e24923d2f58 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_kernel) = 0:7031118806534960df38100369f0e269 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netencoding) = 0:45d144e3c1e14046cba88fca92729bc0 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_plex) = 0:ff768d9c575f11d659d4210bcb55d54f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_mp) = 0:6a3f8f04a315e4ec49b00918abed970d ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_types) = 0:06878e6e45306b9ef96aa4e3a2751a7e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_main) = 0:43b11f8e7bba515ce2281f92213a94ae ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Uq_engines) = 0:6612fb6eac4dcce9fbb500a9140a0ca9 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netconst) = 0:80cfbc56513a50e0754d91b674e30a23 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc) = 0:900eac6066c2204a540e9924d7006ed3 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_packer) = 0:447c87bf466f76c235cdace962b78bdc ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_server) = 0:755cdfd6ea0496686b62f57198cf231f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Equeue) = 0:329e036bb2778b249d6763d22407af19 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_program) = 0:1b9cbbb2270abf8efb400fa7a8170f2c ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netcgi_common) = 0:fe1e2c84327110b260f71b0a1a65aad6 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rtypes) = 0:a92bf97e3eb19b0cea1b944b89eb64e5 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netcgi) = 0:26bdc807fcffe5c853e49153672ef714 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netstream) = 0:4e9103149726da95efdfe5dbd7cad67a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Http_client) = 0:5a7abb008a3ec9b75d6c20a96450274f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:28:10 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:28:10 +0000 (UTC) Subject: Broken dependencies: ocaml-pxp Message-ID: <20091116142810.DE09F1F8082@releng2.fedora.phx.redhat.com> ocaml-pxp has broken dependencies in the development tree: On ppc: ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Warnings) = 0:f8edde181ba3c5ccbccdbdcf0e922d3a ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Str) = 0:6d55a2164c08a48952f20f86f1b83bd7 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Stack) = 0:3acaafc4b4651e7b29c1bbfa86320dec ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Path) = 0:3f80ef0865cd9994e2dcb1444d86c8b9 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Neturl) = 0:c1708f2c01088a148d0d73887454c80a ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Longident) = 0:af7a4daa7675e00536bcf34c30f1ef8e ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Primitive) = 0:ffb9c662271efdee731a555268b835a9 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Location) = 0:0d236ae3a37e3f5f553fe29e883ac46d ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netstring_str) = 0:1312797680b85dc1cfa6c753230c81b1 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Env) = 0:85c160706e01672db948b045d51d0663 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netulex) = 0:a03f6b50de730e7546b6962b40173dba ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Pcre) = 0:6d801a6ce79c77dcc4e1d5b1f5fff620 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Ident) = 0:d2f1896a13d2b6ab5a7f039f2e1e4baf ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Consistbl) = 0:caff227b73e80a299bc9064d8932a731 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Toploop) = 0:85ab2f8a53c5adc2ef86abcfd6f2aa92 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Types) = 0:51884d3e170a51d2c53e50c054df93c5 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:28:26 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:28:26 +0000 (UTC) Subject: Broken dependencies: ocaml-zip Message-ID: <20091116142826.1A0E41F8082@releng2.fedora.phx.redhat.com> ocaml-zip has broken dependencies in the development tree: On ppc: ocaml-zip-1.04-3.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-zip-1.04-3.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-zip-1.04-3.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-zip-1.04-3.fc12.ppc requires libc.so.6 ocaml-zip-1.04-3.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-zip-1.04-3.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-zip-1.04-3.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-zip-1.04-3.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-zip-1.04-3.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-zip-1.04-3.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-zip-1.04-3.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-zip-1.04-3.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-zip-1.04-3.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 On ppc64: ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-zip-1.04-3.fc12.ppc64 requires libc.so.6()(64bit) ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-zip-1.04-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:28:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:28:31 +0000 (UTC) Subject: Broken dependencies: ocaml-ulex Message-ID: <20091116142831.0D13A1F8082@releng2.fedora.phx.redhat.com> ocaml-ulex has broken dependencies in the development tree: On ppc: ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-ulex-1.1-8.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-ulex-1.1-8.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:29:00 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:29:00 +0000 (UTC) Subject: Broken dependencies: ocaml-camlidl Message-ID: <20091116142900.C70961F8083@releng2.fedora.phx.redhat.com> ocaml-camlidl has broken dependencies in the development tree: On ppc: ocaml-camlidl-1.05-10.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-camlidl-1.05-10.fc12.ppc requires /usr/bin/ocamlrun ocaml-camlidl-1.05-10.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-camlidl-1.05-10.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-camlidl-1.05-10.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-camlidl-1.05-10.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-camlidl-1.05-10.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-camlidl-1.05-10.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-camlidl-1.05-10.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-camlidl-1.05-10.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:11 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:11 +0000 (UTC) Subject: Broken dependencies: ocaml-expat Message-ID: <20091116143011.845931F809C@releng2.fedora.phx.redhat.com> ocaml-expat has broken dependencies in the development tree: On ppc: ocaml-expat-0.9.1-17.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-expat-0.9.1-17.fc12.ppc requires libc.so.6 ocaml-expat-0.9.1-17.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-expat-0.9.1-17.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-expat-0.9.1-17.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-expat-0.9.1-17.fc12.ppc requires libc.so.6(GLIBC_2.1.3) On ppc64: ocaml-expat-0.9.1-17.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-expat-0.9.1-17.fc12.ppc64 requires libc.so.6()(64bit) ocaml-expat-0.9.1-17.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-expat-0.9.1-17.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-expat-0.9.1-17.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:12 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:12 +0000 (UTC) Subject: Broken dependencies: ocaml-bitstring Message-ID: <20091116143012.C105C1F808D@releng2.fedora.phx.redhat.com> ocaml-bitstring has broken dependencies in the development tree: On ppc: ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-bitstring-2.0.0-10.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-bitstring-2.0.0-10.fc12.ppc requires libc.so.6 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-bitstring-2.0.0-10.fc12.ppc64 requires libc.so.6()(64bit) ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: ocaml-bitstring-devel-2.0.0-10.fc12.ppc64 requires /usr/bin/ocamlrun On ppc64: ocaml-bitstring-devel-2.0.0-10.fc12.ppc64 requires /usr/bin/ocamlrun Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:40 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:40 +0000 (UTC) Subject: Broken dependencies: ocaml-curl Message-ID: <20091116143040.4AB811F8082@releng2.fedora.phx.redhat.com> ocaml-curl has broken dependencies in the development tree: On ppc: ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:48 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:48 +0000 (UTC) Subject: Broken dependencies: ocaml-csv Message-ID: <20091116143048.EC2ED1F8083@releng2.fedora.phx.redhat.com> ocaml-csv has broken dependencies in the development tree: On ppc: ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-csv-1.1.7-6.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6 ocaml-csv-1.1.7-6.fc12.ppc requires libdl.so.2 ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-csv-1.1.7-6.fc12.ppc requires libm.so.6 ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-csv-1.1.7-6.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-csv-1.1.7-6.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-csv-1.1.7-6.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.3) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6()(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires libm.so.6()(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-csv-1.1.7-6.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-csv-1.1.7-6.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:49 +0000 (UTC) Subject: Broken dependencies: ocaml-omake Message-ID: <20091116143049.5D3561F8083@releng2.fedora.phx.redhat.com> ocaml-omake has broken dependencies in the development tree: On ppc: ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-omake-0.9.8.5-9.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocaml-omake-0.9.8.5-9.fc12.ppc requires libm.so.6 ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6 ocaml-omake-0.9.8.5-9.fc12.ppc requires libdl.so.2 ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-omake-0.9.8.5-9.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-omake-0.9.8.5-9.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-omake-0.9.8.5-9.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libm.so.6()(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6()(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libdl.so.2()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:49 +0000 (UTC) Subject: Broken dependencies: ocaml-ssl Message-ID: <20091116143049.A66731F8082@releng2.fedora.phx.redhat.com> ocaml-ssl has broken dependencies in the development tree: On ppc: ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Mutex) = 0:60fb057a4923c01932f593e58ab0bbac ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-ssl-0.4.3-5.fc12.ppc requires libcrypto.so.10 ocaml-ssl-0.4.3-5.fc12.ppc requires openssl ocaml-ssl-0.4.3-5.fc12.ppc requires libssl.so.10 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(runtime) = 0:3.11.1 On ppc64: ocaml-ssl-0.4.3-5.fc12.ppc64 requires openssl ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ssl-0.4.3-5.fc12.ppc64 requires libc.so.6()(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ssl-0.4.3-5.fc12.ppc64 requires libcrypto.so.10()(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Mutex) = 0:60fb057a4923c01932f593e58ab0bbac ocaml-ssl-0.4.3-5.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ssl-0.4.3-5.fc12.ppc64 requires libssl.so.10()(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ssl-0.4.3-5.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:50 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:50 +0000 (UTC) Subject: Broken dependencies: ocaml-pa-monad Message-ID: <20091116143050.8F01A1F8082@releng2.fedora.phx.redhat.com> ocaml-pa-monad has broken dependencies in the development tree: On ppc: ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:52 +0000 (UTC) Subject: Broken dependencies: ocaml-preludeml Message-ID: <20091116143052.D3A8B1F8083@releng2.fedora.phx.redhat.com> ocaml-preludeml has broken dependencies in the development tree: On ppc: ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Pcre) = 0:6d801a6ce79c77dcc4e1d5b1f5fff620 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Netdate) = 0:30913487673f7f8869f808f49a7fcadd ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Pcre) = 0:6d801a6ce79c77dcc4e1d5b1f5fff620 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Netdate) = 0:30913487673f7f8869f808f49a7fcadd ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:05 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:05 +0000 (UTC) Subject: Broken dependencies: ocaml-SDL Message-ID: <20091116143105.ACBEF1F8082@releng2.fedora.phx.redhat.com> ocaml-SDL has broken dependencies in the development tree: On ppc: ocaml-SDL-0.7.2-20.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-SDL-0.7.2-20.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-SDL-0.7.2-20.fc12.ppc requires libSDL-1.2.so.0 ocaml-SDL-0.7.2-20.fc12.ppc requires libc.so.6 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-SDL-0.7.2-20.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-SDL-0.7.2-20.fc12.ppc requires libpthread.so.0 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-SDL-0.7.2-20.fc12.ppc64 requires libc.so.6()(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-SDL-0.7.2-20.fc12.ppc64 requires libSDL-1.2.so.0()(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-SDL-0.7.2-20.fc12.ppc64 requires libpthread.so.0()(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-SDL-0.7.2-20.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:10 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:10 +0000 (UTC) Subject: Broken dependencies: ocaml-bisect Message-ID: <20091116143110.AB49B1F8083@releng2.fedora.phx.redhat.com> ocaml-bisect has broken dependencies in the development tree: On ppc: ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libm.so.6 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libdl.so.2 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.3) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6()(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libm.so.6()(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:27 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:27 +0000 (UTC) Subject: Broken dependencies: ocamldsort Message-ID: <20091116143127.D602C1F808C@releng2.fedora.phx.redhat.com> ocamldsort has broken dependencies in the development tree: On ppc: ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.2) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.4) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.1) ocamldsort-0.14.4-7.fc12.ppc requires libm.so.6(GLIBC_2.0) ocamldsort-0.14.4-7.fc12.ppc requires libm.so.6(GLIBC_2.1) ocamldsort-0.14.4-7.fc12.ppc requires rtld(GNU_HASH) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocamldsort-0.14.4-7.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6 ocamldsort-0.14.4-7.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocamldsort-0.14.4-7.fc12.ppc requires libdl.so.2 ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.7) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.0) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.3) ocamldsort-0.14.4-7.fc12.ppc requires libm.so.6 On ppc64: ocamldsort-0.14.4-7.fc12.ppc64 requires libm.so.6()(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libdl.so.2()(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires rtld(GNU_HASH) ocamldsort-0.14.4-7.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:16 +0000 (UTC) Subject: Broken dependencies: ocaml-lablgtk Message-ID: <20091116143116.7766C1F8083@releng2.fedora.phx.redhat.com> ocaml-lablgtk has broken dependencies in the development tree: On ppc: ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-lablgtk-2.14.0-2.fc12.ppc requires /bin/sh ocaml-lablgtk-2.14.0-2.fc12.ppc requires librt.so.1 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libgdk_pixbuf-2.0.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libc.so.6 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libfreetype.so.6 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-lablgtk-2.14.0-2.fc12.ppc requires libgdk-x11-2.0.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libxml2.so.2 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-lablgtk-2.14.0-2.fc12.ppc requires libgnomevfs-2.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-lablgtk-2.14.0-2.fc12.ppc requires libgtk-x11-2.0.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libatk-1.0.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-lablgtk-2.14.0-2.fc12.ppc requires /usr/bin/ocamlrun ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libpthread.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 On ppc64: ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libxml2.so.2()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires librt.so.1()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libfreetype.so.6()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires /bin/sh ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libpthread.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libgnomevfs-2.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libatk-1.0.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Mutex) = 0:60fb057a4923c01932f593e58ab0bbac ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Condition) = 0:cac2a38bb9154bb628b8d3abe98151ad ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Mutex) = 0:60fb057a4923c01932f593e58ab0bbac ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Condition) = 0:cac2a38bb9154bb628b8d3abe98151ad ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:51 +0000 (UTC) Subject: Broken dependencies: ocaml-facile Message-ID: <20091116143151.9DC4F1F8083@releng2.fedora.phx.redhat.com> ocaml-facile has broken dependencies in the development tree: On ppc: ocaml-facile-1.1-10.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-facile-1.1-10.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-facile-1.1-10.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Weak) = 0:aada27147107868937e9d245df90602d ocaml-facile-1.1-10.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-facile-1.1-10.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-facile-1.1-10.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-facile-1.1-10.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-facile-1.1-10.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-facile-1.1-10.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Weak) = 0:aada27147107868937e9d245df90602d ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:42 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:42 +0000 (UTC) Subject: Broken dependencies: ocaml-lablgl Message-ID: <20091116143142.0134B1F8082@releng2.fedora.phx.redhat.com> ocaml-lablgl has broken dependencies in the development tree: On ppc: ocaml-lablgl-devel-1.04-2.fc12.ppc64 requires ocaml-labltk-devel On ppc64: ocaml-lablgl-devel-1.04-2.fc12.ppc64 requires ocaml-labltk-devel On ppc: ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Widget) = 0:bd1674a51dba8a70d8cdfc22ee9d4866 ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-lablgl-1.04-2.fc12.ppc requires /bin/sh ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Rawwidget) = 0:e3bca5357297d3cf7b0d9ad755595c13 ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Tk) = 0:8149320516b161e439b6e9d0ef86ccda ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Textvariable) = 0:9249ae0a5132a6251c7054226d943cdc ocaml-lablgl-1.04-2.fc12.ppc requires libXxf86vm.so.1 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Timer) = 0:c35d1b907de195ad31f8274e7521647f ocaml-lablgl-1.04-2.fc12.ppc requires libX11.so.6 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Support) = 0:6d076e0e719aa819ca8d02e7317ae00e ocaml-lablgl-1.04-2.fc12.ppc requires libXext.so.6 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Protocol) = 0:218706e2a3341fd187fd16243fcefa19 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-lablgl-1.04-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Widget) = 0:bd1674a51dba8a70d8cdfc22ee9d4866 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgl-1.04-2.fc12.ppc64 requires /bin/sh ocaml-lablgl-1.04-2.fc12.ppc64 requires libX11.so.6()(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Rawwidget) = 0:e3bca5357297d3cf7b0d9ad755595c13 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Support) = 0:6d076e0e719aa819ca8d02e7317ae00e ocaml-lablgl-1.04-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Tk) = 0:8149320516b161e439b6e9d0ef86ccda ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Textvariable) = 0:9249ae0a5132a6251c7054226d943cdc ocaml-lablgl-1.04-2.fc12.ppc64 requires libXext.so.6()(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Timer) = 0:c35d1b907de195ad31f8274e7521647f ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-lablgl-1.04-2.fc12.ppc64 requires libXxf86vm.so.1()(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Protocol) = 0:218706e2a3341fd187fd16243fcefa19 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-lablgl-1.04-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:57 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:57 +0000 (UTC) Subject: Broken dependencies: emacs-common-tuareg Message-ID: <20091116143157.817271F8093@releng2.fedora.phx.redhat.com> emacs-common-tuareg has broken dependencies in the development tree: On ppc: emacs-common-tuareg-1.45.6-9.fc12.noarch requires ocaml-emacs On ppc64: emacs-common-tuareg-1.45.6-9.fc12.noarch requires ocaml-emacs On ppc: xemacs-tuareg-1.45.6-9.fc12.noarch requires xemacs(bin) >= 0:21.5.29 On ppc64: xemacs-tuareg-1.45.6-9.fc12.noarch requires xemacs(bin) >= 0:21.5.29 On ppc: emacs-tuareg-1.45.6-9.fc12.noarch requires emacs(bin) >= 1:23.1 On ppc64: emacs-tuareg-1.45.6-9.fc12.noarch requires emacs(bin) >= 1:23.1 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:01 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:01 +0000 (UTC) Subject: Broken dependencies: ocaml-extlib Message-ID: <20091116143201.BAF711F8082@releng2.fedora.phx.redhat.com> ocaml-extlib has broken dependencies in the development tree: On ppc: ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f On ppc64: ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:03 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:03 +0000 (UTC) Subject: Broken dependencies: ocaml-augeas Message-ID: <20091116143203.317F51F808C@releng2.fedora.phx.redhat.com> ocaml-augeas has broken dependencies in the development tree: On ppc: ocaml-augeas-0.4-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-augeas-0.4-6.fc12.ppc requires libc.so.6 ocaml-augeas-0.4-6.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-augeas-0.4-6.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-augeas-0.4-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-augeas-0.4-6.fc12.ppc requires libc.so.6(GLIBC_2.1.3) On ppc64: ocaml-augeas-0.4-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-augeas-0.4-6.fc12.ppc64 requires libc.so.6()(64bit) ocaml-augeas-0.4-6.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-augeas-0.4-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-augeas-0.4-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:11 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:11 +0000 (UTC) Subject: Broken dependencies: ocaml-perl4caml Message-ID: <20091116143211.386811F8083@releng2.fedora.phx.redhat.com> ocaml-perl4caml has broken dependencies in the development tree: On ppc: ocaml-perl4caml-0.9.5-10.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-perl4caml-0.9.5-10.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-perl4caml-0.9.5-10.fc12.ppc requires libm.so.6 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libc.so.6 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libutil.so.1 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-perl4caml-0.9.5-10.fc12.ppc requires libdl.so.2 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libcrypt.so.1 ocaml-perl4caml-0.9.5-10.fc12.ppc requires /usr/lib/perl5/5.10.0/ppc-linux-thread-multi/CORE/libperl.so ocaml-perl4caml-0.9.5-10.fc12.ppc requires perl(:MODULE_COMPAT_5.10.0) ocaml-perl4caml-0.9.5-10.fc12.ppc requires libnsl.so.1 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-perl4caml-0.9.5-10.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libperl.so ocaml-perl4caml-0.9.5-10.fc12.ppc requires libresolv.so.2 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libpthread.so.0(GLIBC_2.0) ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libpthread.so.0 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libc.so.6()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libperl.so()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libm.so.6()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libnsl.so.1()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libpthread.so.0()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires perl(:MODULE_COMPAT_5.10.0) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libresolv.so.2()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libcrypt.so.1()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libutil.so.1()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires /usr/lib64/perl5/5.10.0/ppc64-linux-thread-multi/CORE/libperl.so ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:15 +0000 (UTC) Subject: Broken dependencies: virt-ctrl Message-ID: <20091116143215.AEF361F8082@releng2.fedora.phx.redhat.com> virt-ctrl has broken dependencies in the development tree: On ppc: virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.3.4) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.4) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.1) virt-ctrl-1.0.1-4.fc12.ppc requires libm.so.6(GLIBC_2.0) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.1.2) virt-ctrl-1.0.1-4.fc12.ppc requires libgdk_pixbuf-2.0.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libm.so.6 virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.2) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6 virt-ctrl-1.0.1-4.fc12.ppc requires libfreetype.so.6 virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.7) virt-ctrl-1.0.1-4.fc12.ppc requires libdl.so.2 virt-ctrl-1.0.1-4.fc12.ppc requires libm.so.6(GLIBC_2.1) virt-ctrl-1.0.1-4.fc12.ppc requires libgdk-x11-2.0.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libdl.so.2(GLIBC_2.1) virt-ctrl-1.0.1-4.fc12.ppc requires libgtk-x11-2.0.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.0) virt-ctrl-1.0.1-4.fc12.ppc requires libatk-1.0.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libvirt.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libdl.so.2(GLIBC_2.0) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libvirt.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libfreetype.so.6()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libm.so.6()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libdl.so.2()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libatk-1.0.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:21 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:21 +0000 (UTC) Subject: Broken dependencies: ocaml-deriving Message-ID: <20091116143221.3F5C11F8083@releng2.fedora.phx.redhat.com> ocaml-deriving has broken dependencies in the development tree: On ppc: ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Ratio) = 0:5ee67f3f53c78b1d40c5da48028935f3 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(CamlinternalMod) = 0:34d96af9340b540539e9d022ece9fc3c ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Big_int) = 0:b094bddd70d11f4b8592f3957a8b3d9f ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Nat) = 0:3ba7c2bfbc706aa841271c572dbb55de ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-deriving-0.1.1a-9.fc12.ppc requires /usr/bin/ocamlrun ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Num) = 0:a130968f082cd5c0b9fd83b97c9603c1 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Ratio) = 0:5ee67f3f53c78b1d40c5da48028935f3 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(CamlinternalMod) = 0:34d96af9340b540539e9d022ece9fc3c ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Big_int) = 0:b094bddd70d11f4b8592f3957a8b3d9f ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Nat) = 0:3ba7c2bfbc706aa841271c572dbb55de ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Num) = 0:a130968f082cd5c0b9fd83b97c9603c1 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:24 +0000 (UTC) Subject: Broken dependencies: ocaml-json-wheel Message-ID: <20091116143224.7B6671F8083@releng2.fedora.phx.redhat.com> ocaml-json-wheel has broken dependencies in the development tree: On ppc: ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-json-wheel-1.0.6-2.fc12.ppc requires librt.so.1(GLIBC_2.2) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocaml-json-wheel-1.0.6-2.fc12.ppc requires librt.so.1 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-json-wheel-1.0.6-2.fc12.ppc requires libm.so.6 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libdl.so.2 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-json-wheel-1.0.6-2.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-json-wheel-1.0.6-2.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.3) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires librt.so.1()(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libm.so.6()(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires librt.so.1(GLIBC_2.3)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:28 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:28 +0000 (UTC) Subject: Broken dependencies: ocaml-openin Message-ID: <20091116143228.BE2751F8082@releng2.fedora.phx.redhat.com> ocaml-openin has broken dependencies in the development tree: On ppc: ocaml-openin-20070524-9.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-openin-20070524-9.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-openin-20070524-9.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-openin-20070524-9.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-openin-20070524-9.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-openin-20070524-9.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-openin-20070524-9.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-openin-20070524-9.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-openin-20070524-9.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-openin-20070524-9.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-openin-20070524-9.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-openin-20070524-9.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-openin-20070524-9.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-openin-20070524-9.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:34 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:34 +0000 (UTC) Subject: Broken dependencies: ocaml-xml-light Message-ID: <20091116143234.A74E11F8083@releng2.fedora.phx.redhat.com> ocaml-xml-light has broken dependencies in the development tree: On ppc: ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Stack) = 0:3acaafc4b4651e7b29c1bbfa86320dec On ppc64: ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Stack) = 0:3acaafc4b4651e7b29c1bbfa86320dec Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:00 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:00 +0000 (UTC) Subject: Broken dependencies: ocaml-libvirt Message-ID: <20091117131900.8DA4A1F8087@releng2.fedora.phx.redhat.com> ocaml-libvirt has broken dependencies in the development tree: On ppc: mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.2) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.3.4) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.4) mlvirsh-0.6.1.0-6.fc12.ppc requires libvirt.so.0 mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1.2) mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6 mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2 mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.7) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.3) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6 mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6(GLIBC_2.1) On ppc64: mlvirsh-0.6.1.0-6.fc12.ppc64 requires libm.so.6()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libvirt.so.0()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libdl.so.2()(64bit) On ppc: ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libvirt.so.0 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f On ppc64: ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6()(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libvirt.so.0()(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:29 +0000 (UTC) Subject: Broken dependencies: mldonkey Message-ID: <20091117131929.BF0BE1F8091@releng2.fedora.phx.redhat.com> mldonkey has broken dependencies in the development tree: On ppc: mldonkey-server-3.0.0-3.fc12.ppc requires /bin/sh mldonkey-server-3.0.0-3.fc12.ppc requires /bin/bash mldonkey-server-3.0.0-3.fc12.ppc requires /bin/sh On ppc64: mldonkey-server-3.0.0-3.fc12.ppc64 requires /bin/sh mldonkey-server-3.0.0-3.fc12.ppc64 requires /bin/bash mldonkey-server-3.0.0-3.fc12.ppc64 requires /bin/sh On ppc: mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.3.4) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.4) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1) mldonkey-3.0.0-3.fc12.ppc requires libm.so.6(GLIBC_2.0) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1.2) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1.3) mldonkey-3.0.0-3.fc12.ppc requires /bin/sh mldonkey-3.0.0-3.fc12.ppc requires libm.so.6 mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.2) mldonkey-3.0.0-3.fc12.ppc requires libc.so.6 mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.7) mldonkey-3.0.0-3.fc12.ppc requires libdl.so.2 mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.3.2) mldonkey-3.0.0-3.fc12.ppc requires libm.so.6(GLIBC_2.1) mldonkey-3.0.0-3.fc12.ppc requires libmagic.so.1 mldonkey-3.0.0-3.fc12.ppc requires rtld(GNU_HASH) mldonkey-3.0.0-3.fc12.ppc requires libdl.so.2(GLIBC_2.1) mldonkey-3.0.0-3.fc12.ppc requires /usr/bin/perl mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.0) mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.2) mldonkey-3.0.0-3.fc12.ppc requires libdl.so.2(GLIBC_2.0) mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.0) mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.1) mldonkey-3.0.0-3.fc12.ppc requires libpthread.so.0 mldonkey-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.3) mldonkey-3.0.0-3.fc12.ppc requires logrotate On ppc64: mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires /bin/sh mldonkey-3.0.0-3.fc12.ppc64 requires libm.so.6()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires logrotate mldonkey-3.0.0-3.fc12.ppc64 requires libpthread.so.0()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libmagic.so.1()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libdl.so.2()(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires rtld(GNU_HASH) mldonkey-3.0.0-3.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires /usr/bin/perl mldonkey-3.0.0-3.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3.2)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) mldonkey-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.3.4) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.4) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1) mldonkey-gui-3.0.0-3.fc12.ppc requires libm.so.6(GLIBC_2.0) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1.2) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.1.3) mldonkey-gui-3.0.0-3.fc12.ppc requires /bin/sh mldonkey-gui-3.0.0-3.fc12.ppc requires libgdk_pixbuf-2.0.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libm.so.6 mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.2) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6 mldonkey-gui-3.0.0-3.fc12.ppc requires libfreetype.so.6 mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.0) mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.2) mldonkey-gui-3.0.0-3.fc12.ppc requires libdl.so.2 mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.3.2) mldonkey-gui-3.0.0-3.fc12.ppc requires libm.so.6(GLIBC_2.1) mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.7) mldonkey-gui-3.0.0-3.fc12.ppc requires libgdk-x11-2.0.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libmagic.so.1 mldonkey-gui-3.0.0-3.fc12.ppc requires rtld(GNU_HASH) mldonkey-gui-3.0.0-3.fc12.ppc requires libdl.so.2(GLIBC_2.1) mldonkey-gui-3.0.0-3.fc12.ppc requires libgtk-x11-2.0.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.0) mldonkey-gui-3.0.0-3.fc12.ppc requires libatk-1.0.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libX11.so.6 mldonkey-gui-3.0.0-3.fc12.ppc requires libdl.so.2(GLIBC_2.0) mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0(GLIBC_2.1) mldonkey-gui-3.0.0-3.fc12.ppc requires libpthread.so.0 mldonkey-gui-3.0.0-3.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libfreetype.so.6()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires /bin/sh mldonkey-gui-3.0.0-3.fc12.ppc64 requires libX11.so.6()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libm.so.6()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libpthread.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libmagic.so.1()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libdl.so.2()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires rtld(GNU_HASH) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3.2)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libatk-1.0.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) mldonkey-gui-3.0.0-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: konqueror-mldonkey-ed2k-support-3.0.0-3.fc12.ppc requires /usr/bin/perl On ppc64: konqueror-mldonkey-ed2k-support-3.0.0-3.fc12.ppc64 requires /usr/bin/perl Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:29 +0000 (UTC) Subject: Broken dependencies: ocaml-reins Message-ID: <20091117132029.C9A721F8088@releng2.fedora.phx.redhat.com> ocaml-reins has broken dependencies in the development tree: On ppc: ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Ratio) = 0:5ee67f3f53c78b1d40c5da48028935f3 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Big_int) = 0:b094bddd70d11f4b8592f3957a8b3d9f ocaml-reins-0.1a-6.fc12.ppc requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Nat) = 0:3ba7c2bfbc706aa841271c572dbb55de ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-reins-0.1a-6.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-reins-0.1a-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-reins-0.1a-6.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Ratio) = 0:5ee67f3f53c78b1d40c5da48028935f3 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Big_int) = 0:b094bddd70d11f4b8592f3957a8b3d9f ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Nat) = 0:3ba7c2bfbc706aa841271c572dbb55de ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-reins-0.1a-6.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:49 +0000 (UTC) Subject: Broken dependencies: ocaml-camlp5 Message-ID: <20091117132049.1A10D1F8087@releng2.fedora.phx.redhat.com> ocaml-camlp5 has broken dependencies in the development tree: On ppc: ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Warnings) = 0:f8edde181ba3c5ccbccdbdcf0e922d3a ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Path) = 0:3f80ef0865cd9994e2dcb1444d86c8b9 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Longident) = 0:af7a4daa7675e00536bcf34c30f1ef8e ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Primitive) = 0:ffb9c662271efdee731a555268b835a9 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Location) = 0:0d236ae3a37e3f5f553fe29e883ac46d ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Weak) = 0:aada27147107868937e9d245df90602d ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Env) = 0:85c160706e01672db948b045d51d0663 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Types) = 0:51884d3e170a51d2c53e50c054df93c5 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Sort) = 0:9c21ba6feb0f450e0978ccace879a09e ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Ident) = 0:d2f1896a13d2b6ab5a7f039f2e1e4baf ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Consistbl) = 0:caff227b73e80a299bc9064d8932a731 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Topdirs) = 0:259bd544fdba007c4f0fb2efdbf8e3e2 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Toploop) = 0:85ab2f8a53c5adc2ef86abcfd6f2aa92 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-camlp5-5.12-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Warnings) = 0:f8edde181ba3c5ccbccdbdcf0e922d3a ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Path) = 0:3f80ef0865cd9994e2dcb1444d86c8b9 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Longident) = 0:af7a4daa7675e00536bcf34c30f1ef8e ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Primitive) = 0:ffb9c662271efdee731a555268b835a9 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Location) = 0:0d236ae3a37e3f5f553fe29e883ac46d ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Weak) = 0:aada27147107868937e9d245df90602d ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Env) = 0:85c160706e01672db948b045d51d0663 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Types) = 0:51884d3e170a51d2c53e50c054df93c5 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Sort) = 0:9c21ba6feb0f450e0978ccace879a09e ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Ident) = 0:d2f1896a13d2b6ab5a7f039f2e1e4baf ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Consistbl) = 0:caff227b73e80a299bc9064d8932a731 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Topdirs) = 0:259bd544fdba007c4f0fb2efdbf8e3e2 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Toploop) = 0:85ab2f8a53c5adc2ef86abcfd6f2aa92 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-camlp5-5.12-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc: ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libm.so.6()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires /bin/sh ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libdl.so.2()(64bit) On ppc64: ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libm.so.6()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires /bin/sh ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-camlp5-devel-5.12-2.fc12.ppc64 requires libdl.so.2()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:50 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:50 +0000 (UTC) Subject: Broken dependencies: coq Message-ID: <20091117132050.87C331F8087@releng2.fedora.phx.redhat.com> coq has broken dependencies in the development tree: On ppc: coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3.4) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.4) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.1) coq-coqide-8.2pl1-1.fc12.ppc requires libm.so.6(GLIBC_2.0) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.1.2) coq-coqide-8.2pl1-1.fc12.ppc requires libgdk_pixbuf-2.0.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires libm.so.6 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.2) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.11) coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6 coq-coqide-8.2pl1-1.fc12.ppc requires libfreetype.so.6 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.7) coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.0) coq-coqide-8.2pl1-1.fc12.ppc requires libdl.so.2 coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.3.2) coq-coqide-8.2pl1-1.fc12.ppc requires libm.so.6(GLIBC_2.1) coq-coqide-8.2pl1-1.fc12.ppc requires libgdk-x11-2.0.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires rtld(GNU_HASH) coq-coqide-8.2pl1-1.fc12.ppc requires libdl.so.2(GLIBC_2.1) coq-coqide-8.2pl1-1.fc12.ppc requires libgtk-x11-2.0.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.0) coq-coqide-8.2pl1-1.fc12.ppc requires libatk-1.0.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3.2) coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.2) coq-coqide-8.2pl1-1.fc12.ppc requires /usr/bin/ocamlrun coq-coqide-8.2pl1-1.fc12.ppc requires libdl.so.2(GLIBC_2.0) coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.1) coq-coqide-8.2pl1-1.fc12.ppc requires libpthread.so.0 coq-coqide-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc: coq-emacs-8.2pl1-1.fc12.ppc requires emacs On ppc: coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.2) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3.4) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.4) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.1) coq-8.2pl1-1.fc12.ppc requires libm.so.6(GLIBC_2.0) coq-8.2pl1-1.fc12.ppc requires /usr/bin/ocamlrun coq-8.2pl1-1.fc12.ppc requires libm.so.6(GLIBC_2.1) coq-8.2pl1-1.fc12.ppc requires rtld(GNU_HASH) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.1.2) coq-8.2pl1-1.fc12.ppc requires libdl.so.2(GLIBC_2.1) coq-8.2pl1-1.fc12.ppc requires libc.so.6 coq-8.2pl1-1.fc12.ppc requires libdl.so.2(GLIBC_2.0) coq-8.2pl1-1.fc12.ppc requires libdl.so.2 coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.7) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.0) coq-8.2pl1-1.fc12.ppc requires libc.so.6(GLIBC_2.3) coq-8.2pl1-1.fc12.ppc requires libm.so.6 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:55 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:55 +0000 (UTC) Subject: Broken dependencies: ocaml-ounit Message-ID: <20091117132055.336671F8087@releng2.fedora.phx.redhat.com> ocaml-ounit has broken dependencies in the development tree: On ppc: ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-ounit-1.0.3-6.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 On ppc64: ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-ounit-1.0.3-6.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:05 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:05 +0000 (UTC) Subject: Broken dependencies: ocaml-gsl Message-ID: <20091117132105.03E3D1F8087@releng2.fedora.phx.redhat.com> ocaml-gsl has broken dependencies in the development tree: On ppc: ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-gsl-0.6.0-9.fc12.ppc requires libm.so.6 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-gsl-0.6.0-9.fc12.ppc requires libm.so.6(GLIBC_2.2) ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-gsl-0.6.0-9.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-gsl-0.6.0-9.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-gsl-0.6.0-9.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-gsl-0.6.0-9.fc12.ppc64 requires libc.so.6()(64bit) ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-gsl-0.6.0-9.fc12.ppc64 requires libm.so.6()(64bit) ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-gsl-0.6.0-9.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-gsl-0.6.0-9.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-gsl-0.6.0-9.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-gsl-0.6.0-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: ocaml-gsl-devel-0.6.0-9.fc12.ppc64 requires /bin/sh ocaml-gsl-devel-0.6.0-9.fc12.ppc64 requires /bin/sh On ppc64: ocaml-gsl-devel-0.6.0-9.fc12.ppc64 requires /bin/sh ocaml-gsl-devel-0.6.0-9.fc12.ppc64 requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:05 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:05 +0000 (UTC) Subject: Broken dependencies: ocaml-newt Message-ID: <20091117132105.17BC41F808F@releng2.fedora.phx.redhat.com> ocaml-newt has broken dependencies in the development tree: On ppc: ocaml-newt-0.9-7.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-newt-0.9-7.fc12.ppc requires libc.so.6 ocaml-newt-0.9-7.fc12.ppc requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-newt-0.9-7.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-newt-0.9-7.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-newt-0.9-7.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-newt-0.9-7.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-newt-0.9-7.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 On ppc64: ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-newt-0.9-7.fc12.ppc64 requires libc.so.6()(64bit) ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-newt-0.9-7.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-newt-0.9-7.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:23 +0000 (UTC) Subject: Broken dependencies: ocaml-cmigrep Message-ID: <20091117132123.997981F8087@releng2.fedora.phx.redhat.com> ocaml-cmigrep has broken dependencies in the development tree: On ppc: ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-cmigrep-1.5-13.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocaml-cmigrep-1.5-13.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6 ocaml-cmigrep-1.5-13.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-cmigrep-1.5-13.fc12.ppc requires libdl.so.2 ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-cmigrep-1.5-13.fc12.ppc requires libc.so.6(GLIBC_2.3) ocaml-cmigrep-1.5-13.fc12.ppc requires libm.so.6 ocaml-cmigrep-1.5-13.fc12.ppc requires libm.so.6(GLIBC_2.1) On ppc64: ocaml-cmigrep-1.5-13.fc12.ppc64 requires libm.so.6()(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6()(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-cmigrep-1.5-13.fc12.ppc64 requires libdl.so.2()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:38 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:38 +0000 (UTC) Subject: Broken dependencies: ocaml-xmlrpc-light Message-ID: <20091117132138.4959B1F8087@releng2.fedora.phx.redhat.com> ocaml-xmlrpc-light has broken dependencies in the development tree: On ppc: ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_log) = 0:7605dfa91f03e4953402a0e059cfd896 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Mimestring) = 0:b7373937c1a270c5a95b61cc3adf4c7b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_services) = 0:d59bfe517cb12c6bc4d41337f164875b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_transport) = 0:a3d907294a4d667b8ce0af30cc206a43 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_types) = 0:4c5896e050cc30c17a33872872cdf5be ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Scanf) = 0:c56c08d4e2ea6dddf2693c92cc7e2903 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttp) = 0:95236bb6876885220571b13a1a0b262a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Neturl) = 0:c1708f2c01088a148d0d73887454c80a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_client) = 0:d2634922de57701a13ae12907c5857df ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_reactor) = 0:37d2d5600d6fdcea3537df15ae35fd1f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netcgi1_compat) = 0:d7afadf29419823b8f6037bf0127abd5 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netmime) = 0:ceecc71ddc63f4f2f9af784cc39df8c4 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netcgi_cgi) = 0:db12304cab0e548733544453e780e940 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Xdr) = 0:3395a7cf9a07cca8100d95aae9f4d728 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_workload) = 0:5496658570f180a803a1ae819e1cc56e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Unixqueue) = 0:65f5d40043c4353137275e24923d2f58 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_kernel) = 0:7031118806534960df38100369f0e269 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netencoding) = 0:45d144e3c1e14046cba88fca92729bc0 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_plex) = 0:ff768d9c575f11d659d4210bcb55d54f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_mp) = 0:6a3f8f04a315e4ec49b00918abed970d ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Nethttpd_types) = 0:06878e6e45306b9ef96aa4e3a2751a7e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netplex_main) = 0:43b11f8e7bba515ce2281f92213a94ae ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Uq_engines) = 0:6612fb6eac4dcce9fbb500a9140a0ca9 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netconst) = 0:80cfbc56513a50e0754d91b674e30a23 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc) = 0:900eac6066c2204a540e9924d7006ed3 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_packer) = 0:447c87bf466f76c235cdace962b78bdc ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_server) = 0:755cdfd6ea0496686b62f57198cf231f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Equeue) = 0:329e036bb2778b249d6763d22407af19 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rpc_program) = 0:1b9cbbb2270abf8efb400fa7a8170f2c ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netcgi_common) = 0:fe1e2c84327110b260f71b0a1a65aad6 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Rtypes) = 0:a92bf97e3eb19b0cea1b944b89eb64e5 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netcgi) = 0:26bdc807fcffe5c853e49153672ef714 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Netstream) = 0:4e9103149726da95efdfe5dbd7cad67a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Http_client) = 0:5a7abb008a3ec9b75d6c20a96450274f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_log) = 0:7605dfa91f03e4953402a0e059cfd896 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Mimestring) = 0:b7373937c1a270c5a95b61cc3adf4c7b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_services) = 0:d59bfe517cb12c6bc4d41337f164875b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_transport) = 0:a3d907294a4d667b8ce0af30cc206a43 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_types) = 0:4c5896e050cc30c17a33872872cdf5be ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Scanf) = 0:c56c08d4e2ea6dddf2693c92cc7e2903 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttp) = 0:95236bb6876885220571b13a1a0b262a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Neturl) = 0:c1708f2c01088a148d0d73887454c80a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_client) = 0:d2634922de57701a13ae12907c5857df ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_reactor) = 0:37d2d5600d6fdcea3537df15ae35fd1f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netcgi1_compat) = 0:d7afadf29419823b8f6037bf0127abd5 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netmime) = 0:ceecc71ddc63f4f2f9af784cc39df8c4 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netcgi_cgi) = 0:db12304cab0e548733544453e780e940 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Xdr) = 0:3395a7cf9a07cca8100d95aae9f4d728 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_workload) = 0:5496658570f180a803a1ae819e1cc56e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Unixqueue) = 0:65f5d40043c4353137275e24923d2f58 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_kernel) = 0:7031118806534960df38100369f0e269 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netencoding) = 0:45d144e3c1e14046cba88fca92729bc0 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_plex) = 0:ff768d9c575f11d659d4210bcb55d54f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_mp) = 0:6a3f8f04a315e4ec49b00918abed970d ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Nethttpd_types) = 0:06878e6e45306b9ef96aa4e3a2751a7e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netplex_main) = 0:43b11f8e7bba515ce2281f92213a94ae ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Uq_engines) = 0:6612fb6eac4dcce9fbb500a9140a0ca9 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netconst) = 0:80cfbc56513a50e0754d91b674e30a23 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc) = 0:900eac6066c2204a540e9924d7006ed3 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_packer) = 0:447c87bf466f76c235cdace962b78bdc ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_server) = 0:755cdfd6ea0496686b62f57198cf231f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Equeue) = 0:329e036bb2778b249d6763d22407af19 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rpc_program) = 0:1b9cbbb2270abf8efb400fa7a8170f2c ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netcgi_common) = 0:fe1e2c84327110b260f71b0a1a65aad6 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Rtypes) = 0:a92bf97e3eb19b0cea1b944b89eb64e5 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netcgi) = 0:26bdc807fcffe5c853e49153672ef714 ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Netstream) = 0:4e9103149726da95efdfe5dbd7cad67a ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Http_client) = 0:5a7abb008a3ec9b75d6c20a96450274f ocaml-xmlrpc-light-0.6.1-3.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:41 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:41 +0000 (UTC) Subject: Broken dependencies: ocaml-pxp Message-ID: <20091117132141.30F521F808E@releng2.fedora.phx.redhat.com> ocaml-pxp has broken dependencies in the development tree: On ppc: ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Warnings) = 0:f8edde181ba3c5ccbccdbdcf0e922d3a ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Str) = 0:6d55a2164c08a48952f20f86f1b83bd7 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Stack) = 0:3acaafc4b4651e7b29c1bbfa86320dec ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Path) = 0:3f80ef0865cd9994e2dcb1444d86c8b9 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Neturl) = 0:c1708f2c01088a148d0d73887454c80a ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Longident) = 0:af7a4daa7675e00536bcf34c30f1ef8e ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Types) = 0:51884d3e170a51d2c53e50c054df93c5 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Primitive) = 0:ffb9c662271efdee731a555268b835a9 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Location) = 0:0d236ae3a37e3f5f553fe29e883ac46d ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netstring_str) = 0:1312797680b85dc1cfa6c753230c81b1 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Env) = 0:85c160706e01672db948b045d51d0663 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netulex) = 0:a03f6b50de730e7546b6962b40173dba ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Pcre) = 0:6d801a6ce79c77dcc4e1d5b1f5fff620 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Ident) = 0:d2f1896a13d2b6ab5a7f039f2e1e4baf ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Consistbl) = 0:caff227b73e80a299bc9064d8932a731 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Toploop) = 0:85ab2f8a53c5adc2ef86abcfd6f2aa92 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-pxp-1.2.1-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:50 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:50 +0000 (UTC) Subject: Broken dependencies: ocaml-zip Message-ID: <20091117132150.940FE1F808E@releng2.fedora.phx.redhat.com> ocaml-zip has broken dependencies in the development tree: On ppc: ocaml-zip-1.04-3.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-zip-1.04-3.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-zip-1.04-3.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-zip-1.04-3.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-zip-1.04-3.fc12.ppc requires libc.so.6 ocaml-zip-1.04-3.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-zip-1.04-3.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-zip-1.04-3.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-zip-1.04-3.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-zip-1.04-3.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-zip-1.04-3.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-zip-1.04-3.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-zip-1.04-3.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 On ppc64: ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-zip-1.04-3.fc12.ppc64 requires libc.so.6()(64bit) ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-zip-1.04-3.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-zip-1.04-3.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:53 +0000 (UTC) Subject: Broken dependencies: ocaml-ulex Message-ID: <20091117132153.A660F1F8094@releng2.fedora.phx.redhat.com> ocaml-ulex has broken dependencies in the development tree: On ppc: ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-ulex-1.1-8.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-ulex-1.1-8.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-ulex-1.1-8.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-ulex-1.1-8.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:08 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:08 +0000 (UTC) Subject: Broken dependencies: ocaml-camlidl Message-ID: <20091117132208.3EAF51F808F@releng2.fedora.phx.redhat.com> ocaml-camlidl has broken dependencies in the development tree: On ppc: ocaml-camlidl-1.05-10.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-camlidl-1.05-10.fc12.ppc requires /usr/bin/ocamlrun ocaml-camlidl-1.05-10.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-camlidl-1.05-10.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-camlidl-1.05-10.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-camlidl-1.05-10.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-camlidl-1.05-10.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-camlidl-1.05-10.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-camlidl-1.05-10.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-camlidl-1.05-10.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:44 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:44 +0000 (UTC) Subject: Broken dependencies: ocaml-expat Message-ID: <20091117132244.6B67B1F8087@releng2.fedora.phx.redhat.com> ocaml-expat has broken dependencies in the development tree: On ppc: ocaml-expat-0.9.1-17.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-expat-0.9.1-17.fc12.ppc requires libc.so.6 ocaml-expat-0.9.1-17.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-expat-0.9.1-17.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-expat-0.9.1-17.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-expat-0.9.1-17.fc12.ppc requires libc.so.6(GLIBC_2.1.3) On ppc64: ocaml-expat-0.9.1-17.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-expat-0.9.1-17.fc12.ppc64 requires libc.so.6()(64bit) ocaml-expat-0.9.1-17.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-expat-0.9.1-17.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-expat-0.9.1-17.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:46 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:46 +0000 (UTC) Subject: Broken dependencies: ocaml-bitstring Message-ID: <20091117132246.D4C371F808F@releng2.fedora.phx.redhat.com> ocaml-bitstring has broken dependencies in the development tree: On ppc: ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-bitstring-2.0.0-10.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-bitstring-2.0.0-10.fc12.ppc requires libc.so.6 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-bitstring-2.0.0-10.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-bitstring-2.0.0-10.fc12.ppc64 requires libc.so.6()(64bit) ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-bitstring-2.0.0-10.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: ocaml-bitstring-devel-2.0.0-10.fc12.ppc64 requires /usr/bin/ocamlrun On ppc64: ocaml-bitstring-devel-2.0.0-10.fc12.ppc64 requires /usr/bin/ocamlrun Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:15 +0000 (UTC) Subject: Broken dependencies: ocaml-curl Message-ID: <20091117132315.E3BE01F808E@releng2.fedora.phx.redhat.com> ocaml-curl has broken dependencies in the development tree: On ppc: ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-curl-0.5.1-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-curl-0.5.1-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:23 +0000 (UTC) Subject: Broken dependencies: ocaml-csv Message-ID: <20091117132323.8D3621F8088@releng2.fedora.phx.redhat.com> ocaml-csv has broken dependencies in the development tree: On ppc: ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-csv-1.1.7-6.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-csv-1.1.7-6.fc12.ppc requires libm.so.6 ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6 ocaml-csv-1.1.7-6.fc12.ppc requires libdl.so.2 ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-csv-1.1.7-6.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-csv-1.1.7-6.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-csv-1.1.7-6.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-csv-1.1.7-6.fc12.ppc requires libc.so.6(GLIBC_2.3) ocaml-csv-1.1.7-6.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6()(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires libm.so.6()(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-csv-1.1.7-6.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-csv-1.1.7-6.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-csv-1.1.7-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-csv-1.1.7-6.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:24 +0000 (UTC) Subject: Broken dependencies: ocaml-omake Message-ID: <20091117132324.2D74F1F8088@releng2.fedora.phx.redhat.com> ocaml-omake has broken dependencies in the development tree: On ppc: ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-omake-0.9.8.5-9.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocaml-omake-0.9.8.5-9.fc12.ppc requires libm.so.6 ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6 ocaml-omake-0.9.8.5-9.fc12.ppc requires libdl.so.2 ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-omake-0.9.8.5-9.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-omake-0.9.8.5-9.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-omake-0.9.8.5-9.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-omake-0.9.8.5-9.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libm.so.6()(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6()(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-omake-0.9.8.5-9.fc12.ppc64 requires libdl.so.2()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:24 +0000 (UTC) Subject: Broken dependencies: ocaml-ssl Message-ID: <20091117132324.A03961F8087@releng2.fedora.phx.redhat.com> ocaml-ssl has broken dependencies in the development tree: On ppc: ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Mutex) = 0:60fb057a4923c01932f593e58ab0bbac ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-ssl-0.4.3-5.fc12.ppc requires libcrypto.so.10 ocaml-ssl-0.4.3-5.fc12.ppc requires openssl ocaml-ssl-0.4.3-5.fc12.ppc requires libssl.so.10 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-ssl-0.4.3-5.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ssl-0.4.3-5.fc12.ppc requires ocaml(runtime) = 0:3.11.1 On ppc64: ocaml-ssl-0.4.3-5.fc12.ppc64 requires openssl ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-ssl-0.4.3-5.fc12.ppc64 requires libc.so.6()(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-ssl-0.4.3-5.fc12.ppc64 requires libcrypto.so.10()(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Mutex) = 0:60fb057a4923c01932f593e58ab0bbac ocaml-ssl-0.4.3-5.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-ssl-0.4.3-5.fc12.ppc64 requires libssl.so.10()(64bit) ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-ssl-0.4.3-5.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-ssl-0.4.3-5.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:25 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:25 +0000 (UTC) Subject: Broken dependencies: ocaml-pa-monad Message-ID: <20091117132325.D28AC1F8087@releng2.fedora.phx.redhat.com> ocaml-pa-monad has broken dependencies in the development tree: On ppc: ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-pa-monad-6.0-3.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-pa-monad-6.0-3.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:27 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:27 +0000 (UTC) Subject: Broken dependencies: ocaml-preludeml Message-ID: <20091117132327.B08891F80AA@releng2.fedora.phx.redhat.com> ocaml-preludeml has broken dependencies in the development tree: On ppc: ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Pcre) = 0:6d801a6ce79c77dcc4e1d5b1f5fff620 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Netdate) = 0:30913487673f7f8869f808f49a7fcadd ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Pcre) = 0:6d801a6ce79c77dcc4e1d5b1f5fff620 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Netdate) = 0:30913487673f7f8869f808f49a7fcadd ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-preludeml-0.1-0.13.20090113.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:53 +0000 (UTC) Subject: Broken dependencies: ocaml-lablgtk Message-ID: <20091117132353.1B3321F808F@releng2.fedora.phx.redhat.com> ocaml-lablgtk has broken dependencies in the development tree: On ppc: ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-lablgtk-2.14.0-2.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-lablgtk-2.14.0-2.fc12.ppc requires /bin/sh ocaml-lablgtk-2.14.0-2.fc12.ppc requires librt.so.1 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libgdk_pixbuf-2.0.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libc.so.6 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-lablgtk-2.14.0-2.fc12.ppc requires libfreetype.so.6 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libgdk-x11-2.0.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libxml2.so.2 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libgnomevfs-2.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-lablgtk-2.14.0-2.fc12.ppc requires libgtk-x11-2.0.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-lablgtk-2.14.0-2.fc12.ppc requires libatk-1.0.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-lablgtk-2.14.0-2.fc12.ppc requires /usr/bin/ocamlrun ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-lablgtk-2.14.0-2.fc12.ppc requires libpthread.so.0 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-lablgtk-2.14.0-2.fc12.ppc requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f On ppc64: ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libxml2.so.2()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires librt.so.1()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libfreetype.so.6()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires /bin/sh ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Lazy) = 0:4c7ed568fa7b5f73a2aa02eeb0e5e12b ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libpthread.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Printexc) = 0:fdf007941aa14d1a26323558012dbf52 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(CamlinternalLazy) = 0:ed280fb9736e9200aa47db73c5ff077f ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libgnomevfs-2.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libatk-1.0.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-lablgtk-2.14.0-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Mutex) = 0:60fb057a4923c01932f593e58ab0bbac ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Condition) = 0:cac2a38bb9154bb628b8d3abe98151ad ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Thread) = 0:da0ce921a4a489fa87637cc4648cf5e3 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Mutex) = 0:60fb057a4923c01932f593e58ab0bbac ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Condition) = 0:cac2a38bb9154bb628b8d3abe98151ad ocaml-lablgtk-devel-2.14.0-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:04 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:04 +0000 (UTC) Subject: Broken dependencies: ocamldsort Message-ID: <20091117132404.583AD1F80CF@releng2.fedora.phx.redhat.com> ocamldsort has broken dependencies in the development tree: On ppc: ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.2) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.4) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.1) ocamldsort-0.14.4-7.fc12.ppc requires libm.so.6(GLIBC_2.0) ocamldsort-0.14.4-7.fc12.ppc requires libm.so.6(GLIBC_2.1) ocamldsort-0.14.4-7.fc12.ppc requires rtld(GNU_HASH) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocamldsort-0.14.4-7.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6 ocamldsort-0.14.4-7.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocamldsort-0.14.4-7.fc12.ppc requires libdl.so.2 ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.7) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.0) ocamldsort-0.14.4-7.fc12.ppc requires libc.so.6(GLIBC_2.3) ocamldsort-0.14.4-7.fc12.ppc requires libm.so.6 On ppc64: ocamldsort-0.14.4-7.fc12.ppc64 requires libm.so.6()(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libdl.so.2()(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires rtld(GNU_HASH) ocamldsort-0.14.4-7.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocamldsort-0.14.4-7.fc12.ppc64 requires libc.so.6()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:20 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:20 +0000 (UTC) Subject: Broken dependencies: ocaml-lablgl Message-ID: <20091117132420.50D921F8088@releng2.fedora.phx.redhat.com> ocaml-lablgl has broken dependencies in the development tree: On ppc: ocaml-lablgl-devel-1.04-2.fc12.ppc64 requires ocaml-labltk-devel On ppc64: ocaml-lablgl-devel-1.04-2.fc12.ppc64 requires ocaml-labltk-devel On ppc: ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Widget) = 0:bd1674a51dba8a70d8cdfc22ee9d4866 ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-lablgl-1.04-2.fc12.ppc requires /bin/sh ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Rawwidget) = 0:e3bca5357297d3cf7b0d9ad755595c13 ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Tk) = 0:8149320516b161e439b6e9d0ef86ccda ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Textvariable) = 0:9249ae0a5132a6251c7054226d943cdc ocaml-lablgl-1.04-2.fc12.ppc requires libXxf86vm.so.1 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-lablgl-1.04-2.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Timer) = 0:c35d1b907de195ad31f8274e7521647f ocaml-lablgl-1.04-2.fc12.ppc requires libX11.so.6 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Support) = 0:6d076e0e719aa819ca8d02e7317ae00e ocaml-lablgl-1.04-2.fc12.ppc requires libXext.so.6 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Protocol) = 0:218706e2a3341fd187fd16243fcefa19 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-lablgl-1.04-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-lablgl-1.04-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Widget) = 0:bd1674a51dba8a70d8cdfc22ee9d4866 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-lablgl-1.04-2.fc12.ppc64 requires /bin/sh ocaml-lablgl-1.04-2.fc12.ppc64 requires libX11.so.6()(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(StdLabels) = 0:0739eb0579dedf60f559340c12076121 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Rawwidget) = 0:e3bca5357297d3cf7b0d9ad755595c13 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Support) = 0:6d076e0e719aa819ca8d02e7317ae00e ocaml-lablgl-1.04-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Tk) = 0:8149320516b161e439b6e9d0ef86ccda ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Textvariable) = 0:9249ae0a5132a6251c7054226d943cdc ocaml-lablgl-1.04-2.fc12.ppc64 requires libXext.so.6()(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Timer) = 0:c35d1b907de195ad31f8274e7521647f ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-lablgl-1.04-2.fc12.ppc64 requires libXxf86vm.so.1()(64bit) ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(Protocol) = 0:218706e2a3341fd187fd16243fcefa19 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-lablgl-1.04-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-lablgl-1.04-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:31 +0000 (UTC) Subject: Broken dependencies: ocaml-facile Message-ID: <20091117132431.D3A991F809E@releng2.fedora.phx.redhat.com> ocaml-facile has broken dependencies in the development tree: On ppc: ocaml-facile-1.1-10.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-facile-1.1-10.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-facile-1.1-10.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Weak) = 0:aada27147107868937e9d245df90602d ocaml-facile-1.1-10.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-facile-1.1-10.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-facile-1.1-10.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-facile-1.1-10.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-facile-1.1-10.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-facile-1.1-10.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-facile-1.1-10.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Random) = 0:462fc826fd1ae9df8d15e3cb798cba9d ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Weak) = 0:aada27147107868937e9d245df90602d ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-facile-1.1-10.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:37 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:37 +0000 (UTC) Subject: Broken dependencies: emacs-common-tuareg Message-ID: <20091117132437.EB33E1F80AC@releng2.fedora.phx.redhat.com> emacs-common-tuareg has broken dependencies in the development tree: On ppc: emacs-common-tuareg-1.45.6-9.fc12.noarch requires ocaml-emacs On ppc64: emacs-common-tuareg-1.45.6-9.fc12.noarch requires ocaml-emacs On ppc: xemacs-tuareg-1.45.6-9.fc12.noarch requires xemacs(bin) >= 0:21.5.29 On ppc64: xemacs-tuareg-1.45.6-9.fc12.noarch requires xemacs(bin) >= 0:21.5.29 On ppc: emacs-tuareg-1.45.6-9.fc12.noarch requires emacs(bin) >= 1:23.1 On ppc64: emacs-tuareg-1.45.6-9.fc12.noarch requires emacs(bin) >= 1:23.1 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:43 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:43 +0000 (UTC) Subject: Broken dependencies: ocaml-extlib Message-ID: <20091117132443.41D421F8087@releng2.fedora.phx.redhat.com> ocaml-extlib has broken dependencies in the development tree: On ppc: ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-extlib-1.5.1-8.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f On ppc64: ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-extlib-1.5.1-8.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:44 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:44 +0000 (UTC) Subject: Broken dependencies: ocaml-augeas Message-ID: <20091117132444.90E3E1F8087@releng2.fedora.phx.redhat.com> ocaml-augeas has broken dependencies in the development tree: On ppc: ocaml-augeas-0.4-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-augeas-0.4-6.fc12.ppc requires libc.so.6 ocaml-augeas-0.4-6.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-augeas-0.4-6.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-augeas-0.4-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-augeas-0.4-6.fc12.ppc requires libc.so.6(GLIBC_2.1.3) On ppc64: ocaml-augeas-0.4-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-augeas-0.4-6.fc12.ppc64 requires libc.so.6()(64bit) ocaml-augeas-0.4-6.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-augeas-0.4-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-augeas-0.4-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:54 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:54 +0000 (UTC) Subject: Broken dependencies: ocaml-perl4caml Message-ID: <20091117132454.3821E1F8088@releng2.fedora.phx.redhat.com> ocaml-perl4caml has broken dependencies in the development tree: On ppc: ocaml-perl4caml-0.9.5-10.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-perl4caml-0.9.5-10.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-perl4caml-0.9.5-10.fc12.ppc requires libm.so.6 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libc.so.6 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libutil.so.1 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-perl4caml-0.9.5-10.fc12.ppc requires libdl.so.2 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libcrypt.so.1 ocaml-perl4caml-0.9.5-10.fc12.ppc requires /usr/lib/perl5/5.10.0/ppc-linux-thread-multi/CORE/libperl.so ocaml-perl4caml-0.9.5-10.fc12.ppc requires perl(:MODULE_COMPAT_5.10.0) ocaml-perl4caml-0.9.5-10.fc12.ppc requires libnsl.so.1 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-perl4caml-0.9.5-10.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libperl.so ocaml-perl4caml-0.9.5-10.fc12.ppc requires libresolv.so.2 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libpthread.so.0(GLIBC_2.0) ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-perl4caml-0.9.5-10.fc12.ppc requires libpthread.so.0 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-perl4caml-0.9.5-10.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libc.so.6()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libperl.so()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libm.so.6()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libnsl.so.1()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libpthread.so.0()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires perl(:MODULE_COMPAT_5.10.0) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libresolv.so.2()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libcrypt.so.1()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libutil.so.1()(64bit) ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires /usr/lib64/perl5/5.10.0/ppc64-linux-thread-multi/CORE/libperl.so ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-perl4caml-0.9.5-10.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:59 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:59 +0000 (UTC) Subject: Broken dependencies: virt-ctrl Message-ID: <20091117132459.AE60B1F808E@releng2.fedora.phx.redhat.com> virt-ctrl has broken dependencies in the development tree: On ppc: virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.3.4) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.4) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.1) virt-ctrl-1.0.1-4.fc12.ppc requires libm.so.6(GLIBC_2.0) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.1.2) virt-ctrl-1.0.1-4.fc12.ppc requires libgdk_pixbuf-2.0.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libm.so.6 virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.2) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6 virt-ctrl-1.0.1-4.fc12.ppc requires libfreetype.so.6 virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.7) virt-ctrl-1.0.1-4.fc12.ppc requires libdl.so.2 virt-ctrl-1.0.1-4.fc12.ppc requires libm.so.6(GLIBC_2.1) virt-ctrl-1.0.1-4.fc12.ppc requires libgdk-x11-2.0.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libdl.so.2(GLIBC_2.1) virt-ctrl-1.0.1-4.fc12.ppc requires libgtk-x11-2.0.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.0) virt-ctrl-1.0.1-4.fc12.ppc requires libatk-1.0.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libvirt.so.0 virt-ctrl-1.0.1-4.fc12.ppc requires libdl.so.2(GLIBC_2.0) virt-ctrl-1.0.1-4.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libvirt.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libfreetype.so.6()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libm.so.6()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libdl.so.2()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libatk-1.0.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) virt-ctrl-1.0.1-4.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:25:07 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:25:07 +0000 (UTC) Subject: Broken dependencies: ocaml-deriving Message-ID: <20091117132507.125DB1F808F@releng2.fedora.phx.redhat.com> ocaml-deriving has broken dependencies in the development tree: On ppc: ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Ratio) = 0:5ee67f3f53c78b1d40c5da48028935f3 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(CamlinternalMod) = 0:34d96af9340b540539e9d022ece9fc3c ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Big_int) = 0:b094bddd70d11f4b8592f3957a8b3d9f ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Nat) = 0:3ba7c2bfbc706aa841271c572dbb55de ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-deriving-0.1.1a-9.fc12.ppc requires /usr/bin/ocamlrun ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Num) = 0:a130968f082cd5c0b9fd83b97c9603c1 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-deriving-0.1.1a-9.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Ratio) = 0:5ee67f3f53c78b1d40c5da48028935f3 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(CamlinternalMod) = 0:34d96af9340b540539e9d022ece9fc3c ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Marshal) = 0:02be0525cda0ca38ef8d49584e7769d6 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Big_int) = 0:b094bddd70d11f4b8592f3957a8b3d9f ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Nat) = 0:3ba7c2bfbc706aa841271c572dbb55de ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires /usr/bin/ocamlrun ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Map) = 0:d6ea0139afe59a16df7b23d35e571de7 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Num) = 0:a130968f082cd5c0b9fd83b97c9603c1 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-deriving-0.1.1a-9.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:40 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:40 +0000 (UTC) Subject: Broken dependencies: ocaml-SDL Message-ID: <20091117132340.5C7681F808F@releng2.fedora.phx.redhat.com> ocaml-SDL has broken dependencies in the development tree: On ppc: ocaml-SDL-0.7.2-20.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-SDL-0.7.2-20.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-SDL-0.7.2-20.fc12.ppc requires libSDL-1.2.so.0 ocaml-SDL-0.7.2-20.fc12.ppc requires libc.so.6 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-SDL-0.7.2-20.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-SDL-0.7.2-20.fc12.ppc requires libpthread.so.0 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-SDL-0.7.2-20.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-SDL-0.7.2-20.fc12.ppc64 requires libc.so.6()(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Complex) = 0:73899d718b62e5534e8737bb363dbf71 ocaml-SDL-0.7.2-20.fc12.ppc64 requires libSDL-1.2.so.0()(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-SDL-0.7.2-20.fc12.ppc64 requires libpthread.so.0()(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Gc) = 0:bf884f8416bc19d4f57421e499a1aa8a ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Bigarray) = 0:fc2b6c88ffd318b9f111abe46ba99902 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-SDL-0.7.2-20.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-SDL-0.7.2-20.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:46 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:46 +0000 (UTC) Subject: Broken dependencies: ocaml-bisect Message-ID: <20091117132346.A8A161F8087@releng2.fedora.phx.redhat.com> ocaml-bisect has broken dependencies in the development tree: On ppc: ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libm.so.6 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libdl.so.2 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires libc.so.6(GLIBC_2.3) ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-bisect-1.0-0.6.alpha.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6()(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libm.so.6()(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Digest) = 0:310db9d3dd12d84178f002a532644c84 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-bisect-1.0-0.6.alpha.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:25:10 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:25:10 +0000 (UTC) Subject: Broken dependencies: ocaml-json-wheel Message-ID: <20091117132510.B45AD1F8087@releng2.fedora.phx.redhat.com> ocaml-json-wheel has broken dependencies in the development tree: On ppc: ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.3.4) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-json-wheel-1.0.6-2.fc12.ppc requires librt.so.1(GLIBC_2.2) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.1) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libm.so.6(GLIBC_2.0) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.1.2) ocaml-json-wheel-1.0.6-2.fc12.ppc requires librt.so.1 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-json-wheel-1.0.6-2.fc12.ppc requires libm.so.6 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libdl.so.2 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.7) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libm.so.6(GLIBC_2.1) ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.2) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-json-wheel-1.0.6-2.fc12.ppc requires libdl.so.2(GLIBC_2.1) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-json-wheel-1.0.6-2.fc12.ppc requires libdl.so.2(GLIBC_2.0) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-json-wheel-1.0.6-2.fc12.ppc requires libc.so.6(GLIBC_2.3) ocaml-json-wheel-1.0.6-2.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires librt.so.1()(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6()(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Netbuffer) = 0:b2846209efee896cd2574779d0d1d42d ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libm.so.6()(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Netchannels) = 0:b370fbc569ce2ec79307482cf4263a41 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Unix) = 0:0596a58544f8cd88fed5bf5432a53d43 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libdl.so.2()(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires librt.so.1(GLIBC_2.3)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires ocaml(Netconversion) = 0:3d1f6fd9f03aef85b63a567e3aa49fc9 ocaml-json-wheel-1.0.6-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:25:14 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:25:14 +0000 (UTC) Subject: Broken dependencies: ocaml-openin Message-ID: <20091117132514.D72E41F8091@releng2.fedora.phx.redhat.com> ocaml-openin has broken dependencies in the development tree: On ppc: ocaml-openin-20070524-9.fc12.ppc requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-openin-20070524-9.fc12.ppc requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-openin-20070524-9.fc12.ppc requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-openin-20070524-9.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-openin-20070524-9.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-openin-20070524-9.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-openin-20070524-9.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-openin-20070524-9.fc12.ppc requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-openin-20070524-9.fc12.ppc requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-openin-20070524-9.fc12.ppc requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-openin-20070524-9.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-openin-20070524-9.fc12.ppc requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-openin-20070524-9.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-openin-20070524-9.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-openin-20070524-9.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Int64) = 0:d501d6e89fdce41c79f274fb464995d5 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Format) = 0:b7ba3152a5eec5609d6ab86e6c51eebb ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Camlp4) = 0:bb930f7c2bed5d057c794fe07dc8596a ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Camlp4_config) = 0:80b5d58834366711574a5ec4dfb123fd ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Sys) = 0:21bf525b2b3f3a46a54b96163adfe387 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Set) = 0:c4be5d24d30c129dd60d2739e54db7dd ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Oo) = 0:305281a1f871335d251e01e965bd7155 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(CamlinternalOO) = 0:f83f268cd1a00c37180b9b1fb9306031 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Int32) = 0:b2545c419b6b6a173cac4c0a3e7e0277 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Nativeint) = 0:7233ce5207a538fea4f0c61ed411ea2c ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Stream) = 0:91a43ea7fb16bf36f3f10c0dc7d08a0e ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Arg) = 0:b6513be035dc9c8a458c189cd8841700 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Camlp4_import) = 0:4d17b58763ba1f0aac92fd5dbb558b59 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Queue) = 0:56b5e04dcda600ae0cdf49a37f17fcd9 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-openin-20070524-9.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:25:21 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:25:21 +0000 (UTC) Subject: Broken dependencies: ocaml-xml-light Message-ID: <20091117132521.B2DCF1F8088@releng2.fedora.phx.redhat.com> ocaml-xml-light has broken dependencies in the development tree: On ppc: ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Stack) = 0:3acaafc4b4651e7b29c1bbfa86320dec ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 On ppc64: ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Printf) = 0:807ecd3a1538992580464c03462c9964 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Stack) = 0:3acaafc4b4651e7b29c1bbfa86320dec ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Lexing) = 0:4d17267334f1a6c75730dc3fae21fb9b ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Filename) = 0:7cd172f02b7ee9b8d7bda3bb92144951 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Parsing) = 0:29c3f123280f8e6e639cfb025b3c9a3f ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Hashtbl) = 0:ee2a3220e38a4350c5bc131ce9f3f6ce ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-xml-light-2.2.cvs20070817-13.fc12.ppc64 requires ocaml(Obj) = 0:c827f726ce05da709cf7de58fc15e324 Please resolve this as soon as possible. From Matt_Domsch at dell.com Thu Nov 19 04:33:26 2009 From: Matt_Domsch at dell.com (Matt Domsch) Date: Wed, 18 Nov 2009 22:33:26 -0600 Subject: Fedora rawhide rebuild in mock status 2009-11-18 x86_64 Message-ID: <20091119043326.GA18185@mock.linuxdev.us.dell.com> Fedora Rawhide-in-Mock Build Results for x86_64 using the rawhide tree as of 2009-11-15. All packages were built on systems running Fedora 12. All failed builds were retried to avoid single or transient build failures. Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/ 6 Open Bugs which now build, and can be marked CLOSED RAWHIDE: gmpc: [u'530858'] gnubversion: [u'511678'] latex2rtf: [u'530856'] libfakekey: [u'511716'] matchbox-keyboard: [u'511774'] safekeep: [u'511793'] Total packages: 8598 Number failed to build: 373 Number expected to fail due to ExclusiveArch or ExcludeArch: 31 Leaving: 342 Of those expected to have worked... Without a bug filed: 320 ---------------------------------- GMT-4.5.1-1.fc13 (build/make) orion,pertusus Glide3-20050815-9.fc12 (build/make) ajax Io-language-20071010-10.fc11 (build/make) orphan LabPlot-1.6.0.2-8.fc12 (build/make) chitlesh,chitlesh,tnorth OpenSceneGraph-2.8.2-3.fc12 (build/make) corsepiu PyKDE-3.16.3-2.fc12 (build/make) rdieter,jamatos PyQuante-1.6.3-2.fc12 (build/make) jussilehtola R-AnnotationDbi-1.6.1-1.fc12 (build/make) pingou R-BSgenome-1.12.3-2.fc12 (build/make) pingou R-BSgenome.Celegans.UCSC.ce2-1.3.13-4.fc12 (build/make) pingou R-Biobase-2.4.1-2.fc12 (build/make) pingou R-Biostrings-2.12.9-1.fc12 (build/make) pingou R-BufferedMatrix-1.8.0-2.fc12 (build/make) pingou R-BufferedMatrixMethods-1.8.0-4.fc12 (build/make) pingou R-DBI-0.2-4.fc12 (build/make) nigelj R-DynDoc-1.22.0-2.fc12 (build/make) pingou R-GeneR-2.14.0-2.fc12 (build/make) pingou R-IRanges-1.2.3-2.fc12 (build/make) pingou R-RM2-0.0-5.fc12 (build/make) denisarnaud R-RODBC-1.3.0-1.fc12 (build/make) spot R-RSQLite-0.7-4.fc12 (build/make) nigelj R-RUnit-0.4.22-2.fc12 (build/make) pingou R-abind-1.1.0-5.fc12 (build/make) spot R-acepack-1.3.2.2-7.fc12 (build/make) spot R-affy-1.22.1-3.fc12 (build/make) pingou R-affyio-1.12.0-3.fc12 (build/make) pingou R-biglm-0.7-1.fc12 (build/make) spot R-bigmemory-3.10-1.fc12 (build/make) spot R-hgu95av2probe-2.4.0-2.fc12 (build/make) pingou R-lmtest-0.9-6.fc12 (build/make) orion R-maanova-1.14.0-1.fc12 (build/make) pingou R-msm-0.9.1-3.fc12 (build/make) denisarnaud R-multtest-2.0.0-2.fc12 (build/make) pingou,alexlan R-mvtnorm-0.9-8.fc12 (build/make) orion R-nws-2.0.0.3-1.fc13 (build/make) spot R-pls-2.1.0-2.fc12 (build/make) pingou R-preprocessCore-1.6.0-2.fc12 (build/make) pingou R-qtl-1.14.2-1.fc13 (build/make) ellert R-qvalue-1.18.0-2.fc12 (build/make) pingou R-rlecuyer-0.2-3.fc12 (build/make) pingou R-systemfit-1.1-1.fc12 (build/make) orion R-tkWidgets-1.22.0-2.fc12 (build/make) pingou R-widgetTools-1.22.0-2.fc12 (build/make) pingou UnihanDb-5.1.0-7.fc12.2 (build/make) dchen,i18n-team aimage-3.2.1-1.fc12 (build/make) kwizart aldo-0.7.5-4.fc12 (build/make) bjensen,bjensen,dp67,sconklin,sindrepb anjal-0.1.0-1.fc13 (build/make) pbrobinson apbs-1.1.0-7.fc12 (build/make) timfenn arm-gp2x-linux-SDL-1.2.9-6.fc12 (build/make) jwrdegoede arm-gp2x-linux-gcc-4.1.2-11.fc12 (build/make) jwrdegoede arm-gp2x-linux-glibc-2.3.6-7.fc12 (build/make) jwrdegoede arm-gp2x-linux-zlib-1.2.3-8.fc12 (build/make) jwrdegoede arts-1.5.10-8.fc12 (build/make) than,kkofler,rdieter,tuxbrewr asio-1.4.1-2.fc12 (build/make) uwog atlas-3.8.3-12.fc13 (build/make) deji,deji automake15-1.5-27 (build/make) karsten awn-extras-applets-0.3.2.1-8.fc11 (build/make) phuang,sindrepb baekmuk-bdf-fonts-2.2-8.fc12 (build/make) cchance,fonts-sig,i18n-team,petersen ballbuster-1.0-9.fc12 (build/make) jwrdegoede beagle-0.3.9-15.fc12 (build/make) nushio,psytux bind-dyndb-ldap-0.1.0-0.3.a1.fc12 (build/make) mnagy,atkac blacs-1.1-33.fc12 (build/make) spot blitz-0.9-12.fc12 (build/make) sergiopr bluefish-1.0.7-8.fc12 (build/make) pghmcfc boo-0.9.2.3383-3.fc13 (build/make) pfj,palango botan-1.8.7-1.fc12 (build/make) thm bro-1.4-0.6.20080804svn.fc12 (build/make) mildew,pvrabec buildbot-0.7.11p3-1.fc12 (build/make) giallu,dmalcolm,smilner cadaver-0.23.2-6 (build/make) jorton cdrdao-1.2.3-0.rc2.4 (build/make) rrakus,denis,npajkovs cdrkit-1.1.9-10.fc12 (build/make) rrakus,npajkovs chktex-1.6.4-4.fc11 (build/make) sergiopr,pertusus chronojump-0.8.11-3.fc12 (build/make) olea,salimma clisp-2.47-4.fc12 (build/make) gemi,green clutter-gtk-0.10.2-1.fc12 (build/make) itamarjp,sundaram cobbler-2.0.0-1.fc12 (build/make) jeckersb,awood,dgoodwin,jeckersb cryptopp-5.6.0-4.fc13 (build/make) sundaram,nucleo davfs2-1.3.3-3.fc12 (build/make) wwoods dnsperf-1.0.1.0-12.fc12 (build/make) pwouters eclipse-eclox-0.8.0-3.20090616svn.fc12 (build/make) chitlesh eclipse-mylyn-3.3.0-3.fc13 (build/make) overholt,mbooth eclipse-subclipse-1.6.5-1.fc12 (build/make) robmv,akurtakov efte-1.1-1.fc12 (build/make) jussilehtola emacs-bbdb-2.35-3.fc12 (build/make) jgu emacs-common-muse-3.12-3.fc12 (build/make) jgu emacs-vm-8.0.12-5.fc12 (build/make) jgu emacspeak-29.0-3.fc12 (build/make) petersen evolution-2.28.0-2.fc12 (build/make) mbarnes,mbarnes,mcrha evolution-couchdb-0.3.2-2.fc13 (build/make) pbrobinson evolution-exchange-2.28.0-1.fc12 (build/make) mbarnes,mbarnes,mcrha evolution-mapi-0.28.0-1.fc12 (build/make) mbarnes,mcrha evolution-remove-duplicates-0.0.4-4.fc12 (build/make) salimma evolution-rspam-0.0.10-1.fc12 (build/make) lucilanga evolution-rss-0.1.4-5.fc12 (build/make) lucilanga fbterm-1.5-2.fc12 (build/make) dchen,i18n-team fedora-security-guide-en-US-1.0-19.fc13 (build/make) sparks,mhideo fedora-setup-keyboard-0.4-3.fc12 (build/make) drago01,whot flac123-0.0.11-7.fc12 (build/make) sindrepb fonts-ISO8859-2-1.0-22.fc12 (build/make) pnemade,fonts-sig,i18n-team,pnemade freenx-server-0.7.3-15.fc12 (build/make) athimm,limb frescobaldi-0.7.14-1.fc12 (build/make) oget frysk-0.4-12.fc12 (build/make) cagney,pmuldoon,swagiaal fuse-python-0.2-12.fc12 (build/make) peter gdm-2.28.0-5.fc13 (build/make) mccann,rstrode geda-gattrib-20081231-3.fc11 (build/make) chitlesh geda-gnetlist-20081231-3.fc12 (build/make) chitlesh geda-gschem-20081231-4.fc12 (build/make) chitlesh geda-gsymcheck-20081231-3.fc12 (build/make) chitlesh geda-utils-20081231-3.fc12 (build/make) chitlesh gettext-0.17-15.fc12 (build/make) petersen,i18n-team ghc-xmonad-contrib-0.8.1-8.fc12 (build/make) ynemoy,bos,haskell-sig,petersen gnash-0.9.0-0.6.20090809bzr11401.fc12 (build/make) kkofler,jreznik,pertusus,tomeu gnome-do-plugins-0.8.2-1.fc12 (build/make) nushio,salimma gnome-doc-utils-0.18.0-1.fc12 (build/make) mbarnes gnome-python2-desktop-2.28.0-1.fc12 (build/make) mbarnes gnome-rdp-0.2.3-6.fc12 (build/make) janderson gnuradio-3.2.2-1.fc12 (build/make) mmahut,astronomy-sig gnustep-base-1.18.0-6.fc13 (build/make) s4504kr gpgme-1.1.8-2.fc12 (build/make) rdieter,tmraz granule-1.4.0-9.fc12 (build/make) vlg grass-6.3.0-14.fc12 (build/make) rezso,pertusus gromacs-4.0.4-2.fc11 (build/make) jussilehtola grub-0.97-62.fc13 (build/make) pjones,lkundrak gts-0.7.6-13.fc12 (build/make) edhill guile-1.8.7-3.fc12 (build/make) mlichvar guile-gnome-platform-2.16.1-4.fc12 (build/make) laxathom gvfs-1.4.0-7.fc13 (build/make) tbzatek,alexl,hadess ibus-table-extraphrase-1.1.0.20090415-4.fc12 (build/make) cchance,i18n-team,liangsuilong icu-4.2.1-6.fc12 (build/make) caolanm,denisarnaud,thl imgtarget-0.1.4-4.fc12 (build/make) grof inotify-tools-3.13-3.fc12 (build/make) drago01 isdn4k-utils-3.2-67.fc13 (build/make) than javassist-3.9.0-5.fc12 (build/make) john5342,john5342 jed-0.99.18-10.fc12 (build/make) rakesh jline-0.9.94-0.4.fc12 (build/make) mbooth jsr-305-0-0.4.20090203svn.fc12 (build/make) jjames k3d-0.7.11.0-1.fc12 (build/make) orphan kadu-0.6.5.2-3.fc12 (build/make) gajownik,gajownik kdebase3-3.5.10-14.fc12 (build/make) than,jreznik,kkofler,ltinkl,rdieter,svahl,tuxbrewr kdebindings-4.3.2-1.fc13 (build/make) than,arbiter,jreznik,kkofler,ltinkl,mathstuf,rdieter,tuxbrewr kdelibs3-3.5.10-19.fc12 (build/make) than,kkofler,ltinkl,rdieter,tuxbrewr kdepim-4.3.3-1.fc13 (build/make) than,arbiter,jreznik,kkofler,ltinkl,mathstuf,rdieter,tuxbrewr kdevelop-3.9.95-0.1.beta5.fc13 (build/make) than,kkofler,ltinkl,mathstuf,rdieter,tuxbrewr kdewebdev-3.5.10-4.fc12 (build/make) than,jreznik,kkofler,ltinkl,rdieter,tuxbrewr kdnssd-avahi-0.1.3-0.9.20080116svn.fc12 (build/make) rdieter,rdieter,tuxbrewr keepassx-0.4.0-3.fc12 (build/make) abompard kguitar-0.5.1-8.926svn.fc12 (build/make) oget kio_sword-0.3-11.fc12 (build/make) anderson,deji kita-0.177.5-6.fc12 (build/make) mtasaka knm_new-fonts-1.1-5.fc11 (build/make) orphan,fonts-sig,i18n-team kpolynome-0.1.2-15.fc12 (build/make) chitlesh kst-1.8.0-3.fc12 (build/make) mtruch libguestfs-1.0.78-2.fc13 (build/make) rjones,virtmaint libopensync-plugin-kdepim-0.22-6.fc12 (build/make) awjb libsoup22-2.2.105-6.fc12 (build/make) mbarnes linbox-1.1.6-6.fc13 (build/make) tomspur log4net-1.2.10-8.fc13 (build/make) snecker luma-2.4-6.fc12 (build/make) s4504kr lxappearance-0.2.1-2.fc12 (build/make) cwickert lxlauncher-0.2.1-2.fc12 (build/make) cwickert lxrandr-0.1.1-2.fc12 (build/make) cwickert lxsession-edit-0.1.1-2.fc12 (build/make) cwickert lxshortcut-0.1.1-2.fc12 (build/make) cwickert lyx-1.6.4-2.fc12 (build/make) rdieter,jamatos mail-notification-5.4-16.fc12 (build/make) buc,buc,thl mapnik-0.6.1-3.fc12 (build/make) rezso,snecker mapserver-5.4.2-1.fc12 (build/make) rezso,devrim maven-archiver-2.2-2.fc12 (build/make) overholt,akurtakov maven-doxia-1.0-0.8.a10.1.fc12 (build/make) dbhole,akurtakov maven-doxia-sitetools-1.0-0.2.a10.1.fc12 (build/make) overholt,akurtakov maven-plugin-tools-2.1-5.fc12 (build/make) akurtakov maven-scm-1.2-4.fc12 (build/make) dbhole,akurtakov maven-shared-8-3.fc12 (build/make) dbhole,akurtakov maven-surefire-2.3-7.7.fc12 (build/make) dbhole,akurtakov maven2-2.0.8-3.fc12 (build/make) dbhole,akurtakov maven2-plugin-shade-1.0-7.fc12 (build/make) overholt,akurtakov merkaartor-0.14-1.fc12 (build/make) slankes,till mingw32-cairo-1.8.8-1.fc12 (build/make) rjones,berrange,epienbro,lfarkas,mingwmaint mingw32-gtk2-2.18.2-1.fc13 (build/make) rjones,berrange,epienbro,sailer mingw32-qt-4.5.2-2.fc12 (build/make) sailer,rjones mingw32-qwt-5.1.1-9.fc12 (build/make) sailer,rjones mingw32-sqlite-3.6.17-1.fc12 (build/make) rjones,berrange,lfarkas,mingwmaint,sailer mksh-39-1.fc12 (build/make) robert modello-1.0-0.4.a15.0.1.fc12 (build/make) fnasser monkeystudio-1.8.4.0-0.3.20090824svn3243.fc12 (build/make) eponyme mono-ndoc-1.3.1-7.fc12 (build/make) spot mono-nunit22-2.2.10-11.fc13 (build/make) spot mono-sharpcvslib-0.35-13.fc12 (build/make) spot muse-1.0-0.7.rc3.fc12.1 (build/make) oget,nando nagios-plugins-1.4.13-17.fc12 (build/make) mmcgrath,jpo,romal,sebastian nant-0.85-32.fc12 (build/make) pfj nqc-3.1.6-6.fc12 (build/make) rvinyard nss-3.12.4-13.1.fc13 (build/make) kengert,emaldonado,kdudka nx-3.3.0-38.fc12 (build/make) athimm,limb openalchemist-0.3-7.fc12 (build/make) xavierb openoffice.org-voikko-3.1-1.fc12 (build/make) vpv par2cmdline-0.4.tbb.20090203-1.fc12 (build/make) epienbro paraview-3.6.1-6.fc12 (build/make) orion,pertusus perl-Catalyst-Plugin-Authorization-ACL-0.10-4.fc12 (build/make) somlo perl-Class-InsideOut-1.09-2.fc11 (build/make) cweyl,perl-sig perl-Config-Augeas-0.400-2.fc12 (build/make) apevec perl-Crypt-GPG-1.63-4.fc12 (build/make) robert,perl-sig perl-DBIx-Class-0.08108-1.fc12 (build/make) cweyl,perl-sig perl-Expect-1.21-3.fc12 (build/make) cweyl,perl-sig perl-Expect-Simple-0.04-3.fc12 (build/make) cweyl,perl-sig perl-IO-Tty-1.08-3.fc12 (build/make) spot,perl-sig perl-IPC-Run-0.84-1.fc12 (build/make) steve,perl-sig perl-Jemplate-0.23-2.fc11 (build/make) cweyl,perl-sig perl-MooseX-Role-Parameterized-0.09-2.fc12 (build/make) cweyl,perl-sig perl-MooseX-Singleton-0.17-2.fc12 (build/make) allisson,perl-sig perl-POE-1.269-1.fc12 (build/make) cweyl,perl-sig perl-POE-Component-Child-1.39-6.fc12 (build/make) cweyl,perl-sig perl-PPIx-EditorTools-0.07-1.fc12 (build/make) mmaslano,perl-sig perl-Test-Aggregate-0.35-2.fc12 (build/make) cweyl,perl-sig perl-Test-AutoBuild-1.2.2-9.fc12 (build/make) berrange perl-Test-Expect-0.31-3.fc12 (build/make) cweyl,perl-sig perl-Test-Prereq-1.037-1.fc13 (build/make) steve,perl-sig perl-XML-LibXML-1.69-3.fc12 (build/make) kasal,mmaslano perl-XML-LibXSLT-1.68-4.fc12 (build/make) kasal,perl-sig,shishz pfstools-1.8.1-1.fc13 (build/make) drepper photoprint-0.4.0-7.fc12 (build/make) grof php-5.3.0-6.fc12 (build/make) jorton,remi,timj pidgin-2.6.3-2.fc12 (build/make) wtogami,nosnilmot pigment-0.3.17-3.fc12 (build/make) thias planner-0.14.4-3.fc12 (build/make) caolanm plexus-ant-factory-1.0-0.4.a1.1.11.fc12 (build/make) dbhole plexus-appserver-1.0-0.4.a5.2.9.fc12 (build/make) dbhole plexus-bsh-factory-1.0-0.4.a7s.1.10.fc12 (build/make) dbhole plexus-cdc-1.0-0.5.a10.1.1.fc12 (build/make) dbhole,akurtakov,fnasser plexus-i18n-1.0-0.b6.5.3.fc12.3 (build/make) pcheung plexus-mail-sender-1.0-0.a2.12.fc12 (build/make) overholt,akurtakov plexus-registry-1.0-0.2.a3.fc12 (build/make) overholt,akurtakov plexus-runtime-builder-1.0-0.4.a9.1.9.fc12 (build/make) dbhole plexus-xmlrpc-1.0-0.4.b4.2.14.fc12 (build/make) dbhole,fnasser plymouth-0.8.0-0.2009.29.09.19.fc12 (build/make) rstrode,brejc8,krh pmd-4.2.5-4.fc12 (build/make) jjames pocketsphinx-0.5.1-3.fc12 (build/make) jjames postgresql-pgpool-ha-1.1.0-8.fc12 (build/make) devrim postgresql-plruby-0.5.3-3.fc12 (build/make) devrim pygtksourceview-2.8.0-1.fc12 (build/make) mbarnes,mclasen pymol-1.2-8.20091006svn3866.fc13 (build/make) timfenn pypar-2.1.0_66-5.fc12 (build/make) jussilehtola python-cryptsetup-0.0.10-1.fc12 (build/make) msivak python-daap-0.7.1-4.fc12 (build/make) jcollie python-networkx-0.99-4.fc12 (build/make) konradm python-ptrace-0.6-5.fc12 (build/make) terjeros python-py-1.0.2-1.fc12 (build/make) thm python-pysctp-0.3.1-6.fc12 (build/make) nhorman python-sybase-0.39-4.fc12 (build/make) yaneti qedje-0.4.0-2.fc12 (build/make) john5342,rdieter qgis-1.0.2-1.fc12 (build/make) silfreed,rezso qlandkartegt-0.16.0-2.fc13 (build/make) sharkcz qpxtool-0.6.1-11.fc12 (build/make) drago01 qzion-0.4.0-3.fc12 (build/make) john5342,rdieter recordmydesktop-0.3.8.1-1.fc11 (build/make) sindrepb rubygem-attributes-5.0.1-5.fc12 (unpackaged_files/python-egg-info?) kanarip rubygem-cobbler-1.6.1-1.fc12 (unpackaged_files/python-egg-info?) mcpierce rubygem-configuration-0.0.5-4.fc12 (unpackaged_files/python-egg-info?) lkundrak rubygem-gem2rpm-0.6.0-3.fc12 (unpackaged_files/python-egg-info?) lutter,stahnma rubygem-gettext_rails-2.0.4-5.fc12 (build/make) mtasaka rubygem-locale_rails-2.0.4-3.fc12 (build/make) mtasaka rubygem-mongrel_cluster-1.0.5-4.fc12 (unpackaged_files/python-egg-info?) robert rubygem-pam-1.5.3-6.fc12 (unpackaged_files/python-egg-info?) bkearney rubygem-pervasives-1.1.0-5.fc12 (unpackaged_files/python-egg-info?) kanarip sap-0.4.4-7.fc12 (build/make) julian sblim-indication_helper-0.4.2-3.fc12 (build/make) praveenp,mdomsch,srini scalapack-1.7.5-7.fc12 (build/make) spot scidavis-0.2.3-8.fc12 (build/make) tanguy sdcc-2.9.0-4.fc12 (build/make) konradm,jwrdegoede sear-0.6.3-14.fc12 (build/make) wart,atorkhov showimg-0.9.5-26.fc12 (build/make) abompard sim-0.9.5-0.21.20090821svn2902rev.fc12 (build/make) hubbitus sitecopy-0.16.6-4.fc12 (build/make) rakesh,jorton skychart-3.0.1.5-6.20081026svn.fc11 (build/make) lkundrak,mmahut smartmontools-5.38-21.fc13 (build/make) mhlavink sox-14.2.0-3.fc12 (build/make) jmoskovc sphinxbase-0.4.1-1.fc12 (build/make) jjames strace-4.5.19-1.fc12 (build/make) roland,schwab,vda subversion-api-docs-1.6.5-3.fc12 (build/make) bojan sugar-calculator-30-2.fc12 (build/make) tuxbrewr,mpg sugar-clock-5-2.fc12 (build/make) fab sugar-connect-22-4.fc12 (build/make) fab sugar-distance-13-3.fc12 (build/make) fab sugar-implode-5-4.20090717.fc12 (build/make) fab sugar-infoslicer-5.1-1.fc12 (build/make) fab sugar-jukebox-11-2.fc12 (build/make) sdz,kushal sugar-memorize-33-2.fc12 (build/make) fab sugar-moon-10-2.fc12 (build/make) bkearney,fab sugar-pippy-34-5.fc12 (build/make) fab sugar-playgo-5-3.fc12 (build/make) fab sugar-record-64-3.fc12 (build/make) fab synce-kde-0.9.1-4.fc11 (build/make) awjb,abompard taskcoach-0.76.0-1.fc13 (build/make) rakesh tasque-0.1.8-4.fc12 (build/make) dkaylor,mtasaka tigervnc-1.0.0-2.fc13 (build/make) atkac timidity++-2.13.2-20.fc12 (build/make) jnovy,jwrdegoede towhee-6.2.6-4.fc13 (build/make) jussilehtola tracker-0.6.95-3.fc12 (build/make) deji trophy-1.1.5-5.fc12 (build/make) jwrdegoede tuxcmd-0.6.69-git20091027.1.fc12 (build/make) tbzatek ucblogo-6.0-5.fc12 (build/make) gemi vavoom-1.30-3.fc12 (build/make) jwrdegoede,dtimms vfrnav-0.3-10.fc12 (build/make) sailer virt-ctrl-1.0.1-4.fc12 (build/make) rjones,ocamlmaint vorbis-tools-1.2.0-6.fc13 (build/make) kdudka,jwrdegoede w3m-el-1.4.367-0.1.20090819cvs.fc12 (build/make) tagoh wings-0.99.05-4.fc12 (build/make) gemi writer2latex-1.0-1.fc12 (build/make) caolanm ws-commons-util-1.0.1-12.fc12 (build/make) green,overholt xastir-1.9.6-2.fc13 (build/make) lucilanga,bjensen xdvik-22.84.14-7.fc12 (build/make) jgu,jnovy,pertusus xmlrpc3-3.0-4.10.fc12 (build/make) overholt,akurtakov xmms2-0.6-4.fc12 (build/make) spot xmp-2.7.1-1.fc12 (build/make) rathann,itamarjp xorg-x11-drv-ark-0.7.1-4.fc12 (build/make) xgl-maint xorg-x11-drv-nouveau-0.0.15-17.20091105gite1c2efd.fc12 (build/make) bskeggs,airlied,ajax,bskeggs xorg-x11-drv-tseng-1.2.2-2.fc12 (build/make) xgl-maint xorg-x11-fonts-7.2-9.fc12 (build/make) xgl-maint,fonts-sig zhcon-0.2.6-14.fc12 (build/make) dchen,i18n-team zsh-4.3.10-4.fc12 (build/make) james With bugs filed: 22 ---------------------------------- Macaulay2-1.2-4.fc12 [u'511481 ASSIGNED'] (build/make) rdieter ScientificPython-2.8-6.fc11 [u'511734 ASSIGNED'] (build/make) jspaleta evolution-brutus-1.2.35-2.fc11 [u'511451 ASSIGNED'] (build/make) bpepple geronimo-specs-1.0-2.M2.fc10 [u'511494 ASSIGNED'] (build/make) fnasser gmfsk-0.7-0.6.pre1.fc11 [u'511780 ASSIGNED'] (build/make) bjensen,bjensen,dp67,sconklin,sindrepb gmrun-0.9.2-16.fc11 [u'511639 ASSIGNED'] (build/make) gilboa gnome-scan-0.6.2-1.fc11 [u'511591 ASSIGNED'] (build/make) deji libFoundation-1.1.3-11.fc9 [u'511470 ASSIGNED'] (build/make) athimm perl-AnyEvent-XMPP-0.4-1.fc11 [u'511749 ASSIGNED'] (build/make) allisson,perl-sig perl-MooseX-Daemonize-0.08-3.fc11 [u'511610 ASSIGNED'] (build/make) allisson perl-MooseX-Traits-Attribute-CascadeClear-0.03-2.fc11 [u'511570 ASSIGNED'] (build/make) cweyl,perl-sig perl-RRD-Simple-1.43-3.fc9 [u'464964 ASSIGNED'] (build/make) cweyl,perl-sig perl-SVN-Mirror-0.75-2.fc11 [u'511770 ASSIGNED'] (build/make) iburrell,perl-sig perl-SVN-Simple-0.27-7.fc11 [u'511729 ASSIGNED'] (build/make) iburrell,perl-sig python-openhpi-1.1-3.fc11 [u'511675 ASSIGNED'] (build/make) sharkcz qtiplot-0.9-11.fc11 [u'511688 ASSIGNED'] (build/make) frankb smarteiffel-2.3-2.fc9 [u'511362 ASSIGNED'] (build/make) orphan unifdef-1.171-8.fc11 [u'511553 ASSIGNED'] (build/make) dwmw2,jaswinder widelands-0-0.13.Build13.fc11 [u'511430 ASSIGNED'] (build/make) karlik xpilot-ng-4.7.2-16.fc11 [u'511717 ASSIGNED'] (build/make) wart xqilla-2.1.3-0.6.fc11 [u'511425 ASSIGNED'] (build/make) orphan xqilla10-1.0.2-6.fc11 [u'511599 ASSIGNED'] (build/make) orphan ---------------------------------- Packages by owner: abompard: keepassx,showimg,synce-kde airlied: xorg-x11-drv-nouveau ajax: Glide3,xorg-x11-drv-nouveau akurtakov: eclipse-subclipse,maven-archiver,maven-doxia,maven-doxia-sitetools,maven-plugin-tools,maven-scm,maven-shared,maven-surefire,maven2,maven2-plugin-shade,plexus-cdc,plexus-mail-sender,plexus-registry,xmlrpc3 alexl: gvfs alexlan: R-multtest allisson: perl-AnyEvent-XMPP,perl-MooseX-Daemonize,perl-MooseX-Singleton anderson: kio_sword apevec: perl-Config-Augeas arbiter: kdebindings,kdepim astronomy-sig: gnuradio athimm: freenx-server,libFoundation,nx atkac: bind-dyndb-ldap,tigervnc atorkhov: sear awjb: libopensync-plugin-kdepim,synce-kde awood: cobbler berrange: mingw32-cairo,mingw32-gtk2,mingw32-sqlite,perl-Test-AutoBuild bjensen: aldo,aldo,gmfsk,gmfsk,xastir bkearney: rubygem-pam,sugar-moon bojan: subversion-api-docs bos: ghc-xmonad-contrib bpepple: evolution-brutus brejc8: plymouth bskeggs: xorg-x11-drv-nouveau,xorg-x11-drv-nouveau buc: mail-notification,mail-notification cagney: frysk caolanm: icu,planner,writer2latex cchance: baekmuk-bdf-fonts,ibus-table-extraphrase chitlesh: LabPlot,LabPlot,eclipse-eclox,geda-gattrib,geda-gnetlist,geda-gschem,geda-gsymcheck,geda-utils,kpolynome corsepiu: OpenSceneGraph cweyl: perl-Class-InsideOut,perl-DBIx-Class,perl-Expect,perl-Expect-Simple,perl-Jemplate,perl-MooseX-Role-Parameterized,perl-MooseX-Traits-Attribute-CascadeClear,perl-POE,perl-POE-Component-Child,perl-RRD-Simple,perl-Test-Aggregate,perl-Test-Expect cwickert: lxappearance,lxlauncher,lxrandr,lxsession-edit,lxshortcut dbhole: maven-doxia,maven-scm,maven-shared,maven-surefire,maven2,plexus-ant-factory,plexus-appserver,plexus-bsh-factory,plexus-cdc,plexus-runtime-builder,plexus-xmlrpc dchen: UnihanDb,fbterm,zhcon deji: atlas,atlas,gnome-scan,kio_sword,tracker denis: cdrdao denisarnaud: R-RM2,R-msm,icu devrim: mapserver,postgresql-pgpool-ha,postgresql-plruby dgoodwin: cobbler dkaylor: tasque dmalcolm: buildbot dp67: aldo,gmfsk drago01: fedora-setup-keyboard,inotify-tools,qpxtool drepper: pfstools dtimms: vavoom dwmw2: unifdef edhill: gts ellert: R-qtl emaldonado: nss epienbro: mingw32-cairo,mingw32-gtk2,par2cmdline eponyme: monkeystudio fab: sugar-clock,sugar-connect,sugar-distance,sugar-implode,sugar-infoslicer,sugar-memorize,sugar-moon,sugar-pippy,sugar-playgo,sugar-record fnasser: geronimo-specs,modello,plexus-cdc,plexus-xmlrpc fonts-sig: baekmuk-bdf-fonts,fonts-ISO8859-2,knm_new-fonts,xorg-x11-fonts frankb: qtiplot gajownik: kadu,kadu gemi: clisp,ucblogo,wings giallu: buildbot gilboa: gmrun green: clisp,ws-commons-util grof: imgtarget,photoprint hadess: gvfs haskell-sig: ghc-xmonad-contrib hubbitus: sim i18n-team: UnihanDb,baekmuk-bdf-fonts,fbterm,fonts-ISO8859-2,gettext,ibus-table-extraphrase,knm_new-fonts,zhcon iburrell: perl-SVN-Mirror,perl-SVN-Simple itamarjp: clutter-gtk,xmp jamatos: PyKDE,lyx james: zsh janderson: gnome-rdp jaswinder: unifdef jcollie: python-daap jeckersb: cobbler,cobbler jgu: emacs-bbdb,emacs-common-muse,emacs-vm,xdvik jjames: jsr-305,pmd,pocketsphinx,sphinxbase jmoskovc: sox jnovy: timidity++,xdvik john5342: javassist,javassist,qedje,qzion jorton: cadaver,php,sitecopy jpo: nagios-plugins jreznik: gnash,kdebase3,kdebindings,kdepim,kdewebdev jspaleta: ScientificPython julian: sap jussilehtola: PyQuante,efte,gromacs,pypar,towhee jwrdegoede: arm-gp2x-linux-SDL,arm-gp2x-linux-gcc,arm-gp2x-linux-glibc,arm-gp2x-linux-zlib,ballbuster,sdcc,timidity++,trophy,vavoom,vorbis-tools kanarip: rubygem-attributes,rubygem-pervasives karlik: widelands karsten: automake15 kasal: perl-XML-LibXML,perl-XML-LibXSLT kdudka: nss,vorbis-tools kengert: nss kkofler: arts,gnash,kdebase3,kdebindings,kdelibs3,kdepim,kdevelop,kdewebdev konradm: python-networkx,sdcc krh: plymouth kushal: sugar-jukebox kwizart: aimage laxathom: guile-gnome-platform lfarkas: mingw32-cairo,mingw32-sqlite liangsuilong: ibus-table-extraphrase limb: freenx-server,nx lkundrak: grub,rubygem-configuration,skychart ltinkl: kdebase3,kdebindings,kdelibs3,kdepim,kdevelop,kdewebdev lucilanga: evolution-rspam,evolution-rss,xastir lutter: rubygem-gem2rpm mathstuf: kdebindings,kdepim,kdevelop mbarnes: evolution,evolution,evolution-exchange,evolution-exchange,evolution-mapi,gnome-doc-utils,gnome-python2-desktop,libsoup22,pygtksourceview mbooth: eclipse-mylyn,jline mccann: gdm mclasen: pygtksourceview mcpierce: rubygem-cobbler mcrha: evolution,evolution-exchange,evolution-mapi mdomsch: sblim-indication_helper mhideo: fedora-security-guide-en-US mhlavink: smartmontools mildew: bro mingwmaint: mingw32-cairo,mingw32-sqlite mlichvar: guile mmahut: gnuradio,skychart mmaslano: perl-PPIx-EditorTools,perl-XML-LibXML mmcgrath: nagios-plugins mnagy: bind-dyndb-ldap mpg: sugar-calculator msivak: python-cryptsetup mtasaka: kita,rubygem-gettext_rails,rubygem-locale_rails,tasque mtruch: kst nando: muse nhorman: python-pysctp nigelj: R-DBI,R-RSQLite nosnilmot: pidgin npajkovs: cdrdao,cdrkit nucleo: cryptopp nushio: beagle,gnome-do-plugins ocamlmaint: virt-ctrl oget: frescobaldi,kguitar,muse olea: chronojump orion: GMT,R-lmtest,R-mvtnorm,R-systemfit,paraview orphan: Io-language,k3d,knm_new-fonts,smarteiffel,xqilla,xqilla10 overholt: eclipse-mylyn,maven-archiver,maven-doxia-sitetools,maven2-plugin-shade,plexus-mail-sender,plexus-registry,ws-commons-util,xmlrpc3 palango: boo pbrobinson: anjal,evolution-couchdb pcheung: plexus-i18n perl-sig: perl-AnyEvent-XMPP,perl-Class-InsideOut,perl-Crypt-GPG,perl-DBIx-Class,perl-Expect,perl-Expect-Simple,perl-IO-Tty,perl-IPC-Run,perl-Jemplate,perl-MooseX-Role-Parameterized,perl-MooseX-Singleton,perl-MooseX-Traits-Attribute-CascadeClear,perl-POE,perl-POE-Component-Child,perl-PPIx-EditorTools,perl-RRD-Simple,perl-SVN-Mirror,perl-SVN-Simple,perl-Test-Aggregate,perl-Test-Expect,perl-Test-Prereq,perl-XML-LibXSLT pertusus: GMT,chktex,gnash,grass,paraview,xdvik peter: fuse-python petersen: baekmuk-bdf-fonts,emacspeak,gettext,ghc-xmonad-contrib pfj: boo,nant pghmcfc: bluefish phuang: awn-extras-applets pingou: R-AnnotationDbi,R-BSgenome,R-BSgenome.Celegans.UCSC.ce2,R-Biobase,R-Biostrings,R-BufferedMatrix,R-BufferedMatrixMethods,R-DynDoc,R-GeneR,R-IRanges,R-RUnit,R-affy,R-affyio,R-hgu95av2probe,R-maanova,R-multtest,R-pls,R-preprocessCore,R-qvalue,R-rlecuyer,R-tkWidgets,R-widgetTools pjones: grub pmuldoon: frysk pnemade: fonts-ISO8859-2,fonts-ISO8859-2 praveenp: sblim-indication_helper psytux: beagle pvrabec: bro pwouters: dnsperf rakesh: jed,sitecopy,taskcoach rathann: xmp rdieter: Macaulay2,PyKDE,arts,gpgme,kdebase3,kdebindings,kdelibs3,kdepim,kdevelop,kdewebdev,kdnssd-avahi,kdnssd-avahi,lyx,qedje,qzion remi: php rezso: grass,mapnik,mapserver,qgis rjones: libguestfs,mingw32-cairo,mingw32-gtk2,mingw32-qt,mingw32-qwt,mingw32-sqlite,virt-ctrl robert: mksh,perl-Crypt-GPG,rubygem-mongrel_cluster robmv: eclipse-subclipse roland: strace romal: nagios-plugins rrakus: cdrdao,cdrkit rstrode: gdm,plymouth rvinyard: nqc s4504kr: gnustep-base,luma sailer: mingw32-gtk2,mingw32-qt,mingw32-qwt,mingw32-sqlite,vfrnav salimma: chronojump,evolution-remove-duplicates,gnome-do-plugins schwab: strace sconklin: aldo,gmfsk sdz: sugar-jukebox sebastian: nagios-plugins sergiopr: blitz,chktex sharkcz: python-openhpi,qlandkartegt shishz: perl-XML-LibXSLT silfreed: qgis sindrepb: aldo,awn-extras-applets,flac123,gmfsk,recordmydesktop slankes: merkaartor smilner: buildbot snecker: log4net,mapnik somlo: perl-Catalyst-Plugin-Authorization-ACL sparks: fedora-security-guide-en-US spot: R-RODBC,R-abind,R-acepack,R-biglm,R-bigmemory,R-nws,blacs,mono-ndoc,mono-nunit22,mono-sharpcvslib,perl-IO-Tty,scalapack,xmms2 srini: sblim-indication_helper stahnma: rubygem-gem2rpm steve: perl-IPC-Run,perl-Test-Prereq sundaram: clutter-gtk,cryptopp svahl: kdebase3 swagiaal: frysk tagoh: w3m-el tanguy: scidavis tbzatek: gvfs,tuxcmd terjeros: python-ptrace than: arts,isdn4k-utils,kdebase3,kdebindings,kdelibs3,kdepim,kdevelop,kdewebdev thias: pigment thl: icu,mail-notification thm: botan,python-py till: merkaartor timfenn: apbs,pymol timj: php tmraz: gpgme tnorth: LabPlot tomeu: gnash tomspur: linbox tuxbrewr: arts,kdebase3,kdebindings,kdelibs3,kdepim,kdevelop,kdewebdev,kdnssd-avahi,sugar-calculator uwog: asio vda: strace virtmaint: libguestfs vlg: granule vpv: openoffice.org-voikko wart: sear,xpilot-ng whot: fedora-setup-keyboard wtogami: pidgin wwoods: davfs2 xavierb: openalchemist xgl-maint: xorg-x11-drv-ark,xorg-x11-drv-tseng,xorg-x11-fonts yaneti: python-sybase ynemoy: ghc-xmonad-contrib -- Matt Domsch Linux Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux From Matt_Domsch at dell.com Thu Nov 19 04:34:14 2009 From: Matt_Domsch at dell.com (Matt Domsch) Date: Wed, 18 Nov 2009 22:34:14 -0600 Subject: Fedora rawhide rebuild in mock status 2009-11-18 i386 Message-ID: <20091119043414.GA18262@mock.linuxdev.us.dell.com> Fedora Rawhide-in-Mock Build Results for i386 using the rawhide tree as of 2009-11-15. All packages were built on systems running Fedora 12. All failed builds were retried to avoid single or transient build failures. Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/ 6 Open Bugs which now build, and can be marked CLOSED RAWHIDE: gmpc: [u'530858'] gnubversion: [u'511678'] latex2rtf: [u'530856'] libfakekey: [u'511716'] matchbox-keyboard: [u'511774'] safekeep: [u'511793'] Total packages: 8599 Number failed to build: 357 Number expected to fail due to ExclusiveArch or ExcludeArch: 15 Leaving: 342 Of those expected to have worked... Without a bug filed: 321 ---------------------------------- GMT-4.5.1-1.fc13 (build/make) orion,pertusus Glide3-20050815-9.fc12 (build/make) ajax Io-language-20071010-10.fc11 (build/make) orphan LabPlot-1.6.0.2-8.fc12 (build/make) chitlesh,chitlesh,tnorth OpenSceneGraph-2.8.2-3.fc12 (build/make) corsepiu PyKDE-3.16.3-2.fc12 (build/make) rdieter,jamatos PyQuante-1.6.3-2.fc12 (build/make) jussilehtola R-AnnotationDbi-1.6.1-1.fc12 (build/make) pingou R-BSgenome-1.12.3-2.fc12 (build/make) pingou R-BSgenome.Celegans.UCSC.ce2-1.3.13-4.fc12 (build/make) pingou R-Biobase-2.4.1-2.fc12 (build/make) pingou R-Biostrings-2.12.9-1.fc12 (build/make) pingou R-BufferedMatrix-1.8.0-2.fc12 (build/make) pingou R-BufferedMatrixMethods-1.8.0-4.fc12 (build/make) pingou R-DBI-0.2-4.fc12 (build/make) nigelj R-DynDoc-1.22.0-2.fc12 (build/make) pingou R-GeneR-2.14.0-2.fc12 (build/make) pingou R-IRanges-1.2.3-2.fc12 (build/make) pingou R-RM2-0.0-5.fc12 (build/make) denisarnaud R-RODBC-1.3.0-1.fc12 (build/make) spot R-RSQLite-0.7-4.fc12 (build/make) nigelj R-RUnit-0.4.22-2.fc12 (build/make) pingou R-abind-1.1.0-5.fc12 (build/make) spot R-acepack-1.3.2.2-7.fc12 (build/make) spot R-affy-1.22.1-3.fc12 (build/make) pingou R-affyio-1.12.0-3.fc12 (build/make) pingou R-biglm-0.7-1.fc12 (build/make) spot R-bigmemory-3.10-1.fc12 (build/make) spot R-hgu95av2probe-2.4.0-2.fc12 (build/make) pingou R-lmtest-0.9-6.fc12 (build/make) orion R-maanova-1.14.0-1.fc12 (build/make) pingou R-msm-0.9.1-3.fc12 (build/make) denisarnaud R-multtest-2.0.0-2.fc12 (build/make) pingou,alexlan R-mvtnorm-0.9-8.fc12 (build/make) orion R-nws-2.0.0.3-1.fc13 (build/make) spot R-pls-2.1.0-2.fc12 (build/make) pingou R-preprocessCore-1.6.0-2.fc12 (build/make) pingou R-qtl-1.14.2-1.fc13 (build/make) ellert R-qvalue-1.18.0-2.fc12 (build/make) pingou R-rlecuyer-0.2-3.fc12 (build/make) pingou R-systemfit-1.1-1.fc12 (build/make) orion R-tkWidgets-1.22.0-2.fc12 (build/make) pingou R-widgetTools-1.22.0-2.fc12 (build/make) pingou UnihanDb-5.1.0-7.fc12.2 (build/make) dchen,i18n-team aimage-3.2.1-1.fc12 (build/make) kwizart aldo-0.7.5-4.fc12 (build/make) bjensen,bjensen,dp67,sconklin,sindrepb anjal-0.1.0-1.fc13 (build/make) pbrobinson apbs-1.1.0-7.fc12 (build/make) timfenn arm-gp2x-linux-SDL-1.2.9-6.fc12 (build/make) jwrdegoede arm-gp2x-linux-gcc-4.1.2-11.fc12 (build/make) jwrdegoede arm-gp2x-linux-glibc-2.3.6-7.fc12 (build/make) jwrdegoede arm-gp2x-linux-zlib-1.2.3-8.fc12 (build/make) jwrdegoede arts-1.5.10-8.fc12 (build/make) than,kkofler,rdieter,tuxbrewr asio-1.4.1-2.fc12 (build/make) uwog atlas-3.8.3-12.fc13 (build/make) deji,deji automake15-1.5-27 (build/make) karsten awn-extras-applets-0.3.2.1-8.fc11 (build/make) phuang,sindrepb baekmuk-bdf-fonts-2.2-8.fc12 (build/make) cchance,fonts-sig,i18n-team,petersen ballbuster-1.0-9.fc12 (build/make) jwrdegoede beagle-0.3.9-15.fc12 (build/make) nushio,psytux bind-dyndb-ldap-0.1.0-0.3.a1.fc12 (build/make) mnagy,atkac blacs-1.1-33.fc12 (build/make) spot blitz-0.9-12.fc12 (build/make) sergiopr bluefish-1.0.7-8.fc12 (build/make) pghmcfc boo-0.9.2.3383-3.fc13 (build/make) pfj,palango bro-1.4-0.6.20080804svn.fc12 (build/make) mildew,pvrabec buildbot-0.7.11p3-1.fc12 (build/make) giallu,dmalcolm,smilner cadaver-0.23.2-6 (build/make) jorton cdrdao-1.2.3-0.rc2.4 (build/make) rrakus,denis,npajkovs cdrkit-1.1.9-10.fc12 (build/make) rrakus,npajkovs chronojump-0.8.11-3.fc12 (build/make) olea,salimma cld-0.3-0.3.g3fc1d60a.fc13 (build/make) jgarzik,zaitcev clisp-2.47-4.fc12 (build/make) gemi,green clutter-gtk-0.10.2-1.fc12 (build/make) itamarjp,sundaram cobbler-2.0.0-1.fc12 (build/make) jeckersb,awood,dgoodwin,jeckersb cryptopp-5.6.0-4.fc13 (build/make) sundaram,nucleo cuetools-1.4.0-0.5.svn305.fc12 (build/make) stingray davfs2-1.3.3-3.fc12 (build/make) wwoods dnsperf-1.0.1.0-12.fc12 (build/make) pwouters eclipse-eclox-0.8.0-3.20090616svn.fc12 (build/make) chitlesh eclipse-mylyn-3.3.0-3.fc13 (build/make) overholt,mbooth eclipse-subclipse-1.6.5-1.fc12 (build/make) robmv,akurtakov efte-1.1-1.fc12 (build/make) jussilehtola emacs-bbdb-2.35-3.fc12 (build/make) jgu emacs-common-muse-3.12-3.fc12 (build/make) jgu emacs-vm-8.0.12-5.fc12 (build/make) jgu emacspeak-29.0-3.fc12 (build/make) petersen evolution-2.28.0-2.fc12 (build/make) mbarnes,mbarnes,mcrha evolution-couchdb-0.3.2-2.fc13 (build/make) pbrobinson evolution-exchange-2.28.0-1.fc12 (build/make) mbarnes,mbarnes,mcrha evolution-mapi-0.28.0-1.fc12 (build/make) mbarnes,mcrha evolution-remove-duplicates-0.0.4-4.fc12 (build/make) salimma evolution-rspam-0.0.10-1.fc12 (build/make) lucilanga evolution-rss-0.1.4-5.fc12 (build/make) lucilanga fbterm-1.5-2.fc12 (build/make) dchen,i18n-team fedora-security-guide-en-US-1.0-19.fc13 (build/make) sparks,mhideo fedora-setup-keyboard-0.4-3.fc12 (build/make) drago01,whot flac123-0.0.11-7.fc12 (build/make) sindrepb freenx-server-0.7.3-15.fc12 (build/make) athimm,limb frescobaldi-0.7.14-1.fc12 (build/make) oget frysk-0.4-12.fc12 (build/make) cagney,pmuldoon,swagiaal fuse-python-0.2-12.fc12 (build/make) peter gdm-2.28.0-5.fc13 (build/make) mccann,rstrode geda-gattrib-20081231-3.fc11 (build/make) chitlesh geda-gnetlist-20081231-3.fc12 (build/make) chitlesh geda-gschem-20081231-4.fc12 (build/make) chitlesh geda-gsymcheck-20081231-3.fc12 (build/make) chitlesh geda-utils-20081231-3.fc12 (build/make) chitlesh gettext-0.17-15.fc12 (build/make) petersen,i18n-team ghc-xmonad-contrib-0.8.1-8.fc12 (build/make) ynemoy,bos,haskell-sig,petersen gnash-0.9.0-0.6.20090809bzr11401.fc12 (build/make) kkofler,jreznik,pertusus,tomeu gnome-do-plugins-0.8.2-1.fc12 (build/make) nushio,salimma gnome-python2-desktop-2.28.0-1.fc12 (build/make) mbarnes gnome-rdp-0.2.3-6.fc12 (build/make) janderson gnuradio-3.2.2-1.fc12 (build/make) mmahut,astronomy-sig gnustep-base-1.18.0-6.fc13 (build/make) s4504kr gpgme-1.1.8-2.fc12 (build/make) rdieter,tmraz granule-1.4.0-9.fc12 (build/make) vlg grass-6.3.0-14.fc12 (build/make) rezso,pertusus gromacs-4.0.4-2.fc11 (build/make) jussilehtola gts-0.7.6-13.fc12 (build/make) edhill guile-1.8.7-3.fc12 (build/make) mlichvar guile-gnome-platform-2.16.1-4.fc12 (build/make) laxathom gvfs-1.4.0-7.fc13 (build/make) tbzatek,alexl,hadess hdf-4.2r4-4.fc12 (build/make) orion,pertusus ibus-table-extraphrase-1.1.0.20090415-4.fc12 (build/make) cchance,i18n-team,liangsuilong icu-4.2.1-6.fc12 (build/make) caolanm,denisarnaud,thl imgtarget-0.1.4-4.fc12 (build/make) grof inotify-tools-3.13-3.fc12 (build/make) drago01 isdn4k-utils-3.2-67.fc13 (build/make) than javassist-3.9.0-5.fc12 (build/make) john5342,john5342 jed-0.99.18-10.fc12 (build/make) rakesh jline-0.9.94-0.4.fc12 (build/make) mbooth jsr-305-0-0.4.20090203svn.fc12 (build/make) jjames k3d-0.7.11.0-1.fc12 (build/make) orphan kadu-0.6.5.2-3.fc12 (build/make) gajownik,gajownik kdebase3-3.5.10-14.fc12 (build/make) than,jreznik,kkofler,ltinkl,rdieter,svahl,tuxbrewr kdebindings-4.3.2-1.fc13 (build/make) than,arbiter,jreznik,kkofler,ltinkl,mathstuf,rdieter,tuxbrewr kdelibs3-3.5.10-19.fc12 (build/make) than,kkofler,ltinkl,rdieter,tuxbrewr kdevelop-3.9.95-0.1.beta5.fc13 (build/make) than,kkofler,ltinkl,mathstuf,rdieter,tuxbrewr kdewebdev-3.5.10-4.fc12 (build/make) than,jreznik,kkofler,ltinkl,rdieter,tuxbrewr kdnssd-avahi-0.1.3-0.9.20080116svn.fc12 (build/make) rdieter,rdieter,tuxbrewr keepassx-0.4.0-3.fc12 (build/make) abompard kguitar-0.5.1-8.926svn.fc12 (build/make) oget kio_sword-0.3-11.fc12 (build/make) anderson,deji kita-0.177.5-6.fc12 (build/make) mtasaka knm_new-fonts-1.1-5.fc11 (build/make) orphan,fonts-sig,i18n-team kpolynome-0.1.2-15.fc12 (build/make) chitlesh kst-1.8.0-3.fc12 (build/make) mtruch libdrm-2.4.15-4.fc12 (build/make) ajax libopensync-plugin-kdepim-0.22-6.fc12 (build/make) awjb libsoup22-2.2.105-6.fc12 (build/make) mbarnes linbox-1.1.6-6.fc13 (build/make) tomspur llvm-2.6-0.6.pre2.fc13 (build/make) bos,jgarzik,salimma log4net-1.2.10-8.fc13 (build/make) snecker luma-2.4-6.fc12 (build/make) s4504kr lxappearance-0.2.1-2.fc12 (build/make) cwickert lxlauncher-0.2.1-2.fc12 (build/make) cwickert lxrandr-0.1.1-2.fc12 (build/make) cwickert lxsession-edit-0.1.1-2.fc12 (build/make) cwickert lxshortcut-0.1.1-2.fc12 (build/make) cwickert lyx-1.6.4-2.fc12 (build/make) rdieter,jamatos mail-notification-5.4-16.fc12 (build/make) buc,buc,thl mapnik-0.6.1-3.fc12 (build/make) rezso,snecker mapserver-5.4.2-1.fc12 (build/make) rezso,devrim maven-archiver-2.2-2.fc12 (build/make) overholt,akurtakov maven-doxia-1.0-0.8.a10.1.fc12 (build/make) dbhole,akurtakov maven-doxia-sitetools-1.0-0.2.a10.1.fc12 (build/make) overholt,akurtakov maven-plugin-tools-2.1-5.fc12 (build/make) akurtakov maven-scm-1.2-4.fc12 (build/make) dbhole,akurtakov maven-shared-8-3.fc12 (build/make) dbhole,akurtakov maven-surefire-2.3-7.7.fc12 (build/make) dbhole,akurtakov maven2-2.0.8-3.fc12 (build/make) dbhole,akurtakov maven2-plugin-shade-1.0-7.fc12 (build/make) overholt,akurtakov merkaartor-0.14-1.fc12 (build/make) slankes,till mingw32-cairo-1.8.8-1.fc12 (build/make) rjones,berrange,epienbro,lfarkas,mingwmaint mingw32-gtk2-2.18.2-1.fc13 (build/make) rjones,berrange,epienbro,sailer mingw32-qt-4.5.2-2.fc12 (build/make) sailer,rjones mingw32-qwt-5.1.1-9.fc12 (build/make) sailer,rjones mingw32-sqlite-3.6.17-1.fc12 (build/make) rjones,berrange,lfarkas,mingwmaint,sailer mksh-39-1.fc12 (build/make) robert modello-1.0-0.4.a15.0.1.fc12 (build/make) fnasser monkeystudio-1.8.4.0-0.3.20090824svn3243.fc12 (build/make) eponyme mono-ndoc-1.3.1-7.fc12 (build/make) spot mono-nunit22-2.2.10-11.fc13 (build/make) spot mono-sharpcvslib-0.35-13.fc12 (build/make) spot monodevelop-debugger-mdb-2.1.0-1.fc12 (build/make) buhochileno,palango muse-1.0-0.7.rc3.fc12.1 (build/make) oget,nando nagios-plugins-1.4.13-17.fc12 (build/make) mmcgrath,jpo,romal,sebastian nant-0.85-32.fc12 (build/make) pfj nss-3.12.4-13.1.fc13 (build/make) kengert,emaldonado,kdudka nx-3.3.0-38.fc12 (build/make) athimm,limb ohm-0.1.1-9.22.20080921git.fc11 (build/make) cjb,ausil,johnp,mpg openalchemist-0.3-7.fc12 (build/make) xavierb openoffice.org-voikko-3.1-1.fc12 (build/make) vpv par2cmdline-0.4.tbb.20090203-1.fc12 (build/make) epienbro paraview-3.6.1-6.fc12 (build/make) orion,pertusus perl-Catalyst-Plugin-Authorization-ACL-0.10-4.fc12 (build/make) somlo perl-Class-InsideOut-1.09-2.fc11 (build/make) cweyl,perl-sig perl-Config-Augeas-0.400-2.fc12 (build/make) apevec perl-Crypt-GPG-1.63-4.fc12 (build/make) robert,perl-sig perl-DBIx-Class-0.08108-1.fc12 (build/make) cweyl,perl-sig perl-Expect-1.21-3.fc12 (build/make) cweyl,perl-sig perl-Expect-Simple-0.04-3.fc12 (build/make) cweyl,perl-sig perl-IO-Tty-1.08-3.fc12 (build/make) spot,perl-sig perl-IPC-Run-0.84-1.fc12 (build/make) steve,perl-sig perl-Jemplate-0.23-2.fc11 (build/make) cweyl,perl-sig perl-MooseX-Role-Parameterized-0.09-2.fc12 (build/make) cweyl,perl-sig perl-MooseX-Singleton-0.17-2.fc12 (build/make) allisson,perl-sig perl-POE-1.269-1.fc12 (build/make) cweyl,perl-sig perl-POE-Component-Child-1.39-6.fc12 (build/make) cweyl,perl-sig perl-PPIx-EditorTools-0.07-1.fc12 (build/make) mmaslano,perl-sig perl-Test-Aggregate-0.35-2.fc12 (build/make) cweyl,perl-sig perl-Test-AutoBuild-1.2.2-9.fc12 (build/make) berrange perl-Test-Expect-0.31-3.fc12 (build/make) cweyl,perl-sig perl-Test-Prereq-1.037-1.fc13 (build/make) steve,perl-sig perl-XML-LibXML-1.69-3.fc12 (build/make) kasal,mmaslano perl-XML-LibXSLT-1.68-4.fc12 (build/make) kasal,perl-sig,shishz pfstools-1.8.1-1.fc13 (build/make) drepper photoprint-0.4.0-7.fc12 (build/make) grof php-5.3.0-6.fc12 (build/make) jorton,remi,timj pidgin-2.6.3-2.fc12 (build/make) wtogami,nosnilmot pigment-0.3.17-3.fc12 (build/make) thias planner-0.14.4-3.fc12 (build/make) caolanm plexus-ant-factory-1.0-0.4.a1.1.11.fc12 (build/make) dbhole plexus-appserver-1.0-0.4.a5.2.9.fc12 (build/make) dbhole plexus-bsh-factory-1.0-0.4.a7s.1.10.fc12 (build/make) dbhole plexus-cdc-1.0-0.5.a10.1.1.fc12 (build/make) dbhole,akurtakov,fnasser plexus-i18n-1.0-0.b6.5.3.fc12.3 (build/make) pcheung plexus-mail-sender-1.0-0.a2.12.fc12 (build/make) overholt,akurtakov plexus-registry-1.0-0.2.a3.fc12 (build/make) overholt,akurtakov plexus-runtime-builder-1.0-0.4.a9.1.9.fc12 (build/make) dbhole plexus-xmlrpc-1.0-0.4.b4.2.14.fc12 (build/make) dbhole,fnasser plymouth-0.8.0-0.2009.29.09.19.fc12 (build/make) rstrode,brejc8,krh pmd-4.2.5-4.fc12 (build/make) jjames pocketsphinx-0.5.1-3.fc12 (build/make) jjames postgresql-pgpool-ha-1.1.0-8.fc12 (build/make) devrim postgresql-plruby-0.5.3-3.fc12 (build/make) devrim powermanga-0.90-6 (build/make) thias pygtksourceview-2.8.0-1.fc12 (build/make) mbarnes,mclasen pymol-1.2-8.20091006svn3866.fc13 (build/make) timfenn pypar-2.1.0_66-5.fc12 (build/make) jussilehtola python-cryptsetup-0.0.10-1.fc12 (build/make) msivak python-daap-0.7.1-4.fc12 (build/make) jcollie python-networkx-0.99-4.fc12 (build/make) konradm python-ptrace-0.6-5.fc12 (build/make) terjeros python-py-1.0.2-1.fc12 (build/make) thm python-pysctp-0.3.1-6.fc12 (build/make) nhorman python-sybase-0.39-4.fc12 (build/make) yaneti qedje-0.4.0-2.fc12 (build/make) john5342,rdieter qgis-1.0.2-1.fc12 (build/make) silfreed,rezso qlandkartegt-0.16.0-2.fc13 (build/make) sharkcz qpxtool-0.6.1-11.fc12 (build/make) drago01 qzion-0.4.0-3.fc12 (build/make) john5342,rdieter recordmydesktop-0.3.8.1-1.fc11 (build/make) sindrepb rubygem-attributes-5.0.1-5.fc12 (unpackaged_files/python-egg-info?) kanarip rubygem-cobbler-1.6.1-1.fc12 (unpackaged_files/python-egg-info?) mcpierce rubygem-configuration-0.0.5-4.fc12 (unpackaged_files/python-egg-info?) lkundrak rubygem-gem2rpm-0.6.0-3.fc12 (unpackaged_files/python-egg-info?) lutter,stahnma rubygem-gettext_rails-2.0.4-5.fc12 (build/make) mtasaka rubygem-locale_rails-2.0.4-3.fc12 (build/make) mtasaka rubygem-mongrel_cluster-1.0.5-4.fc12 (unpackaged_files/python-egg-info?) robert rubygem-pam-1.5.3-6.fc12 (unpackaged_files/python-egg-info?) bkearney rubygem-pervasives-1.1.0-5.fc12 (unpackaged_files/python-egg-info?) kanarip sap-0.4.4-7.fc12 (build/make) julian sblim-indication_helper-0.4.2-3.fc12 (build/make) praveenp,mdomsch,srini scalapack-1.7.5-7.fc12 (build/make) spot scidavis-0.2.3-8.fc12 (build/make) tanguy sdcc-2.9.0-4.fc12 (build/make) konradm,jwrdegoede sear-0.6.3-14.fc12 (build/make) wart,atorkhov showimg-0.9.5-26.fc12 (build/make) abompard sim-0.9.5-0.21.20090821svn2902rev.fc12 (build/make) hubbitus sitecopy-0.16.6-4.fc12 (build/make) rakesh,jorton skychart-3.0.1.5-6.20081026svn.fc11 (build/make) lkundrak,mmahut smartmontools-5.38-21.fc13 (build/make) mhlavink sox-14.2.0-3.fc12 (build/make) jmoskovc sphinxbase-0.4.1-1.fc12 (build/make) jjames strace-4.5.19-1.fc12 (build/make) roland,schwab,vda subversion-api-docs-1.6.5-3.fc12 (build/make) bojan sugar-calculator-30-2.fc12 (build/make) tuxbrewr,mpg sugar-clock-5-2.fc12 (build/make) fab sugar-connect-22-4.fc12 (build/make) fab sugar-distance-13-3.fc12 (build/make) fab sugar-implode-5-4.20090717.fc12 (build/make) fab sugar-infoslicer-5.1-1.fc12 (build/make) fab sugar-jukebox-11-2.fc12 (build/make) sdz,kushal sugar-memorize-33-2.fc12 (build/make) fab sugar-moon-10-2.fc12 (build/make) bkearney,fab sugar-pippy-34-5.fc12 (build/make) fab sugar-playgo-5-3.fc12 (build/make) fab sugar-record-64-3.fc12 (build/make) fab synce-kde-0.9.1-4.fc11 (build/make) awjb,abompard taskcoach-0.76.0-1.fc13 (build/make) rakesh tasque-0.1.8-4.fc12 (build/make) dkaylor,mtasaka tigervnc-1.0.0-2.fc13 (build/make) atkac timidity++-2.13.2-20.fc12 (build/make) jnovy,jwrdegoede towhee-6.2.6-4.fc13 (build/make) jussilehtola tracker-0.6.95-3.fc12 (build/make) deji trophy-1.1.5-5.fc12 (build/make) jwrdegoede tuxcmd-0.6.69-git20091027.1.fc12 (build/make) tbzatek ucblogo-6.0-5.fc12 (build/make) gemi vavoom-1.30-3.fc12 (build/make) jwrdegoede,dtimms vfrnav-0.3-10.fc12 (build/make) sailer virt-ctrl-1.0.1-4.fc12 (build/make) rjones,ocamlmaint vorbis-tools-1.2.0-6.fc13 (build/make) kdudka,jwrdegoede w3m-el-1.4.367-0.1.20090819cvs.fc12 (build/make) tagoh wings-0.99.05-4.fc12 (build/make) gemi writer2latex-1.0-1.fc12 (build/make) caolanm ws-commons-util-1.0.1-12.fc12 (build/make) green,overholt xastir-1.9.6-2.fc13 (build/make) lucilanga,bjensen xdvik-22.84.14-7.fc12 (build/make) jgu,jnovy,pertusus xmlrpc3-3.0-4.10.fc12 (build/make) overholt,akurtakov xmms2-0.6-4.fc12 (build/make) spot xmp-2.7.1-1.fc12 (build/make) rathann,itamarjp xorg-x11-drv-ark-0.7.1-4.fc12 (build/make) xgl-maint xorg-x11-drv-nouveau-0.0.15-17.20091105gite1c2efd.fc12 (build/make) bskeggs,airlied,ajax,bskeggs xorg-x11-drv-tseng-1.2.2-2.fc12 (build/make) xgl-maint xorg-x11-fonts-7.2-9.fc12 (build/make) xgl-maint,fonts-sig yap-5.1.3-2.fc12 (build/make) gemi,bagnara zhcon-0.2.6-14.fc12 (build/make) dchen,i18n-team zsh-4.3.10-4.fc12 (build/make) james With bugs filed: 21 ---------------------------------- ScientificPython-2.8-6.fc11 [u'511734 ASSIGNED'] (build/make) jspaleta evolution-brutus-1.2.35-2.fc11 [u'511451 ASSIGNED'] (build/make) bpepple geronimo-specs-1.0-2.M2.fc10 [u'511494 ASSIGNED'] (build/make) fnasser gmfsk-0.7-0.6.pre1.fc11 [u'511780 ASSIGNED'] (build/make) bjensen,bjensen,dp67,sconklin,sindrepb gmrun-0.9.2-16.fc11 [u'511639 ASSIGNED'] (build/make) gilboa gnome-scan-0.6.2-1.fc11 [u'511591 ASSIGNED'] (build/make) deji libFoundation-1.1.3-11.fc9 [u'511470 ASSIGNED'] (build/make) athimm perl-AnyEvent-XMPP-0.4-1.fc11 [u'511749 ASSIGNED'] (build/make) allisson,perl-sig perl-MooseX-Daemonize-0.08-3.fc11 [u'511610 ASSIGNED'] (build/make) allisson perl-MooseX-Traits-Attribute-CascadeClear-0.03-2.fc11 [u'511570 ASSIGNED'] (build/make) cweyl,perl-sig perl-RRD-Simple-1.43-3.fc9 [u'464964 ASSIGNED'] (build/make) cweyl,perl-sig perl-SVN-Mirror-0.75-2.fc11 [u'511770 ASSIGNED'] (build/make) iburrell,perl-sig perl-SVN-Simple-0.27-7.fc11 [u'511729 ASSIGNED'] (build/make) iburrell,perl-sig python-openhpi-1.1-3.fc11 [u'511675 ASSIGNED'] (build/make) sharkcz qtiplot-0.9-11.fc11 [u'511688 ASSIGNED'] (build/make) frankb smarteiffel-2.3-2.fc9 [u'511362 ASSIGNED'] (build/make) orphan unifdef-1.171-8.fc11 [u'511553 ASSIGNED'] (build/make) dwmw2,jaswinder widelands-0-0.13.Build13.fc11 [u'511430 ASSIGNED'] (build/make) karlik xpilot-ng-4.7.2-16.fc11 [u'511717 ASSIGNED'] (build/make) wart xqilla-2.1.3-0.6.fc11 [u'511425 ASSIGNED'] (build/make) orphan xqilla10-1.0.2-6.fc11 [u'511599 ASSIGNED'] (build/make) orphan ---------------------------------- Packages by owner: abompard: keepassx,showimg,synce-kde airlied: xorg-x11-drv-nouveau ajax: Glide3,libdrm,xorg-x11-drv-nouveau akurtakov: eclipse-subclipse,maven-archiver,maven-doxia,maven-doxia-sitetools,maven-plugin-tools,maven-scm,maven-shared,maven-surefire,maven2,maven2-plugin-shade,plexus-cdc,plexus-mail-sender,plexus-registry,xmlrpc3 alexl: gvfs alexlan: R-multtest allisson: perl-AnyEvent-XMPP,perl-MooseX-Daemonize,perl-MooseX-Singleton anderson: kio_sword apevec: perl-Config-Augeas arbiter: kdebindings astronomy-sig: gnuradio athimm: freenx-server,libFoundation,nx atkac: bind-dyndb-ldap,tigervnc atorkhov: sear ausil: ohm awjb: libopensync-plugin-kdepim,synce-kde awood: cobbler bagnara: yap berrange: mingw32-cairo,mingw32-gtk2,mingw32-sqlite,perl-Test-AutoBuild bjensen: aldo,aldo,gmfsk,gmfsk,xastir bkearney: rubygem-pam,sugar-moon bojan: subversion-api-docs bos: ghc-xmonad-contrib,llvm bpepple: evolution-brutus brejc8: plymouth bskeggs: xorg-x11-drv-nouveau,xorg-x11-drv-nouveau buc: mail-notification,mail-notification buhochileno: monodevelop-debugger-mdb cagney: frysk caolanm: icu,planner,writer2latex cchance: baekmuk-bdf-fonts,ibus-table-extraphrase chitlesh: LabPlot,LabPlot,eclipse-eclox,geda-gattrib,geda-gnetlist,geda-gschem,geda-gsymcheck,geda-utils,kpolynome cjb: ohm corsepiu: OpenSceneGraph cweyl: perl-Class-InsideOut,perl-DBIx-Class,perl-Expect,perl-Expect-Simple,perl-Jemplate,perl-MooseX-Role-Parameterized,perl-MooseX-Traits-Attribute-CascadeClear,perl-POE,perl-POE-Component-Child,perl-RRD-Simple,perl-Test-Aggregate,perl-Test-Expect cwickert: lxappearance,lxlauncher,lxrandr,lxsession-edit,lxshortcut dbhole: maven-doxia,maven-scm,maven-shared,maven-surefire,maven2,plexus-ant-factory,plexus-appserver,plexus-bsh-factory,plexus-cdc,plexus-runtime-builder,plexus-xmlrpc dchen: UnihanDb,fbterm,zhcon deji: atlas,atlas,gnome-scan,kio_sword,tracker denis: cdrdao denisarnaud: R-RM2,R-msm,icu devrim: mapserver,postgresql-pgpool-ha,postgresql-plruby dgoodwin: cobbler dkaylor: tasque dmalcolm: buildbot dp67: aldo,gmfsk drago01: fedora-setup-keyboard,inotify-tools,qpxtool drepper: pfstools dtimms: vavoom dwmw2: unifdef edhill: gts ellert: R-qtl emaldonado: nss epienbro: mingw32-cairo,mingw32-gtk2,par2cmdline eponyme: monkeystudio fab: sugar-clock,sugar-connect,sugar-distance,sugar-implode,sugar-infoslicer,sugar-memorize,sugar-moon,sugar-pippy,sugar-playgo,sugar-record fnasser: geronimo-specs,modello,plexus-cdc,plexus-xmlrpc fonts-sig: baekmuk-bdf-fonts,knm_new-fonts,xorg-x11-fonts frankb: qtiplot gajownik: kadu,kadu gemi: clisp,ucblogo,wings,yap giallu: buildbot gilboa: gmrun green: clisp,ws-commons-util grof: imgtarget,photoprint hadess: gvfs haskell-sig: ghc-xmonad-contrib hubbitus: sim i18n-team: UnihanDb,baekmuk-bdf-fonts,fbterm,gettext,ibus-table-extraphrase,knm_new-fonts,zhcon iburrell: perl-SVN-Mirror,perl-SVN-Simple itamarjp: clutter-gtk,xmp jamatos: PyKDE,lyx james: zsh janderson: gnome-rdp jaswinder: unifdef jcollie: python-daap jeckersb: cobbler,cobbler jgarzik: cld,llvm jgu: emacs-bbdb,emacs-common-muse,emacs-vm,xdvik jjames: jsr-305,pmd,pocketsphinx,sphinxbase jmoskovc: sox jnovy: timidity++,xdvik john5342: javassist,javassist,qedje,qzion johnp: ohm jorton: cadaver,php,sitecopy jpo: nagios-plugins jreznik: gnash,kdebase3,kdebindings,kdewebdev jspaleta: ScientificPython julian: sap jussilehtola: PyQuante,efte,gromacs,pypar,towhee jwrdegoede: arm-gp2x-linux-SDL,arm-gp2x-linux-gcc,arm-gp2x-linux-glibc,arm-gp2x-linux-zlib,ballbuster,sdcc,timidity++,trophy,vavoom,vorbis-tools kanarip: rubygem-attributes,rubygem-pervasives karlik: widelands karsten: automake15 kasal: perl-XML-LibXML,perl-XML-LibXSLT kdudka: nss,vorbis-tools kengert: nss kkofler: arts,gnash,kdebase3,kdebindings,kdelibs3,kdevelop,kdewebdev konradm: python-networkx,sdcc krh: plymouth kushal: sugar-jukebox kwizart: aimage laxathom: guile-gnome-platform lfarkas: mingw32-cairo,mingw32-sqlite liangsuilong: ibus-table-extraphrase limb: freenx-server,nx lkundrak: rubygem-configuration,skychart ltinkl: kdebase3,kdebindings,kdelibs3,kdevelop,kdewebdev lucilanga: evolution-rspam,evolution-rss,xastir lutter: rubygem-gem2rpm mathstuf: kdebindings,kdevelop mbarnes: evolution,evolution,evolution-exchange,evolution-exchange,evolution-mapi,gnome-python2-desktop,libsoup22,pygtksourceview mbooth: eclipse-mylyn,jline mccann: gdm mclasen: pygtksourceview mcpierce: rubygem-cobbler mcrha: evolution,evolution-exchange,evolution-mapi mdomsch: sblim-indication_helper mhideo: fedora-security-guide-en-US mhlavink: smartmontools mildew: bro mingwmaint: mingw32-cairo,mingw32-sqlite mlichvar: guile mmahut: gnuradio,skychart mmaslano: perl-PPIx-EditorTools,perl-XML-LibXML mmcgrath: nagios-plugins mnagy: bind-dyndb-ldap mpg: ohm,sugar-calculator msivak: python-cryptsetup mtasaka: kita,rubygem-gettext_rails,rubygem-locale_rails,tasque mtruch: kst nando: muse nhorman: python-pysctp nigelj: R-DBI,R-RSQLite nosnilmot: pidgin npajkovs: cdrdao,cdrkit nucleo: cryptopp nushio: beagle,gnome-do-plugins ocamlmaint: virt-ctrl oget: frescobaldi,kguitar,muse olea: chronojump orion: GMT,R-lmtest,R-mvtnorm,R-systemfit,hdf,paraview orphan: Io-language,k3d,knm_new-fonts,smarteiffel,xqilla,xqilla10 overholt: eclipse-mylyn,maven-archiver,maven-doxia-sitetools,maven2-plugin-shade,plexus-mail-sender,plexus-registry,ws-commons-util,xmlrpc3 palango: boo,monodevelop-debugger-mdb pbrobinson: anjal,evolution-couchdb pcheung: plexus-i18n perl-sig: perl-AnyEvent-XMPP,perl-Class-InsideOut,perl-Crypt-GPG,perl-DBIx-Class,perl-Expect,perl-Expect-Simple,perl-IO-Tty,perl-IPC-Run,perl-Jemplate,perl-MooseX-Role-Parameterized,perl-MooseX-Singleton,perl-MooseX-Traits-Attribute-CascadeClear,perl-POE,perl-POE-Component-Child,perl-PPIx-EditorTools,perl-RRD-Simple,perl-SVN-Mirror,perl-SVN-Simple,perl-Test-Aggregate,perl-Test-Expect,perl-Test-Prereq,perl-XML-LibXSLT pertusus: GMT,gnash,grass,hdf,paraview,xdvik peter: fuse-python petersen: baekmuk-bdf-fonts,emacspeak,gettext,ghc-xmonad-contrib pfj: boo,nant pghmcfc: bluefish phuang: awn-extras-applets pingou: R-AnnotationDbi,R-BSgenome,R-BSgenome.Celegans.UCSC.ce2,R-Biobase,R-Biostrings,R-BufferedMatrix,R-BufferedMatrixMethods,R-DynDoc,R-GeneR,R-IRanges,R-RUnit,R-affy,R-affyio,R-hgu95av2probe,R-maanova,R-multtest,R-pls,R-preprocessCore,R-qvalue,R-rlecuyer,R-tkWidgets,R-widgetTools pmuldoon: frysk praveenp: sblim-indication_helper psytux: beagle pvrabec: bro pwouters: dnsperf rakesh: jed,sitecopy,taskcoach rathann: xmp rdieter: PyKDE,arts,gpgme,kdebase3,kdebindings,kdelibs3,kdevelop,kdewebdev,kdnssd-avahi,kdnssd-avahi,lyx,qedje,qzion remi: php rezso: grass,mapnik,mapserver,qgis rjones: mingw32-cairo,mingw32-gtk2,mingw32-qt,mingw32-qwt,mingw32-sqlite,virt-ctrl robert: mksh,perl-Crypt-GPG,rubygem-mongrel_cluster robmv: eclipse-subclipse roland: strace romal: nagios-plugins rrakus: cdrdao,cdrkit rstrode: gdm,plymouth s4504kr: gnustep-base,luma sailer: mingw32-gtk2,mingw32-qt,mingw32-qwt,mingw32-sqlite,vfrnav salimma: chronojump,evolution-remove-duplicates,gnome-do-plugins,llvm schwab: strace sconklin: aldo,gmfsk sdz: sugar-jukebox sebastian: nagios-plugins sergiopr: blitz sharkcz: python-openhpi,qlandkartegt shishz: perl-XML-LibXSLT silfreed: qgis sindrepb: aldo,awn-extras-applets,flac123,gmfsk,recordmydesktop slankes: merkaartor smilner: buildbot snecker: log4net,mapnik somlo: perl-Catalyst-Plugin-Authorization-ACL sparks: fedora-security-guide-en-US spot: R-RODBC,R-abind,R-acepack,R-biglm,R-bigmemory,R-nws,blacs,mono-ndoc,mono-nunit22,mono-sharpcvslib,perl-IO-Tty,scalapack,xmms2 srini: sblim-indication_helper stahnma: rubygem-gem2rpm steve: perl-IPC-Run,perl-Test-Prereq stingray: cuetools sundaram: clutter-gtk,cryptopp svahl: kdebase3 swagiaal: frysk tagoh: w3m-el tanguy: scidavis tbzatek: gvfs,tuxcmd terjeros: python-ptrace than: arts,isdn4k-utils,kdebase3,kdebindings,kdelibs3,kdevelop,kdewebdev thias: pigment,powermanga thl: icu,mail-notification thm: python-py till: merkaartor timfenn: apbs,pymol timj: php tmraz: gpgme tnorth: LabPlot tomeu: gnash tomspur: linbox tuxbrewr: arts,kdebase3,kdebindings,kdelibs3,kdevelop,kdewebdev,kdnssd-avahi,sugar-calculator uwog: asio vda: strace vlg: granule vpv: openoffice.org-voikko wart: sear,xpilot-ng whot: fedora-setup-keyboard wtogami: pidgin wwoods: davfs2 xavierb: openalchemist xgl-maint: xorg-x11-drv-ark,xorg-x11-drv-tseng,xorg-x11-fonts yaneti: python-sybase ynemoy: ghc-xmonad-contrib zaitcev: cld -- Matt Domsch Linux Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux From rjones at fedoraproject.org Thu Nov 19 09:52:48 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Thu, 19 Nov 2009 09:52:48 +0000 (UTC) Subject: rpms/virt-ctrl/devel dead.package, NONE, 1.1 Makefile, 1.1, NONE import.log, 1.1, NONE sources, 1.2, NONE virt-ctrl.spec, 1.5, NONE Message-ID: <20091119095248.9BE4C11C00E8@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/virt-ctrl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27684 Added Files: dead.package Removed Files: Makefile import.log sources virt-ctrl.spec Log Message: Removed this package - obsolete. Use virt-manager instead. --- NEW FILE dead.package --- This package is obsolete. Use virt-manager instead. --- Makefile DELETED --- --- import.log DELETED --- --- sources DELETED --- --- virt-ctrl.spec DELETED --- From nim at fedoraproject.org Mon Nov 23 06:22:31 2009 From: nim at fedoraproject.org (repo-font-audit) Date: Mon, 23 Nov 2009 07:22:31 +0100 Subject: [RFA] Your ocaml package did not pass QA Message-ID: <20091123062230.GA26936@arekh.okg> Dear packager, At 20091122T202901Z, your ?ocaml? package failed one or more of the tests I was performing on the ?fedora-devel? repository located at: http://koji.fedoraproject.org/static-repos/dist-f13-build-current/x86_64/ There are three different reasons that may cause this message: 1. your package is including one or more font files, but not packaging them properly; 2. your package is including one or more font files, and I've found issues in some of them; 3. your package is not shipping any font file, but the way it accesses fonts in other packages is not satisfying. To stop receiving this message, you need to: 1. drop the font files or fix their packaging; 2. relay the fonts issues to the fonts upstream to get them revised; 3. work with the code upstream to improve the way it accesses font files (usually by making it use fontconfig through a higher-level text library such as pango, pango-cairo, harfbuzz, or QT) You can self-check your packages at any time by: 1. installing createrepo and fontpackages-tools: # yum install createrepo fontpackages-tools 2. putting your packages and any font package they depends on in a test directory 3. indexing this directory with createrepo: $ createrepo path-to-test-directory 4. running repo-font-audit: $ repo-font-audit test file://absolute-path-to-test-directory A summary of the issues I detected is appended here. For your convenience a more comprehensive analysis is also attached to this message. Errors, warnings and suggestions: P# t14 1 1 2 1 Total 2 P# Maintainer SRPM RPM EVR Arch 1 gemi ocaml ocaml-runtime 0:3.11.1-6.fc13 x86_64 2 gemi ocaml ocaml 0:3.11.1-6.fc13 x86_64 Test explanation: t14. Warning: core fonts use ? Upstream task This package accesses fonts through the X11 Core protocol. Numerous long-standing problems with this mode of access, and a design that could not scale to modern font needs lead the (then XFree86) team to deprecate it in favour of fontconfig (n?e xft). Adoption was quick and by 2003 it was clear fontconfig was the new standard?. Nowadays fontconfig is widely used?, including on non Linux/Unix platforms. While X11 Core access has been kept on life-support this font system is not actively maintained today. The font library it depends on is slowly shrinking, as it was created in a period of different legal and technical requirements?, and there is no one to update the font files when a problem is found?. Therefore, projects are advised to migrate before the situation reaches a critical stage. Fontconfig has been our default font system for a long time, and accessing fonts by other means will cause behaviour inconsistencies and many other problems (since fontconfig can be used to change the behaviour of a font). If an application can not use fontconfig today this is a serious bug that should be reported to the application upstream. Please ask it to add fontconfig support to their code (usually, via a higher-level library such as pango-cairo). ? http://xfree86.org/pipermail/forum/2003-March/000799.html ? Screen technology changed, encoding standard (Unicode) changed, legal reviews became more comprehensive, etc. ? Leaving culling the only solution. Please take the appropriate measures to fix the ?ocaml? package. I will warn you again if it is still necessary next time I am ran. This report was generated by the repo-font-audit command from: http://fedoraproject.org/wiki/fontpackages Please post questions, suggestions, patches or bug reports to: https://www.redhat.com/mailman/listinfo/fedora-fonts-list (subscription required) Your friendly QA robot, -- repo-font-audit -------------- next part -------------- A non-text attachment was scrubbed... Name: ocaml.tar.xz Type: application/x-xz-compressed-tar Size: 23500 bytes Desc: not available URL: From nim at fedoraproject.org Mon Nov 23 06:22:25 2009 From: nim at fedoraproject.org (repo-font-audit) Date: Mon, 23 Nov 2009 07:22:25 +0100 Subject: [RFA] Your ocaml-lablgl package did not pass QA Message-ID: <20091123062225.GA26929@arekh.okg> Dear packager, At 20091122T202901Z, your ?ocaml-lablgl? package failed one or more of the tests I was performing on the ?fedora-devel? repository located at: http://koji.fedoraproject.org/static-repos/dist-f13-build-current/x86_64/ There are three different reasons that may cause this message: 1. your package is including one or more font files, but not packaging them properly; 2. your package is including one or more font files, and I've found issues in some of them; 3. your package is not shipping any font file, but the way it accesses fonts in other packages is not satisfying. To stop receiving this message, you need to: 1. drop the font files or fix their packaging; 2. relay the fonts issues to the fonts upstream to get them revised; 3. work with the code upstream to improve the way it accesses font files (usually by making it use fontconfig through a higher-level text library such as pango, pango-cairo, harfbuzz, or QT) You can self-check your packages at any time by: 1. installing createrepo and fontpackages-tools: # yum install createrepo fontpackages-tools 2. putting your packages and any font package they depends on in a test directory 3. indexing this directory with createrepo: $ createrepo path-to-test-directory 4. running repo-font-audit: $ repo-font-audit test file://absolute-path-to-test-directory A summary of the issues I detected is appended here. For your convenience a more comprehensive analysis is also attached to this message. Errors, warnings and suggestions: P# t14 1 1 Total 1 P# Maintainer SRPM RPM EVR Arch 1 gemi ocaml-lablgl ocaml-lablgl 0:1.04-2.fc12 x86_64 Test explanation: t14. Warning: core fonts use ? Upstream task This package accesses fonts through the X11 Core protocol. Numerous long-standing problems with this mode of access, and a design that could not scale to modern font needs lead the (then XFree86) team to deprecate it in favour of fontconfig (n?e xft). Adoption was quick and by 2003 it was clear fontconfig was the new standard?. Nowadays fontconfig is widely used?, including on non Linux/Unix platforms. While X11 Core access has been kept on life-support this font system is not actively maintained today. The font library it depends on is slowly shrinking, as it was created in a period of different legal and technical requirements?, and there is no one to update the font files when a problem is found?. Therefore, projects are advised to migrate before the situation reaches a critical stage. Fontconfig has been our default font system for a long time, and accessing fonts by other means will cause behaviour inconsistencies and many other problems (since fontconfig can be used to change the behaviour of a font). If an application can not use fontconfig today this is a serious bug that should be reported to the application upstream. Please ask it to add fontconfig support to their code (usually, via a higher-level library such as pango-cairo). ? http://xfree86.org/pipermail/forum/2003-March/000799.html ? Screen technology changed, encoding standard (Unicode) changed, legal reviews became more comprehensive, etc. ? Leaving culling the only solution. Please take the appropriate measures to fix the ?ocaml-lablgl? package. I will warn you again if it is still necessary next time I am ran. This report was generated by the repo-font-audit command from: http://fedoraproject.org/wiki/fontpackages Please post questions, suggestions, patches or bug reports to: https://www.redhat.com/mailman/listinfo/fedora-fonts-list (subscription required) Your friendly QA robot, -- repo-font-audit -------------- next part -------------- A non-text attachment was scrubbed... Name: ocaml-lablgl.tar.xz Type: application/x-xz-compressed-tar Size: 21564 bytes Desc: not available URL: From nicolas.mailhot at gmail.com Mon Nov 23 06:59:15 2009 From: nicolas.mailhot at gmail.com (repo-font-audit) Date: Mon, 23 Nov 2009 07:59:15 +0100 Subject: [RFA] Your ocaml-lablgl package did not pass QA Message-ID: <20091123065915.GA31254@arekh.okg> Dear packager, At 20091122T202901Z, your ?ocaml-lablgl? package failed one or more of the tests I was performing on the ?fedora-devel? repository located at: http://koji.fedoraproject.org/static-repos/dist-f13-build-current/x86_64/ There are three different reasons that may cause this message: 1. your package is including one or more font files, but not packaging them properly; 2. your package is including one or more font files, and I've found issues in some of them; 3. your package is not shipping any font file, but the way it accesses fonts in other packages is not satisfying. To stop receiving this message, you need to: 1. drop the font files or fix their packaging; 2. relay the fonts issues to the fonts upstream to get them revised; 3. work with the code upstream to improve the way it accesses font files (usually by making it use fontconfig through a higher-level text library such as pango, pango-cairo, harfbuzz, or QT) You can self-check your packages at any time by: 1. installing createrepo and fontpackages-tools: # yum install createrepo fontpackages-tools 2. putting your packages and any font package they depends on in a test directory 3. indexing this directory with createrepo: $ createrepo path-to-test-directory 4. running repo-font-audit: $ repo-font-audit test file://absolute-path-to-test-directory A summary of the issues I detected is appended here. For your convenience a more comprehensive analysis is also attached to this message. Errors, warnings and suggestions: P# t14 1 1 Total 1 P# Maintainer SRPM RPM EVR Arch 1 gemi ocaml-lablgl ocaml-lablgl 0:1.04-2.fc12 x86_64 Test explanation: t14. Warning: core fonts use ? Upstream task This package accesses fonts through the X11 Core protocol. Numerous long-standing problems with this mode of access, and a design that could not scale to modern font needs lead the (then XFree86) team to deprecate it in favour of fontconfig (n?e xft). Adoption was quick and by 2003 it was clear fontconfig was the new standard?. Nowadays fontconfig is widely used?, including on non Linux/Unix platforms. While X11 Core access has been kept on life-support this font system is not actively maintained today. The font library it depends on is slowly shrinking, as it was created in a period of different legal and technical requirements?, and there is no one to update the font files when a problem is found?. Therefore, projects are advised to migrate before the situation reaches a critical stage. Fontconfig has been our default font system for a long time, and accessing fonts by other means will cause behaviour inconsistencies and many other problems (since fontconfig can be used to change the behaviour of a font). If an application can not use fontconfig today this is a serious bug that should be reported to the application upstream. Please ask it to add fontconfig support to their code (usually, via a higher-level library such as pango-cairo). ? http://xfree86.org/pipermail/forum/2003-March/000799.html ? Screen technology changed, encoding standard (Unicode) changed, legal reviews became more comprehensive, etc. ? Leaving culling the only solution. Please take the appropriate measures to fix the ?ocaml-lablgl? package. I will warn you again if it is still necessary next time I am ran. This report was generated by the repo-font-audit command from: http://fedoraproject.org/wiki/fontpackages Please post questions, suggestions, patches or bug reports to: https://www.redhat.com/mailman/listinfo/fedora-fonts-list (subscription required) Your friendly QA robot, -- repo-font-audit -------------- next part -------------- A non-text attachment was scrubbed... Name: ocaml-lablgl.tar.xz Type: application/x-xz-compressed-tar Size: 21564 bytes Desc: not available URL: From nicolas.mailhot at gmail.com Mon Nov 23 06:59:20 2009 From: nicolas.mailhot at gmail.com (repo-font-audit) Date: Mon, 23 Nov 2009 07:59:20 +0100 Subject: [RFA] Your ocaml package did not pass QA Message-ID: <20091123065920.GA31261@arekh.okg> Dear packager, At 20091122T202901Z, your ?ocaml? package failed one or more of the tests I was performing on the ?fedora-devel? repository located at: http://koji.fedoraproject.org/static-repos/dist-f13-build-current/x86_64/ There are three different reasons that may cause this message: 1. your package is including one or more font files, but not packaging them properly; 2. your package is including one or more font files, and I've found issues in some of them; 3. your package is not shipping any font file, but the way it accesses fonts in other packages is not satisfying. To stop receiving this message, you need to: 1. drop the font files or fix their packaging; 2. relay the fonts issues to the fonts upstream to get them revised; 3. work with the code upstream to improve the way it accesses font files (usually by making it use fontconfig through a higher-level text library such as pango, pango-cairo, harfbuzz, or QT) You can self-check your packages at any time by: 1. installing createrepo and fontpackages-tools: # yum install createrepo fontpackages-tools 2. putting your packages and any font package they depends on in a test directory 3. indexing this directory with createrepo: $ createrepo path-to-test-directory 4. running repo-font-audit: $ repo-font-audit test file://absolute-path-to-test-directory A summary of the issues I detected is appended here. For your convenience a more comprehensive analysis is also attached to this message. Errors, warnings and suggestions: P# t14 1 1 2 1 Total 2 P# Maintainer SRPM RPM EVR Arch 1 gemi ocaml ocaml-runtime 0:3.11.1-6.fc13 x86_64 2 gemi ocaml ocaml 0:3.11.1-6.fc13 x86_64 Test explanation: t14. Warning: core fonts use ? Upstream task This package accesses fonts through the X11 Core protocol. Numerous long-standing problems with this mode of access, and a design that could not scale to modern font needs lead the (then XFree86) team to deprecate it in favour of fontconfig (n?e xft). Adoption was quick and by 2003 it was clear fontconfig was the new standard?. Nowadays fontconfig is widely used?, including on non Linux/Unix platforms. While X11 Core access has been kept on life-support this font system is not actively maintained today. The font library it depends on is slowly shrinking, as it was created in a period of different legal and technical requirements?, and there is no one to update the font files when a problem is found?. Therefore, projects are advised to migrate before the situation reaches a critical stage. Fontconfig has been our default font system for a long time, and accessing fonts by other means will cause behaviour inconsistencies and many other problems (since fontconfig can be used to change the behaviour of a font). If an application can not use fontconfig today this is a serious bug that should be reported to the application upstream. Please ask it to add fontconfig support to their code (usually, via a higher-level library such as pango-cairo). ? http://xfree86.org/pipermail/forum/2003-March/000799.html ? Screen technology changed, encoding standard (Unicode) changed, legal reviews became more comprehensive, etc. ? Leaving culling the only solution. Please take the appropriate measures to fix the ?ocaml? package. I will warn you again if it is still necessary next time I am ran. This report was generated by the repo-font-audit command from: http://fedoraproject.org/wiki/fontpackages Please post questions, suggestions, patches or bug reports to: https://www.redhat.com/mailman/listinfo/fedora-fonts-list (subscription required) Your friendly QA robot, -- repo-font-audit -------------- next part -------------- A non-text attachment was scrubbed... Name: ocaml.tar.xz Type: application/x-xz-compressed-tar Size: 23500 bytes Desc: not available URL: From rjones at fedoraproject.org Thu Nov 26 09:39:41 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Thu, 26 Nov 2009 09:39:41 +0000 (UTC) Subject: rpms/ocaml-cairo/devel ocaml-cairo.spec,1.14,1.15 Message-ID: <20091126093941.E83A911C02A5@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-cairo/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6345 Modified Files: ocaml-cairo.spec Log Message: ocaml-cairo-devel requires ocaml-lablgtk-devel (RHBZ#541427). Index: ocaml-cairo.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cairo/devel/ocaml-cairo.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- ocaml-cairo.spec 8 Oct 2009 11:51:35 -0000 1.14 +++ ocaml-cairo.spec 26 Nov 2009 09:39:41 -0000 1.15 @@ -4,7 +4,7 @@ Name: ocaml-cairo Epoch: 1 Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OCaml library for accessing cairo graphics BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -51,6 +51,7 @@ PDF 1.4. Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: ocaml-lablgtk-devel %description devel @@ -115,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Nov 26 2009 Richard W.M. Jones - 1:1.0.0-2 +- ocaml-cairo-devel requires ocaml-lablgtk-devel (RHBZ#541427). + * Thu Oct 8 2009 Richard W.M. Jones - 1:1.0.0-1 - New upstream version 1.0.0. - Yes, version number really did roll backwards, so now we're using Epoch. From rjones at redhat.com Fri Nov 27 11:10:51 2009 From: rjones at redhat.com (Richard W.M. Jones) Date: Fri, 27 Nov 2009 11:10:51 +0000 Subject: Broken dependencies: ocaml-libvirt In-Reply-To: <20091114155118.92B741F808B@releng2.fedora.phx.redhat.com> References: <20091114155118.92B741F808B@releng2.fedora.phx.redhat.com> Message-ID: <20091127111051.GA32669@amd.home.annexia.org> These broken dependency messages were all bogus - ignore them. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top From bugzilla at redhat.com Mon Nov 30 17:53:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Nov 2009 12:53:31 -0500 Subject: [Bug 541542] ocaml-cairo: cairo_ps_surface_set_dpi_REPLACED_BY_cairo_surface_set_fallback_resolution In-Reply-To: References: Message-ID: <200911301753.nAUHrVJ1027767@bz-web1.app.phx.redhat.com> 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=541542 --- Comment #4 from Orion Poplawski 2009-11-30 12:53:31 EDT --- Looks like you have a newer ocaml-cairo. I have: ocaml-cairo-1.0.0-2.fc13.x86_64 -- 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. From bugzilla at redhat.com Mon Nov 30 19:55:30 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Nov 2009 14:55:30 -0500 Subject: [Bug 541542] ocaml-cairo: cairo_ps_surface_set_dpi_REPLACED_BY_cairo_surface_set_fallback_resolution In-Reply-To: References: Message-ID: <200911301955.nAUJtUtK030665@bz-web1.app.phx.redhat.com> 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=541542 Richard W.M. Jones changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #5 from Richard W.M. Jones 2009-11-30 14:55:29 EDT --- (In reply to comment #4) > Looks like you have a newer ocaml-cairo. I have: > > ocaml-cairo-1.0.0-2.fc13.x86_64 Upstream version numbers went backwards, which is why we had to use an epoch. Your ocaml-cairo is actually newer. I upgraded to 1:ocaml-cairo-1.0.0-2.fc13, and now I do see the error. I've raised the issue with upstream. -- 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.