Fedora ARM 12 on IGEPv2 (Beagle Board clone)
by Matthew Wilson
Hi all,
I would like to introduce myself to the group. I have recently
received an IGEPv2 board [1], which is based on the Beagle Board, but
with wifi, bluetooth, ethernet, and more RAM. I'm still at the "wow,
it's tiny and it runs Linux" stage. I should get a bit more time over
the next month and Christmas to play around properly with it.
I'm new to embedded development, but neither new to Linux nor ARM
(writing my first ARM assembly some 15 years ago). However, for the
past 6 years I've not even built a Linux kernel, preferring to use the
default kernel in Fedora for simplicity :)
Firstly, a thank you to those involved in Fedora ARM for getting it to
this stage. If I get the time, I'd really like to contribute some
(probably small) effort to help get Fedora ARM working well on the
IGEPv2 and Beagle Board. As I progress, I'd like to know what I can
do to help.
In the meantime, I have some questions. Apologies in advance if these
seem simple.
1) There are various different kernels from different sources. I'm
used to there being a small set of "right" kernels (that is, Fedora's
idea of "right") for x86. I fully appreciate that different ARM-based
boards are quite different in capabilities (like different instruction
set variants).
a) Is there likely to be some standardised vanilla Fedora ARM kernel
source? (Or is that simply the source RPM available for Fedora?)
Then patches /could/ be offered for the more common systems (e.g.
Beagle Board & clones, SheevaPlug).
b) Would it then make sense to offer these as pre-built RPMs for common systems?
c) Is there any guidance on which version is good to use as a base?
I've seen quite different kernel versions being used (from 2.6.27 to
2.6.31).
2) I understand a little bit about the different calling conventions,
FP differences (e.g. soft FPU versus VFP), and instruction set
differences (v5 versus v7).
a) Can the kernel can be safely built with a different instruction set
targeted? (I know there are different optimisation options passed to
GCC. Apologies if this seems a bit newbie-ish.)
b) For FP-heavy programs (e.g. ogg encoding), is it possible to build
the packages with VFP/NEON but still get them to work in a soft FPU
system? I'd imagine any call to an external library would have to
somehow be defined to use a different calling standard.
3) There seem to be some missing dependencies in the packages in the
current Fedora ARM repository. For example, emacs is requiring
libotf, which doesn't seem to be there in the repository. And
likewise with the xorg-x11-font* packages needing ttmkdir. I'm
confused as to how the RPM could have been successfully built without
it. What am I missing?
4) I see there has been some discussion over unaligned data access.
(Oh, I remember that from the ARM2 days.) It seems as if the
Cortex-A8 cores allow unaligned data access when set up to do so [2].
Does this, in any way, help with the compatibility of packages
targetting Cortex-A8?
5) I've managed to get various source packages missing from the Fedora
ARM repositories to compile successfully (natively). I guess there is
a reason why there are not in the repos right now -- is that reason
down to time and priorities, or is there some blocking bugs with many
of these packages?
I look forward to being able to contribute something back into Fedora!
Kind regards,
Matthew
[1] http://www.igep-platform.com/index.php?option=com_content&view=article&id...
[2] http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0344j/Beih...
7 years, 4 months
Fedora on the Samsung Chromebook (Exynos 5)
by Paul Whalen
Good day all,
Many lucky Fedora users have already received their shiny new Chromebooks and have begun
tinkering, with some reports of Fedora 18 up and running.
We'd like to discuss supporting this exciting device and adding another kernel variant for
the Exynos 5 SoC. Has anyone looked into upstream support and its status? Is anyone
attempting to build their own kernel?
What's working so far? What's not?
Paul
10 years, 4 months
ARMv8 Bootstrap Project
by Al Stone
Howdy.
It's time to announce a little project I've been working on for the last
few weeks: the ARMv8 bootstrap project for Fedora.
There has been a lot of interest in ARMv8 (also known as aarch64) in the
last few months since it was introduced by ARM. A 64-bit processor that
uses as little power as possible could provide an enormous cost savings
to the vast and growing data centers throughout the world.
So, even though hardware is not yet available, we have started the work
needed to bring Fedora to ARMv8. Using the ARM provided Foundation
model (a platform simulator for ARMv8), we have been building up the
packages needed to eventually get to a full native build of Fedora.
Details and current status are here:
https://fedoraproject.org/wiki/Architectures/ARM/AArch64
Of the six stages needed in the bootstrap of a new architecture, we
are in the middle of stage 2; these are therefore pretty early bits.
In the interest of full transparency in what we do, and in the spirit
of release early and release often, grab a copy and have fun!
On the Fedora wiki, you will find instructions on where to find all
the bits and pieces used to construct the root file system image
that's been created so far, and how to use the ARM Foundation model
to do further work. And there is plenty to do :).
If you'd like to help, read through the wiki pages above and get
yourself to the point where you can run the ARM Foundation model
using the Fedora root file system. Then find a package needing
some love and do what needs to be done for ARMv8 (the wiki explains
how).
And if you have questions, you can find me (ahs3) on #fedora-arm on
IRC (Freenode), or ask on this mailing list; the more, the merrier.
--
ciao,
al
-----------------------------------
Al Stone
Software Engineer
Red Hat, Inc.
ahs3(a)redhat.com
-----------------------------------
10 years, 5 months
ARM kernel moving forward 3.7+
by Peter Robinson
Hi All,
I'm assuming since you've all been so quiet that the 3.7 kernel works
perfectly for the intended platforms (versatile/highbank to date) and
that we don't need to do anything what so ever moving forward (ROTFLOL
here!) or else no one other than Paul has bothered to test it (Calxeda
I am glaring at you). I would like to get this bolted down sooner
rather than later as I really don't want another repeat of 3.6.
Looking at post 3.7 I'm already starting to poke around and prep
things. Similar to x86-32 I'm aiming to basically have an armv7 and an
armv7-PAE kernel. The PAE kernel will support LPAE and the various
virt things that are starting to land in the kernel now so it will be
solely for A15 chipsets. I presume the Exynos5 supports those
features.
So with that I'd like some feedback from the mainline kernels guys or
anyone else that is a kernelly dev sort of person with for/against
suggestions and thoughts.
Peter
10 years, 5 months
Re: [fedora-arm] Fix for Multiplatform F19 kernels
by Jon Masters
Fair enough. My thought was you still wanted to turn on all the express drivers. Versatile is specially handled in the kernel config logic so I thought you were doing the same. All is good.
--
Sent from my phone. Please excuse formatting and brevity.
Peter Robinson <pbrobinson(a)gmail.com> wrote:
On Thu, Nov 29, 2012 at 5:09 PM, Jon Masters <jcm(a)redhat.com> wrote:
> On 11/29/2012 04:32 AM, Peter Robinson wrote:
>> On Thu, Nov 29, 2012 at 8:09 AM, Jon Masters <jcm(a)redhat.com> wrote:
>>> Hi Peter,
>>>
>>> Please take a look at the attached. Note that the default kernel variant
>>> is actually a versatile, and you weren't inheriting that. Also, we need
>>> to set the V6_V7 multiplatform option because the current Kconfig logic
>>> will otherwise enable AUTO CPU support, which will force us to have a V5
>>> kernel. So take a look. I'll be online later.
>>>
>>> Tested with a cross compiler only, but it built.
>>
>> A couple of things:
>>
>> This is incorrect as we've uncoupled the unified from the rest of the
>> kernel to simplify and clean up the build.
>> -temp-armv7l-versatile: config-arm-versatile temp-arm-generic
>> +temp-armv7l-versatile: config-armv7 config-arm-versatile temp-arm-generic
>
> But, the unified kernel is the default kernel, right? As in kernel- is
> the unified kernel? That one is currently a versatile kernel. It is, if
> you look in Makefile.config pulling its config from the versatile config
> files per the above, which without explicitly pulling in config-armv7
> means that you get whatever versatile turns on for you, and certainly
> none of the intended config-armv7 bits.
>
> Unless I am missing something, there's a bug in the existing config
> merging that is actually the root cause here. Please explain what you
> are trying to do with joining these if I am wrong.
The fix is actually this. With unified kernel the versatile config
file (highbank too) don't actually get used at all and are due to be
removed. I didn't want to do that until I knew we were good to go.
-kernel-$(VERSION)-armv7l.config: /dev/null temp-armv7l-versatile
+kernel-$(VERSION)-armv7l.config: /dev/null temp-armv7
I managed to miss this in the move. Good catch to give me the general
direction to look :)
Pete
10 years, 6 months
custom .axf files for the ARMv8 models
by Al Stone
Foe those of you experimenting with the ARMv8 models (whether
the ARM FAST or Foundation model), you may have noticed that
the kernel parameters are hard-coded.
I've put together a quick'n'dirty tool that will allow you to
customize the kernel parameters in whatever way you need (as
long as it's less than 400 characters :).
To use the tool:
$ git clone git://fedorapeople.org/~ahs3/patch-axf.git
and then follow the instructions in the README.
So, for example, if you need to change the IP addresses for your
NFS root mount, or the name of the mount point, you can now do
so pretty easily.
Hope this helps....
--
ciao,
al
-----------------------------------
Al Stone
Software Engineer
Red Hat, Inc.
ahs3(a)redhat.com
-----------------------------------
10 years, 6 months
short term git problems for ARMv8 repos
by Al Stone
Just an FYI: git over http on the repos being used for ARMv8 is not
working quite as it should. I'm working with infrastructure admin
folks to fix it.
In the meantime, the bootstrap scripts should be available from:
$ git clone git://fedorapeople.org/~ahs3/bootstrap.git
And the rootfs should be available from:
$ git clone git://fedorapeople.org/~ahs3/rootfs.git
Sorry to jumble things like this, but we should have it fixed soon,
so this should only be for a couple of days.
--
ciao,
al
-----------------------------------
Al Stone
Software Engineer
Red Hat, Inc.
ahs3(a)redhat.com
-----------------------------------
10 years, 6 months
arm F-18 Branched report: 20121130 changes
by Fedora compose checker
Compose started at Fri Nov 30 11:10:18 UTC 2012
Broken deps for arm
----------------------------------------------------------
[GMT-coastlines]
GMT-coastlines-2.2.0-3.fc18.noarch requires GMT-common
[TeXamator]
TeXamator-1.7.5-1.fc18.noarch requires dvipng
[aeolus-conductor]
aeolus-all-0.10.6-2.fc18.noarch requires mongodb-server
aeolus-all-0.10.6-2.fc18.noarch requires iwhd
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory-jeosconf-ec2-rhel
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory-jeosconf-ec2-fedora
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory
[asterisk]
asterisk-fax-10.0.0-2.fc18.1.armv5tel requires libtiff.so.3
asterisk-snmp-10.0.0-2.fc18.1.armv5tel requires perl(:MODULE_COMPAT_5.14.2)
asterisk-snmp-10.0.0-2.fc18.1.armv5tel requires librpmio.so.2
asterisk-snmp-10.0.0-2.fc18.1.armv5tel requires librpm.so.2
[bochs]
bochs-2.6-1.fc18.armv5tel requires bochs-bios = 0:2.6-1.fc18
[bootconf]
bootconf-1.4-6.fc18.noarch requires grub
[calligra-l10n]
calligra-l10n-2.5.3-1.fc18.noarch requires calligra-core >= 0:2.5.3
[cloud-init]
cloud-init-0.7.0-1.fc18.noarch requires dmidecode
[coccinella]
coccinella-0.96.20-4.fc18.noarch requires iaxclient
[condor-cloud]
condor-cloud-0.1-5.fc18.noarch requires qemu-kvm >= 0:0.14
condor-cloud-0.1-5.fc18.noarch requires condor-vm-gahp >= 0:7.7.0
condor-cloud-node-0.1-5.fc18.noarch requires qemu-kvm >= 0:0.14
condor-cloud-node-0.1-5.fc18.noarch requires condor-vm-gahp >= 0:7.7.0
[condor-ec2-enhanced]
condor-ec2-enhanced-1.3.1-1.fc18.noarch requires condor >= 0:7.4.4-0.9
[condor-ec2-enhanced-hooks]
condor-ec2-enhanced-hooks-1.3.1-1.fc18.noarch requires condor >= 0:7.2.0-4
[condor-job-hooks]
condor-job-hooks-1.5-6.fc18.noarch requires condor >= 0:7.0.2-4
[condor-low-latency]
condor-low-latency-1.2-2.fc18.2.noarch requires condor >= 0:7.0.2-4
[condor-wallaby]
condor-wallaby-client-5.0.3-1.fc18.noarch requires python-qmf >= 0:0.9.1073306
condor-wallaby-client-5.0.3-1.fc18.noarch requires condor >= 0:7.4.4-0.9
[cumin]
cumin-0.1.5220-2.fc18.noarch requires python-qpid-qmf
[docbook-utils]
docbook-utils-pdf-0.6.14-33.fc18.noarch requires texlive-collection-htmlxml
docbook-utils-pdf-0.6.14-33.fc18.noarch requires texlive-collection-fontsrecommended
[eclipse-texlipse]
eclipse-texlipse-1.5.0-1.20111125git254ca99.fc18.noarch requires xdvik
[emacs-auctex]
emacs-auctex-11.86-10.fc18.noarch requires dvipng
[ember-media]
ember-media-0.6.2.1-3.fc18.noarch requires ember < 0:0.6.3
ember-media-0.6.2.1-3.fc18.noarch requires ember >= 0:0.6.2
[equalx]
equalx-0.5.1-3.fc18.armv5tel requires dvipng
equalx-0.5.1-3.fc18.armv5tel requires dvipdfm
[gdal]
gdal-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
gdal-java-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-java-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-java-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
gdal-libs-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-libs-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-libs-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
gdal-perl-1.9.0-1.fc18.armv5tel requires perl(:MODULE_COMPAT_5.14.2)
gdal-perl-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-perl-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-perl-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
gdal-ruby-1.9.0-1.fc18.armv5tel requires ruby(abi) = 0:1.9
gdal-ruby-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-ruby-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-ruby-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
[ghc-blaze-builder-conduit]
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv5tel requires ghc-devel(conduit-0.4.2-5f88c11b8a186be06897e40ef93e7de5)
[ghc-conduit]
ghc-conduit-devel-0.4.1.1-2.fc18.armv5tel requires ghc-devel(void-0.5.5.1-be0bb61f6f9a527dd6084eb0accd8358)
ghc-conduit-devel-0.4.1.1-2.fc18.armv5tel requires ghc-devel(transformers-base-0.4.1-609403bd703703da8002b3328268f8df)
ghc-conduit-devel-0.4.1.1-2.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-conduit-devel-0.4.1.1-2.fc18.armv5tel requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-conduit-devel-0.4.1.1-2.fc18.armv5tel requires ghc-devel(resourcet-0.3.2.1-487979a99c0b1634b1faab2417e55313)
ghc-conduit-devel-0.4.1.1-2.fc18.armv5tel requires ghc-devel(monad-control-0.3.1.3-5e74f56bc2bc942d6041166faf274dbc)
ghc-conduit-devel-0.4.1.1-2.fc18.armv5tel requires ghc-devel(lifted-base-0.1.0.4-ae79eb4d2a0377da64027842903e328f)
[ghc-network-conduit]
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(transformers-0.2.2.0) = 0:657fc7647251d805ae3451204e506340
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(network-2.3.0.5) = 0:34038874e5d12f3009ad8fd8b9f52207
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(monad-control-0.3.1) = 0:f3e3f907c32d113562259131f225f2ea
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(lifted-base-0.1.0.3) = 0:deb36b76665759cead4491016ba7a72a
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(conduit-0.4.1.1) = 0:13433be90b4b634d078abe45f2db1bfa
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(bytestring-0.9.1.10) = 0:419d4e55fb10fc796517b175674f95b4
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(base-4.3.1.0) = 0:b3793fe455566fd78d98a0fb3859dd84
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(transformers-0.2.2.0) = 0:657fc7647251d805ae3451204e506340
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(network-2.3.0.5) = 0:34038874e5d12f3009ad8fd8b9f52207
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(monad-control-0.3.1) = 0:f3e3f907c32d113562259131f225f2ea
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(lifted-base-0.1.0.3) = 0:deb36b76665759cead4491016ba7a72a
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(conduit-0.4.1.1) = 0:13433be90b4b634d078abe45f2db1bfa
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(bytestring-0.9.1.10) = 0:419d4e55fb10fc796517b175674f95b4
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(base-4.3.1.0) = 0:b3793fe455566fd78d98a0fb3859dd84
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-compiler = 0:7.0.4
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-compiler = 0:7.0.4
[ghc-wai]
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(vault-0.1.0.0-b86949e0fb03b2c22971b5dc0b776613)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-wai-extra]
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(zlib-conduit-0.4.0.1-3ea276ab63a21b643b6b16bbb7d15db0)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(resourcet-0.3.2.1-487979a99c0b1634b1faab2417e55313)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(case-insensitive-0.4.0.1-4f83c17ad203c8196a5cbff6f6934a8e)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(blaze-builder-conduit-0.4.0.1-2bf092c4e6f8a03a980a62cd1cf57a97)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-warp]
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(wai-0.4.3-c7e018d3a17422327676e6db7ee6214b)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(simple-sendfile-0.2.1-0e14a3eb9c52aac28e1260faf550afb2)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(enumerator-0.4.18-f4fc4be158c65b36dfdffe4bc7341da4)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(case-insensitive-0.4.0.1-4f83c17ad203c8196a5cbff6f6934a8e)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(blaze-builder-enumerator-0.2.0.3-e19ec51d67a209312bc2e2ad87f6b9bd)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-zlib-conduit]
ghc-zlib-conduit-devel-0.4.0.2-1.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-zlib-conduit-devel-0.4.0.2-1.fc18.armv5tel requires ghc-devel(conduit-0.4.2-5f88c11b8a186be06897e40ef93e7de5)
[gnome-boxes]
gnome-boxes-3.6.2-1.fc18.armv5tel requires libvirt-daemon-kvm
[gnome-chemistry-utils]
gnome-chemistry-utils-gnumeric-0.13.98-1.fc18.armv5tel requires libspreadsheet-1.11.6.so
[gofer]
ruby-gofer-0.74-1.fc18.noarch requires rubygem(qpid) >= 0:0.16.0
[grads]
grads-2.0.1-2.fc18.armv5tel requires libtiff.so.3
[grass]
grass-6.4.2-2.fc18.armv5tel requires libtiff.so.3
grass-6.4.2-2.fc18.armv5tel requires libspatialite.so.2
grass-libs-6.4.2-2.fc18.armv5tel requires libtiff.so.3
[jaffl]
jaffl-0.5.9-1.fc16.noarch requires jffi
[jnr-ffi]
jnr-ffi-0.5.10-3.fc17.noarch requires jffi
[jnr-posix]
jnr-posix-1.1.8-3.fc18.noarch requires jffi
[jruby]
jruby-1.6.3-3.fc17.noarch requires jffi >= 0:1.0.10
[liveusb-creator]
liveusb-creator-3.11.7-2.fc18.noarch requires syslinux-extlinux
liveusb-creator-3.11.7-2.fc18.noarch requires syslinux
[logiweb]
logiweb-0.2.8-14.fc18.armv5tel requires dvipdfm
[lyx]
lyx-2.0.4-3.fc18.armv5tel requires dvipdfm
[mate-window-manager]
mate-window-manager-1.5.2-7.fc18.armv5tel requires mate-control-center
[mcollective-qpid-plugin]
mcollective-qpid-plugin-0.1.1-3.fc18.noarch requires ruby-qpid-qmf
[merkaartor]
merkaartor-0.18.0-0.3.git654e49ba.fc17.armv5tel requires libexiv2.so.11
[mftrace]
mftrace-1.2.18-1.fc18.armv5tel requires texlive-collection-fontsrecommended
[mod_pubcookie]
mod_pubcookie-3.3.4a-7.fc18.armv5tel requires httpd-mmn = 0:20051115-armv5tel-32
[netcdf]
netcdf-4.1.3-5.fc18.armv5tel requires hdf5 = 0:1.8.8
[netcdf-perl]
netcdf-perl-1.2.4-10.fc17.armv5tel requires perl(:MODULE_COMPAT_5.14.2)
[nfsometer]
nfsometer-1.1-2.fc18.noarch requires filebench
[openlierox]
openlierox-0.57-0.16.beta8.fc15.armv5tel requires libzip.so.1
[openpts]
openpts-0.2.6-4.fc18.armv5tel requires tboot
[openshift-origin-broker]
openshift-origin-broker-0.6.17-3.fc18.noarch requires mongodb-server
[openstack-nova]
openstack-nova-compute-2012.2-1.fc18.noarch requires qemu-kvm
openstack-nova-compute-2012.2-1.fc18.noarch requires libguestfs-mount >= 0:1.7.17
[ovirt-node]
ovirt-node-2.5.1-1.fc18.noarch requires grub2
[oz]
oz-0.9.0-1.fc18.noarch requires python-libguestfs
[perl-MongoDB]
perl-MongoDB-0.41-3.fc15.armv5tel requires perl(:MODULE_COMPAT_5.12.4)
[pfstools]
pfstools-1.8.5-2.fc18.armv5tel requires libtiff.so.3
[pharosc]
pharosc-xcircuit-8.3-6.fc18.noarch requires xcircuit
[pidgin-latex]
pidgin-latex-1.4.5-1.fc18.armv5tel requires dvipng
[pygrace]
pygrace-0.4-7.fc18.noarch requires grace
[python-fiat]
python-fiat-1.0.0-4.fc18.noarch requires ScientificPython
[python-matplotlib]
python-matplotlib-1.0.1-21.fc18.armv5tel requires dvipng
[qemu]
2:qemu-system-x86-1.2.0-19.fc18.armv5tel requires sgabios-bin
2:qemu-system-x86-1.2.0-19.fc18.armv5tel requires seabios-bin >= 0:0.6.0-2
[rakudo-star]
rakudo-star-0.0.2011.07_3.6.0-5.fc18.1.armv5tel requires libparrot.so.3.6.0
[rootplot]
rootplot-2.2.1-6.fc18.noarch requires root-python
[ruby-spqr]
ruby-spqr-0.3.6-3.fc18.noarch requires ruby-qmf
[rubygem-RedCloth]
rubygem-RedCloth-4.2.3-3.fc17.armv5tel requires ruby(abi) = 0:1.8
rubygem-RedCloth-4.2.3-3.fc17.armv5tel requires libruby.so.1.8
[rubygem-boxgrinder-build]
rubygem-boxgrinder-build-0.10.4-1.fc18.noarch requires ruby-libguestfs
[rubygem-childprocess]
rubygem-childprocess-0.2.0-4.fc18.noarch requires rubygem(ffi) < 0:1.1
rubygem-childprocess-0.2.0-4.fc18.noarch requires rubygem(ffi) >= 0:1.0.6
[rubygem-openshift-origin-msg-broker-mcollective]
rubygem-openshift-origin-msg-broker-mcollective-0.1.1-9.fc18.noarch requires qpid-cpp-server
rubygem-openshift-origin-msg-broker-mcollective-0.1.1-9.fc18.noarch requires qpid-cpp-client
[rubygem-rb-inotify]
rubygem-rb-inotify-0.8.8-1.fc18.noarch requires rubygem(ffi)
[rubygem-selenium-webdriver]
rubygem-selenium-webdriver-2.3.2-4.fc18.noarch requires rubygem(ffi) >= 0:1.0.7
[scitools]
scitools-0.9.0-2.fc18.noarch requires ScientificPython
[spring-installer]
ca-installer-20090316-12.fc18.armv5tel requires spring
spring-installer-20090316-12.fc18.armv5tel requires spring
[spring-maps-default]
spring-maps-default-0.1-9.fc18.noarch requires spring
[springlobby]
springlobby-0.147-1.fc18.armv5tel requires spring
[synce-gnome]
synce-gnome-0.11-7.fc18.noarch requires odccm
[synce-kpm]
synce-kpm-0.15.1-3.fc18.noarch requires odccm
[texlive]
texlive-dviutils-2007-73.fc18.armv5tel requires dvipng
texlive-dviutils-2007-73.fc18.armv5tel requires dvipdfm
texlive-xetex-2007-73.fc18.armv5tel requires xdvipdfmx
texlive-xetex-2007-73.fc18.armv5tel requires dvipdfmx
[texmaker]
1:texmaker-3.2.2-3.fc18.armv5tel requires tetex-xdvi
[thermostat]
thermostat-0.3-3.fc18.noarch requires mongodb-server
thermostat-0.3-3.fc18.noarch requires mongodb
[tomahawk]
tomahawk-0.4.2-1.fc18.armv5tel requires libechonest.so.1.2
tomahawk-0.4.2-1.fc18.armv5tel requires libattica.so.0.3
[vdsm]
vdsm-4.10.0-11.fc18.armv5tel requires qemu-kvm >= 2:0.15.0-4
vdsm-4.10.0-11.fc18.armv5tel requires dmidecode
[vegastrike-data]
vegastrike-data-0.5.1-2.r1.fc18.noarch requires vegastrike >= 0:0.5.1
[vim-latex]
vim-latex-1.8.23-8.20120125.768.git8b62284.fc18.noarch requires xdvi
[wallaby]
python-wallaby-0.16.0-1.fc18.noarch requires python-qpid-qmf
ruby-wallaby-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-http-server-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-utils-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
[weka]
weka-3.6.8-1.fc18.noarch requires javasqlite
[wxMaxima]
wxMaxima-12.09.0-1.fc18.armv5tel requires maxima >= 0:5.20
[znc-infobot]
znc-infobot-0.204-1.fc18.armv5tel requires znc = 0:0.204
Broken deps for armhfp
----------------------------------------------------------
[GMT-coastlines]
GMT-coastlines-2.2.0-3.fc18.noarch requires GMT-common
[TeXamator]
TeXamator-1.7.5-1.fc18.noarch requires dvipng
[aeolus-conductor]
aeolus-all-0.10.6-2.fc18.noarch requires mongodb-server
aeolus-all-0.10.6-2.fc18.noarch requires iwhd
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory-jeosconf-ec2-rhel
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory-jeosconf-ec2-fedora
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory
[asterisk]
asterisk-fax-10.0.0-2.fc18.1.armv7hl requires libtiff.so.3
asterisk-snmp-10.0.0-2.fc18.1.armv7hl requires perl(:MODULE_COMPAT_5.14.2)
asterisk-snmp-10.0.0-2.fc18.1.armv7hl requires librpmio.so.2
asterisk-snmp-10.0.0-2.fc18.1.armv7hl requires librpm.so.2
[bochs]
bochs-2.6-1.fc18.armv7hl requires bochs-bios = 0:2.6-1.fc18
[bootconf]
bootconf-1.4-6.fc18.noarch requires grub
[calligra-l10n]
calligra-l10n-2.5.3-1.fc18.noarch requires calligra-core >= 0:2.5.3
[cloud-init]
cloud-init-0.7.0-1.fc18.noarch requires dmidecode
[coccinella]
coccinella-0.96.20-4.fc18.noarch requires iaxclient
[condor-cloud]
condor-cloud-0.1-5.fc18.noarch requires qemu-kvm >= 0:0.14
condor-cloud-0.1-5.fc18.noarch requires condor-vm-gahp >= 0:7.7.0
condor-cloud-node-0.1-5.fc18.noarch requires qemu-kvm >= 0:0.14
condor-cloud-node-0.1-5.fc18.noarch requires condor-vm-gahp >= 0:7.7.0
[condor-ec2-enhanced]
condor-ec2-enhanced-1.3.1-1.fc18.noarch requires condor >= 0:7.4.4-0.9
[condor-ec2-enhanced-hooks]
condor-ec2-enhanced-hooks-1.3.1-1.fc18.noarch requires condor >= 0:7.2.0-4
[condor-job-hooks]
condor-job-hooks-1.5-6.fc18.noarch requires condor >= 0:7.0.2-4
[condor-low-latency]
condor-low-latency-1.2-2.fc18.2.noarch requires condor >= 0:7.0.2-4
[condor-wallaby]
condor-wallaby-client-5.0.3-1.fc18.noarch requires python-qmf >= 0:0.9.1073306
condor-wallaby-client-5.0.3-1.fc18.noarch requires condor >= 0:7.4.4-0.9
[cumin]
cumin-0.1.5220-2.fc18.noarch requires python-qpid-qmf
[docbook-utils]
docbook-utils-pdf-0.6.14-33.fc18.noarch requires texlive-collection-htmlxml
docbook-utils-pdf-0.6.14-33.fc18.noarch requires texlive-collection-fontsrecommended
[eclipse-texlipse]
eclipse-texlipse-1.5.0-1.20111125git254ca99.fc18.noarch requires xdvik
[emacs-auctex]
emacs-auctex-11.86-10.fc18.noarch requires dvipng
[ember-media]
ember-media-0.6.2.1-3.fc18.noarch requires ember < 0:0.6.3
ember-media-0.6.2.1-3.fc18.noarch requires ember >= 0:0.6.2
[equalx]
equalx-0.5.1-3.fc18.armv7hl requires dvipng
equalx-0.5.1-3.fc18.armv7hl requires dvipdfm
[gdal]
gdal-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
gdal-java-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-java-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-java-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
gdal-libs-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-libs-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-libs-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
gdal-perl-1.9.0-1.fc18.armv7hl requires perl(:MODULE_COMPAT_5.14.2)
gdal-perl-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-perl-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-perl-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
gdal-ruby-1.9.0-1.fc18.armv7hl requires ruby(abi) = 0:1.9
gdal-ruby-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-ruby-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-ruby-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
[ghc-blaze-builder-conduit]
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv7hl requires ghc-devel(conduit-0.4.2-5f88c11b8a186be06897e40ef93e7de5)
[ghc-conduit]
ghc-conduit-devel-0.4.1.1-2.fc18.armv7hl requires ghc-devel(void-0.5.5.1-be0bb61f6f9a527dd6084eb0accd8358)
ghc-conduit-devel-0.4.1.1-2.fc18.armv7hl requires ghc-devel(transformers-base-0.4.1-609403bd703703da8002b3328268f8df)
ghc-conduit-devel-0.4.1.1-2.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-conduit-devel-0.4.1.1-2.fc18.armv7hl requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-conduit-devel-0.4.1.1-2.fc18.armv7hl requires ghc-devel(resourcet-0.3.2.1-487979a99c0b1634b1faab2417e55313)
ghc-conduit-devel-0.4.1.1-2.fc18.armv7hl requires ghc-devel(monad-control-0.3.1.3-5e74f56bc2bc942d6041166faf274dbc)
ghc-conduit-devel-0.4.1.1-2.fc18.armv7hl requires ghc-devel(lifted-base-0.1.0.4-ae79eb4d2a0377da64027842903e328f)
[ghc-network-conduit]
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(transformers-0.2.2.0) = 0:657fc7647251d805ae3451204e506340
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(network-2.3.0.5) = 0:34038874e5d12f3009ad8fd8b9f52207
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(monad-control-0.3.1) = 0:f3e3f907c32d113562259131f225f2ea
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(lifted-base-0.1.0.3) = 0:deb36b76665759cead4491016ba7a72a
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(conduit-0.4.1.1) = 0:13433be90b4b634d078abe45f2db1bfa
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(bytestring-0.9.1.10) = 0:419d4e55fb10fc796517b175674f95b4
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(base-4.3.1.0) = 0:b3793fe455566fd78d98a0fb3859dd84
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(transformers-0.2.2.0) = 0:657fc7647251d805ae3451204e506340
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(network-2.3.0.5) = 0:34038874e5d12f3009ad8fd8b9f52207
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(monad-control-0.3.1) = 0:f3e3f907c32d113562259131f225f2ea
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(lifted-base-0.1.0.3) = 0:deb36b76665759cead4491016ba7a72a
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(conduit-0.4.1.1) = 0:13433be90b4b634d078abe45f2db1bfa
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(bytestring-0.9.1.10) = 0:419d4e55fb10fc796517b175674f95b4
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(base-4.3.1.0) = 0:b3793fe455566fd78d98a0fb3859dd84
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-compiler = 0:7.0.4
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-compiler = 0:7.0.4
[ghc-wai]
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(vault-0.1.0.0-b86949e0fb03b2c22971b5dc0b776613)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-wai-extra]
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(zlib-conduit-0.4.0.1-3ea276ab63a21b643b6b16bbb7d15db0)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(resourcet-0.3.2.1-487979a99c0b1634b1faab2417e55313)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(case-insensitive-0.4.0.1-4f83c17ad203c8196a5cbff6f6934a8e)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(blaze-builder-conduit-0.4.0.1-2bf092c4e6f8a03a980a62cd1cf57a97)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-warp]
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(wai-0.4.3-c7e018d3a17422327676e6db7ee6214b)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(simple-sendfile-0.2.1-0e14a3eb9c52aac28e1260faf550afb2)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(enumerator-0.4.18-f4fc4be158c65b36dfdffe4bc7341da4)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(case-insensitive-0.4.0.1-4f83c17ad203c8196a5cbff6f6934a8e)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(blaze-builder-enumerator-0.2.0.3-e19ec51d67a209312bc2e2ad87f6b9bd)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-zlib-conduit]
ghc-zlib-conduit-devel-0.4.0.2-1.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-zlib-conduit-devel-0.4.0.2-1.fc18.armv7hl requires ghc-devel(conduit-0.4.2-5f88c11b8a186be06897e40ef93e7de5)
[gnome-boxes]
gnome-boxes-3.6.2-1.fc18.armv7hl requires libvirt-daemon-kvm
[gnome-chemistry-utils]
gnome-chemistry-utils-gnumeric-0.13.98-1.fc18.armv7hl requires libspreadsheet-1.11.6.so
[gofer]
ruby-gofer-0.74-1.fc18.noarch requires rubygem(qpid) >= 0:0.16.0
[grads]
grads-2.0.1-2.fc18.armv7hl requires libtiff.so.3
[grass]
grass-6.4.2-2.fc18.armv7hl requires libtiff.so.3
grass-6.4.2-2.fc18.armv7hl requires libspatialite.so.2
grass-libs-6.4.2-2.fc18.armv7hl requires libtiff.so.3
[jaffl]
jaffl-0.5.9-1.fc16.noarch requires jffi
[jnr-ffi]
jnr-ffi-0.5.10-3.fc17.noarch requires jffi
[jnr-posix]
jnr-posix-1.1.8-3.fc18.noarch requires jffi
[jruby]
jruby-1.6.3-3.fc17.noarch requires jffi >= 0:1.0.10
[liveusb-creator]
liveusb-creator-3.11.7-2.fc18.noarch requires syslinux-extlinux
liveusb-creator-3.11.7-2.fc18.noarch requires syslinux
[logiweb]
logiweb-0.2.8-14.fc18.armv7hl requires dvipdfm
[lyx]
lyx-2.0.4-3.fc18.armv7hl requires dvipdfm
[mate-window-manager]
mate-window-manager-1.5.2-7.fc18.armv7hl requires mate-control-center
[mcollective-qpid-plugin]
mcollective-qpid-plugin-0.1.1-3.fc18.noarch requires ruby-qpid-qmf
[merkaartor]
merkaartor-0.18.0-0.3.git654e49ba.fc17.armv7hl requires libexiv2.so.11
[mftrace]
mftrace-1.2.18-1.fc18.armv7hl requires texlive-collection-fontsrecommended
[mod_pubcookie]
mod_pubcookie-3.3.4a-7.fc18.armv7hl requires httpd-mmn = 0:20051115-armv7hl-32
[netcdf]
netcdf-4.1.3-5.fc18.armv7hl requires hdf5 = 0:1.8.8
[netcdf-perl]
netcdf-perl-1.2.4-10.fc17.armv7hl requires perl(:MODULE_COMPAT_5.14.2)
[nfsometer]
nfsometer-1.1-2.fc18.noarch requires filebench
[openlierox]
openlierox-0.57-0.16.beta8.fc15.armv7hl requires libzip.so.1
[openpts]
openpts-0.2.6-4.fc18.armv7hl requires tboot
[openshift-origin-broker]
openshift-origin-broker-0.6.17-3.fc18.noarch requires mongodb-server
[openstack-nova]
openstack-nova-compute-2012.2-1.fc18.noarch requires qemu-kvm
openstack-nova-compute-2012.2-1.fc18.noarch requires libguestfs-mount >= 0:1.7.17
[ovirt-node]
ovirt-node-2.5.1-1.fc18.noarch requires grub2
[oz]
oz-0.9.0-1.fc18.noarch requires python-libguestfs
[perl-MongoDB]
perl-MongoDB-0.41-3.fc15.armv7hl requires perl(:MODULE_COMPAT_5.12.4)
[pfstools]
pfstools-1.8.5-2.fc18.armv7hl requires libtiff.so.3
[pharosc]
pharosc-xcircuit-8.3-6.fc18.noarch requires xcircuit
[pidgin-latex]
pidgin-latex-1.4.5-1.fc18.armv7hl requires dvipng
[pygrace]
pygrace-0.4-7.fc18.noarch requires grace
[python-fiat]
python-fiat-1.0.0-4.fc18.noarch requires ScientificPython
[python-matplotlib]
python-matplotlib-1.0.1-21.fc18.armv7hl requires dvipng
[qemu]
2:qemu-system-x86-1.2.0-19.fc18.armv7hl requires sgabios-bin
2:qemu-system-x86-1.2.0-19.fc18.armv7hl requires seabios-bin >= 0:0.6.0-2
[rakudo-star]
rakudo-star-0.0.2011.07_3.6.0-5.fc18.1.armv7hl requires libparrot.so.3.6.0
[rootplot]
rootplot-2.2.1-6.fc18.noarch requires root-python
[ruby-spqr]
ruby-spqr-0.3.6-3.fc18.noarch requires ruby-qmf
[rubygem-RedCloth]
rubygem-RedCloth-4.2.3-3.fc17.armv7hl requires ruby(abi) = 0:1.8
rubygem-RedCloth-4.2.3-3.fc17.armv7hl requires libruby.so.1.8
[rubygem-boxgrinder-build]
rubygem-boxgrinder-build-0.10.4-1.fc18.noarch requires ruby-libguestfs
[rubygem-childprocess]
rubygem-childprocess-0.2.0-4.fc18.noarch requires rubygem(ffi) < 0:1.1
rubygem-childprocess-0.2.0-4.fc18.noarch requires rubygem(ffi) >= 0:1.0.6
[rubygem-openshift-origin-msg-broker-mcollective]
rubygem-openshift-origin-msg-broker-mcollective-0.1.1-9.fc18.noarch requires qpid-cpp-server
rubygem-openshift-origin-msg-broker-mcollective-0.1.1-9.fc18.noarch requires qpid-cpp-client
[rubygem-rb-inotify]
rubygem-rb-inotify-0.8.8-1.fc18.noarch requires rubygem(ffi)
[rubygem-selenium-webdriver]
rubygem-selenium-webdriver-2.3.2-4.fc18.noarch requires rubygem(ffi) >= 0:1.0.7
[scitools]
scitools-0.9.0-2.fc18.noarch requires ScientificPython
[spring-installer]
ca-installer-20090316-12.fc18.armv7hl requires spring
spring-installer-20090316-12.fc18.armv7hl requires spring
[spring-maps-default]
spring-maps-default-0.1-9.fc18.noarch requires spring
[springlobby]
springlobby-0.147-1.fc18.armv7hl requires spring
[synce-gnome]
synce-gnome-0.11-7.fc18.noarch requires odccm
[synce-kpm]
synce-kpm-0.15.1-3.fc18.noarch requires odccm
[texlive]
texlive-dviutils-2007-73.fc18.armv7hl requires dvipng
texlive-dviutils-2007-73.fc18.armv7hl requires dvipdfm
texlive-xetex-2007-73.fc18.armv7hl requires xdvipdfmx
texlive-xetex-2007-73.fc18.armv7hl requires dvipdfmx
[texmaker]
1:texmaker-3.2.2-3.fc18.armv7hl requires tetex-xdvi
[thermostat]
thermostat-0.3-3.fc18.noarch requires mongodb-server
thermostat-0.3-3.fc18.noarch requires mongodb
[tomahawk]
tomahawk-0.4.2-1.fc18.armv7hl requires libechonest.so.1.2
tomahawk-0.4.2-1.fc18.armv7hl requires libattica.so.0.3
[vdsm]
vdsm-4.10.0-11.fc18.armv7hl requires qemu-kvm >= 2:0.15.0-4
vdsm-4.10.0-11.fc18.armv7hl requires dmidecode
[vegastrike-data]
vegastrike-data-0.5.1-2.r1.fc18.noarch requires vegastrike >= 0:0.5.1
[vim-latex]
vim-latex-1.8.23-8.20120125.768.git8b62284.fc18.noarch requires xdvi
[wallaby]
python-wallaby-0.16.0-1.fc18.noarch requires python-qpid-qmf
ruby-wallaby-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-http-server-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-utils-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
[weka]
weka-3.6.8-1.fc18.noarch requires javasqlite
[wxMaxima]
wxMaxima-12.09.0-1.fc18.armv7hl requires maxima >= 0:5.20
[znc-infobot]
znc-infobot-0.204-1.fc18.armv7hl requires znc = 0:0.204
Updated Packages:
prelink-0.4.6-8.fc18
--------------------
* Thu Nov 29 2012 Jon Masters <jcm(a)jonmasters.org> - 0.4.6-8
- Specifically switch the dynamic linker on ARM hard float (longterm fix req.)
Summary:
Added Packages: 0
Removed Packages: 0
Upgraded Packages: 1
Compose finished at Fri Nov 30 12:18:56 UTC 2012
10 years, 6 months
Fix for Multiplatform F19 kernels
by Jon Masters
Hi Peter,
Please take a look at the attached. Note that the default kernel variant
is actually a versatile, and you weren't inheriting that. Also, we need
to set the V6_V7 multiplatform option because the current Kconfig logic
will otherwise enable AUTO CPU support, which will force us to have a V5
kernel. So take a look. I'll be online later.
Tested with a cross compiler only, but it built.
Jon.
10 years, 6 months