Opened 10 years ago

Closed 10 years ago

#44721 closed defect (invalid)

libbluray build failure

Reported by: theboergers@… Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc:
Port: libbluray

Description (last modified by mf2k (Frank Schima))

The problem seems to be with libbluray.

chris at CWB-MacBook $ sudo port install ffmpeg
Warning: The Xcode Command Line Tools don't appear to be installed; most ports will likely fail to build.
Warning: Install them by running `xcode-select --install'.
--->  Computing dependencies for ffmpeg
--->  Dependencies to be installed: libbluray libmodplug libogg libopus libsdl xorg-libXrandr xorg-randrproto xrender xorg-renderproto libtheora libvorbis openjpeg15 jbigkit lcms2 schroedinger orc speex texi2html x264
--->  Fetching archive for libbluray
--->  Attempting to fetch libbluray-0.6.0_0.darwin_14.x86_64.tbz2 from http://packages.macports.org/libbluray
--->  Attempting to fetch libbluray-0.6.0_0.darwin_14.x86_64.tbz2 from http://lil.fr.packages.macports.org/libbluray
--->  Attempting to fetch libbluray-0.6.0_0.darwin_14.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/libbluray
--->  Fetching distfiles for libbluray
--->  Verifying checksums for libbluray
--->  Extracting libbluray
--->  Configuring libbluray
--->  Building libbluray
Error: org.macports.build for port libbluray returned: command execution failed
Error: Failed to install libbluray
Please see the log file for port libbluray for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_libbluray/libbluray/main.log
Error: The following dependencies were not installed: libbluray libmodplug libogg libopus libsdl xorg-libXrandr xorg-randrproto xrender xorg-renderproto libtheora libvorbis openjpeg15 jbigkit lcms2 schroedinger orc speex texi2html x264
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port ffmpeg failed

Attachments (1)

main.log (111.9 KB) - added by theboergers@… 10 years ago.

Download all attachments as: .zip

Change History (5)

Changed 10 years ago by theboergers@…

Attachment: main.log added

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

Cc: devans@… openmaintainer@… removed
Owner: changed from macports-tickets@… to devans@…

In the future, please use WikiFormatting and do not Cc openmaintainer@… because it is not a valid email address.

comment:2 Changed 10 years ago by mf2k (Frank Schima)

Cc: jeremyhu@… removed
Description: modified (diff)
Owner: changed from devans@… to jeremyhu@…
Port: libbluray added; ffmpeg removed
Summary: ffmpeg 2.3.3 fails to buildlibbluray build failure

And also, please fill in the port field with the port that actually fails to build.

comment:3 in reply to:  description Changed 10 years ago by dbevans (David B. Evans)

Replying to theboergers@…:

The problem seems to be with libbluray.

Probably not.

chris at CWB-MacBook $ sudo port install ffmpeg
Warning: The Xcode Command Line Tools don't appear to be installed; most ports will likely fail to build.
Warning: Install them by running `xcode-select --install'.

This the problem. MacPorts requires the Xcode Command Line Tools to be installed. Do what the error message says then clean and retry,

$ xcode-select --install
$ sudo port clean libbluray ffmpeg
$ sudo port install ffmpeg

Since you are building on Yosemite, if this was an upgrade of MacPorts from an older OS X version, make sure you have followed the Migration instructions.

comment:4 Changed 10 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: invalid
Status: newclosed

SDK bug requires an SDK fix.

Note: See TracTickets for help on using tickets.