Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge of xine-lib fails
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
scharkalvin
Guru
Guru


Joined: 31 Jan 2004
Posts: 331
Location: south florida

PostPosted: Sat Jun 10, 2006 2:27 am    Post subject: emerge of xine-lib fails Reply with quote

A check on the forums and bugzilla seems to show there may still be an open bug on this.
I was able to build xine-lib on a different system. The box if fails on is running gcc 3.3.6
the box it builds on is running 3.4.?

Any ideas what can cause this failure, where shoud I look?

DeepPenguin ken # emerge -u xine-lib
Calculating dependencies ...done!
>>> emerge (1 of 1) media-libs/xine-lib-1.1.2_pre20060328-r9 to /
>>> md5 files ;-) xine-lib-1.1.2_pre20060328-r10.ebuild
>>> md5 files ;-) xine-lib-1.1.2_pre20060328-r1.ebuild
>>> md5 files ;-) xine-lib-1.1.1-r3.ebuild
>>> md5 files ;-) xine-lib-1.1.2_pre20060328-r9.ebuild
>>> md5 files ;-) files/digest-xine-lib-1.1.2_pre20060328-r10
>>> md5 files ;-) files/digest-xine-lib-1.1.2_pre20060328-r1
>>> md5 files ;-) files/digest-xine-lib-1.1.2_pre20060328-r9
>>> md5 files ;-) files/digest-xine-lib-1.1.1-r3
>>> md5 src_uri ;-) xine-lib-1.1.2cvs20060328.tar.gz
>>> md5 src_uri ;-) xine-lib-patches-43.tar.bz2
>>> Unpacking source...
>>> Unpacking xine-lib-1.1.2cvs20060328.tar.gz to /var/tmp/portage/xine-lib-1.1.2_pre20060328-r9/work
>>> Unpacking xine-lib-patches-43.tar.bz2 to /var/tmp/portage/xine-lib-1.1.2_pre20060328-r9/work
* Applying various patches (bugfixes/updates) ...
* 030_all_vidix-gcc4.patch ... [ ok ]
* 100_all_newffmpeg.patch ... [ ok ]
* 120_all_textrels.patch ... [ ok ]
* 170_all_postproc.patch ... [ ok ]
* 180_all_faad-64bit.patch ... [ ok ]
* 190_all_implicit-declarations.patch ... [ ok ]
* 200_all_automake.patch ... [ ok ]
* 210_all_ppc-asflags.patch ... [ ok ]
* 220_all_dontcrashmad.patch ... [ ok ]
* 230_all_httpauth.patch ... [ ok ]
* 235_all_osd.patch ... [ ok ]
* 240_all_constplugins.patch ...

* Failed Patch: 240_all_constplugins.patch !
* ( /var/tmp/portage/xine-lib-1.1.2_pre20060328-r9/work/patches/240_all_constplugins.patch )
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/xine-lib-1.1.2_pre20060328-r9/temp/240_all_constplugins.patch-9333.out


!!! ERROR: media-libs/xine-lib-1.1.2_pre20060328-r9 failed.
!!! Function epatch, Line 339, Exitcode 0
!!! Failed Patch: 240_all_constplugins.patch!
!!! If you need support, post the topmost build error, NOT this status message.
Back to top
View user's profile Send private message
sternklang
Veteran
Veteran


Joined: 10 Sep 2005
Posts: 1641
Location: Somewhere in time and space

PostPosted: Sat Jun 10, 2006 3:54 am    Post subject: Reply with quote

Compiling with gcc 3.3 will cause the failure to happen. Since the bug is no longer open, I guess the newer pre-release snapshot in Portage fixed this, so you should emerge --sync and emerge xine-lib again.
Back to top
View user's profile Send private message
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Sat Jun 10, 2006 12:09 pm    Post subject: Reply with quote

hi,
try to switch your gcc 3.3 to 3.4 using gcc-config.. :roll:

you can check your current versione by:

Code:
# gcc-config -l


and switching..

Code:
# gcc-config X


bye
_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql
Back to top
View user's profile Send private message
sternklang
Veteran
Veteran


Joined: 10 Sep 2005
Posts: 1641
Location: Somewhere in time and space

PostPosted: Sat Jun 10, 2006 12:19 pm    Post subject: Reply with quote

There's a lot more to switching gcc from 3.3 to 3.4 than using gcc-config. If you choose to do that, please read the Gentoo Linux GCC Upgrade Guide with special attention to the 3.3->3.4 section as there were changes between those versions that will break all programs written in C++ if you don't follow the instructions.
Back to top
View user's profile Send private message
scharkalvin
Guru
Guru


Joined: 31 Jan 2004
Posts: 331
Location: south florida

PostPosted: Sat Jun 10, 2006 1:42 pm    Post subject: Reply with quote

Code:
Compiling with gcc 3.3 will cause the failure to happen. Since the bug is no longer open, I guess the newer pre-release snapshot in Portage fixed this, so you should emerge --sync and emerge xine-lib again.


Then again maybe not. I got this error after a emerge sync just a few days ago.
So unless there was a change in the xine-lib ebuild this week emerge --sync won't help.
But I will try updating to gcc 3.4.6.

BTW what's the difference between emerge --sync and emerge sync?
Back to top
View user's profile Send private message
sternklang
Veteran
Veteran


Joined: 10 Sep 2005
Posts: 1641
Location: Somewhere in time and space

PostPosted: Sat Jun 10, 2006 2:35 pm    Post subject: Reply with quote

scharkalvin wrote:
I got this error after a emerge sync just a few days ago.

The updated xine-lib entered Portage yesterday.

scharkalvin wrote:
BTW what's the difference between emerge --sync and emerge sync?

Portage 2.1 enforces consistency in option syntax. --sync and --info must be used with 2.1 instead of sync and info so it's good to get in the habit even if you're using 2.0.x.

Of course, there are lots of great new features in 2.1 so it's not just a matter of making the syntax consistant, but that's the answer to your question. :wink:
Back to top
View user's profile Send private message
scharkalvin
Guru
Guru


Joined: 31 Jan 2004
Posts: 331
Location: south florida

PostPosted: Sat Jun 10, 2006 2:46 pm    Post subject: Reply with quote

I see there are two new versions of xine-lib in portage, but both
are currently masked "~". I got the present stable version to compile
on another computer that has gcc 3.4.4 running, and it failed
on this computer running gcc 3.3.6

So I know the current stable version SHOULD compile, perhaps only
with 3.4.x and higher??

I will go though the upgrade procedure this weekend to gcc 3.4.6
and see what happens. (probably take 72 hours to do emerge -e world!)
Back to top
View user's profile Send private message
sternklang
Veteran
Veteran


Joined: 10 Sep 2005
Posts: 1641
Location: Somewhere in time and space

PostPosted: Sat Jun 10, 2006 2:59 pm    Post subject: Reply with quote

As I mentioned in my post above, the bug is related to compiling under gcc 3.3. Updating your system to 3.4 is a good idea anyway, but you shouldn't be concerned about using testing packages as long as you are selective about which packages you are using. There isn't much xine-lib will break if there's a problem, unlike, say, glibc, and I haven't encountered a xine-lib problem anytime recently. So while I wouldn't discourage you from updating gcc, the fix for this particular problem is pretty simple -- just keyword xine-lib.
Back to top
View user's profile Send private message
scharkalvin
Guru
Guru


Joined: 31 Jan 2004
Posts: 331
Location: south florida

PostPosted: Sat Jun 10, 2006 4:20 pm    Post subject: Reply with quote

I added a line to /etc/portage/package.keywords

