[MacPorts] #37159: moc @2.4.4 -autojack +vorbis build breaks

MacPorts noreply at macports.org
Thu Jun 6 16:01:11 PDT 2013


#37159: moc @2.4.4 -autojack +vorbis build breaks
----------------------+--------------------
  Reporter:  dnied@…  |      Owner:  eu@…
      Type:  defect   |     Status:  new
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.1.2
Resolution:           |   Keywords:  ffmpeg
      Port:  moc      |
----------------------+--------------------

Comment (by gross.jonas@…):

 I've got the same configuration( Macbook 2.1(Intel Core Duo) - Mac OS X
 10.6.8) and found a workaround:

 {{{
 sudo port install moc // fails
 sudo sed -i -e "s/configure.args      --with-jack --without-
 vorbis/configure.args      --with-jack --without-vorbis --without-ffmpeg/"
 /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/multimedia/moc/Portfile
 sudo port install moc
 }}}

 But "--with-jack" doesn't work. So you need to
 {{{
 jackd -d coreaudio
 }}}
 once before you start
 {{{
 mocp
 }}}
 .

 I tried compiling Rev. 2529 (HEAD since 2013-04-11 for now), but
 {{{
 autoreconf -vis
 }}}
 but got
 {{{
 glibtoolize: `COPYING.LIB' not found in
 `/usr/bin/../share/libtool/libltdl'
 autoreconf: glibtoolize failed with exit status: 1
 }}}

 Any ideas?

-- 
Ticket URL: <https://trac.macports.org/ticket/37159#comment:3>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list