Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#37849 closed defect (fixed)

x264 @20130105: needs revbump after ffmpeg upgrade

Reported by: mklein-de (Michael Klein) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: mkae (Marko Käning)
Port: x264

Description

$ sudo port -v rev-upgrade
--->  Scanning binaries for linking errors: 59.0%
Could not open /opt/local/lib/libavutil.51.dylib: Error opening or reading file (referenced from /opt/local/bin/x264)
--->  Scanning binaries for linking errors: 66.8%
Could not open /opt/local/lib/libgraph.5.dylib: Error opening or reading file (referenced from /opt/local/lib/ImageMagick-6.8.0/modules-Q16/coders/dot.so)
--->  Scanning binaries for linking errors: 100.0%
--->  Found 2 broken file(s), matching files to ports
--->  Found 2 broken port(s):
     x264 @20130105 
         /opt/local/bin/x264
     ImageMagick @6.8.0-7 +graphviz+q16+rsvg
         /opt/local/lib/ImageMagick-6.8.0/modules-Q16/coders/dot.so

$ port contents ffmpeg | grep libavutil.*dylib
  /opt/local/lib/libavutil.52.13.100.dylib
  /opt/local/lib/libavutil.52.dylib
  /opt/local/lib/libavutil.dylib

Change History (8)

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

Cc: devans@… removed
Owner: changed from macports-tickets@… to devans@…
Summary: x264 needs revbump after ffmpeg upgradex264 @20130105: needs revbump after ffmpeg upgrade
Version: 2.1.2

Thanks for the ticket.

comment:2 Changed 11 years ago by mkae (Marko Käning)

Cc: mk@… added

Cc Me!

comment:3 Changed 11 years ago by mkae (Marko Käning)

Resolution: fixed
Status: newclosed

fixed with r102353

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

Why was x264 linking against libavutil in the first place? It supposedly has no dependencies.

comment:5 Changed 11 years ago by mkae (Marko Käning)

That was irritating me too. Looks like x264 needs an update regarding its deps...

comment:6 Changed 11 years ago by mkae (Marko Käning)

See #37900.

comment:7 Changed 11 years ago by mkae (Marko Käning)

See also #37347

comment:8 Changed 11 years ago by neverpanic (Clemens Lang)

x264 should not have a dependency on ffmpeg and it should also not have been revbumped. Since I fixed #37347 in r101514 x264 should not have linked against ffmpeg. If it did anyway, that's something we need to take care of.

However, it seems to me the output above does mention an outdated version of x264 (in specific, "@20130105", where current is "@20130105_1", which contains the fix from #37347).

So in this case the reporter should have run rev-upgrade in rebuild mode, which should have left him with a x264 not depending on ffmpeg. This ticket should have been closed invalid.

Note: See TracTickets for help on using tickets.