Bug 218625 - gnome-common needs Requires on automake < 1.10
Summary: gnome-common needs Requires on automake < 1.10
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-libs
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ray Strode [halfline]
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-12-06 15:39 UTC by sean
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 508890 (view as bug list)
Environment:
Last Closed: 2006-12-06 17:29:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description sean 2006-12-06 15:39:16 UTC
Description of problem:

/usr/bin/gnome-autogen.sh dies with automake > 1.9

I filed this bug here because gnome-common is not listed in bugzilla.

gnome-autogen.sh will not accept automake > 1.9:

case $REQUIRED_AUTOMAKE_VERSION in
    1.4*) automake_progs="automake-1.4" ;;
    1.5*) automake_progs="automake-1.5 automake-1.6 automake-1.7 automake-1.8
automake-1.9" ;;
    1.6*) automake_progs="automake-1.6 automake-1.7 automake-1.8 automake-1.9" ;;
    1.7*) automake_progs="automake-1.7 automake-1.8 automake-1.9" ;;
    1.8*) automake_progs="automake-1.8 automake-1.9" ;;
    1.9*) automake_progs="automake-1.9" ;;
esac

At the least, the rpm for gnome-common should have a Require for the correct
version of automake.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Karsten Hopp 2006-12-06 15:52:24 UTC
Wrong. gnome-common needs to be fixed so that it works with automake-1.10, 
because that's what we will ship with the next release

Comment 2 Ray Strode [halfline] 2006-12-06 17:29:43 UTC
can you file this upstream? we don't ship gnome-common


Note You need to log in before you can comment on or make changes to this bug.