Bug 108772 - gaim buildreqs are missing glib2-devel and gtk2-devel
Summary: gaim buildreqs are missing glib2-devel and gtk2-devel
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gaim
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Christopher Blizzard
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-11-01 18:28 UTC by Jesse Keating
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2003-11-03 18:32:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch to the spec file to include all needed build-reqs. (471 bytes, patch)
2003-11-01 18:29 UTC, Jesse Keating
no flags Details | Diff

Description Jesse Keating 2003-11-01 18:28:36 UTC
Description of problem:
The spec file for gaim is missing glib2-devel and gtk2-devel.  This
causes the build to fail even though rpm would start it.


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


How reproducible:
Every time.

Steps to Reproduce:
1. download gaim.src.rpm
2. remove glib2-devel and gtk2-devel
3. rpmbuild -ba gaim.src.rpm, install all listed buildreqs.
  
Actual results:
rpm will start the build, but the build will fail during the
configuration stage, missing glib2 and gtk2

Expected results:
since all buildreqs were met, the build should finish.


I will attach a patch to the current spec file.  Trivial but hey,
every little bit counts.

Comment 1 Jesse Keating 2003-11-01 18:29:24 UTC
Created attachment 95650 [details]
Patch to the spec file to include all needed build-reqs.

Comment 2 Jesse Keating 2003-11-01 20:26:55 UTC
Seems to also be missing "mozilla-nspr-devel".  Without that the msn
plugin will not load.  No ssl support for gaim.

Comment 3 Christopher Blizzard 2003-11-03 18:32:43 UTC
You probably have an older Mozilla version.  mozilla-nss-devel should
pull in mozilla-nspr-devel.  Also, I've included the requires line for
gtk2-devel but not glib2-devel since gtk2-devel already requires
glib2-devel.  Thanks!


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