pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/48680 (gcc48 chokes on ffmpeg2 inline assembly (i386-6.99.38))



The following reply was made to PR pkg/48680; it has been noted by GNATS.

From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/48680 (gcc48 chokes on ffmpeg2 inline assembly (i386-6.99.38))
Date: Thu, 17 Apr 2014 08:56:26 -0500 (CDT)

 On NetBSD/i386-6.99.40, "multimedia/ffmpeg" (ffmpeg-20140305.1.2.6) also
 fails in the same way, although the line numbers are different:
 
 [...]
 CC      libavcodec/x86/ac3dsp_init.o
 libavcodec/x86/ac3dsp_init.c: In function 'ac3_downmix_sse':
 libavcodec/x86/ac3dsp_init.c:65:5: error: 'asm' operand has impossible 
constraints
      __asm__ volatile (                                          \
      ^
 libavcodec/x86/ac3dsp_init.c:149:9: note: in expansion of macro 'MIX5'
          MIX5(IF0, IF1);
          ^
 libavcodec/x86/ac3dsp_init.c:65:5: error: 'asm' operand has impossible 
constraints
      __asm__ volatile (                                          \
      ^
 libavcodec/x86/ac3dsp_init.c:153:9: note: in expansion of macro 'MIX5'
          MIX5(IF1, IF0);
          ^
 common.mak:48: recipe for target 'libavcodec/x86/ac3dsp_init.o' failed
 gmake: *** [libavcodec/x86/ac3dsp_init.o] Error 1
 *** Error code 2
 
 Stop.
 make[4]: stopped in /x/pkgsrc/multimedia/ffmpeg
 [...]
 
 NetBSD/amd64-6.99.40 does not have this problem and ffmpeg-20140305.1.2.6
 builds successfully.
 
 -- 
 |/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
 |\ / jdbaker[snail]mylinuxisp[flyspeck]com    OpenBSD            FreeBSD
 | X  No HTML/proprietary data in email.   BSD just sits there and works!
 |/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645
 


Home | Main Index | Thread Index | Old Index