Bug 72674 - package can not be build from sources
Summary: package can not be build from sources
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: libgal7
Version: 7.3
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Havoc Pennington
QA Contact:
URL: package can not be build from sources
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-08-26 15:46 UTC by Need Real Name
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-08-26 16:01:04 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2002-08-26 15:46:23 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)

Description of problem:
I've tried to build package. During compilation files from the 
directory "BUILD/gal-0.8/gal/e-text" I receive multipl compiler errors with the 
next message:
gdk-pixbuf/gdk-pixbuf.h: No such file or directory

I see that the command line for compilation of the first file from this 
directory is the next:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/include/gnome-1.0 -
DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -
I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -
I/usr/X11R6/include -DG_LOG_DOMAIN=\"e-text\" -I/usr/include/gtk-1.2 -
I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -O2 -
march=i386 -mcpu=i686 -Wall -Wunused -c e-entry.c  -fPIC -DPIC -o .libs/e-
entry.lo

The error is due to the absence of the next option "-I/usr/include/gdk-pixbuf-
1.0". Header "gdk-pixbuf/gdk-pixbuf.h" is plased in the 
directory /usr/include/gdk-pixbuf-1.0.


I made workaround:
 added option -I/usr/include/gdk-pixbuf-1.0 to command line, if nessesary.


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


How reproducible:
Always

Steps to Reproduce:
1.Unpack kde1-compat-1~2-11.src.rpm to some local dir
2.Build sources (rpm -bc kde1-compat.spec)

	

Additional info:

Comment 1 Need Real Name 2002-08-26 15:56:50 UTC
Steps to Reproduce:
1.Unpack libgal7-0.8-7.src.rpmto some local dir
2.Build sources (rpm -bc libgal7.spec)



Comment 2 Havoc Pennington 2002-08-27 22:34:18 UTC
The problem fwiw is that gdk-pixbuf-config --cflags output needs to be included
in the cflags in the gal makefile.

We would not normally release an errata for this, and libgal7 is not present in
the next release, so closing the bug.


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