Bug 6277 - liboil 0.3.7 fails to rebuild on PPC Linux (Fedora Core)
Summary: liboil 0.3.7 fails to rebuild on PPC Linux (Fedora Core)
Status: RESOLVED FIXED
Alias: None
Product: liboil
Classification: Unclassified
Component: unknown (show other bugs)
Version: unspecified
Hardware: PowerPC Linux (All)
: high normal
Assignee: David Schleef
QA Contact: David Schleef
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-15 23:29 UTC by Matthias Saou
Modified: 2006-03-20 18:44 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Matthias Saou 2006-03-15 23:29:06 UTC
The latest liboil (0.3.7) fails to rebuild for me on PPC, whereas 0.3.6 did
fine. You can find the build log here :

http://buildsys.fedoraproject.org/logs/fedora-development-extras/5931-liboil-0.3.7-3.fc5/ppc/build.log

The relevant bit is :
[...]
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Wa,-mregnames -D_BSD_SOURCE
-D_GNU_SOURCE -I../.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -MT libpowerpc_la-clip.lo -MD
-MP -MF .deps/libpowerpc_la-clip.Tpo -c clip.c -o libpowerpc_la-clip.o
>/dev/null 2>&1
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../..    -Wall -Wa,-mregnames -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -O2 -g -pipe
-Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -MT libpowerpc_la-conv.lo -MD -MP -MF
".deps/libpowerpc_la-conv.Tpo" -c -o libpowerpc_la-conv.lo `test -f 'conv.c' ||
echo './'`conv.c; \
then mv -f ".deps/libpowerpc_la-conv.Tpo" ".deps/libpowerpc_la-conv.Plo"; else
rm -f ".deps/libpowerpc_la-conv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Wa,-mregnames -D_BSD_SOURCE
-D_GNU_SOURCE -I../.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -MT libpowerpc_la-conv.lo -MD
-MP -MF .deps/libpowerpc_la-conv.Tpo -c conv.c  -fPIC -DPIC -o
.libs/libpowerpc_la-conv.o
conv.c:78: error: expected ')' before '*' token
conv.c:78: error: 'clipconv_s8_f32_powerpc' undeclared here (not in a function)
conv.c:79: error: expected ')' before '*' token
conv.c:79: error: 'clipconv_u8_f32_powerpc' undeclared here (not in a function)
conv.c:80: error: expected ')' before '*' token
conv.c:80: error: 'clipconv_s16_f32_powerpc' undeclared here (not in a function)
conv.c:81: error: expected ')' before '*' token
[... etc ...]
Comment 1 David Schleef 2006-03-21 13:43:08 UTC
Fixed in CVS.  (on 2006-02-03, apparently.)
Comment 2 David Schleef 2006-03-21 13:44:17 UTC
blah, closing


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.