From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from lostlogicx.com (host158.spe.iit.edu [198.37.27.158]) by chiba.3jane.net (Postfix) with ESMTP id DD35DAC75A for ; Wed, 19 Jun 2002 21:21:45 -0500 (CDT) Received: (from lostlogic@localhost) by lostlogicx.com (8.11.4/8.11.2) id g5K2Lj704881 for gentoo-dev@gentoo.org; Wed, 19 Jun 2002 21:21:45 -0500 Date: Wed, 19 Jun 2002 21:21:45 -0500 From: Brandon Low To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] GCC3.1 warnings Message-ID: <20020619212145.B21203@lostlogicx.com> References: <200206191938.30078.jlambert@eml.cc> <20020620015117.GD13457@athlon.dolly-llama.org> <20020620021610.GB8163@c3p0.bonyari.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020620021610.GB8163@c3p0.bonyari.com>; from yojack@jcom.home.ne.jp on Thu, Jun 20, 2002 at 11:16:10AM +0900 X-Operating-System: Linux found 2.4.17-openmosix Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: c68d0ca4-4477-4ed2-9105-0ef5de150497 X-Archives-Hash: ae00a3358fe287ecf94dccece5c4c3ea 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 > GnuPG Key ID: 0x620F545F http://pgp.mit.edu