public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Compile failure: libdv-102
@ 2006-09-13  2:55 Meino Christian Cramer
  2006-09-14 22:07 ` David Grant
  0 siblings, 1 reply; 2+ messages in thread
From: Meino Christian Cramer @ 2006-09-13  2:55 UTC (permalink / raw
  To: gentoo-user


Hi,

 there are a few package, which do not compile after I did the step
 to gcc-4.1.1.

 The third of those packages is:

 libdv-0.102

 With -j3 set the output is:

 if /bin/sh ../libtool --silent --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -MT YUY2.lo -MD -MP -MF ".deps/YUY2.Tpo" \
  -c -o YUY2.lo `test -f 'YUY2.c' || echo './'`YUY2.c; \
then mv -f ".deps/YUY2.Tpo" ".deps/YUY2.Plo"; \
else rm -f ".deps/YUY2.Tpo"; exit 1; \
fi

/home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:
Assembler messages:
/home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:1464:
Error: suffix or operands invalid for `paddb'
/home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:1479:
Error: suffix or operands invalid for `paddb'
/home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:1509:
Error: suffix or operands invalid for `paddb'
/home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:1524:
Error: suffix or operands invalid for `paddb'
/home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:1794:
Error: suffix or operands invalid for `paddb'
/home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:1817:
Error: suffix or operands invalid for `paddb'
/home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:1844:
Error: suffix or operands invalid for `paddb'
/home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:1867:
Error: suffix or operands invalid for `paddb'
/home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:2373:
Error: suffix or operands invalid for `paddb'
/home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:2388:
Error: suffix or operands invalid for `paddb'
/home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:2418:
Error: suffix or operands invalid for `paddb'
/home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:2433:
Error: suffix or operands invalid for `paddb'
make[3]: *** [YUY2.lo] Error 1

make[3]: Leaving directory
`/home/mccramer/data/portagetmp/portage/libdv-0.102/work/libdv-0.102/libdv'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/mccramer/data/portagetmp/portage/libdv-0.102/work/libdv-0.102/libdv'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/mccramer/data/portagetmp/portage/libdv-0.102/work/libdv-0.102'
make: *** [all] Error 2
!!! ERROR: media-libs/libdv-0.102 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  libdv-0.102.ebuild, line 39:   Called die

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


Without -j3 set the symptoms are the same.

If there are more infos needed to trace down the problem,
please email me.

Kind regards,
mcc
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Compile failure: libdv-102
  2006-09-13  2:55 [gentoo-user] Compile failure: libdv-102 Meino Christian Cramer
@ 2006-09-14 22:07 ` David Grant
  0 siblings, 0 replies; 2+ messages in thread
From: David Grant @ 2006-09-14 22:07 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 3196 bytes --]

The place you want to check is http://bugs.gentoo.org

On 9/12/06, Meino Christian Cramer <Meino.Cramer@gmx.de> wrote:
>
>
> Hi,
>
> there are a few package, which do not compile after I did the step
> to gcc-4.1.1.
>
> The third of those packages is:
>
> libdv-0.102
>
> With -j3 set the output is:
>
> if /bin/sh ../libtool --silent --mode=compile i686-pc-linux-gnu-gcc
> -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -MT YUY2.lo -MD -MP -MF
> ".deps/YUY2.Tpo" \
>   -c -o YUY2.lo `test -f 'YUY2.c' || echo './'`YUY2.c; \
> then mv -f ".deps/YUY2.Tpo" ".deps/YUY2.Plo"; \
> else rm -f ".deps/YUY2.Tpo"; exit 1; \
> fi
>
> /home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:
> Assembler messages:
> /home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:1464:
> Error: suffix or operands invalid for `paddb'
> /home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:1479:
> Error: suffix or operands invalid for `paddb'
> /home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:1509:
> Error: suffix or operands invalid for `paddb'
> /home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:1524:
> Error: suffix or operands invalid for `paddb'
> /home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:1794:
> Error: suffix or operands invalid for `paddb'
> /home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:1817:
> Error: suffix or operands invalid for `paddb'
> /home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:1844:
> Error: suffix or operands invalid for `paddb'
> /home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:1867:
> Error: suffix or operands invalid for `paddb'
> /home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:2373:
> Error: suffix or operands invalid for `paddb'
> /home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:2388:
> Error: suffix or operands invalid for `paddb'
> /home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:2418:
> Error: suffix or operands invalid for `paddb'
> /home/mccramer/data/portagetmp/portage/libdv-0.102/temp/cc5b1z2V.s:2433:
> Error: suffix or operands invalid for `paddb'
> make[3]: *** [YUY2.lo] Error 1
>
> make[3]: Leaving directory
> `/home/mccramer/data/portagetmp/portage/libdv-0.102/work/libdv-0.102
> /libdv'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory
> `/home/mccramer/data/portagetmp/portage/libdv-0.102/work/libdv-0.102
> /libdv'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/home/mccramer/data/portagetmp/portage/libdv-0.102/work/libdv-0.102'
> make: *** [all] Error 2
> !!! ERROR: media-libs/libdv-0.102 failed.
> Call stack:
>   ebuild.sh, line 1546:   Called dyn_compile
>   ebuild.sh, line 937:   Called src_compile
>   libdv-0.102.ebuild, line 39:   Called die
>
> !!! compile problem
> !!! If you need support, post the topmost build error, and the call stack
> if relevant.
>
>
> Without -j3 set the symptoms are the same.
>
> If there are more infos needed to trace down the problem,
> please email me.
>
> Kind regards,
> mcc
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
David Grant
http://www.davidgrant.ca

[-- Attachment #2: Type: text/html, Size: 3838 bytes --]

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

end of thread, other threads:[~2006-09-14 22:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-13  2:55 [gentoo-user] Compile failure: libdv-102 Meino Christian Cramer
2006-09-14 22:07 ` David Grant

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