media-libs/xine-lib ~x86 and then

DeepPenguin ken # emerge -u xine-lib
Calculating dependencies ...done!
>>> emerge (1 of 1) media-libs/xine-lib-1.1.2_pre20060328-r10 to /
>>> md5 files ;-) xine-lib-1.1.2_pre20060328-r10.ebuild
>>> md5 files ;-) xine-lib-1.1.2_pre20060328-r1.ebuild
>>> md5 files ;-) xine-lib-1.1.1-r3.ebuild
>>> md5 files ;-) xine-lib-1.1.2_pre20060328-r9.ebuild
>>> md5 files ;-) files/digest-xine-lib-1.1.2_pre20060328-r10
>>> md5 files ;-) files/digest-xine-lib-1.1.2_pre20060328-r1
>>> md5 files ;-) files/digest-xine-lib-1.1.2_pre20060328-r9
>>> md5 files ;-) files/digest-xine-lib-1.1.1-r3
>>> md5 src_uri ;-) xine-lib-1.1.2cvs20060328.tar.gz
>>> md5 src_uri ;-) xine-lib-patches-44.tar.bz2
>>> Unpacking source...
>>> Unpacking xine-lib-1.1.2cvs20060328.tar.gz to /var/tmp/portage/xine-lib-1.1.2_pre20060328-r10/work
>>> Unpacking xine-lib-patches-44.tar.bz2 to /var/tmp/portage/xine-lib-1.1.2_pre20060328-r10/work
* Applying various patches (bugfixes/updates) ...
* 030_all_vidix-gcc4.patch ... [ ok ]
* 100_all_newffmpeg.patch ... [ ok ]
* 120_all_textrels.patch ... [ ok ]
* 170_all_postproc.patch ... [ ok ]
* 180_all_faad-64bit.patch ... [ ok ]
* 190_all_implicit-declarations.patch ... [ ok ]
* 200_all_automake.patch ... [ ok ]
* 210_all_ppc-asflags.patch ... [ ok ]
* 220_all_dontcrashmad.patch ... [ ok ]
* 230_all_httpauth.patch ... [ ok ]
* 235_all_osd.patch ... [ ok ]
* 240_all_constplugins.patch ...

* Failed Patch: 240_all_constplugins.patch !
* ( /var/tmp/portage/xine-lib-1.1.2_pre20060328-r10/work/patches/240_all_constplugins.patch )
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/xine-lib-1.1.2_pre20060328-r10/temp/240_all_constplugins.patch-8569.out


!!! ERROR: media-libs/xine-lib-1.1.2_pre20060328-r10 failed.
!!! Function epatch, Line 339, Exitcode 0
!!! Failed Patch: 240_all_constplugins.patch!
!!! If you need support, post the topmost build error, NOT this status message.

Was that version that fixed the bug or is there yet a later one?
Back to top
View user's profile Send private message
sternklang
Veteran
Veteran


Joined: 10 Sep 2005
Posts: 1641
Location: Somewhere in time and space

PostPosted: Sat Jun 10, 2006 4:44 pm    Post subject: Reply with quote

sternklang wrote:
The updated xine-lib entered Portage yesterday.

Code:
 esearch xine-lib
[ Results for search key : xine-lib ]
[ Applications found : 1 ]

*  media-libs/xine-lib
      Latest version available: 1.1.2_pre20060606-r1
      Latest version installed: 1.1.2_pre20060606
      Size of downloaded files: 19,293 kB
      Homepage:    http://xine.sourceforge.net/
      Description: Core libraries for Xine movie player
      License:     GPL-2
Back to top
View user's profile Send private message
scharkalvin
Guru
Guru


Joined: 31 Jan 2004
Posts: 331
Location: south florida

PostPosted: Sat Jun 10, 2006 7:12 pm    Post subject: Reply with quote

In process of emerge --sync now.
Then I'll try again to emerge xine-lib

For some reason I suspect that the problem ISN'T related to gcc
since it is failing during a patch operation, this looks more like a
scripting error. The fact that it DOES build on a different machine
might really be due to which mix of USE flags are set on both
machines and /or which other packages are installed.

The other machine has neither gnome or kde installed (it uses XFC)
while I have BOTH desktops installed on this one (that fails).

I'll post another reply after attempt the ebuild again as soon as
the sync update completes.
Back to top
View user's profile Send private message
scharkalvin
Guru
Guru


Joined: 31 Jan 2004
Posts: 331
Location: south florida

PostPosted: Sat Jun 10, 2006 8:40 pm    Post subject: Reply with quote

Well it failed again, but different.

Here is the tail end of the output (guess I should have set the xterm to unlimited capture)



