Once again, I thank you for your time...

But alas, no go Geronimo. Same exact errors. Maybe it's time for a bug
report?

(and yes, I built the depends first before 'synce') 

> -----Original Message-----
> From: Zac Medico [mailto:[EMAIL PROTECTED] 
> Sent: Friday, June 17, 2005 4:38 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] app-pda/orange-0.2-r1 fails to compile
> 
> Daevid Vincent wrote:
> >>>I'm trying to follow the directions here:
> >>>http://gentoo-wiki.com/HOWTO_Synchronize_PocketPC_and_Evolution
> >>>
> >>>but app-pda/orange-0.2-r1 fails to compile
> >>>
> >>>nothing found here that I see:
> >>>
> >>
> >>http://bugs.gentoo.org/buglist.cgi?query_format=specific&order
> >>=relevance
> >>
> >>>+desc&bug_status=__open__&product=&content=orange
> >>>
> >>>any ideas how to fix this?
> >>>
> >>>
> >>>/bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc 
> >>
> >>-DHAVE_CONFIG_H
> >>
> >>>-I. -I. -I..    -g -ansi -Wall -Wno-long-long -Werror -O3
> >>>-march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe 
> >>
> >> -I.. -O3
> >>
> >>>-march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe -c -o
> >>>inno.lo `test -f 'inno.c' || echo './'`inno.c
> >>>i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -ansi -Wall
> >>>-Wno-long-long -Werror -O3 -march=pentium4 -funroll-loops
> >>>-fprefetch-loop-arrays -pipe -I.. -O3 -march=pentium4 
> -funroll-loops
> >>>-fprefetch-loop-arrays -pipe -c helper.c -MT helper.lo -MD -MP
> >>>-MF .deps/helper.TPlo -o helper.o >/dev/null 2>&1
> >>>rm -f .libs/inno.lo
> >>>i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -ansi -Wall
> >>>-Wno-long-long -Werror -O3 -march=pentium4 -funroll-loops
> >>>-fprefetch-loop-arrays -pipe -I.. -O3 -march=pentium4 
> -funroll-loops
> >>>-fprefetch-loop-arrays -pipe -c inno.c -MT inno.lo -MD -MP
> >>>-MF .deps/inno.TPlo  -fPIC -DPIC -o .libs/inno.lo
> >>>mv -f .libs/helper.lo helper.lo
> >>>source='separate.c' object='separate.lo' libtool=yes \
> >>>depfile='.deps/separate.Plo' tmpdepfile='.deps/separate.TPlo' \
> >>>depmode=gcc3 /bin/sh ../depcomp \
> >>>/bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc 
> >>
> >>-DHAVE_CONFIG_H
> >>
> >>>-I. -I. -I..    -g -ansi -Wall -Wno-long-long -Werror -O3
> >>>-march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe 
> >>
> >> -I.. -O3
> >>
> >>>-march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe -c -o
> >>>separate.lo `test -f 'separate.c' || echo './'`separate.c
> >>>inno.c: In function `SEInflateBlockRead':
> >>>inno.c:387: warning: use of cast expressions as lvalues is 
> >>
> >>deprecated
> >>
> >>>inno.c: In function `FreeStrings':
> >>>inno.c:410: warning: use of cast expressions as lvalues is 
> >>
> >>deprecated
> >>
> >>>inno.c: In function `ReadEntries':
> >>>inno.c:474: warning: use of cast expressions as lvalues is 
> >>
> >>deprecated
> >>
> >>>inno.c: In function `FreeEntries':
> >>>inno.c:493: warning: use of cast expressions as lvalues is 
> >>
> >>deprecated
> >>
> >>>make[2]: *** [inno.lo] Error 1
> >>>make[2]: *** Waiting for unfinished jobs....
> >>>rm -f .libs/separate.lo
> >>>i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -ansi -Wall
> >>>-Wno-long-long -Werror -O3 -march=pentium4 -funroll-loops
> >>>-fprefetch-loop-arrays -pipe -I.. -O3 -march=pentium4 
> -funroll-loops
> >>>-fprefetch-loop-arrays -pipe -c separate.c -MT separate.lo -MD -MP
> >>>-MF .deps/separate.TPlo  -fPIC -DPIC -o .libs/separate.lo
> >>>i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -ansi -Wall
> >>>-Wno-long-long -Werror -O3 -march=pentium4 -funroll-loops
> >>>-fprefetch-loop-arrays -pipe -I.. -O3 -march=pentium4 
> -funroll-loops
> >>>-fprefetch-loop-arrays -pipe -c separate.c -MT separate.lo -MD -MP
> >>>-MF .deps/separate.TPlo -o separate.o >/dev/null 2>&1
> >>>mv -f .libs/separate.lo separate.lo
> >>>make[2]: Leaving directory
> >>>`/var/tmp/portage/orange-0.2-r1/work/orange-0.2/lib'
> >>>make[1]: *** [all-recursive] Error 1
> >>>make[1]: Leaving directory
> >>>`/var/tmp/portage/orange-0.2-r1/work/orange-0.2'
> >>>make: *** [all] Error 2
> >>>
> >>
> >>Try some sane CFLAGS :-).  Is -O3 really necessary?
> >>
> >>Zac
> >>
> > Thanks for the suggestion, however that didn't fix the 
> compilation errors.
> > 
> > I made my /etc/make.conf CFLAG="-march-pentium4" only and 
> still go the same
> > errors.
> > 
> > Other ideas? 
> > 
> What about the dependencies?  Did you rebuild those too?
> 
> DEPEND=">=app-pda/dynamite-0.1
>               >=app-arch/unshield-0.2
>               >=app-pda/synce-librapi2-0.8.9
>               >=app-pda/synce-libsynce-0.8.9"
> 
> Zac
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 

-- 
gentoo-user@gentoo.org mailing list

Reply via email to