Bug 43614 - gtk2-1.3.5-1.src.rpm fails to build
Summary: gtk2-1.3.5-1.src.rpm fails to build
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: gtk+-gtkbeta
Version: 1.0
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Owen Taylor
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-06-05 20:32 UTC by Need Real Name
Modified: 2007-04-18 16:33 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-11-08 19:05:44 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2001-06-05 20:32:32 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.3-5 i686)

Description of problem:
Making all in gtk
make[2]: Entering directory `/usr/src/redhat/BUILD/gtk+-1.3.5/gtk'
Making all in stock-icons
make[3]: Entering directory
`/usr/src/redhat/BUILD/gtk+-1.3.5/gtk/stock-icons'
GDK_PIXBUF_MODULEDIR=../../gdk-pixbuf/.libs \
   ../../gdk-pixbuf/make-inline-pixbuf ./gtkstockpixbufs.h dialog_error
./dialog_error.png dialog_info ./dialog_info.png dialog_question
./dialog_question.png dialog_warning ./dialog_warning.png
stock_button_apply ./stock_button_apply.png stock_button_cancel
./stock_button_cancel.png stock_button_close ./stock_button_close.png
stock_button_no ./stock_button_no.png stock_button_ok ./stock_button_ok.png
stock_button_yes ./stock_button_yes.png stock_close ./stock_close.png
stock_exit ./stock_exit.png stock_help ./stock_help.png stock_new
./stock_new.png stock_open ./stock_open.png stock_save ./stock_save.png
Image type 'png' is not supported
make[3]: *** [gtkstockpixbufs.h] Error 1
make[3]: Leaving directory
`/usr/src/redhat/BUILD/gtk+-1.3.5/gtk/stock-icons'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/gtk+-1.3.5/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/gtk+-1.3.5'
make: *** [all-recursive-am] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.22829 (%build)


How reproducible:
Always

Steps to Reproduce:
1.rebuild from source
2.
3.
	

Additional info:

rawhide-release-20010524/0604

Comment 1 Owen Taylor 2001-06-05 20:38:17 UTC
I believe that the problem is a missing BuildPrereq on libpng.

Can you check that installing libpng-devel fixes it? 
(also libjpeg/libtiff, though they won't cause this particular 
way of dying)

Comment 2 Need Real Name 2001-06-06 18:31:39 UTC
Installed libs (including -devel packages):
libpng-1.0.11-2
libjpeg-6b-15
libtiff-3.5.5-10
libjpeg6a-6a-7

Comment 3 Owen Taylor 2001-06-06 18:48:12 UTC
OK, then you'll need to figure out why the configure file for GTK+
isn't finding libpng for you. SRPM built fine for me both on
a clean 7.1 machine and in the build root.

Comment 4 Need Real Name 2001-06-07 06:38:13 UTC
Libtool >=1.4 is causing the problem:
The dynamic modules option is not detected.
Using libtool-1.3.5-8 all is OK.

build.log=libtool-1.4-x, build1.log=libtool-1.3.5-8
diff build.log build1.log
< You should update your `aclocal.m4' by running aclocal.
1948c1947
< checking whether dynamic modules work... no
---
> checking whether dynamic modules work... yes
2053d2051
< ../../libtool: test: =: unary operator expected
.....
More errors on unary operators during compile.
The compile continues until the error on .png reported earlier appears.


Comment 5 Owen Taylor 2004-11-08 19:05:44 UTC
Don't think this is relevant at this point.



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