Re: trouble with library dependency when main package depends on -libs subpackage

2013-11-29 Thread Eric Smith
The problem was that it was non-executable.  Thanks for the help!


On Fri, Nov 29, 2013 at 2:13 PM, Michael Schwendt wrote:

> On Fri, 29 Nov 2013 13:26:20 -0700, Eric Smith wrote:
>
> > I'm having a bit of trouble with RPM dependencies.  I'm trying to package
> > faifa, which manages HomePlug AV interfaces.  There's a library
> (libfaifa)
> > and two executables, faifa and hpav_cfg.  I'm putting the executables in
> > the main package (faifa), the shared library in a -libs subpackage, and
> the
> > headers in a -devel subpackage.  I have both the main package and -devel
> > subpackage depending on the -libs subpackage, both using the line:
> >
> > Requires:   %{name}-libs%{_isa} = %{version}-%{release}
> >
> > When I attempt to install the main package, it says that there's an
> > unsatisfied "Requires: libfaifa.so.0()(64bit)" even if I already have the
> > -libs subpackage installed.
> >
> > I'm sure I've overlooked something in the packaging guidelines and other
> > relevant documentation, but I can't seem to figure out how to fix this.
> > Any assistance will be much appreciated. My spec and SRPM are at:
> > http://fedorapeople.org/~brouhaha/faifa/
>
> Query the built packages with "rpm". Verify the Provides in the -libs
> package. Use "rpmls" to display the contents of the -libs package.
> Make sure the shared lib is executable at the end of %install.
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/devel
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: trouble with library dependency when main package depends on -libs subpackage

2013-11-29 Thread Michael Schwendt
On Fri, 29 Nov 2013 13:26:20 -0700, Eric Smith wrote:

> I'm having a bit of trouble with RPM dependencies.  I'm trying to package
> faifa, which manages HomePlug AV interfaces.  There's a library (libfaifa)
> and two executables, faifa and hpav_cfg.  I'm putting the executables in
> the main package (faifa), the shared library in a -libs subpackage, and the
> headers in a -devel subpackage.  I have both the main package and -devel
> subpackage depending on the -libs subpackage, both using the line:
> 
> Requires:   %{name}-libs%{_isa} = %{version}-%{release}
> 
> When I attempt to install the main package, it says that there's an
> unsatisfied "Requires: libfaifa.so.0()(64bit)" even if I already have the
> -libs subpackage installed.
> 
> I'm sure I've overlooked something in the packaging guidelines and other
> relevant documentation, but I can't seem to figure out how to fix this.
> Any assistance will be much appreciated. My spec and SRPM are at:
> http://fedorapeople.org/~brouhaha/faifa/

Query the built packages with "rpm". Verify the Provides in the -libs
package. Use "rpmls" to display the contents of the -libs package.
Make sure the shared lib is executable at the end of %install.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

trouble with library dependency when main package depends on -libs subpackage

2013-11-29 Thread Eric Smith
I'm having a bit of trouble with RPM dependencies.  I'm trying to package
faifa, which manages HomePlug AV interfaces.  There's a library (libfaifa)
and two executables, faifa and hpav_cfg.  I'm putting the executables in
the main package (faifa), the shared library in a -libs subpackage, and the
headers in a -devel subpackage.  I have both the main package and -devel
subpackage depending on the -libs subpackage, both using the line:

Requires:   %{name}-libs%{_isa} = %{version}-%{release}

When I attempt to install the main package, it says that there's an
unsatisfied "Requires: libfaifa.so.0()(64bit)" even if I already have the
-libs subpackage installed.

I'm sure I've overlooked something in the packaging guidelines and other
relevant documentation, but I can't seem to figure out how to fix this.
Any assistance will be much appreciated. My spec and SRPM are at:
http://fedorapeople.org/~brouhaha/faifa/

Thanks!
Eric
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Base] Fedora Base Design Working Group (2013-11-29) meeting minutes and logs

