* [gentoo-dev] GCC3.1 warnings
@ 2002-06-20 0:38 Justin Lambert
2002-06-20 1:29 ` Jack Morgan
2002-06-20 1:51 ` Ben Lutgens
0 siblings, 2 replies; 7+ messages in thread
From: Justin Lambert @ 2002-06-20 0:38 UTC (permalink / raw
To: gentoo-dev
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:
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
As far as I can tell it's something that is coded in the apps themselvs but I
could be wrong.
jl
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] GCC3.1 warnings
2002-06-20 0:38 [gentoo-dev] GCC3.1 warnings Justin Lambert
@ 2002-06-20 1:29 ` Jack Morgan
2002-06-20 1:52 ` Ben Lutgens
2002-06-20 1:51 ` Ben Lutgens
1 sibling, 1 reply; 7+ messages in thread
From: Jack Morgan @ 2002-06-20 1:29 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 753 bytes --]
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:
>
> 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
>
> As far as I can tell it's something that is coded in the apps themselvs but I
> could be wrong.
Did you get xine to compile. Xine-lib did but not xine-ui for me.
--
Jack Morgan <j-morgan@gol.com>
GnuPG Key ID: 0x620F545F http://pgp.mit.edu
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] GCC3.1 warnings
2002-06-20 0:38 [gentoo-dev] GCC3.1 warnings Justin Lambert
2002-06-20 1:29 ` Jack Morgan
@ 2002-06-20 1:51 ` Ben Lutgens
2002-06-20 2:16 ` Jack Morgan
1 sibling, 1 reply; 7+ messages in thread
From: Ben Lutgens @ 2002-06-20 1:51 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 802 bytes --]
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?
>
>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
>
>As far as I can tell it's something that is coded in the apps themselvs but I
>could be wrong.
>
>jl
>_______________________________________________
>gentoo-dev mailing list
>gentoo-dev@gentoo.org
>http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] GCC3.1 warnings
2002-06-20 1:29 ` Jack Morgan
@ 2002-06-20 1:52 ` Ben Lutgens
2002-06-20 2:18 ` Brandon Low
0 siblings, 1 reply; 7+ messages in thread
From: Ben Lutgens @ 2002-06-20 1:52 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 243 bytes --]
On Thu, Jun 20, 2002 at 10:29:06AM +0900, Jack Morgan wrote:
>Did you get xine to compile. Xine-lib did but not xine-ui for me.
FWIW both compiled and worked great for me (I used the latest versions
which I'm sure still are package masked)
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] GCC3.1 warnings
2002-06-20 1:51 ` Ben Lutgens
@ 2002-06-20 2:16 ` Jack Morgan
2002-06-20 2:21 ` Brandon Low
0 siblings, 1 reply; 7+ messages in thread
From: Jack Morgan @ 2002-06-20 2:16 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 5866 bytes --]
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
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] GCC3.1 warnings
2002-06-20 1:52 ` Ben Lutgens
@ 2002-06-20 2:18 ` Brandon Low
0 siblings, 0 replies; 7+ messages in thread
From: Brandon Low @ 2002-06-20 2:18 UTC (permalink / raw
To: gentoo-dev
Information from the horses mouth as it were (as I'm the one currently
working on the xine ebuilds):
1) Please report any problems with xine-0.9.10-r1 ebuilds to me, as AFAIK
they should work on all compilers and all supported ARCHs (PPC and X86)
2) Thos flags are set in the xine makefiles, and I am considering
using a compiler dependant patch to make it use the correct flags
3) xine-0.9.10 is no longer masked, however xine-d4d and xine-d5d do not
work with it, so beware.
Have fun watching movies, I personally have watched 3 movies in the past
24 hours using xine, my dxr3 card, and the pcre on the fly mpeg encoding
functions of xine... working great so far!
--Brandon
On Wed, 06/19/02 at 20:52:05 -0500, Ben Lutgens wrote:
> On Thu, Jun 20, 2002 at 10:29:06AM +0900, Jack Morgan wrote:
> >Did you get xine to compile. Xine-lib did but not xine-ui for me.
>
>
>
> FWIW both compiled and worked great for me (I used the latest versions
> which I'm sure still are package masked)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] GCC3.1 warnings
2002-06-20 2:16 ` Jack Morgan
@ 2002-06-20 2:21 ` Brandon Low
0 siblings, 0 replies; 7+ messages in thread
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 [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-06-20 2:21 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-20 0:38 [gentoo-dev] GCC3.1 warnings Justin Lambert
2002-06-20 1:29 ` Jack Morgan
2002-06-20 1:52 ` Ben Lutgens
2002-06-20 2:18 ` Brandon Low
2002-06-20 1:51 ` Ben Lutgens
2002-06-20 2:16 ` Jack Morgan
2002-06-20 2:21 ` Brandon Low
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox