Bug 74369

Summary: glade2 wants gnome-autogen.sh
Product: [Retired] Red Hat Linux Reporter: Daryll <daryll>
Component: glade2Assignee: Havoc Pennington <hp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-12-20 02:18:21 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:

Description Daryll 2002-09-22 06:06:21 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020826

Description of problem:
The autogen.sh created by glade-2 refers to gnome-autogen.sh, which doesn't
exist on the system. Therefore you can't bootstrap a new gnome-2 project.

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


How reproducible:
Always

Steps to Reproduce:
1.run glade-2
2.create a new gnome project
3.make a window
4.press the save button
5.press the build button
6.from the toplevel directory of the project ./autogen.sh
	

Actual Results:  An error is generated:
which: no gnome-autogen.sh in
(/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/X11R6/bin:.)
You need to install gnome-common from the GNOME CVS


Expected Results:  It should have created the automake files so that you can run
make from the directory and create your project.

Additional info:

I'm not sure if this is really a glade-2 bug or if this is a bug with gnome not
including the autogen.sh file.

Comment 1 Havoc Pennington 2002-09-22 14:38:58 UTC
Hmm, I think it's sort of a glade bug; it really shouldn't be setting up 
random third-party projects to use gnome-autogen.sh, that's more of a
GNOME-CVS-only thing.

Comment 2 Havoc Pennington 2002-12-20 02:18:21 UTC
This is fixed in newer glade versions.