* Re: [gentoo-dev] GCC3.1 warnings
@ 2002-06-20 2:21 99% ` Brandon Low
0 siblings, 0 replies; 1+ results
From: Brandon Low @ 2002-06-20 2:21 UTC (permalink / raw
To: gentoo-dev
rsync and try the xine-0.9.10-r1 ebuilds, Naz and I did a great deal of
work to hack together patches that allow it to compile correctly on all
sorts of stuff :) (well the patches ended up small, but tracking them down
was a pain and a half)
--Brandon
On Thu, 06/20/02 at 11:16:10 +0900, Jack Morgan wrote:
> On Wed, Jun 19, 2002 at 08:51:17PM -0500, Ben Lutgens wrote:
> > On Wed, Jun 19, 2002 at 07:38:30PM -0500, Justin Lambert wrote:
> > >I just emerged kde gnome2 galeon and some other things on gentoo-1.3b without
> > >any problems. The only thing I noticed was that on xine-lib, xine-ui, and
> > >vmware-workstation configure script I saw these warnings:
> >
> > what happens if you pass -Wno-deprecated in CFLAGS?
>
> This,
>
> gcc -mcpu=i686 -O3 -pipe -Wno-deprecated -O3 -pipe -fomit-frame-pointer -malign-functions=4 -malign-loops=4 -malign-jumps=4 -malign-functions=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops -funroll-all-loops -finline-functions -mcpu=athlon -Wall -D_FILE_OFFSET_BITS=64 -I/usr/X11R6/include -I/usr/include -I../../src/xitk/xine-toolkit -o xine-remote xine-remote.o -lncurses -lnsl -lpthread ../../readline/.libs/libreadline.a
> ../../readline/.libs/libreadline.a(display.o): In function `rl_redisplay':
> display.o(.text+0x707): undefined reference to `tputs'
> ../../readline/.libs/libreadline.a(display.o): In function `update_line':
> display.o(.text+0x16ba): undefined reference to `tputs'
> ../../readline/.libs/libreadline.a(display.o): In function `_rl_move_cursor_relative':
> display.o(.text+0x1da9): undefined reference to `tputs'
> ../../readline/.libs/libreadline.a(display.o): In function `_rl_move_vert':
> display.o(.text+0x1eb2): undefined reference to `tputs'
> display.o(.text+0x1f14): undefined reference to `tputs'
> ../../readline/.libs/libreadline.a(display.o)(.text+0x1f34): more undefined references to `tputs' follow
> ../../readline/.libs/libreadline.a(display.o): In function `insert_some_chars':
> display.o(.text+0x24a0): undefined reference to `tgoto'
> display.o(.text+0x24b8): undefined reference to `tputs'
> ../../readline/.libs/libreadline.a(display.o): In function `delete_chars':
> display.o(.text+0x2535): undefined reference to `tputs'
> display.o(.text+0x255c): undefined reference to `tputs'
> display.o(.text+0x2583): undefined reference to `tputs'
> display.o(.text+0x25aa): undefined reference to `tputs'
> ../../readline/.libs/libreadline.a(display.o)(.text+0x25d1): more undefined references to `tputs' follow
> ../../readline/.libs/libreadline.a(display.o): In function `delete_chars':
> display.o(.text+0x2661): undefined reference to `tgoto'
> display.o(.text+0x2675): undefined reference to `tputs'
> ../../readline/.libs/libreadline.a(display.o): In function `cr':
> display.o(.text+0x26a4): undefined reference to `tputs'
> ../../readline/.libs/libreadline.a(display.o): In function `_rl_clear_screen':
> display.o(.text+0x2cc0): undefined reference to `tputs'
> ../../readline/.libs/libreadline.a(display.o): In function `_rl_redisplay_after_sigwinch':
> display.o(.text+0x2de4): undefined reference to `tputs'
> display.o(.text+0x2e21): undefined reference to `tputs'
> ../../readline/.libs/libreadline.a(terminal.o): In function `_rl_get_screen_size':
> terminal.o(.text+0x112): undefined reference to `tgetnum'
> terminal.o(.text+0x191): undefined reference to `tgetnum'
> ../../readline/.libs/libreadline.a(terminal.o): In function `_rl_init_terminal_io':
> terminal.o(.text+0x275): undefined reference to `tgetstr'
> terminal.o(.text+0x293): undefined reference to `tgetstr'
> terminal.o(.text+0x2ac): undefined reference to `tgetstr'
> terminal.o(.text+0x2c3): undefined reference to `tgetstr'
> terminal.o(.text+0x2db): undefined reference to `tgetstr'
> ../../readline/.libs/libreadline.a(terminal.o)(.text+0x2f3): more undefined references to `tgetstr' follow
> ../../readline/.libs/libreadline.a(terminal.o): In function `_rl_init_terminal_io':
> terminal.o(.text+0x33c): undefined reference to `PC'
> terminal.o(.text+0x341): undefined reference to `BC'
> terminal.o(.text+0x34b): undefined reference to `UP'
> terminal.o(.text+0x36c): undefined reference to `tgetflag'
> terminal.o(.text+0x3d4): undefined reference to `tgetflag'
> terminal.o(.text+0x531): undefined reference to `tgetflag'
> terminal.o(.text+0x54a): undefined reference to `tgetflag'
> terminal.o(.text+0x684): undefined reference to `PC'
> terminal.o(.text+0x695): undefined reference to `BC'
> terminal.o(.text+0x69f): undefined reference to `UP'
> terminal.o(.text+0x70d): undefined reference to `tgetent'
> ../../readline/.libs/libreadline.a(terminal.o): In function `_rl_backspace':
> terminal.o(.text+0xa55): undefined reference to `tputs'
> terminal.o(.text+0xa7b): undefined reference to `tputs'
> terminal.o(.text+0xaa1): undefined reference to `tputs'
> terminal.o(.text+0xac7): undefined reference to `tputs'
> terminal.o(.text+0xaed): undefined reference to `tputs'
> ../../readline/.libs/libreadline.a(terminal.o)(.text+0xb0f): more undefined references to `tputs' follow
> collect2: ld returned 1 exit status
> make[4]: *** [xine-remote] Error 1
> make[4]: Leaving directory `/var/tmp/portage/xine-ui-0.9.10/work/xine-ui-0.9.10/src/xitk'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/var/tmp/portage/xine-ui-0.9.10/work/xine-ui-0.9.10/src/xitk'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/var/tmp/portage/xine-ui-0.9.10/work/xine-ui-0.9.10/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/var/tmp/portage/xine-ui-0.9.10/work/xine-ui-0.9.10'
> make: *** [all-recursive-am] Error 2
>
> !!! ERROR: The ebuild did not complete successfully.
> !!! Function src_compile, Line 33, Exitcode 2
> !!! (no error message)
>
> !!! emerge aborting on /usr/portage/media-video/xine-ui/xine-ui-0.9.10.ebuild .
>
> > >cc1: warning: -malign-loops is obsolete, use -falign-loops
> > >cc1: warning: -malign-jumps is obsolete, use -falign-jumps
> > >cc1: warning: -malign-functions is obsolete, use -falign-functions
>
> Still see these, hmmm.
>
> --
> Jack Morgan <j-morgan@gol.com>
> GnuPG Key ID: 0x620F545F http://pgp.mit.edu
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2002-06-20 0:38 [gentoo-dev] GCC3.1 warnings Justin Lambert
2002-06-20 1:51 ` Ben Lutgens
2002-06-20 2:16 ` Jack Morgan
2002-06-20 2:21 99% ` Brandon Low
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox