New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #35233 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

libvpx fails on xcode 4.4 with yasm: FATAL: unable to open include file `asm_enc_offsets.asm'

Reported by: cosmo@… Owned by: cal@…
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: mountain-lion Cc:
Port: libvpx

Description

Fixed via regex change ..

From: https://groups.google.com/a/webmproject.org/forum/?fromgroups#!topic/webm-discuss/OdEWb-rBBhw

" Someone else recently figured out, that a regexp in build/make/gen_asm_deps.sh is broken. If you change line 45 to includes=$(LC_ALL=C egrep -i "include +\"[a-z0-9_/]+\.${sfx}" $srcfile | it compiles successfully. "

See https://github.com/mxcl/homebrew/issues/12567#issuecomment-6434000 for more details.

Change History

comment:1 in reply to: ↑ description Changed 10 months ago by cosmo@…

I can confirm this worked on current trunk of macports and running port extract libvpx

editing the file

then port install libvpx

thanks

Replying to cosmo@…:

Fixed via regex change ..

From: https://groups.google.com/a/webmproject.org/forum/?fromgroups#!topic/webm-discuss/OdEWb-rBBhw

" Someone else recently figured out, that a regexp in build/make/gen_asm_deps.sh is broken. If you change line 45 to includes=$(LC_ALL=C egrep -i "include +\"[a-z0-9_/]+\.${sfx}" $srcfile | it compiles successfully. "

See https://github.com/mxcl/homebrew/issues/12567#issuecomment-6434000 for more details.

comment:2 Changed 10 months ago by cosmo@…

  • Cc cosmo@… added

Cc Me!

comment:3 Changed 10 months ago by cal@…

  • Keywords mountain-lion added; Xcode 4.4 removed
  • Cc cosmo@… removed
  • Owner changed from macports-tickets@… to cal@…

You don't need to Cc yourself.

comment:4 Changed 10 months ago by cal@…

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in r95669.

Note: See TracTickets for help on using tickets.