public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] -fvisibility=hidden
@ 2006-06-17  2:04 David Corbin
  2006-06-17  3:08 ` Jeremy Olexa
  0 siblings, 1 reply; 4+ messages in thread
From: David Corbin @ 2006-06-17  2:04 UTC (permalink / raw
  To: gentoo-user

while attempt to upgrade my system, I'm getting this failure.

 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include 
-I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine 
-I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib 
-DXINE_COMPILE -fvisibility=hidden -DNDEBUG -D_REENTRANT 
-D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -O2 -mcpu=i686 -fomit-frame-pointer 
-frename-registers -ffunction-sections -c audio_none_out.c  -fPIC -DPIC 
-o .libs/xineplug_ao_out_none_la-audio_none_out.o
cc1: error: unrecognized option `-fvisibility=hidden'
make[3]: *** [xineplug_ao_out_none_la-audio_none_out.lo] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/xine-lib-1.1.2_pre20060328-r9/work/xine-lib-1.1.2cvs/src/audio_out'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/xine-lib-1.1.2_pre20060328-r9/work/xine-lib-1.1.2cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/xine-lib-1.1.2_pre20060328-r9/work/xine-lib-1.1.2cvs'
make: *** [all] Error 2

!!! ERROR: media-libs/xine-lib-1.1.2_pre20060328-r9 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  xine-lib-1.1.2_pre20060328-r9.ebuild, line 235:   Called die

Any ideas for working around it?
David
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] -fvisibility=hidden
  2006-06-17  2:04 [gentoo-user] -fvisibility=hidden David Corbin
@ 2006-06-17  3:08 ` Jeremy Olexa
  2006-06-17 10:15   ` David Corbin
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremy Olexa @ 2006-06-17  3:08 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David Corbin wrote:
> while attempt to upgrade my system, I'm getting this failure.
> 
>  i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include 
> -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine 
> -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib 
> -DXINE_COMPILE -fvisibility=hidden -DNDEBUG -D_REENTRANT 
> -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -O2 -mcpu=i686 -fomit-frame-pointer 
> -frename-registers -ffunction-sections -c audio_none_out.c  -fPIC -DPIC 
> -o .libs/xineplug_ao_out_none_la-audio_none_out.o
> cc1: error: unrecognized option `-fvisibility=hidden'
> make[3]: *** [xineplug_ao_out_none_la-audio_none_out.lo] Error 1
> make[3]: Leaving directory 
> `/var/tmp/portage/xine-lib-1.1.2_pre20060328-r9/work/xine-lib-1.1.2cvs/src/audio_out'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory 
> `/var/tmp/portage/xine-lib-1.1.2_pre20060328-r9/work/xine-lib-1.1.2cvs/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory 
> `/var/tmp/portage/xine-lib-1.1.2_pre20060328-r9/work/xine-lib-1.1.2cvs'
> make: *** [all] Error 2
> 
> !!! ERROR: media-libs/xine-lib-1.1.2_pre20060328-r9 failed.
> Call stack:
>   ebuild.sh, line 1539:   Called dyn_compile
>   ebuild.sh, line 939:   Called src_compile
>   xine-lib-1.1.2_pre20060328-r9.ebuild, line 235:   Called die
> 
> Any ideas for working around it?
> David

There was just a thread about this issue this week..
http://thread.gmane.org/gmane.linux.gentoo.user/163209/focus=163209 I
think the consensus was to upgrade gcc to the latest stable version. I
don't remember exactly though. HTH and please search next time. ;-)

- --
Jeremy Olexa
(olexa@cs.umn.edu)
Office: EE/CS 1-201
CS/IT Systems Staff
University of Minnesota

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEk3I9FN7pD9kMi/URAg2UAJ9xZ9kpf8lUDtaWIMWJdSvgWTOIAwCffzJp
f4nkhx/U5VvDxoqwbaQpDo8=
=RILG
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] -fvisibility=hidden
  2006-06-17  3:08 ` Jeremy Olexa
@ 2006-06-17 10:15   ` David Corbin
  2006-06-18 16:04     ` Jeremy Olexa
  0 siblings, 1 reply; 4+ messages in thread
From: David Corbin @ 2006-06-17 10:15 UTC (permalink / raw
  To: gentoo-user

On Friday 16 June 2006 11:08 pm, Jeremy Olexa wrote:
> David Corbin wrote:
> > while attempt to upgrade my system, I'm getting this failure.
> >
> >  i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..
> > -I../../include -I../../include -I../../src -I../../src/xine-engine
> > -I../../src/xine-engine -I../../src/xine-utils -I../../src/input
> > -I../../src/input -I../../lib -DXINE_COMPILE -fvisibility=hidden -DNDEBUG
> > -D_REENTRANT
> > -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -O2 -mcpu=i686 -fomit-frame-pointer
> > -frename-registers -ffunction-sections -c audio_none_out.c  -fPIC -DPIC
> > -o .libs/xineplug_ao_out_none_la-audio_none_out.o
> > cc1: error: unrecognized option `-fvisibility=hidden'
> > make[3]: *** [xineplug_ao_out_none_la-audio_none_out.lo] Error 1
> > make[3]: Leaving directory
> > `/var/tmp/portage/xine-lib-1.1.2_pre20060328-r9/work/xine-lib-1.1.2cvs/sr
> >c/audio_out' make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory
> > `/var/tmp/portage/xine-lib-1.1.2_pre20060328-r9/work/xine-lib-1.1.2cvs/sr
> >c' make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory
> > `/var/tmp/portage/xine-lib-1.1.2_pre20060328-r9/work/xine-lib-1.1.2cvs'
> > make: *** [all] Error 2
> >
> > !!! ERROR: media-libs/xine-lib-1.1.2_pre20060328-r9 failed.
> > Call stack:
> >   ebuild.sh, line 1539:   Called dyn_compile
> >   ebuild.sh, line 939:   Called src_compile
> >   xine-lib-1.1.2_pre20060328-r9.ebuild, line 235:   Called die
> >
> > Any ideas for working around it?
> > David
>
> There was just a thread about this issue this week..
> http://thread.gmane.org/gmane.linux.gentoo.user/163209/focus=163209 I
> think the consensus was to upgrade gcc to the latest stable version. I
> don't remember exactly though. HTH and please search next time. ;-)

Thanks.  I happened on that thread this morning, and I did search, but I guess 
it was too fresh for Google.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] -fvisibility=hidden
  2006-06-17 10:15   ` David Corbin
@ 2006-06-18 16:04     ` Jeremy Olexa
  0 siblings, 0 replies; 4+ messages in thread
From: Jeremy Olexa @ 2006-06-18 16:04 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David Corbin wrote:

> Thanks.  I happened on that thread this morning, and I did search, but I guess 
> it was too fresh for Google.

Well yea, I would try www.gmane.org next time. It is a great resource
because it "tracks" ALOT of mailing lists including all(?) of the gentoo
lists.

- --
Jeremy Olexa
(olexa@cs.umn.edu)
Office: EE/CS 1-201
CS/IT Systems Staff
University of Minnesota

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFElXmTFN7pD9kMi/URArzxAJ9G3z81ldWE3TmEOt7PrOHJobDpxQCfel6A
TEO5Wr6Gdrh+UI+prJMkbHQ=
=CIFR
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-06-18 16:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-17  2:04 [gentoo-user] -fvisibility=hidden David Corbin
2006-06-17  3:08 ` Jeremy Olexa
2006-06-17 10:15   ` David Corbin
2006-06-18 16:04     ` Jeremy Olexa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox