Opened 13 years ago

Closed 12 years ago

#29601 closed defect (fixed)

ffmpeg: unexpected bindingNone in _vp8_bilinear_predict16x16_sse2 from /opt/local/lib/libvpx.a(subpixel_sse2.asm.o)

Reported by: jacques.yves.maillard@… Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: ffmpeg

Description

During the kdenlive installation, the ffmpeg build failed, on Mac OS X 10.6.7 with XCode 4.0.2 installed. Here is the error message :

--->  Building ffmpeg
Error: Target org.macports.build returned: shell command failed (see log for details)

See the main.log file attached

Attachments (3)

main.log (12.8 KB) - added by jacques.yves.maillard@… 13 years ago.
Main log file
main.2.log (12.8 KB) - added by juan.cardelino@… 13 years ago.
main3.log (70.3 KB) - added by zirkonio@… 13 years ago.
Same error with ffmpeg 0.7.1

Download all attachments as: .zip

Change History (14)

Changed 13 years ago by jacques.yves.maillard@…

Attachment: main.log added

Main log file

comment:1 Changed 13 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to devans@…
Port: ffmpeg added; kdenlive removed

comment:2 Changed 13 years ago by neilj@…

Getting the same build error when trying to update ffmpeg on my system. Details are:

Original release MacMini running 32bit Intel Core Duo

Mac OS X 10.6.7

Xcode 4.0.2

Error reported is the same as the log file posted here, so have not posted mine. Looks like a build issue on a i386 system as the exact error is:

  • :info:build ld: unexpected bindingNone in _vp8_bilinear_predict16x16_sse2 from /opt/local/lib/libvpx.a(subpixel_sse2.asm.o) for architecture i386

comment:3 in reply to:  2 Changed 13 years ago by juan.cardelino@…

I have the same problem on a MacBookPro 32-bit, also running

Mac OS X 10.6.7 and Xcode 4.0.2

Replying to neilj@…:

Getting the same build error when trying to update ffmpeg on my system. Details are:

Original release MacMini running 32bit Intel Core Duo

Mac OS X 10.6.7

Xcode 4.0.2

Error reported is the same as the log file posted here, so have not posted mine. Looks like a build issue on a i386 system as the exact error is:

  • :info:build ld: unexpected bindingNone in _vp8_bilinear_predict16x16_sse2 from /opt/local/lib/libvpx.a(subpixel_sse2.asm.o) for architecture i386

comment:4 Changed 13 years ago by danasandburg@…

FYI for whomever gets this bug:

Also getting error

ld: unexpected bindingNone in _vp8_bilinear_predict16x16_sse2 from /opt/local/lib/libvpx.a(subpixel_sse2.asm.o) for architecture i386

Running OS X 10.6.7 and Xcode 4.0.2. On an iMac (early 2006) with a Core Duo processor (ie, like juan.cardelino and neilj, a processor that lacks the 64-bit extensions).

Changed 13 years ago by juan.cardelino@…

Attachment: main.2.log added

comment:5 in reply to:  4 Changed 13 years ago by juan.cardelino@…

I forgot to attach the main.log, but I think it is useless, it is the same everyone is getting. Anyway, here it is (main.2.log)

Replying to danasandburg@…:

FYI for whomever gets this bug:

Also getting error

ld: unexpected bindingNone in _vp8_bilinear_predict16x16_sse2 from /opt/local/lib/libvpx.a(subpixel_sse2.asm.o) for architecture i386

Running OS X 10.6.7 and Xcode 4.0.2. On an iMac (early 2006) with a Core Duo processor (ie, like juan.cardelino and neilj, a processor that lacks the 64-bit extensions).

comment:6 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: ffmpeg build failed during the kdenlive installationffmpeg: unexpected bindingNone in _vp8_bilinear_predict16x16_sse2 from /opt/local/lib/libvpx.a(subpixel_sse2.asm.o)

The attached logs show the problem with ffmpeg 0.6.2 and 0.6.3. Do you still see the problem with 0.7.1 to which the port was recently updated?

Changed 13 years ago by zirkonio@…

Attachment: main3.log added

Same error with ffmpeg 0.7.1

comment:7 in reply to:  6 Changed 13 years ago by zirkonio@…

Replying to ryandesign@…:

The attached logs show the problem with ffmpeg 0.6.2 and 0.6.3. Do you still see the problem with 0.7.1 to which the port was recently updated?

Same error with ffmpeg 0.7.1. I have attached log file: "main3.log".

I am using:

  • MacPorts 1.9.2
  • Mac OS X 10.6.8 i386
  • Xcode 4.2 Build 4C114
  • iMac Intel Core Duo 2 GHz, 1.5 GB DDR2 SDRAM

comment:8 Changed 13 years ago by okmacports@…

same here

ffmpeg 0.7.1 MacPorts 1.9.2 Mac OS X 10.6.8 i386 Xcode 4.0.2

comment:9 Changed 13 years ago by okmacports@…

I have done a regression test and the same problem occurs with ffmpeg 0.6.1

Could this be a gcc/ld problem?

bash-3.2# gcc --version
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)

I also note that all of us have 32-bit systems.

comment:10 Changed 13 years ago by dbevans (David B. Evans)

Status: newassigned

Please retest using latest ffmpeg version (which appears to build correctly on both x86_64 and i386 Mac OS X 10.6.8 Xcode 4.1)

Compiler selection fix committed in r83625. ffmpeg updated to 0.7.4 in r83674.

comment:11 Changed 12 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: assignedclosed

No response; assuming fixed.

Note: See TracTickets for help on using tickets.