Re: mplayer build failure on powerpc

2008-04-09 Thread Michel Dänzer
On Tue, 2008-04-08 at 22:49 +0200, Bin Zhang wrote:
 
 
 af_volnorm.c: In function 'play':
 af_volnorm.c:213: internal compiler error: in copy_to_mode_reg, at 
 explow.c:621
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See file:///usr/share/doc/gcc-4.3/README.Bugs for instructions.
 make[2]: *** [af_volnorm.o] Error 1
 make[2]: Leaving directory `/Archives/build/mplayer/mplayer-1.0~rc2/libaf'
 make[1]: *** [libaf/libaf.a] Error 2
 make[1]: Leaving directory `/Archives/build/mplayer/mplayer-1.0~rc2'
 make: *** [build-arch-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2
 ---

See the output above - an 'internal compiler error' is a compiler bug.


   $ gcc-4.3 --version
   gcc-4.3 (Debian 4.3.0-2) 4.3.1 20080321 (prerelease)
 
 $ gcc-4.3 --version
 gcc-4.3 (Debian 4.3.0-3) 4.3.1 20080401 (prerelease)
 
 It can't build with gcc 4.3.0-3.

If it builds with 4.3.0-2 but not with 4.3.0-3, that's good information
for a bug report against gcc-4.3.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Re: mplayer build failure on powerpc

2008-04-09 Thread Bin Zhang
On Wed, Apr 9, 2008 at 9:13 AM, Michel Dänzer [EMAIL PROTECTED] wrote:
 On Tue, 2008-04-08 at 22:49 +0200, Bin Zhang wrote:
  
   
   af_volnorm.c: In function 'play':
   af_volnorm.c:213: internal compiler error: in copy_to_mode_reg, at 
 explow.c:621
   Please submit a full bug report,
   with preprocessed source if appropriate.
   See file:///usr/share/doc/gcc-4.3/README.Bugs for instructions.
   make[2]: *** [af_volnorm.o] Error 1
   make[2]: Leaving directory `/Archives/build/mplayer/mplayer-1.0~rc2/libaf'
   make[1]: *** [libaf/libaf.a] Error 2
   make[1]: Leaving directory `/Archives/build/mplayer/mplayer-1.0~rc2'
   make: *** [build-arch-stamp] Error 2
   dpkg-buildpackage: failure: debian/rules build gave error exit status 2
   ---

  See the output above - an 'internal compiler error' is a compiler bug.



 $ gcc-4.3 --version
 gcc-4.3 (Debian 4.3.0-2) 4.3.1 20080321 (prerelease)
  
   $ gcc-4.3 --version
   gcc-4.3 (Debian 4.3.0-3) 4.3.1 20080401 (prerelease)
  
   It can't build with gcc 4.3.0-3.

  If it builds with 4.3.0-2 but not with 4.3.0-3, that's good information
  for a bug report against gcc-4.3.


OK.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475153


Bin

  --
  Earthling Michel Dänzer   |  http://tungstengraphics.com
  Libre software enthusiast |  Debian, X and DRI developer



Re: mplayer build failure on powerpc

2008-04-08 Thread Wolfgang Pfeiffer
Hi All

Sorry for answering so late: my Internet line was down.

On Sun, Apr 06 2008, at 21:40 +0200, A Mennucc wrote:
 hi
 
 according to
 http://buildd.debian.org/~jeroen/status/package.php?suite=unstablep=mplayera=powerpc
 mplayer has failed building in powerpc due to 'internal compiler error';
 but it compiles fine in all other archs.
 
 May somebody reschedule the build ?

... mplayer built fine here, from mplayer-checkout-snapshot.tar.bz2,
downloaded about 00:30 AM UTC Monday from, IIRC,
http://www.mplayerhq.hu/design7/dload.html
- and compiled with these options:

time DEB_BUILD_OPTIONS=--prefix=/usr/ --cc=gcc-4.3
--codecsdir=/usr/local/lib/codecs/ 
--confdir=/etc/mplayer/ --enable-crash-debug --enable-largefiles 
--enable-profile --enable-gui
--with-dvdnav-config=/usr/bin/dvdnav-config 
fakeroot debian/rules binary

I think --with-dvdnav-config=/usr/bin/dvdnav-config was ignored
for the compile ... I have to check that ... anyway:

$ gcc-4.3 --version
gcc-4.3 (Debian 4.3.0-2) 4.3.1 20080321 (prerelease)
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

And I haven't installed this new mplayer .deb -- I'd like to get rid
of this --with-dvdnav-config flag being - as it seems - ignored by
the compiler, before installing it ...

HTH

Best Regards
Wolfgang
-- 
Compilers are human!
http://heelsbroke.blogspot.com/
http://keyserver.mine.nu/pks/lookup?search=0xE3037113fingerprint=on


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mplayer build failure on powerpc

2008-04-08 Thread Bin Zhang
On Tue, Apr 8, 2008 at 2:31 PM, Wolfgang Pfeiffer [EMAIL PROTECTED] wrote:
 Hi All

  Sorry for answering so late: my Internet line was down.



  On Sun, Apr 06 2008, at 21:40 +0200, A Mennucc wrote:
   hi
  
   according to
   
 http://buildd.debian.org/~jeroen/status/package.php?suite=unstablep=mplayera=powerpc
   mplayer has failed building in powerpc due to 'internal compiler error';
   but it compiles fine in all other archs.
  
   May somebody reschedule the build ?


mplayer (1.0~rc2-10) source package can't compile on my ibook (debian unstable).
I get the same 'internal compiler error'.


af_volnorm.c: In function 'play':
af_volnorm.c:213: internal compiler error: in copy_to_mode_reg, at explow.c:621
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-4.3/README.Bugs for instructions.
make[2]: *** [af_volnorm.o] Error 1
make[2]: Leaving directory `/Archives/build/mplayer/mplayer-1.0~rc2/libaf'
make[1]: *** [libaf/libaf.a] Error 2
make[1]: Leaving directory `/Archives/build/mplayer/mplayer-1.0~rc2'
make: *** [build-arch-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
---


  ... mplayer built fine here, from mplayer-checkout-snapshot.tar.bz2,
  downloaded about 00:30 AM UTC Monday from, IIRC,
  http://www.mplayerhq.hu/design7/dload.html
  - and compiled with these options:

  time DEB_BUILD_OPTIONS=--prefix=/usr/ --cc=gcc-4.3
  --codecsdir=/usr/local/lib/codecs/
  --confdir=/etc/mplayer/ --enable-crash-debug --enable-largefiles
  --enable-profile --enable-gui
  --with-dvdnav-config=/usr/bin/dvdnav-config
  fakeroot debian/rules binary

  I think --with-dvdnav-config=/usr/bin/dvdnav-config was ignored
  for the compile ... I have to check that ... anyway:

  $ gcc-4.3 --version
  gcc-4.3 (Debian 4.3.0-2) 4.3.1 20080321 (prerelease)

$ gcc-4.3 --version
gcc-4.3 (Debian 4.3.0-3) 4.3.1 20080401 (prerelease)

It can't build with gcc 4.3.0-3.

Best regards,
Bin

  Copyright (C) 2008 Free Software Foundation, Inc.
  This is free software; see the source for copying conditions.  There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

  And I haven't installed this new mplayer .deb -- I'd like to get rid
  of this --with-dvdnav-config flag being - as it seems - ignored by
  the compiler, before installing it ...

  HTH

  Best Regards
  Wolfgang
  --
  Compilers are human!
  http://heelsbroke.blogspot.com/
  http://keyserver.mine.nu/pks/lookup?search=0xE3037113fingerprint=on


  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mplayer build failure on powerpc

2008-04-06 Thread Cyril Brulebois
On 06/04/2008, A Mennucc wrote:
 hi

Hi,

(and sorry for the possible duplicate, I'm very unsure you're subscribed
to this list; if you are, you should be aware of the following)

 mplayer has failed building in powerpc due to 'internal compiler
 error'; but it compiles fine in all other archs.
 
 May somebody reschedule the build ?

the correct point of contact is [EMAIL PROTECTED] (or eventually
[EMAIL PROTECTED], in case several archs are involved).

Cheers,

-- 
Cyril Brulebois


pgp9oiIUSvIjo.pgp
Description: PGP signature