Bug 134687

Summary: hal-cups-utils should BuildRequires: gtk2-devel
Product: [Fedora] Fedora Reporter: Maxim Dziumanenko <dziumanenko>
Component: hal-cups-utilsAssignee: John (J5) Palmieri <johnp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jkeck, mshira
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: 2004-10-06 20:57:06 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 Maxim Dziumanenko 2004-10-05 15:56:15 UTC
Description of problem:
gtk2-headers headers and development libs needed to build hal-cups-utils

Version-Release number of selected component (if applicable):
hal-cups-utils-0.5.2-3

How reproducible:
Always

Steps to Reproduce:
1.rpm -e gtk2-devel
2.rpmbuild -ba hal-cups-utils-0.5.2-3.src.rpm
3.Wait for build error
  
Actual results:


Expected results:


Additional info:

Comment 1 John (J5) Palmieri 2004-10-05 16:00:59 UTC
hal-cups-utils doesn't use gtk at all.  It uses glib.  Please attach
the error output.

Comment 2 Maxim Dziumanenko 2004-10-06 13:06:13 UTC
checking for glib-2.0 >= 2.4
                         gobject-2.0 >= 2.4
                         gdk-2.0 >= 2.4
                        ... Package gdk-2.0 was not found in the
pkg-config search path.
Perhaps you should add the directory containing `gdk-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gdk-2.0' found

configure: error: Library requirements (glib-2.0 >= 2.4
                         gobject-2.0 >= 2.4
                         gdk-2.0 >= 2.4
                        ) 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.8569 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.8569 (%build)

Comment 3 John (J5) Palmieri 2004-10-06 20:57:06 UTC
Added patch to remove gdk from the configure.in.  hal-cups-utils will
not require gtk to build anymore.  Fixed in Rawhide.

Comment 4 Michal Skrivanek 2017-11-16 13:59:06 UTC
*** Bug 1324137 has been marked as a duplicate of this bug. ***