make: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1.2
cvs20060606/po'
make xine-lib.pot-update
make[1]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/po'
sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
mv t-remove-potcdate.sed remove-potcdate.sed
if test -n '' || test '' = '@'PACKAGE_BUGREPORT'@'; then \
msgid_bugs_address=''; \
else \
msgid_bugs_address=''; \
fi; \
/usr/bin/xgettext --default-domain=xine-lib --directory=.. \
--add-comments=TRANSLATORS: --keyword=_ --keyword=N_ --from-code=UTF-8 \
--files-from=./POTFILES.in \
--copyright-holder='Copyright (C) 2000-2006 the xine project' \
--msgid-bugs-address="$msgid_bugs_address"
/usr/bin/xgettext: warning: The option --msgid-bugs-address was not specified.
If you are using a `Makevars' file, please specify
the MSGID_BUGS_ADDRESS variable there; otherwise please
specify an --msgid-bugs-address command line option.
test ! -f xine-lib.po || { \
if test -f ./xine-lib.pot; then \
sed -f remove-potcdate.sed < ./xine-lib.pot > xine-lib.1po && \
sed -f remove-potcdate.sed < xine-lib.po > xine-lib.2po && \
if cmp xine-lib.1po xine-lib.2po >/dev/null 2>&1; then \
rm -f xine-lib.1po xine-lib.2po xine-lib.po; \
else \
rm -f xine-lib.1po xine-lib.2po ./xine-lib.pot && \
mv xine-lib.po ./xine-lib.pot; \
fi; \
else \
mv xine-lib.po ./xine-lib.pot; \
fi; \
}
make[1]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/po'
test -z "pt_BR.po-update cs.po-update eu.po-update it.po-update pl.po-update sk.po-update fr
.po-update de.po-update es.po-update" || make pt_BR.po-update cs.po-update eu.po-update it.p
o-update pl.po-update sk.po-update fr.po-update de.po-update es.po-update
make[1]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/po'
pt_BR:
msgmerge pt_BR.po xine-lib.pot -o pt_BR.new.po
......................................................................................... do
ne.
cs:
msgmerge cs.po xine-lib.pot -o cs.new.po
............................................................................................
... done.
eu:
msgmerge eu.po xine-lib.pot -o eu.new.po
............................................................................................
.. done.
it:
msgmerge it.po xine-lib.pot -o it.new.po
............................................................................................
.... done.
pl:
msgmerge pl.po xine-lib.pot -o pl.new.po
....................................................................................... done
.
sk:
msgmerge sk.po xine-lib.pot -o sk.new.po
............................................................................................
... done.
fr:
msgmerge fr.po xine-lib.pot -o fr.new.po
......................................................................................... do
ne.
de:
msgmerge de.po xine-lib.pot -o de.new.po
............................................................................................
... done.
es:
msgmerge es.po xine-lib.pot -o es.new.po
......................................................................................... do
ne.
make[1]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/po'
make update-gmo
make[1]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/po'
rm -f pt_BR.gmo && /usr/bin/gmsgfmt -c --statistics -o pt_BR.gmo pt_BR.po
19 translated messages, 122 fuzzy translations, 717 untranslated messages.
rm -f cs.gmo && /usr/bin/gmsgfmt -c --statistics -o cs.gmo cs.po
839 translated messages, 11 fuzzy translations, 8 untranslated messages.
rm -f eu.gmo && /usr/bin/gmsgfmt -c --statistics -o eu.gmo eu.po
559 translated messages, 74 fuzzy translations, 225 untranslated messages.
rm -f it.gmo && /usr/bin/gmsgfmt -c --statistics -o it.gmo it.po
836 translated messages, 10 fuzzy translations, 12 untranslated messages.
rm -f pl.gmo && /usr/bin/gmsgfmt -c --statistics -o pl.gmo pl.po
81 translated messages, 149 fuzzy translations, 628 untranslated messages.
rm -f sk.gmo && /usr/bin/gmsgfmt -c --statistics -o sk.gmo sk.po
398 translated messages, 186 fuzzy translations, 274 untranslated messages.
rm -f fr.gmo && /usr/bin/gmsgfmt -c --statistics -o fr.gmo fr.po
25 translated messages, 114 fuzzy translations, 719 untranslated messages.
rm -f de.gmo && /usr/bin/gmsgfmt -c --statistics -o de.gmo de.po
839 translated messages, 11 fuzzy translations, 8 untranslated messages.
rm -f es.gmo && /usr/bin/gmsgfmt -c --statistics -o es.gmo es.po
20 translated messages, 119 fuzzy translations, 719 untranslated messages.
make[1]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/po'
make: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1.2c
vs20060606/po'
make all-recursive
make[1]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606'
Making all in doc
make[2]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/doc'
Making all in man
make[3]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/doc/man'
Making all in en
make[4]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/doc/man/en'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/doc/man/en'
make[4]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/doc/man'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/doc/man'
make[3]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/doc/man'
Making all in hackersguide
make[3]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/doc/hackersguide'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/doc/hackersguide'
Making all in faq
make[3]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/doc/faq'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/doc/faq'
make[3]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/doc'
make[2]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/doc'
Making all in m4
make[2]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/m4'
Making all in po
make[2]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/po'
test ! -f ./xine-lib.pot || \
test -z "pt_BR.gmo cs.gmo eu.gmo it.gmo pl.gmo sk.gmo fr.gmo de.gmo es.gmo" || make pt_BR.
gmo cs.gmo eu.gmo it.gmo pl.gmo sk.gmo fr.gmo de.gmo es.gmo
make[3]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/po'
make[3]: `pt_BR.gmo' is up to date.
make[3]: `cs.gmo' is up to date.
make[3]: `eu.gmo' is up to date.
make[3]: `it.gmo' is up to date.
make[3]: `pl.gmo' is up to date.
make[3]: `sk.gmo' is up to date.
make[3]: `fr.gmo' is up to date.
make[3]: `de.gmo' is up to date.
make[3]: `es.gmo' is up to date.
make[3]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/po'
touch stamp-po
make[2]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/po'
Making all in misc
make[2]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/misc'
Making all in fonts
make[3]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/misc/fonts'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/misc/fonts'
make[3]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/misc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/misc'
make[2]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/misc'
Making all in include
make[2]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/include'
Making all in lib
make[2]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/lib'
/bin/sh ../libtool-nofpic --mode=link i686-pc-linux-gnu-gcc -DNDEBUG -D_REENTRANT -D_FILE_O
FFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -f
function-sections -o libxineposix.la
mkdir .libs
i686-pc-linux-gnu-ar cru .libs/libxineposix.a
i686-pc-linux-gnu-ranlib .libs/libxineposix.a
creating libxineposix.la
(cd .libs && rm -f libxineposix.la && ln -s ../libxineposix.la libxineposix.la)
make[2]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/lib'
Making all in src
make[2]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/src'
Making all in xine-utils
make[3]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/src/xine-utils'
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENAB
LE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o cpu_accel.lo
`test -f 'cpu_accel.c' || echo './'`cpu_accel.c
mkdir .libs
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -DNDEBUG -D_REE
NTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frena
me-registers -ffunction-sections -c cpu_accel.c -fPIC -DPIC -o .libs/cpu_accel.o
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENAB
LE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o color.lo `te
st -f 'color.c' || echo './'`color.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -DNDEBUG -D_REE
NTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frena
me-registers -ffunction-sections -c color.c -fPIC -DPIC -o .libs/color.o
In file included from ../../src/xine-engine/xine_internal.h:52,
from color.c:67:
../../src/xine-engine/info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from color.c:67:
../../src/xine-engine/xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENAB
LE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o copy.lo `tes
t -f 'copy.c' || echo './'`copy.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -DNDEBUG -D_REE
NTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frena
me-registers -ffunction-sections -c copy.c -fPIC -DPIC -o .libs/copy.o
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENAB
LE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o list.lo `tes
t -f 'list.c' || echo './'`list.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -DNDEBUG -D_REE
NTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frena
me-registers -ffunction-sections -c list.c -fPIC -DPIC -o .libs/list.o
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENAB
LE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o memcpy.lo `t
est -f 'memcpy.c' || echo './'`memcpy.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -DNDEBUG -D_REE
NTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frena
me-registers -ffunction-sections -c memcpy.c -fPIC -DPIC -o .libs/memcpy.o
In file included from ../../src/xine-engine/xine_internal.h:52,
from memcpy.c:53:
../../src/xine-engine/info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from memcpy.c:53:
../../src/xine-engine/xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENAB
LE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o monitor.lo `
test -f 'monitor.c' || echo './'`monitor.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -DNDEBUG -D_REE
NTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frena
me-registers -ffunction-sections -c monitor.c -fPIC -DPIC -o .libs/monitor.o
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENAB
LE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o utils.lo `te
st -f 'utils.c' || echo './'`utils.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -DNDEBUG -D_REE
NTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frena
me-registers -ffunction-sections -c utils.c -fPIC -DPIC -o .libs/utils.o
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENAB
LE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o xine_check.l
o `test -f 'xine_check.c' || echo './'`xine_check.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -DNDEBUG -D_REE
NTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frena
me-registers -ffunction-sections -c xine_check.c -fPIC -DPIC -o .libs/xine_check.o
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENAB
LE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o xine_mutex.l
o `test -f 'xine_mutex.c' || echo './'`xine_mutex.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -DNDEBUG -D_REE
NTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frena
me-registers -ffunction-sections -c xine_mutex.c -fPIC -DPIC -o .libs/xine_mutex.o
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENAB
LE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o xmllexer.lo
`test -f 'xmllexer.c' || echo './'`xmllexer.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -DNDEBUG -D_REE
NTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frena
me-registers -ffunction-sections -c xmllexer.c -fPIC -DPIC -o .libs/xmllexer.o
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENAB
LE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o xine_buffer.
lo `test -f 'xine_buffer.c' || echo './'`xine_buffer.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -DNDEBUG -D_REE
NTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frena
me-registers -ffunction-sections -c xine_buffer.c -fPIC -DPIC -o .libs/xine_buffer.o
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENAB
LE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o xmlparser.lo
`test -f 'xmlparser.c' || echo './'`xmlparser.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -DNDEBUG -D_REE
NTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frena
me-registers -ffunction-sections -c xmlparser.c -fPIC -DPIC -o .libs/xmlparser.o
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENAB
LE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o array.lo `te
st -f 'array.c' || echo './'`array.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -DNDEBUG -D_REE
NTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frena
me-registers -ffunction-sections -c array.c -fPIC -DPIC -o .libs/array.o
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENAB
LE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o sorted_array
.lo `test -f 'sorted_array.c' || echo './'`sorted_array.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -DNDEBUG -D_REE
NTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frena
me-registers -ffunction-sections -c sorted_array.c -fPIC -DPIC -o .libs/sorted_array.o
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENAB
LE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o pool.lo `tes
t -f 'pool.c' || echo './'`pool.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -DNDEBUG -D_REE
NTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frena
me-registers -ffunction-sections -c pool.c -fPIC -DPIC -o .libs/pool.o
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENAB
LE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o ring_buffer.
lo `test -f 'ring_buffer.c' || echo './'`ring_buffer.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -DNDEBUG -D_REE
NTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frena
me-registers -ffunction-sections -c ring_buffer.c -fPIC -DPIC -o .libs/ring_buffer.o
/bin/sh ../../libtool --mode=link i686-pc-linux-gnu-gcc -DNDEBUG -D_REENTRANT -D_FILE_OFFSE
T_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunc
tion-sections -o libxineutils.la cpu_accel.lo color.lo copy.lo list.lo memcpy.lo monito
r.lo utils.lo xine_check.lo xine_mutex.lo xmllexer.lo xine_buffer.lo xmlparser.lo array.lo s
orted_array.lo pool.lo ring_buffer.lo
i686-pc-linux-gnu-ar cru .libs/libxineutils.a .libs/cpu_accel.o .libs/color.o .libs/copy.o .
libs/list.o .libs/memcpy.o .libs/monitor.o .libs/utils.o .libs/xine_check.o .libs/xine_mutex
.o .libs/xmllexer.o .libs/xine_buffer.o .libs/xmlparser.o .libs/array.o .libs/sorted_array.o
.libs/pool.o .libs/ring_buffer.o
i686-pc-linux-gnu-ranlib .libs/libxineutils.a
creating libxineutils.la
(cd .libs && rm -f libxineutils.la && ln -s ../libxineutils.la libxineutils.la)
make[3]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/src/xine-utils'
Making all in xine-engine
make[3]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.
1.2cvs20060606/src/xine-engine'
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o xine.lo `test -f 'xine.c' || echo './'`xine.c
mkdir .libs
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c xine.c -fPIC -DPIC -o .libs/xi
ne.o
In file included from xine_internal.h:52,
from xine.c:60:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from xine.c:60:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o metronom.lo `test -f 'metronom.c' || echo './'`metronom.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c metronom.c -fPIC -DPIC -o .lib
s/metronom.o
In file included from xine_internal.h:52,
from metronom.c:45:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from metronom.c:45:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o configfile.lo `test -f 'configfile.c' || echo './'`configfile.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c configfile.c -fPIC -DPIC -o .l
ibs/configfile.o
In file included from xine_internal.h:52,
from configfile.c:46:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from configfile.c:46:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o buffer.lo `test -f 'buffer.c' || echo './'`buffer.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c buffer.c -fPIC -DPIC -o .libs/
buffer.o
In file included from xine_internal.h:52,
from buffer.c:51:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from buffer.c:51:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o load_plugins.lo `test -f 'load_plugins.c' || echo './'`load_plugins.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c load_plugins.c -fPIC -DPIC -o
.libs/load_plugins.o
In file included from xine_internal.h:52,
from load_plugins.c:55:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from load_plugins.c:55:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o video_decoder.lo `test -f 'video_decoder.c' || echo './'`video_decoder.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c video_decoder.c -fPIC -DPIC -o
.libs/video_decoder.o
In file included from xine_internal.h:52,
from video_decoder.c:40:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from video_decoder.c:40:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o buffer_types.lo `test -f 'buffer_types.c' || echo './'`buffer_types.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c buffer_types.c -fPIC -DPIC -o
.libs/buffer_types.o
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o audio_decoder.lo `test -f 'audio_decoder.c' || echo './'`audio_decoder.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c audio_decoder.c -fPIC -DPIC -o
.libs/audio_decoder.o
In file included from xine_internal.h:52,
from audio_decoder.c:44:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from audio_decoder.c:44:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o video_out.lo `test -f 'video_out.c' || echo './'`video_out.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c video_out.c -fPIC -DPIC -o .li
bs/video_out.o
In file included from xine_internal.h:52,
from video_out.c:49:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from video_out.c:49:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o audio_out.lo `test -f 'audio_out.c' || echo './'`audio_out.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c audio_out.c -fPIC -DPIC -o .li
bs/audio_out.o
In file included from xine_internal.h:52,
from audio_out.c:91:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from audio_out.c:91:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o resample.lo `test -f 'resample.c' || echo './'`resample.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c resample.c -fPIC -DPIC -o .lib
s/resample.o
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o events.lo `test -f 'events.c' || echo './'`events.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c events.c -fPIC -DPIC -o .libs/
events.o
In file included from xine_internal.h:52,
from events.c:32:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from events.c:32:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o video_overlay.lo `test -f 'video_overlay.c' || echo './'`video_overlay.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c video_overlay.c -fPIC -DPIC -o
.libs/video_overlay.o
In file included from xine_internal.h:52,
from video_overlay.c:32:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from video_overlay.c:32:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o osd.lo `test -f 'osd.c' || echo './'`osd.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c osd.c -fPIC -DPIC -o .libs/osd
.o
In file included from xine_internal.h:52,
from osd.c:51:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from osd.c:51:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o scratch.lo `test -f 'scratch.c' || echo './'`scratch.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c scratch.c -fPIC -DPIC -o .libs
/scratch.o
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o demux.lo `test -f 'demux.c' || echo './'`demux.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c demux.c -fPIC -DPIC -o .libs/d
emux.o
In file included from xine_internal.h:52,
from demux.c:44:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from demux.c:44:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o vo_scale.lo `test -f 'vo_scale.c' || echo './'`vo_scale.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c vo_scale.c -fPIC -DPIC -o .lib
s/vo_scale.o
In file included from xine_internal.h:52,
from vo_scale.c:37:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from vo_scale.c:37:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o xine_interface.lo `test -f 'xine_interface.c' || echo './'`xine_interface.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c xine_interface.c -fPIC -DPIC -
o .libs/xine_interface.o
In file included from xine_internal.h:52,
from xine_interface.c:46:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from xine_interface.c:46:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o post.lo `test -f 'post.c' || echo './'`post.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c post.c -fPIC -DPIC -o .libs/po
st.o
In file included from xine_internal.h:52,
from post.h:33,
from post.c:30:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from post.h:33,
from post.c:30:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o tvmode.lo `test -f 'tvmode.c' || echo './'`tvmode.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c tvmode.c -fPIC -DPIC -o .libs/
tvmode.o
In file included from xine_internal.h:52,
from tvmode.c:38:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from tvmode.c:38:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o broadcaster.lo `test -f 'broadcaster.c' || echo './'`broadcaster.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c broadcaster.c -fPIC -DPIC -o .
libs/broadcaster.o
In file included from xine_internal.h:52,
from broadcaster.c:63:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from broadcaster.c:63:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o io_helper.lo `test -f 'io_helper.c' || echo './'`io_helper.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c io_helper.c -fPIC -DPIC -o .li
bs/io_helper.o
In file included from xine_internal.h:52,
from io_helper.h:26,
from io_helper.c:41:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from io_helper.h:26,
from io_helper.c:41:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o input_rip.lo `test -f 'input_rip.c' || echo './'`input_rip.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c input_rip.c -fPIC -DPIC -o .li
bs/input_rip.o
In file included from xine_internal.h:52,
from input_rip.c:69:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from input_rip.c:69:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o input_cache.lo `test -f 'input_cache.c' || echo './'`input_cache.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c input_cache.c -fPIC -DPIC -o .
libs/input_cache.o
In file included from xine_internal.h:52,
from input_cache.c:38:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from input_cache.c:38:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o info_helper.lo `test -f 'info_helper.c' || echo './'`info_helper.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c info_helper.c -fPIC -DPIC -o .
libs/info_helper.o
In file included from info_helper.h:30,
from info_helper.c:40:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
In file included from info_helper.c:40:
info_helper.h:130: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o refcounter.lo `test -f 'refcounter.c' || echo './'`refcounter.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c refcounter.c -fPIC -DPIC -o .l
ibs/refcounter.o
In file included from xine_internal.h:52,
from refcounter.c:30:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from refcounter.c:30:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=compile 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 -I../../lib
-DXINE_LIBRARY_COMPILE -I/usr/include/freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS
=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-s
ections -c -o alphablend.lo `test -f 'alphablend.c' || echo './'`alphablend.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu
de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../.
./src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/include/
freetype2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -mar
ch=athlon-xp -pipe -frename-registers -ffunction-sections -c alphablend.c -fPIC -DPIC -o .l
ibs/alphablend.o
In file included from xine_internal.h:52,
from alphablend.c:35:
info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from alphablend.c:35:
xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool --mode=link i686-pc-linux-gnu-gcc -I/usr/include/freetype2 -DNDEBUG -
D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe
-frename-registers -ffunction-sections -o libxine.la -rpath /usr/lib -version-info 15:0:14
xine.lo metronom.lo configfile.lo buffer.lo load_plugins.lo video_decoder.lo buffer_types.
lo audio_decoder.lo video_out.lo audio_out.lo resample.lo events.lo video_overlay.lo osd.lo
scratch.lo demux.lo vo_scale.lo xine_interface.lo post.lo tvmode.lo broadcaster.lo io_helper
.lo input_rip.lo input_cache.lo info_helper.lo refcounter.lo alphablend.lo -lpthread -ldl -
lz -lm ../../src/xine-utils/libxineutils.la -lfreetype -lz ../../lib/libxineposix.la -lrt
i686-pc-linux-gnu-gcc -shared .libs/xine.o .libs/metronom.o .libs/configfile.o .libs/buffer
.o .libs/load_plugins.o .libs/video_decoder.o .libs/buffer_types.o .libs/audio_decoder.o .li
bs/video_out.o .libs/audio_out.o .libs/resample.o .libs/events.o .libs/video_overlay.o .libs
/osd.o .libs/scratch.o .libs/demux.o .libs/vo_scale.o .libs/xine_interface.o .libs/post.o .l
ibs/tvmode.o .libs/broadcaster.o .libs/io_helper.o .libs/input_rip.o .libs/input_cache.o .li
bs/info_helper.o .libs/refcounter.o .libs/alphablend.o -Wl,--whole-archive ../../src/xine-ut
ils/.libs/libxineutils.a ../../lib/.libs/libxineposix.a -Wl,--no-whole-archive -lpthread -l
dl -lm /usr/lib/libfreetype.so -lz -lrt -march=athlon-xp -Wl,-soname -Wl,libxine.so.1 -o .l
ibs/libxine.so.1.14.0
(cd .libs && rm -f libxine.so.1 && ln -s libxine.so.1.14.0 libxine.so.1)
(cd .libs && rm -f libxine.so && ln -s libxine.so.1.14.0 libxine.so)
creating libxine.la
(cd .libs && rm -f libxine.la && ln -s ../libxine.la libxine.la)
make[3]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1
.2cvs20060606/src/xine-engine'
Making all in audio_out
make[3]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1. 1.2cvs20060606/src/audio_out'
/bin/sh ../../libtool-nofpic --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I ../.. -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../sr c/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../ ../lib -DXINE_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABL E_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o xineplug_ao_o ut_none_la-audio_none_out.lo `test -f 'audio_none_out.c' || echo './'`audio_none_out.c
mkdir .libs
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../. ./src/input -I../../src/inp
Back to top
View user's profile Send private message
scharkalvin
Guru
Guru