2013-11-29 Thread Phil Knirsch
Meeting ended Fri Nov 29 16:15:57 2013 UTC. Information about MeetBot at 
http://wiki.debian.org/MeetBot .
Minutes: 
http://meetbot.fedoraproject.org/fedora-meeting/2013-11-29/fedora_base_design_working_group.2013-11-29-15.00.html
Minutes (text): 
http://meetbot.fedoraproject.org/fedora-meeting/2013-11-29/fedora_base_design_working_group.2013-11-29-15.00.txt
Log: 
http://meetbot.fedoraproject.org/fedora-meeting/2013-11-29/fedora_base_design_working_group.2013-11-29-15.00.log.html
Please remember to CC: meetingminu...@lists.fedoraproject.org on your 
summary/minutes email.

--
Philipp Knirsch  | Tel.:  +49-711-96437-470
Manager Core Services| Fax.:  +49-711-96437-111
Red Hat GmbH | Email: Phil Knirsch 
Wankelstrasse 5  | Web:   http://www.redhat.com/
D-70563 Stuttgart, Germany
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: RPATH in various binaries

2013-11-29 Thread Tom Hughes

On 29/11/13 14:59, Pavel Zhukov wrote:


On Fri, 29 Nov 2013, Richard W.M. Jones wrote:

| (b) I thought Fedora had an RPM install post script which was supposed
| to detect these and alert the packager?

Right now it doesn't have such script.


Well it does, in rpm-build is /usr/lib/rpm/check-rpaths but it doesn't 
look like anything actually invokes it?


My .rpmmacros adds it to %__arch_install_post but it doesn't look like 
it's in the defaults.


Tom

--
Tom Hughes (t...@compton.nu)
http://compton.nu/
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: RPATH in various binaries

2013-11-29 Thread Pavel Zhukov
On Fri, 29 Nov 2013, Richard W.M. Jones wrote:

| 
| On Fedora 20 (beta-ish), I did:
| 
| for f in /usr/bin/*; do chrpath -l $f ; done | grep RPATH > /tmp/rpaths.txt 
| 
| I removed from the final list private library RPATHs, which are
| permitted[1].  Here is the final list:
| 
| /usr/bin/afm2tfm: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
| <...>
| /usr/bin/xdvi-xaw: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
| 
| Note this list is not comprehensive because it's just binaries that I
| happened to have installed.
| 
| (a) Are these bugs?  They seem to be.
| 
| (b) I thought Fedora had an RPM install post script which was supposed
| to detect these and alert the packager?

Right now it doesn't have such script. packager/reviewer should take
care on this. 
Hovewer rpmlint shows something like: 
gela-asis.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/gela-asis/libgela-asis.so
['/usr/lib/gcc/x86_64-redhat-linux/4.8.2/adalib/', '/usr/lib']
and errors should bot be ignored... 
| 
| Rich.
| 
| [1] https://fedoraproject.org/wiki/Packaging:Guidelines#Beware_of_Rpath
| 
| -- 
| Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
| virt-p2v converts physical machines to virtual machines.  Boot with a
| live CD or over the network (PXE) and turn machines into KVM guests.
| http://libguestfs.org/virt-v2v
| -- 
| devel mailing list
| devel@lists.fedoraproject.org
| https://admin.fedoraproject.org/mailman/listinfo/devel
| Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

-- 
Pavel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: RPATH in various binaries

2013-11-29 Thread Florian Weimer

On 11/29/2013 04:28 PM, John Reiser wrote:

/usr/bin/unpack200: RPATH=$ORIGIN



(a) Are these bugs?  They seem to be.


RPATH=$ORIGIN is not a bug.  It is a correct and thoughtful usage,
one that even allows for moving the whole package after install.


It still looks like an accident because *this* RPATH would not work if 
it actually needed any of the JVM libraries.


--
Florian Weimer / Red Hat Product Security Team
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: RPATH in various binaries

2013-11-29 Thread John Reiser
> /usr/bin/unpack200: RPATH=$ORIGIN

> (a) Are these bugs?  They seem to be.

RPATH=$ORIGIN is not a bug.  It is a correct and thoughtful usage,
one that even allows for moving the whole package after install.

-- 

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: rawhide report: 20131126 changes - papi auto builds

2013-11-29 Thread Orion Poplawski

On 11/28/2013 08:51 AM, Lukas Berk wrote:

Hey,

* Orion Poplawski  [2013-11-27 11:28]:

On 11/26/2013 03:13 AM, Fedora Rawhide Report wrote:

Compose started at Tue Nov 26 05:15:08 UTC 2013

Broken deps for i386
--
[openmpi]
openmpi-1.7.3-1.fc21.i686 requires libpapi.so.5.2.0.0



Broken deps for x86_64
--
[openmpi]
openmpi-1.7.3-1.fc21.i686 requires libpapi.so.5.2.0.0
openmpi-1.7.3-1.fc21.x86_64 requires libpapi.so.5.2.0.0()(64bit)



papi-5.2.0-2.1.gff3e15d.fc21

* Mon Nov 25 2013 Lukas Berk  - 5.2.0-2.1.gff3e15d
- Automated weekly rawhide release


This strikes me as not a very good idea.  We've now apparently
tripped into early 5.3.0 territory without any warning.

Provides
libpapi.so.5.3.0.0()(64bit)

Please don't.


Sorry about the unintended breakage.  I'm pushing a fix back to 5.2 in
rawhide now.  In the future, how would you like to coordinate future papi
releases when the so version does need to be bumped?

Cheers,

Lukas



Well, the general rule is to post announcements of soname changes to the 
devel list.  If openmpi is truly the only user perhaps CCing 
openmpi-ow...@fedoraproject.org as well?  Thanks.


--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: RPATH in various binaries

2013-11-29 Thread Dhiru Kholia
On 11/29/13 at 12:15pm, Richard W.M. Jones wrote:
>
> On Fedora 20 (beta-ish), I did:
>
> for f in /usr/bin/*; do chrpath -l $f ; done | grep RPATH > /tmp/rpaths.txt
>
> I removed from the final list private library RPATHs, which are
> permitted[1].  Here is the final list:
>
> /usr/bin/afm2tfm: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
> /usr/bin/bibtex: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
> ...
> Note this list is not comprehensive because it's just binaries that I
> happened to have installed.

I think I can generate a full list for Fedora 20. Stay tuned.

--
Dhiru
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Vagrant in Fedora

2013-11-29 Thread Richard W.M. Jones
On Thu, Nov 28, 2013 at 09:47:34PM -0700, Nathanael Noblet wrote:
> [root@mba Vagrant]# vagrant up --provider=kvm
> Bringing machine 'default' up with 'kvm' provider...
> [default] Importing base box 'f19'...
> qemu-img:
> /root/.vagrant.d/tmp/storage-pool/box-disk1-1385699731.img: error
> while converting raw: No such file or directory

QEMU errors are notoriously obscure.  Have a look at the image file
and check (a) it really exists (b) any backing file(s) it uses really
exist too.  It's also probably a good idea to determine precisely what
qemu-img command is being run here, and run 'qemu-img info' on the
file to find out what format it is in.

> /usr/share/gems/gems/vagrant-kvm-0.1.4/lib/vagrant-kvm/driver/driver.rb:145:in
> `lookup_volume_by_name': Call to virStorageVolLookupByName failed:
> Storage volume not found: no storage vol with matching name
> 'box-disk1-1385699731.img' (Libvirt::RetrieveError)

Again, it looks like a missing file or backing file, but hard to tell
without examining the file.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

RPATH in various binaries

2013-11-29 Thread Richard W.M. Jones

On Fedora 20 (beta-ish), I did:

for f in /usr/bin/*; do chrpath -l $f ; done | grep RPATH > /tmp/rpaths.txt 

I removed from the final list private library RPATHs, which are
permitted[1].  Here is the final list:

/usr/bin/afm2tfm: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/bibtex: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/bibtex8: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/bibtexu: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/chktex: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/ctangle: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/ctie: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/cweave: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dbus-binding-tool: RPATH=/usr/lib64
/usr/bin/detex: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/disdvi: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dt2dv: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dumpiso: RPATH=/usr/lib64
/usr/bin/dv2dt: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvi2tty: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvibook: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dviconcat: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvicopy: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvigif: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvilj: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvilj2p: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvilj4: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvilj4l: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvilj6: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvilualatex: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dviluatex: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvipdfm: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvipdfmx: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvipng: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvipos: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvips: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dviselect: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvisvgm: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvitodvi: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/dvitype: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/ebb: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/enca: RPATH=/usr/lib64
/usr/bin/enconv: RPATH=/usr/lib64
/usr/bin/etex: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/extractbb: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/fribidi: RPATH=/usr/lib64
/usr/bin/gftodvi: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/gftopk: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/gftype: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/gsftopk: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/gupnp-dlna-info-2.0: RPATH=/usr/lib64
/usr/bin/gupnp-dlna-ls-profiles-2.0: RPATH=/usr/lib64
/usr/bin/inimf: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/initex: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/jade: RPATH=/usr/lib64
/usr/bin/kpsewhich: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/latex: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/ld: RPATH=/usr/lib64
/usr/bin/ld.bfd: RPATH=/usr/lib64
/usr/bin/lualatex: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/luatex: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/lynx: RPATH=/usr/lib64
/usr/bin/makeindex: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/mcpp: RPATH=/usr/lib64
/usr/bin/mf: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/mf-nowin: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/mft: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/openjade: RPATH=/usr/lib64
/usr/bin/patgen: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/pdfetex: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/pdflatex: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/pdftex: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/pdftosrc: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/pktogf: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/pktype: RPATH=/builddir/build/BUILD/texlive-2013/source/inst/lib
/usr/bin/pngfix: RPATH=/usr/lib64
/usr/bin/pooltype: RPATH

rawhide report: 20131129 changes

2013-11-29 Thread Fedora Rawhide Report
Compose started at Fri Nov 29 05:15:02 UTC 2013

Broken deps for i386
--
[LuxRender]
LuxRender-1.0-16.fc21.i686 requires libImath-2_0.so.10
LuxRender-1.0-16.fc21.i686 requires libIlmThread-2_0.so.10
LuxRender-1.0-16.fc21.i686 requires libIlmImf-Imf_2_0.so.20
LuxRender-1.0-16.fc21.i686 requires libIex-2_0.so.10
LuxRender-1.0-16.fc21.i686 requires libHalf.so.10
LuxRender-core-1.0-16.fc21.i686 requires libImath-2_0.so.10
LuxRender-core-1.0-16.fc21.i686 requires libIlmThread-2_0.so.10
LuxRender-core-1.0-16.fc21.i686 requires libIlmImf-Imf_2_0.so.20
LuxRender-core-1.0-16.fc21.i686 requires libIex-2_0.so.10
LuxRender-core-1.0-16.fc21.i686 requires libHalf.so.10
LuxRender-lib-1.0-16.fc21.i686 requires libImath-2_0.so.10
LuxRender-lib-1.0-16.fc21.i686 requires libIlmThread-2_0.so.10
LuxRender-lib-1.0-16.fc21.i686 requires libIlmImf-Imf_2_0.so.20
LuxRender-lib-1.0-16.fc21.i686 requires libIex-2_0.so.10
LuxRender-lib-1.0-16.fc21.i686 requires libHalf.so.10
[OpenEXR_CTL]
OpenEXR_CTL-1.0.1-16.fc20.i686 requires libImath.so.6
OpenEXR_CTL-1.0.1-16.fc20.i686 requires libIlmThread.so.6
OpenEXR_CTL-1.0.1-16.fc20.i686 requires libIlmImf.so.7
OpenEXR_CTL-1.0.1-16.fc20.i686 requires libIexMath.so.6
OpenEXR_CTL-1.0.1-16.fc20.i686 requires libIex.so.6
OpenEXR_CTL-1.0.1-16.fc20.i686 requires libHalf.so.6
OpenEXR_CTL-libs-1.0.1-16.fc20.i686 requires libIlmThread.so.6
OpenEXR_CTL-libs-1.0.1-16.fc20.i686 requires libIlmImf.so.7
OpenEXR_CTL-libs-1.0.1-16.fc20.i686 requires libIex.so.6
[OpenEXR_Viewers]
OpenEXR_Viewers-2.0.1-3.fc21.i686 requires libImath-2_0.so.10
OpenEXR_Viewers-2.0.1-3.fc21.i686 requires libIlmThread-2_0.so.10
OpenEXR_Viewers-2.0.1-3.fc21.i686 requires libIlmImf-Imf_2_0.so.20
OpenEXR_Viewers-2.0.1-3.fc21.i686 requires libIexMath-2_0.so.10
OpenEXR_Viewers-2.0.1-3.fc21.i686 requires libIex-2_0.so.10
OpenEXR_Viewers-2.0.1-3.fc21.i686 requires libHalf.so.10
[R-RScaLAPACK]
R-RScaLAPACK-0.6.1-13.fc20.i686 requires libatlas.so.3
[blueman]
blueman-1.23-7.fc20.i686 requires obex-data-server >= 0:0.4.3
blueman-1.23-7.fc20.i686 requires gvfs-obexftp
[cclive]
cclive-0.9.2-1.fc21.i686 requires libquvi-0.9-0.9.2.so
[converseen]
converseen-0.6.2-2.fc20.i686 requires libMagick++-6.Q16.so.1
[derelict]
derelict-tcod-3-20.20130626gite70c293.fc20.i686 requires tcod
derelict-tcod-devel-3-20.20130626gite70c293.fc20.i686 requires tcod
[dmapd]
dmapd-0.0.55-5.fc21.i686 requires libImath-2_0.so.10
dmapd-0.0.55-5.fc21.i686 requires libIlmThread-2_0.so.10
dmapd-0.0.55-5.fc21.i686 requires libIlmImf-Imf_2_0.so.20
dmapd-0.0.55-5.fc21.i686 requires libIexMath-2_0.so.10
dmapd-0.0.55-5.fc21.i686 requires libIex-2_0.so.10
dmapd-0.0.55-5.fc21.i686 requires libHalf.so.10
[dragonegg]
dragonegg-3.3-11.fc21.i686 requires gcc = 0:4.8.2-1.fc21
[drawtiming]
drawtiming-0.7.1-11.fc20.i686 requires libMagick++-6.Q16.so.1
[evolution-rss]
1:evolution-rss-0.3.94-2.fc21.i686 requires libcamel-1.2.so.46
[freefem++]
freefem++-3.19-3.1.fc18.i686 requires libf77blas.so.3
freefem++-3.19-3.1.fc18.i686 requires libcblas.so.3
freefem++-3.19-3.1.fc18.i686 requires libatlas.so.3
freefem++-glx-3.19-3.1.fc18.i686 requires libf77blas.so.3
freefem++-glx-3.19-3.1.fc18.i686 requires libcblas.so.3
freefem++-glx-3.19-3.1.fc18.i686 requires libatlas.so.3
freefem++-mpi-3.19-3.1.fc18.i686 requires libf77blas.so.3
freefem++-mpi-3.19-3.1.fc18.i686 requires libcblas.so.3
freefem++-mpi-3.19-3.1.fc18.i686 requires libatlas.so.3
[ghc-happstack-server]
ghc-happstack-server-7.1.0-1.fc21.i686 requires 
libHSthreads-0.5.0.2-ghc7.6.3.so
ghc-happstack-server-7.1.0-1.fc21.i686 requires 
ghc(threads-0.5.0.2-e4dbb933a3190a4bd85aab395a8b346f)
ghc-happstack-server-devel-7.1.0-1.fc21.i686 requires 
ghc-devel(threads-0.5.0.2-e4dbb933a3190a4bd85aab395a8b346f)
[gpsdrive]
gpsdrive-2.11-20.fc20.i686 requires libgps.so.20
[gtkd]
gtkd-2.0.0-29.20120815git9ae9181.fc18.i686 requires libphobos-ldc.so.60
[httpdtap]
httpdtap-0.2-2.fc21.noarch requires kernel-debuginfo
httpdtap-0.2-2.fc21.noarch requires httpd-debuginfo
httpdtap-0.2-2.fc21.noarch requires apr-util-debuginfo
httpdtap-0.2-2.fc21.noarch requires apr-debuginfo
[kawa]
1:kawa-1.11-5.fc19.i686 requires servlet25
[kdebase3]
kdebase3-3.5.10-30.fc21.i686 requires libIlmImf-Imf_2_0.so.20
[kdelibs3]
kdelibs3-3.5.10-56.fc21.i686 requires libIlmImf-Imf_2_0.so.20
kdelibs3-3.5.10-56.fc21.i686 requires libHalf.so.10
[koji]
koji-vm-1.8.0-2.fc20.noarch requires python-v

F-20 Branched report: 20131129 changes

2013-11-29 Thread Fedora Branched Report
Compose started at Fri Nov 29 07:15:02 UTC 2013

Broken deps for armhfp
--
[avro]
avro-mapred-1.7.5-1.fc20.noarch requires hadoop-mapreduce
avro-mapred-1.7.5-1.fc20.noarch requires hadoop-client
[blueman]
blueman-1.23-7.fc20.armv7hl requires obex-data-server >= 0:0.4.3
blueman-1.23-7.fc20.armv7hl requires gvfs-obexftp
[cloud-init]
cloud-init-0.7.2-7.fc20.noarch requires dmidecode
[cobbler]
cobbler-2.4.0-2.fc20.noarch requires syslinux
[fts]
fts-server-3.1.1-1.fc20.armv7hl requires libactivemq-cpp.so.14
[ghc-hjsmin]
ghc-hjsmin-devel-0.1.4.3-2.fc20.armv7hl requires 
ghc-devel(language-javascript-0.5.8-28fa88554adf134b03284de53334e91d)
[gnome-do-plugins]
gnome-do-plugins-thunderbird-0.8.4-14.fc20.armv7hl requires thunderbird
[gofer]
ruby-gofer-0.75-4.fc20.noarch requires rubygem(qpid) >= 0:0.16.0
[gtkd]
gtkd-geany-tags-2.0.0-29.20120815git9ae9181.fc18.noarch requires gtkd = 
0:2.0.0-29.20120815git9ae9181.fc18
[kawa]
1:kawa-1.11-5.fc19.armv7hl requires servlet25
[koji]
koji-vm-1.8.0-2.fc20.noarch requires python-virtinst
[kyua-cli]
kyua-cli-0.5-3.fc19.armv7hl requires liblutok.so.0
kyua-cli-tests-0.5-3.fc19.armv7hl requires liblutok.so.0
[mozilla-firetray]
mozilla-firetray-thunderbird-0.3.6-0.5.143svn.fc18.1.armv7hl requires 
thunderbird >= 0:11
[msp430-libc]
msp430-libc-20120224-2.fc19.noarch requires msp430-gcc >= 0:4.6.3
[nifti2dicom]
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtksys.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtkWidgets.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtkVolumeRendering.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtkViews.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtkTextAnalysis.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtkRendering.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtkParallel.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtkInfovis.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtkImaging.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtkIO.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtkHybrid.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtkGraphics.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtkGeovis.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtkGenericFiltering.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtkFiltering.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtkCommon.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libvtkCharts.so.5.10
nifti2dicom-0.4.6-3.fc20.armv7hl requires libQVTK.so.5.10
[nocpulse-common]
nocpulse-common-2.2.7-2.fc20.noarch requires perl(RHN::DBI)
[openbox]
gdm-control-3.5.2-2.fc20.armv7hl requires gnome-panel
gnome-panel-control-3.5.2-2.fc20.armv7hl requires gnome-panel
[openpts]
openpts-0.2.6-7.fc20.armv7hl requires tboot
[perl-Language-Expr]
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
[pure]
pure-doc-0.57-4.fc20.noarch requires pure = 0:0.57-4.fc20
[python-tag]
python-tag-2013.1-1.fc20.armv7hl requires libboost_python.so.1.53.0
[rootplot]
rootplot-2.2.1-7.fc19.noarch requires root-python
[rubygem-audited-activerecord]
rubygem-audited-activerecord-3.0.0-3.fc19.noarch requires 
rubygem(activerecord) < 0:4
[scilab]
scilab-doc-5.4.1-4.fc20.noarch requires scilab = 0:5.4.1-4.fc20
scilab-tests-5.4.1-4.fc20.noarch requires scilab = 0:5.4.1-4.fc20
[spacewalk-admin]
spacewalk-admin-2.0.1-2.fc20.noarch requires spacewalk-base
spacewalk-admin-2.0.1-2.fc20.noarch requires perl(RHN::SatelliteCert)
[spring-maps-default]
spring-maps-default-0.1-11.fc20.noarch requires spring
[springlobby]
springlobby-0.169-5.fc20.armv7hl requires spring
[subsurface]
subsurface-3.1.1-2.fc20.armv7hl requires libosmgpsmap.so.2
[syntastic]
syntastic-d-2.3.0-11.20120917git72856e6.fc20.noarch requires ldc
[tango]
tango-doc-2-12.20120821git7b92443.fc19.noarch requires tango-devel = 
0:2-12.20120821git7b92443.fc19
tango-geany-tags-2-12.20120821git7b92443.fc19.noarch requires tango = 
0:2-12.20120821git7b92443.fc19



Broken deps for i386
--
[blueman]
blueman-1.23-7.fc20.i686 requires obex-data-server >= 0:0.4.3
blueman-1.23-7.fc20.i686 requires gvfs-obexftp
[derelict]
derelict-tcod-3-20.20130626gite70c293.fc20.i686 requires tcod
derelict-tcod-devel-3-20.20130626gite70c293.fc20.i686 requires tcod
[fts]
fts-server-3.1.1-1.fc20.i686 requires libactivemq-cpp.so.14
[ghc-hjsmin]
ghc-hjsmin-0.1.4.3-2.fc20.i686 requires 
libHSlanguage-java

[Base] Base Design WG agenda meeting 29. Nov 2013 15:00 UTC on #fedora-meeting

2013-11-29 Thread Phil Knirsch
Very short agenda this week as most if not all US folks will be away due 
to Thanksgiving.


Mainly informative/info collection agenda:

Agenda:
 - More in depth review of package set for Base
 - Open Floor

Info:
 - Release cycle discussion on fedora-devel now

Thanks & regards, Phil

PS: And sorry for the late send out, there was a very sad event in our 
family that kept me away from work the past few days.


--
Philipp Knirsch  | Tel.:  +49-711-96437-470
Manager Core Services| Fax.:  +49-711-96437-111
Red Hat GmbH | Email: Phil Knirsch 
Wankelstrasse 5  | Web:   http://www.redhat.com/
D-70563 Stuttgart, Germany
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct