Bug 118966 - missing buildrequires for libcroco
Summary: missing buildrequires for libcroco
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gdm
Version: 1
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Ray Strode [halfline]
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-03-23 11:35 UTC by Huw Lynes
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-06-18 15:36:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Huw Lynes 2004-03-23 11:35:25 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5)
Gecko/20031007 Firebird/0.7

Description of problem:
SRPM for gdm on FC1 has a build dependency on libcroco which isn't
mentioned in the BuildRequires section of gdm.spec



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

How reproducible:
Always

Steps to Reproduce:
1.rpm -e libcroco-devel
2.rpmbuild -ba gdm.spec
3.build fails during configure
    

Actual Results:  checking GUING_LIBS... -Wl,--export-dynamic
-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm
-lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0
-ldl -lglib-2.0  
checking for gtk+-2.0 >= 1.3.1 libgnomecanvas-2.0 >= 1.109.0
librsvg-2.0 >= 1.1.1 libxml-2.0 >= 2.4.12 libart-2.0 >= 2.3.11...
Package libcroco was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcroco.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libcroco', required by 'librsvg', not found

configure: error: Library requirements (gtk+-2.0 >= 1.3.1
libgnomecanvas-2.0 >= 1.109.0 librsvg-2.0 >= 1.1.1 libxml-2.0 >=
2.4.12 libart-2.0 >= 2.3.11) not met; consider adjusting the
PKG_CONFIG_PATH environment variable if your libraries are in a
nonstandard prefix so pkg-config can find them.
error: Bad exit status from /var/tmp/rpm-tmp.43831 (%build)


Expected Results:  after adding BuidRequires: libcroco-devel >= 0.3

rpmbuild -ba gdm.spec

error: Failed build dependencies:
        libcroco-devel >= 0.3 is needed by gdm-2.4.4.5-1


Additional info:

Comment 1 Huw Lynes 2004-06-18 15:36:45 UTC
looks like this has been fixed in gdm-2.4.4.5-1.2. 


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