<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-html" lang="x-western"> <font size="-1"><font
face="Helvetica, Arial, sans-serif">Hi all.<br>
<br>
I've been searching Bugzilla and the forums for an answer, but I can't
seem to find one.<br>
<br>
I'm trying to do an emerge -uDN world, and it needs to update liboil to
0.3.7.<br>
<br>
I've overlaid portage and put the gcc-altivec patch from Bug ID 109270
on it. I'm still getting the following errors when compiling:<br>
<br>
conv.c: In function `clipconv_s8_f32_powerpc':<br>
conv.c:78: error: `dst' undeclared (first use in this function)<br>
conv.c:78: error: (Each undeclared identifier is reported only once<br>
conv.c:78: error: for each function it appears in.)<br>
conv.c:78: error: `src' undeclared (first use in this function)<br>
conv.c:78: error: `n' undeclared (first use in this function)<br>
conv.c:78: error: `src_stride' undeclared (first use in this function)<br>
conv.c:78: error: `dst_stride' undeclared (first use in this function)<br>
conv.c: At top level:<br>
conv.c:79: error: syntax error before '*' token<br>
conv.c: In function `clipconv_u8_f32_powerpc':<br>
conv.c:79: error: `dst' undeclared (first use in this function)<br>
conv.c:79: error: `src' undeclared (first use in this function)<br>
conv.c:79: error: `n' undeclared (first use in this function)<br>
conv.c:79: error: `src_stride' undeclared (first use in this function)<br>
conv.c:79: error: `dst_stride' undeclared (first use in this function)<br>
conv.c: At top level:<br>
conv.c:80: error: syntax error before '*' token<br>
conv.c: In function `clipconv_s16_f32_powerpc':<br>
conv.c:80: error: `dst' undeclared (first use in this function)<br>
conv.c:80: error: `src' undeclared (first use in this function)<br>
conv.c:80: error: `n' undeclared (first use in this function)<br>
conv.c:80: error: `src_stride' undeclared (first use in this function)<br>
conv.c:80: error: `dst_stride' undeclared (first use in this function)<br>
conv.c: At top level:<br>
conv.c:81: error: syntax error before '*' token<br>
conv.c: In function `clipconv_u16_f32_powerpc':<br>
conv.c:81: error: `dst' undeclared (first use in this function)<br>
conv.c:81: error: `src' undeclared (first use in this function)<br>
conv.c:81: error: `n' undeclared (first use in this function)<br>
conv.c:81: error: `src_stride' undeclared (first use in this function)<br>
conv.c:81: error: `dst_stride' undeclared (first use in this function)<br>
conv.c: At top level:<br>
conv.c:82: error: syntax error before '*' token<br>
conv.c: In function `clipconv_s32_f32_powerpc':<br>
conv.c:82: error: `dst' undeclared (first use in this function)<br>
conv.c:82: error: `src' undeclared (first use in this function)<br>
conv.c:82: error: `n' undeclared (first use in this function)<br>
conv.c:82: error: `src_stride' undeclared (first use in this function)<br>
conv.c:82: error: `dst_stride' undeclared (first use in this function)<br>
conv.c: At top level:<br>
conv.c:83: error: syntax error before '*' token<br>
conv.c: In function `clipconv_u32_f32_powerpc':<br>
conv.c:83: error: `dst' undeclared (first use in this function)<br>
conv.c:83: error: `src' undeclared (first use in this function)<br>
conv.c:83: error: `n' undeclared (first use in this function)<br>
conv.c:83: error: `src_stride' undeclared (first use in this function)<br>
conv.c:83: error: `dst_stride' undeclared (first use in this function)<br>
conv.c: At top level:<br>
conv.c:85: error: syntax error before '*' token<br>
conv.c: In function `clipconv_s8_f64_powerpc':<br>
conv.c:85: error: `dst' undeclared (first use in this function)<br>
conv.c:85: error: `src' undeclared (first use in this function)<br>
conv.c:85: error: `n' undeclared (first use in this function)<br>
conv.c:85: error: `src_stride' undeclared (first use in this function)<br>
conv.c:85: error: `dst_stride' undeclared (first use in this function)<br>
conv.c: At top level:<br>
conv.c:86: error: syntax error before '*' token<br>
conv.c: In function `clipconv_u8_f64_powerpc':<br>
conv.c:86: error: `dst' undeclared (first use in this function)<br>
conv.c:86: error: `src' undeclared (first use in this function)<br>
conv.c:86: error: `n' undeclared (first use in this function)<br>
conv.c:86: error: `src_stride' undeclared (first use in this function)<br>
conv.c:86: error: `dst_stride' undeclared (first use in this function)<br>
conv.c: At top level:<br>
conv.c:87: error: syntax error before '*' token<br>
conv.c: In function `clipconv_s16_f64_powerpc':<br>
conv.c:87: error: `dst' undeclared (first use in this function)<br>
conv.c:87: error: `src' undeclared (first use in this function)<br>
conv.c:87: error: `n' undeclared (first use in this function)<br>
conv.c:87: error: `src_stride' undeclared (first use in this function)<br>
conv.c:87: error: `dst_stride' undeclared (first use in this function)<br>
conv.c: At top level:<br>
conv.c:88: error: syntax error before '*' token<br>
conv.c: In function `clipconv_u16_f64_powerpc':<br>
conv.c:88: error: `dst' undeclared (first use in this function)<br>
conv.c:88: error: `src' undeclared (first use in this function)<br>
conv.c:88: error: `n' undeclared (first use in this function)<br>
conv.c:88: error: `src_stride' undeclared (first use in this function)<br>
conv.c:88: error: `dst_stride' undeclared (first use in this function)<br>
conv.c: At top level:<br>
conv.c:89: error: syntax error before '*' token<br>
conv.c: In function `clipconv_s32_f64_powerpc':<br>
conv.c:89: error: `dst' undeclared (first use in this function)<br>
conv.c:89: error: `src' undeclared (first use in this function)<br>
conv.c:89: error: `n' undeclared (first use in this function)<br>
conv.c:89: error: `src_stride' undeclared (first use in this function)<br>
conv.c:89: error: `dst_stride' undeclared (first use in this function)<br>
conv.c: At top level:<br>
conv.c:90: error: syntax error before '*' token<br>
conv.c: In function `clipconv_u32_f64_powerpc':<br>
conv.c:90: error: `dst' undeclared (first use in this function)<br>
conv.c:90: error: `src' undeclared (first use in this function)<br>
conv.c:90: error: `n' undeclared (first use in this function)<br>
conv.c:90: error: `src_stride' undeclared (first use in this function)<br>
conv.c:90: error: `dst_stride' undeclared (first use in this function)<br>
<br>
Is this another Metrowerks type error like the gcc-altivec patch?<br>
<br>
Here's my emerge --info:<br>
<br>
Portage 2.1_pre4-r1 (default-linux/ppc/2005.1/ppc/G4, gcc-3.4.5,
glibc-2.3.6-r2, 2.6.14-gentoo-r5 ppc)<br>
=================================================================<br>
System uname: 2.6.14-gentoo-r5 ppc 7455, altivec supported<br>
Gentoo Base System version 1.12.0_pre15<br>
dev-lang/python: 2.3.5, 2.4.2-r1<br>
sys-apps/sandbox: 1.2.17<br>
sys-devel/autoconf: 2.13, 2.59-r7<br>
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1<br>
sys-devel/binutils: 2.16.1-r1<br>
sys-devel/libtool: 1.5.22<br>
virtual/os-headers: 2.6.11-r4<br>
ACCEPT_KEYWORDS="ppc ~ppc"<br>
AUTOCLEAN="yes"<br>
CBUILD="powerpc-unknown-linux-gnu"<br>
CFLAGS="-mcpu=7450 -O2 -pipe -fno-strict-aliasing -maltivec
-mabi=altivec -mpowerpc-gfxopt"<br>
CHOST="powerpc-unknown-linux-gnu"<br>
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"<br>
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"<br>
CXXFLAGS="-mcpu=7450 -O2 -pipe -fno-strict-aliasing -maltivec
-mabi=altivec -mpowerpc-gfxopt"<br>
DISTDIR="/usr/portage/distfiles"<br>
FEATURES="autoconfig distlocks sandbox sfperms strict"<br>
GENTOO_MIRRORS=<a class="moz-txt-link-rfc2396E"
href="http://mirrors.acm.cs.rpi.edu/gentoo/">"http://mirrors.acm.cs.rpi.edu/gentoo/"</a><br>
MAKEOPTS="-j2"<br>
PKGDIR="/usr/portage/packages"<br>
PORTAGE_TMPDIR="/var/tmp"<br>
PORTDIR="/usr/portage"<br>
PORTDIR_OVERLAY="/usr/local/portage"<br>
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"<br>
USE="ppc X a52 aac aalib alsa altivec artworkextra asf bash-completion
berkdb bitmap-fonts bl bzip2 cdparanoia cdr crypt cups dvd dvdread eds
emboss encode fbcon firefox flac fortran ggi gif gnome gnutls gpm
gstreamer gtk gtk2 gtkhtml guile hal howl ieee1394 imlib ipv6 jack
jack-tmpfs java javascript jpeg lcms libcaca libwww lzo mad mikmod
motif moznocompose moznoirc moznomail mozsha1 mozsvg mp3 mpeg nas
ncurses network new-login nls nsplugin offensive ogg oggvorbis
on-the-fly-crypt opengl pam pdflib perl png portaudio python readline
samba sdl sndfile spell ssl svg swat tcpd test tga theora tiff truetype
truetype-fonts type1-fonts unicode usb vim-with-x vorbis xanim xinerama
xml2 xmms xv xvid zlib elibc_glibc kernel_linux userland_GNU"<br>
Unset: ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS,
LINGUAS<br>
<br>
Thanks.<br>
<br>
Draeven<br>
</font></font>
</div>
</body>
</html>
|