http://bugzilla.rpmfusion.org/show_bug.cgi?id=1702
--- Comment #9 from Richard <hobbes1069(a)gmail.com> 2011-04-19 18:11:08 ---
Ok, in trying to figure out why this is only happening in F13 I've done the
following:
On my system (F14):
# ldd /usr/bin/imagination
It is linked to libm.so
I have also tried a mock build for F13 on my system and it produces the same
error as expected, so this is a difference in distributions and not the build
system (mock version)
I diffed both build logs and it obviously showed some differences in the
./configure portion, mostly version differences (perl, etc.).
I pulled both gcc lines in the build logs for the file causing the problem and
after running them through sed to break the command into individual lines
(convert spaces to new lines) the only difference I can see is F14 gets one
additional include:
-I/usr/include/gdk-pixbuf-2.0
which F13 does not. I'm not sure but I don't think this has anything to do with
the problem.
Looking at what requires gdk-pixbuf:
# rpm -q --whatrequires gdk-pixbuf2-devel
gtk2-devel-2.22.0-1.fc14.1.x86_64
I'm going to try adding this as a direct BuildRequires and mock build for F13
again and see what happens..
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.