[MacPorts] #40470: ffmpeg configure error - build failure
#40470: ffmpeg configure error - build failure -------------------------------------------+------------------------------- Reporter: ceguizabal51@… | Owner: macports- Type: defect | tickets@… Priority: Normal | Status: new Component: ports | Milestone: Keywords: configure error build failure | Version: 2.2.0 | Port: ffmpeg -------------------------------------------+------------------------------- sudo port install ffmpeg fails with {{{ Failed to configure libass, consult /opt/...libass-0.10.config.log Error: org.macports.configure for port libass returned: configure failure: command execution failed }}} port version: 2.2.0 [[br]] clang version 4.2 (clang-425.0.28) [[br]] target: x86-64-apple-darwin [[br]] xcode 4.6.3 Problem started when doing a port upgrade outdated. [[br]] Did a sudo port clean ffmpeg --- same error [[br]] Un-installed all of MacPorts, downloaded new package and installed --- same error -- Ticket URL: <https://trac.macports.org/ticket/40470> MacPorts <http://www.macports.org/> Ports system for OS X
#40470: ffmpeg configure error -----------------------------+---------------------- Reporter: ceguizabal51@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: ffmpeg | -----------------------------+---------------------- Changes (by larryv@…): * cc: jeremyhu@… (added) * keywords: configure error build failure => * owner: macports-tickets@… => devans@… Comment: Thanks for the ticket. In the future, please Cc relevant port maintainers (`port info --maintainers`). Please [http://guide.macports.org/chunked/project.html#project.tickets.prerequisites clean, try again], and attach the main.log. -- Ticket URL: <https://trac.macports.org/ticket/40470#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#40470: ffmpeg configure error -----------------------------+---------------------- Reporter: ceguizabal51@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: ffmpeg | -----------------------------+---------------------- Comment (by ceguizabal51@…): commands sequence at cli; and attached main.log. Thanks. {{{ MacBook-Air:~ cae$ sudo port clean ffmpeg Password: ---> Cleaning ffmpeg MacBook-Air:~ cae$ find /opt/local/ -name main.log /opt/local//var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmake/gmake/main.log /opt/local//var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_libass/libass/main.log MacBook-Air:~ cae$ sudo port install ffmpeg Password: ---> Computing dependencies for ffmpeg ---> Dependencies to be installed: libass libbluray libmodplug libopus libsdl xorg-libXext xorg-libX11 xorg-kbproto xorg-libXau xorg-xproto xorg- libXdmcp xorg-libxcb python27 db46 db_select libedit openssl python_select sqlite3 xorg-libpthread-stubs xorg-xcb-proto xorg-xextproto xorg-libXrandr xorg-randrproto xrender xorg-renderproto libtheora libvpx openjpeg15 jbigkit lcms2 jpeg tiff schroedinger orc speex x264 ---> Configuring libass Error: Failed to configure libass, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_libass/libass/work/libass-0.10.1/config.log Error: org.macports.configure for port libass returned: configure failure: command execution failed Error: Failed to install libass Please see the log file for port libass for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_libass/libass/main.log Error: The following dependencies were not installed: libass libbluray libmodplug libopus libsdl xorg-libXext xorg-libX11 xorg-kbproto xorg- libXau xorg-xproto xorg-libXdmcp xorg-libxcb python27 db46 db_select libedit openssl python_select sqlite3 xorg-libpthread-stubs xorg-xcb-proto xorg-xextproto xorg-libXrandr xorg-randrproto xrender xorg-renderproto libtheora libvpx openjpeg15 jbigkit lcms2 jpeg tiff schroedinger orc speex x264 Error: Processing of port ffmpeg failed }}} -- Ticket URL: <https://trac.macports.org/ticket/40470#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#40470: libass configure error -----------------------------+-------------------- Reporter: ceguizabal51@… | Owner: coax@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: libass | -----------------------------+-------------------- Changes (by macsforever2000@…): * owner: devans@… => coax@… * port: ffmpeg => libass Comment: The error is in libass. {{{ :info:configure checking for pkg-config... no :info:configure checking for FREETYPE... configure: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_libass/libass/work/libass-0.10.1': :info:configure configure: error: The pkg-config script could not be found or is too old. Make sure it :info:configure is in your PATH or set the PKG_CONFIG environment variable to the full :info:configure path to pkg-config. }}} What is the output of the following? {{{ port installed pkgconfig }}} -- Ticket URL: <https://trac.macports.org/ticket/40470#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#40470: libass configure error -----------------------------+-------------------- Reporter: ceguizabal51@… | Owner: coax@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: libass | -----------------------------+-------------------- Comment (by jeremyhu@…): It's listed as a build dependency of libass. -- Ticket URL: <https://trac.macports.org/ticket/40470#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#40470: libass configure error -----------------------------+-------------------- Reporter: ceguizabal51@… | Owner: coax@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: libass | -----------------------------+-------------------- Comment (by ceguizabal51@…): Apologies for the delay in replying. {{{ MacBook-Air:~ cae$ port installed pkgconfig The following ports are currently installed: pkgconfig @0.28_0 (active) }}} HOWEVER, this info may not be relevant, because a couple of day back I deleted MacPorts completely (which I've done before) but this time I also deleted /opt/local. Then downloaded a fresh copy of the installer and installed it. Then I tried sudo port install ffmpeg, with success. Perhaps the new install corrected the problem with libass or pkgconfig? Whatever it was, ffmpeg now works fine. Thanks again for the help. -- Ticket URL: <https://trac.macports.org/ticket/40470#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#40470: libass configure error -----------------------------+-------------------- Reporter: ceguizabal51@… | Owner: coax@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: worksforme | Keywords: Port: libass | -----------------------------+-------------------- Changes (by jeremyhu@…): * status: new => closed * resolution: => worksforme -- Ticket URL: <https://trac.macports.org/ticket/40470#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts