Re: [ACTION REQUIRED] FTBFS Packages in rawhide (2015-07-11)

2015-07-13 Thread Adam Huffman
BEDToolsverdurin 60 weeks ago This has an annoying 'shrank by one' debuginfo problem and further problems on 32-bit with recent GCC, but it is building on x86_64 now. A bug has been filed regarding the problems and I'm pursuing them upstream. Adam --

Re: Dealing with circular BuildRequires?

2011-10-05 Thread Adam Huffman
On Wed, Oct 5, 2011 at 5:02 PM, Tom Lane t...@redhat.com wrote: Petr Pisar ppi...@redhat.com writes: On 2011-10-05, Tom Lane t...@redhat.com wrote: For example, cairo BuildRequires: librsvg2-devel, and librsvg2 BuildRequires: cairo-devel, so there is no order in which I can rebuild them.  How

Re: Filtering excessive requires

2010-09-06 Thread Adam Huffman
On Fri, Sep 3, 2010 at 4:30 PM, Iain Arnell iarn...@gmail.com wrote: Those methods need a little tweaking for perl packages - you need the CPAN dist name instead of the first %{name} in %{_builddir}/%{name}-%{version}/%{name}-prov Something like: # Filter provides/requires cat \EOF

Filtering excessive requires

2010-09-01 Thread Adam Huffman
I'm trying to build perl-Bio-SamTools for EPEL5. As part of this, I need an EPEL build of perl-bioperl and its associated dependencies. One problem I've run into is that the Fedora .spec for perl-SOAP-Lite uses the filtering macros available in F11 to remove some unwanted Requires entries,