Bug 198919

Summary: gwget fails to build in mock with minimal build environment.
Product: [Fedora] Fedora Reporter: Paul Howarth <paul>
Component: gwgetAssignee: Christoph Wickert <christoph.wickert>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dcantrell, extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-07-15 14:30:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 193444    
Attachments:
Description Flags
Build log with minimal environment
none
Patch updating gwget's configure script and spec to allow builds against epiphany 2.15 none

Description Paul Howarth 2006-07-14 16:21:42 UTC
This package fails to build in mock if the minimal build group is reduced to
only the packages listed in the Exceptions section of the packaging guidelines.
 build.log is attached.

There are a couple of reasons for this.

Firstly, additional buildreqs of automake and libtool are needed. The existing
buildreq of autoconf can be removed if these are added, since automake depends
on autoconf.

Secondly, rawhide now has epiphany 2.15, and the existing patch to the configure
script only updates it for detection of epiphany 2.14. I shall attach an
additional patch that enables the package to build against epiphany 2.15.

Comment 1 Paul Howarth 2006-07-14 16:21:43 UTC
Created attachment 132448 [details]
Build log with minimal environment

Comment 2 Paul Howarth 2006-07-14 16:23:43 UTC
Created attachment 132449 [details]
Patch updating gwget's configure script and spec to allow builds against epiphany 2.15

Comment 3 Christoph Wickert 2006-07-15 13:34:31 UTC
Thanks for looking at this, Paul.

I wanted to update to 0.98.1 anyway (which makes the epiphany patches
superflurious), but I'm going to publish an updated 0.97-5 release to fix the
BRs first. This will also fix the upgrade path which is broken ATM. 0.98.1 has
some issues with bonobo and libnotiy under rawhide, which need some more attention.