Joined: 31 Jan 2004
Posts: 331
Location: south florida

PostPosted: Sat Jun 10, 2006 8:45 pm    Post subject: Reply with quote

The end got cut off. Here is the tail ....


Making all in audio_out
make[3]: Entering directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1. 1.2cvs20060606/src/audio_out'
/bin/sh ../../libtool-nofpic --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I ../.. -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../sr c/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../ ../lib -DXINE_COMPILE -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABL E_IPV6 -O2 -march=athlon-xp -pipe -frename-registers -ffunction-sections -c -o xineplug_ao_o ut_none_la-audio_none_out.lo `test -f 'audio_none_out.c' || echo './'`audio_none_out.c
mkdir .libs
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../inclu de -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../. ./src/input -I../../src/input -I../../lib -I../../lib -DXINE_COMPILE -DNDEBUG -D_REENTRANT - D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O2 -march=athlon-xp -pipe -frename-regis ters -ffunction-sections -c audio_none_out.c -fPIC -DPIC -o .libs/xineplug_ao_out_none_la-a udio_none_out.o
In file included from ../../src/xine-engine/xine_internal.h:52,
from audio_none_out.c:36:
../../src/xine-engine/info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from audio_none_out.c:36:
../../src/xine-engine/xine_internal.h:365: warning: `sentinel' attribute directive ignored
audio_none_out.c:260: error: syntax error before "EXPORTED"
audio_none_out.c:262: warning: braces around scalar initializer
audio_none_out.c:262: warning: (near initialization for `EXPORTED')
audio_none_out.c:262: warning: excess elements in scalar initializer
audio_none_out.c:262: warning: (near initialization for `EXPORTED')
audio_none_out.c:262: warning: excess elements in scalar initializer
audio_none_out.c:262: warning: (near initialization for `EXPORTED')
audio_none_out.c:262: warning: excess elements in scalar initializer
audio_none_out.c:262: warning: (near initialization for `EXPORTED')
audio_none_out.c:262: warning: excess elements in scalar initializer
audio_none_out.c:262: warning: (near initialization for `EXPORTED')
audio_none_out.c:262: warning: excess elements in scalar initializer
audio_none_out.c:262: warning: (near initialization for `EXPORTED')
audio_none_out.c:263: warning: braces around scalar initializer
audio_none_out.c:263: warning: (near initialization for `EXPORTED')
audio_none_out.c:263: warning: excess elements in scalar initializer
audio_none_out.c:263: warning: (near initialization for `EXPORTED')
audio_none_out.c:263: warning: excess elements in scalar initializer
audio_none_out.c:263: warning: (near initialization for `EXPORTED')
audio_none_out.c:263: warning: excess elements in scalar initializer
audio_none_out.c:263: warning: (near initialization for `EXPORTED')
audio_none_out.c:263: warning: excess elements in scalar initializer
audio_none_out.c:263: warning: (near initialization for `EXPORTED')
audio_none_out.c:263: warning: excess elements in scalar initializer
audio_none_out.c:263: warning: (near initialization for `EXPORTED')
audio_none_out.c:263: warning: excess elements in scalar initializer
audio_none_out.c:263: warning: (near initialization for `EXPORTED')
audio_none_out.c:264: warning: data definition has no type or storage class
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_pre20060606-r1/work/xine-lib-1.1 .2cvs20060606/src/audio_out'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1 .2cvs20060606/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2_pre20060606-r1/work/xine-lib-1.1 .2cvs20060606'
make: *** [all] Error 2

!!! ERROR: media-libs/xine-lib-1.1.2_pre20060606-r1 failed.
!!! Function src_compile, Line 249, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.

DeepPenguin k
Back to top
View user's profile Send private message
sternklang
Veteran
Veteran


Joined: 10 Sep 2005
Posts: 1641
Location: Somewhere in time and space

PostPosted: Sat Jun 10, 2006 9:11 pm    Post subject: Reply with quote

Okay, I haven't seen that one before. Could you post the output of "emerge --info" and "emerge -pv xine-lib"?
Back to top
View user's profile Send private message
scharkalvin
Guru
Guru


Joined: 31 Jan 2004
Posts: 331
Location: south florida

PostPosted: Sat Jun 10, 2006 9:45 pm    Post subject: Reply with quote

DeepPenguin ken # emerge --info
Portage 2.0.54-r2 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.6-r3, 2.6.13-gentoo-r3 i686)
=================================================================
System uname: 2.6.13-gentoo-r3 i686 AMD Athlon(TM) XP 2400+
Gentoo Base System version 1.6.14
dev-lang/python: 2.2.3-r5, 2.3.5-r2, 2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache: [Not Present]
dev-util/confcache: [Not Present]
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.13, 2.59-r7
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils: 2.16.1-r2
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.4.19-r1, 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://gentoo.seren.com/gentoo ftp://ibiblio.org/pub/Linux/distributions/gentoo/ http://mirrors.tds.net/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X aalib alsa apm arts audiofile avi berkdb bitmap-fonts bonobo bzip2 cdr cli crypt cups curl dri eds emboss encode esd ethereal exif expat fam ffmpeg flac foomaticdb fortran gdbm gif glut gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile idn imagemagick imap imlib ipv6 isdnlog java jpeg kde lcms libg++ libwww mad maildir mbox mikmod mmx mng motif mozilla mp3 mpeg mysql nas ncurses nls ogg oggvorbis opengl oss pam pcre pdflib perl png pppd python qt quicktime readline recode reflection samba scanner sdl session slang speex spell spl sqlite sse ssl svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts udev usb vorbis wmf xine xml xml2 xmms xorg xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset: CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS

DeepPenguin ken # emerge -pv xine-lib

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild U ] media-libs/xine-lib-1.1.2_pre20060606-r1 [1.0.1-r4] +X -a52 -aac +aalib +alsa (-altivec) +arts -asf -debug -directfb -dts -dvd -dxr3 +esd -fbcon +ffmpeg +flac +gnome +imagemagick +ipv6 -libcaca +mad +mng -modplug +nls +opengl +oss +samba +sdl +speex -theora -v4l -vcd -video_cards_i810 -video_cards_nvidia -video_cards_via -vidix +vorbis +win32codecs -xinerama +xv -xvmc 0 kB

Total size of downloads: 0 kB
Back to top
View user's profile Send private message
sternklang
Veteran
Veteran


Joined: 10 Sep 2005
Posts: 1641
Location: Somewhere in time and space

PostPosted: Sat Jun 10, 2006 10:43 pm    Post subject: Reply with quote

I don't see anything in your setup or USE flags that would cause a problem here. You could try to add MAKEOPTS="-j2" to /etc/make.conf and emerging again to see if the "`sentinel' attribute directive ignored" warnings go away, in case that has something to do with this error. I doubt that it does, though.

It might also be worth filing a bug about this (include your emerge --info and the output from the second post, the first gives way too much info). The latest release was supposed to fix compiling with gcc 3.3 so if it doesn't the devs should know about it. Plus, it may be an issue with mixing ~arch xine-lib with stable dependencies, and the devs might be able to give you some guidance on what else to keyword ~arch to make this work.

Otherwise you could update to gcc 3.4.6 and follow the update guide I linked to above. It's a major PITA for just one package, but keeping up with the latest stable gcc is a good idea in general.

In any case, I can't think of any other solutions at this point so unless someone else has some other ideas I think those are your options. Good luck!
Back to top
View user's profile Send private message
scharkalvin
Guru
Guru


Joined: 31 Jan 2004
Posts: 331
Location: south florida

PostPosted: Sun Jun 11, 2006 1:33 am    Post subject: Reply with quote

Upgrading to GCC 3.4.x and rebuilding the world twice (or three times?) will
increase throughput somewhat. Actually I think I only need to rebuild
parts of system three times so the compilier and libs are rebuilt against
the compilier and libs built with the new compilier!!! I might also
go and fine tune my compilier flags to get more optimization while
I'm at it. At least go from -O2 to -O3 anyway. I have a PIII box at
work that is better opitimized (go hunt for the gentoo jackass
variant) and it squeezes more juice out of an old PIII 600 than would
normally be possible with a plan jane compile set up. GCC 3.3.6 is
simply long in the tooth compared to 3.4.x. (4.1.x from what I've
heard is still a bit 'green' but holds promise.)

I'll look into posting a bug later, then re-read that gcc upgrade document
and start the process.....
Back to top
View user's profile Send private message
xkesh
n00b
n00b


Joined: 09 Mar 2004
Posts: 17

PostPosted: Tue Jun 20, 2006 3:06 am    Post subject: Reply with quote

The same problem here:

Code:
In file included from audio_file_out.c:36:
../../src/xine-engine/xine_internal.h:365: warning: `sentinel' attribute directive ignored
audio_none_out.c:260: error: syntax error before "EXPORTED"
audio_none_out.c:262: warning: braces around scalar initializer
audio_none_out.c:262: warning: (near initialization for `EXPORTED')
audio_none_out.c:262: warning: excess elements in scalar initializer
audio_none_out.c:262: warning: (near initialization for `EXPORTED')
audio_none_out.c:262: warning: excess elements in scalar initializer
audio_none_out.c:262: warning: (near initialization for `EXPORTED')
audio_none_out.c:262: warning: excess elements in scalar initializer
audio_none_out.c:262: warning: (near initialization for `EXPORTED')
audio_none_out.c:262: warning: excess elements in scalar initializer
audio_none_out.c:262: warning: (near initialization for `EXPORTED')
audio_none_out.c:262: warning: excess elements in scalar initializer
audio_none_out.c:262: warning: (near initialization for `EXPORTED')
audio_none_out.c:263: warning: braces around scalar initializer
audio_none_out.c:263: warning: (near initialization for `EXPORTED')
audio_none_out.c:263: warning: excess elements in scalar initializer
audio_none_out.c:263: warning: (near initialization for `EXPORTED')
audio_none_out.c:263: warning: excess elements in scalar initializer
audio_none_out.c:263: warning: (near initialization for `EXPORTED')
audio_none_out.c:263: warning: excess elements in scalar initializer
audio_none_out.c:263: warning: (near initialization for `EXPORTED')
audio_none_out.c:263: warning: excess elements in scalar initializer
audio_none_out.c:263: warning: (near initialization for `EXPORTED')
audio_none_out.c:263: warning: excess elements in scalar initializer
audio_none_out.c:263: warning: (near initialization for `EXPORTED')
audio_none_out.c:263: warning: excess elements in scalar initializer
audio_none_out.c:263: warning: (near initialization for `EXPORTED')
audio_none_out.c:264: warning: data definition has no type or storage class
make[3]: *** [xineplug_ao_out_none_la-audio_none_out.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
audio_file_out.c:399: error: syntax error before "EXPORTED"
audio_file_out.c:401: warning: braces around scalar initializer
audio_file_out.c:401: warning: (near initialization for `EXPORTED')
audio_file_out.c:401: warning: excess elements in scalar initializer
audio_file_out.c:401: warning: (near initialization for `EXPORTED')
audio_file_out.c:401: warning: excess elements in scalar initializer
audio_file_out.c:401: warning: (near initialization for `EXPORTED')
audio_file_out.c:401: warning: excess elements in scalar initializer
audio_file_out.c:401: warning: (near initialization for `EXPORTED')
audio_file_out.c:401: warning: excess elements in scalar initializer
audio_file_out.c:401: warning: (near initialization for `EXPORTED')
audio_file_out.c:401: warning: excess elements in scalar initializer
audio_file_out.c:401: warning: (near initialization for `EXPORTED')
audio_file_out.c:402: warning: braces around scalar initializer
audio_file_out.c:402: warning: (near initialization for `EXPORTED')
audio_file_out.c:402: warning: excess elements in scalar initializer
audio_file_out.c:402: warning: (near initialization for `EXPORTED')
audio_file_out.c:402: warning: excess elements in scalar initializer
audio_file_out.c:402: warning: (near initialization for `EXPORTED')
audio_file_out.c:402: warning: excess elements in scalar initializer
audio_file_out.c:402: warning: (near initialization for `EXPORTED')
audio_file_out.c:402: warning: excess elements in scalar initializer
audio_file_out.c:402: warning: (near initialization for `EXPORTED')
audio_file_out.c:402: warning: excess elements in scalar initializer
audio_file_out.c:402: warning: (near initialization for `EXPORTED')
audio_file_out.c:402: warning: excess elements in scalar initializer
audio_file_out.c:402: warning: (near initialization for `EXPORTED')
audio_file_out.c:403: warning: data definition has no type or storage class
make[3]: *** [xineplug_ao_out_file_la-audio_file_out.lo] Error 1
make[3]: Leaving directory `/tmp/portage/xine-lib-1.1.2_pre20060606-r3/work/xine-lib-1.1.2cvs20060606/src/audio_out'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/portage/xine-lib-1.1.2_pre20060606-r3/work/xine-lib-1.1.2cvs20060606/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/portage/xine-lib-1.1.2_pre20060606-r3/work/xine-lib-1.1.2cvs20060606'
make: *** [all] Error 2

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

!!! emake failed


Code:
emerge --info
Portage 2.1 (default-linux/x86/2006.0, gcc-3.3.6, glibc-2.3.5-r2, 2.6.14-gentoo-r2 i686)
=================================================================
System uname: 2.6.14-gentoo-r2 i686 Celeron (Mendocino)
Gentoo Base System version 1.6.14
ccache version 2.3 [disabled]
dev-lang/python:     2.3.5-r2, 2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/gcc-config: 1.3.13-r1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=i686 -pipe -fomit-frame-pointer"
DISTDIR="/tmp/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LINGUAS="cs"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 apm arts asf avi bash-completion berkdb bidi bitmap-fonts bzip2 canna cdr cjk cli crypt cups divx4linux dri dts dvd dvdread eds emboss encode esd ffmpeg foomaticb foomaticdb fortran gdbm gif gpm gstreamer gtk2 hal iconv icq imlib immqt-bc isdnlog jabber jpeg kde kdeenablefinal kdexdeltas libg++ libwww mad mikmod motif mp3 mpeg mplayer ncurses nls nptl nvidia odbc ogg opengl oss pam pcre pdflib perl png pppd python qt quicktime readline reflection sdl session spell spl ssl tcpd truetype truetype-fonts type1-fonts udev unicode userlocales vorbis win32codecs xine xml xmms xorg xv zlib elibc_glibc kernel_linux linguas_cs userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


Code:
emerge -pv xine-lib

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U ] media-libs/xine-lib-1.1.2_pre20060606-r3 [1.1.2_pre20060328-r1] USE="X alsa arts asf dts dvd esd ffmpeg mad nls opengl oss sdl vorbis win32codecs xv -a52 -aac -aalib -debug -directfb -dxr3 -fbcon -flac* -gnome -imagemagick* -ipv6 -libcaca -mng* -modplug -samba -speex -theora -v4l -vcd -vidix -xinerama -xvmc" VIDEO_CARDS="-i810 -nvidia -via" 0 kB

_________________
http://extempore.cz
Back to top
View user's profile Send private message
ePharaoh
n00b
n00b


Joined: 10 Dec 2005
Posts: 8

PostPosted: Wed Jun 21, 2006 2:11 pm    Post subject: Reply with quote

While compiling,
media-libs/xine-lib-1.1.2_pre20060328-r9

I get the following error....

Code:

cc1: error: unrecognized option `-fvisibility=hidden'
cc1: error: unrecognized option `-fvisibility=hidden'
make[3]: *** [xineplug_ao_out_file_la-audio_file_out.lo] Error 1
make[3]: *** [xineplug_ao_out_oss_la-audio_oss_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

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


Edit:
gcc version 3.3.5
Back to top
View user's profile Send private message
mirojira
l33t
l33t


Joined: 18 Feb 2006
Posts: 685

PostPosted: Wed Jun 21, 2006 5:07 pm    Post subject: Reply with quote

ePharaoh wrote:
While compiling,
media-libs/xine-lib-1.1.2_pre20060328-r9

I get the following error....

Code:

cc1: error: unrecognized option `-fvisibility=hidden'
cc1: error: unrecognized option `-fvisibility=hidden'
make[3]: *** [xineplug_ao_out_file_la-audio_file_out.lo] Error 1
make[3]: *** [xineplug_ao_out_oss_la-audio_oss_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

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


Edit:
gcc version 3.3.5


The same error here. Take a look here https://bugs.gentoo.org/show_bug.cgi?id=132122
Back to top
View user's profile Send private message
scharkalvin
Guru
Guru


Joined: 31 Jan 2004
Posts: 331
Location: south florida

PostPosted: Thu Jun 22, 2006 2:10 am    Post subject: Reply with quote

I switched to gcc 3.4.4 and did a massive emerge -e world. A few packages dropped
out along the way and I had to twice do emerge --resume --skiplast to finish the job.

Xine-lib finally built.
Back to top
View user's profile Send private message
ePharaoh
n00b
n00b


Joined: 10 Dec 2005
Posts: 8

PostPosted: Thu Jul 06, 2006 3:06 pm    Post subject: Reply with quote

scharkalvin wrote:
I switched to gcc 3.4.4 and did a massive emerge -e world.


This sucks big time! I have a limited download limit, not to mention limited HDD size. The thought of reinstalling everything for one package is incredulous!
Back to top
View user's profile Send private message
xaxa
n00b
n00b


Joined: 30 Jun 2006
Posts: 5
Location: London

PostPosted: Fri Jul 07, 2006 2:02 pm    Post subject: Reply with quote

I've added
Code:
=media-libs/xine-lib-1.1.2_pre20060328-r9

to /etc/portage/package.mask, which has allowed me to do emerge -Du world (I really can't be bothered to emerge --emptytree, it's only my parent's PC...)
Back to top
View user's profile Send private message
tnt
Veteran
Veteran


Joined: 27 Feb 2004
Posts: 1222

PostPosted: Fri Jul 14, 2006 11:43 am    Post subject: Reply with quote

(don't want to open new xine-lib topic)

what to do with this kind of error:
Code:
In file included from ../../src/xine-engine/xine_internal.h:52,
                 from video_out_aa.c:45:
../../src/xine-engine/info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from video_out_aa.c:45:
../../src/xine-engine/xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool-nofpic --tag=CC --mode=link x86_64-pc-linux-gnu-gcc  -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE  -march=athlon64 -O2 -msse3 -pipe -ftracer -frename-registers -maccumulate-outgoing-args -frename-registers -ffunction-sections -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Wstrict-aliasing=2  -Wl,-O1 -Wl,--sort-common -o xineplug_vo_out_xshm.la -rpath /usr/lib64/xine/plugins/1.1.2 -avoid-version -module xineplug_vo_out_xshm_la-yuv2rgb.lo xineplug_vo_out_xshm_la-yuv2rgb_mmx.lo xineplug_vo_out_xshm_la-yuv2rgb_mlib.lo xineplug_vo_out_xshm_la-video_out_xshm.lo xineplug_vo_out_xshm_la-x11osd.lo  -L/usr/lib64 -lXext -lSM -lICE -lX11 ../../src/xine-engine/libxine.la -lpthread
 x86_64-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 -I../../lib -DXINE_COMPILE -fvisibility=hidden -I/usr/include/SDL -D_REENTRANT -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -march=athlon64 -O2 -msse3 -pipe -ftracer -frename-registers -maccumulate-outgoing-args -frename-registers -ffunction-sections -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Wstrict-aliasing=2 -c video_out_sdl.c  -fPIC -DPIC -o .libs/xineplug_vo_out_sdl_la-video_out_sdl.o
In file included from ../../src/xine-engine/xine_internal.h:52,
                 from video_out_sdl.c:64:
../../src/xine-engine/info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from video_out_sdl.c:64:
../../src/xine-engine/xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool-nofpic --tag=CC --mode=link x86_64-pc-linux-gnu-gcc  -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE  -march=athlon64 -O2 -msse3 -pipe -ftracer -frename-registers -maccumulate-outgoing-args -frename-registers -ffunction-sections -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Wstrict-aliasing=2  -Wl,-O1 -Wl,--sort-common -o xineplug_vo_out_xv.la -rpath /usr/lib64/xine/plugins/1.1.2 -avoid-version -module xineplug_vo_out_xv_la-x11osd.lo xineplug_vo_out_xv_la-deinterlace.lo xineplug_vo_out_xv_la-video_out_xv.lo -lXv -L/usr/lib64 -lXext -lSM -lICE -lX11 ../../src/xine-engine/libxine.la -lpthread
 x86_64-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 -I../../lib -DXINE_COMPILE -fvisibility=hidden -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -march=athlon64 -O2 -msse3 -pipe -ftracer -frename-registers -maccumulate-outgoing-args -frename-registers -ffunction-sections -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Wstrict-aliasing=2 -c video_out_none.c  -fPIC -DPIC -o .libs/xineplug_vo_out_none_la-video_out_none.o
In file included from ../../src/xine-engine/xine_internal.h:52,
                 from video_out_none.c:39:
../../src/xine-engine/info_helper.h:130: warning: `sentinel' attribute directive ignored
In file included from video_out_none.c:39:
../../src/xine-engine/xine_internal.h:365: warning: `sentinel' attribute directive ignored
/bin/sh ../../libtool-nofpic --tag=CC --mode=link x86_64-pc-linux-gnu-gcc  -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE  -march=athlon64 -O2 -msse3 -pipe -ftracer -frename-registers -maccumulate-outgoing-args -frename-registers -ffunction-sections -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Wstrict-aliasing=2  -Wl,-O1 -Wl,--sort-common -o xineplug_vo_out_opengl.la -rpath /usr/lib64/xine/plugins/1.1.2 -avoid-version -module xineplug_vo_out_opengl_la-yuv2rgb.lo xineplug_vo_out_opengl_la-yuv2rgb_mmx.lo xineplug_vo_out_opengl_la-yuv2rgb_mlib.lo xineplug_vo_out_opengl_la-video_out_opengl.lo xineplug_vo_out_opengl_la-x11osd.lo  -lGL -lm  -lGLU -L/usr/lib64 -lXext -lSM -lICE -lX11 ../../src/xine-engine/libxine.la -lpthread
libtool-nofpic: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../..//libfreetype.la' seems to be moved
x86_64-pc-linux-gnu-gcc -shared  .libs/xineplug_vo_out_xshm_la-yuv2rgb.o .libs/xineplug_vo_out_xshm_la-yuv2rgb_mmx.o .libs/xineplug_vo_out_xshm_la-yuv2rgb_mlib.o .libs/xineplug_vo_out_xshm_la-video_out_xshm.o .libs/xineplug_vo_out_xshm_la-x11osd.o  -Wl,--rpath -Wl,/var/tmp/portage/xine-lib-1.1.2-r2/work/xine-lib-1.1.2/src/xine-engine/.libs -L/usr/lib64 -lXext -lSM -lICE -lX11 ../../src/xine-engine/.libs/libxine.so -L/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../ -lpthread  -march=athlon64 -msse3 -maccumulate-outgoing-args -Wl,-O1 -Wl,--sort-common -Wl,-soname -Wl,xineplug_vo_out_xshm.so -o .libs/xineplug_vo_out_xshm.so
creating xineplug_vo_out_xshm.la
libtool-nofpic: link: `/usr/lib64/libGL.la' is not a valid libtool archive
make[4]: *** [xineplug_vo_out_opengl.la] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool-nofpic: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../..//libfreetype.la' seems to be moved
x86_64-pc-linux-gnu-gcc -shared  .libs/xineplug_vo_out_xv_la-x11osd.o .libs/xineplug_vo_out_xv_la-deinterlace.o .libs/xineplug_vo_out_xv_la-video_out_xv.o  -Wl,--rpath -Wl,/var/tmp/portage/xine-lib-1.1.2-r2/work/xine-lib-1.1.2/src/xine-engine/.libs -lXv -L/usr/lib64 -lXext -lSM -lICE -lX11 ../../src/xine-engine/.libs/libxine.so -L/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../ -lpthread  -march=athlon64 -msse3 -maccumulate-outgoing-args -Wl,-O1 -Wl,--sort-common -Wl,-soname -Wl,xineplug_vo_out_xv.so -o .libs/xineplug_vo_out_xv.so
creating xineplug_vo_out_xv.la
(cd .libs && rm -f xineplug_vo_out_xshm.la && ln -s ../xineplug_vo_out_xshm.la xineplug_vo_out_xshm.la)
(cd .libs && rm -f xineplug_vo_out_xv.la && ln -s ../xineplug_vo_out_xv.la xineplug_vo_out_xv.la)
make[4]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2-r2/work/xine-lib-1.1.2/src/video_out'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2-r2/work/xine-lib-1.1.2/src/video_out'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2-r2/work/xine-lib-1.1.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xine-lib-1.1.2-r2/work/xine-lib-1.1.2'
make: *** [all] Error 2

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

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


_________________
gentoo user
Back to top
View user's profile Send private message
Mgiese
Veteran
Veteran


Joined: 23 Mar 2005
Posts: 1610
Location: indiana

PostPosted: Sat Jul 15, 2006 10:28 pm    Post subject: Reply with quote

scharkalvin wrote:
Well it failed again, but different.

Here is the tail end of the output (guess I should have set the xterm to unlimited capture)



its not about your problem, but how do i set the xterm to unlimited capture ? is it a useflag or just a normal setting ?

about your problem , i also had these problems with gcc3.3.6. i just switched temporaerly to 3.4.6 + source /etc/profile, after the merge i switched back, but now there is new ebuild out there which will compile xine-lib also with gcc3.3.6...

thx in advance
_________________
I do not have a Superman complex, for I am God not Superman :D

Ryzen9 7950x ; Geforce1650 ; kernel 6.5 ; XFCE
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum