New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #8410 (closed defect: worksforme)

Opened 7 years ago

Last modified 4 years ago

BUG: libmng-1.0.8 fails installation

Reported by: mellon85@… Owned by: blair@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc: markd@…, ryandesign@…
Port: libmng

Description (last modified by jmr@…) (diff)

Output of "port -d install libmng" :

DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/libmng
DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/libmng
DEBUG: Requested variant powerpc is not provided by port libmng.
DEBUG: Requested variant darwin is not provided by port libmng.
DEBUG: Requested variant macosx is not provided by port libmng.
DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/jpeg
DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/jpeg
DEBUG: Searching for dependency: jpeg
DEBUG: Found Dependency: receipt exists for jpeg
DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/lcms
DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/lcms
DEBUG: Searching for dependency: lcms
DEBUG: Found Dependency: receipt exists for lcms
DEBUG: Executing com.apple.main (libmng)
DEBUG: No TGZ archive: /opt/local/var/db/dports/packages/darwin/powerpc/libmng-1.0.8_0.powerpc.tgz
DEBUG: Skipping unarchive (libmng) since no archive found
DEBUG: Skipping completed com.apple.unarchive (libmng)
--->  Fetching libmng
DEBUG: Executing com.apple.fetch (libmng)
--->  Verifying checksum(s) for libmng
DEBUG: Executing com.apple.checksum (libmng)
--->  Checksumming libmng-1.0.8.tar.gz
DEBUG: Correct (md5) checksum for libmng-1.0.8.tar.gz
--->  Extracting libmng
DEBUG: Executing com.apple.extract (libmng)
--->  Extracting libmng-1.0.8.tar.gz
DEBUG: setting option extract.args to /opt/local/var/db/dports/distfiles/libmng/libmng-1.0.8.tar.gz
DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_graphics_libmng/work" && gzip -dc /opt/local/var/db/dports/distfiles/libmng/libmng-1.0.8.tar.gz | /usr/bin/gnutar --no-same-owner -xf -'
DEBUG: Executing com.apple.patch (libmng)
--->  Applying patches to libmng
--->  Applying /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/libmng/files/patch-autogen.sh
DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_graphics_libmng/work/libmng-1.0.8" && patch -p0'
patching file autogen.sh
--->  Configuring libmng
DEBUG: Executing proc-pre-com.apple.configure-configure-0
copying configure.in
copying automake template
running aclocal
/opt/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/opt/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
aclocal:configure.in:21: warning: macro `AM_PROG_LIBTOOL' not found in library
running glibtoolize
running automake
configure.in: installing `./install-sh'
configure.in: installing `./missing'
Makefile.am:12: Libtool library used but `LIBTOOL' is undefined
Makefile.am:12: 
Makefile.am:12: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
Makefile.am:12: to `configure.in' and run `aclocal' and `autoconf' again.
building configure script
configure.in:21: error: possibly undefined macro: AM_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
Error: Target com.apple.configure returned: shell command "cd '/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_graphics_libmng/work/libmng-1.0.8' && sh autogen.sh" returned error 1
Command output: copying configure.in
copying automake template
running aclocal
/opt/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/opt/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
aclocal:configure.in:21: warning: macro `AM_PROG_LIBTOOL' not found in library
running glibtoolize
running automake
configure.in: installing `./install-sh'
configure.in: installing `./missing'
Makefile.am:12: Libtool library used but `LIBTOOL' is undefined
Makefile.am:12: 
Makefile.am:12: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
Makefile.am:12: to `configure.in' and run `aclocal' and `autoconf' again.
building configure script
configure.in:21: error: possibly undefined macro: AM_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Warning: the following items did not execute (for libmng): com.apple.activate com.apple.configure com.apple.build com.apple.destroot com.apple.archive com.apple.install
Error: /opt/local/bin/port: Status 1 encountered during processing.

Change History

comment:1 Changed 7 years ago by takanori@…

I encountered the same problem right now. ;-)

If you are using automake 1.9, try "port uninstall automake" and you'll be able to avoid this problem.

comment:2 Changed 7 years ago by markd@…

  • Summary changed from libmng fails installation to BUG: libmng fails installation

comment:3 Changed 7 years ago by markd@…

  • Summary changed from BUG: libmng fails installation to BUG: libmng-1.0.8 fails installation

comment:4 Changed 6 years ago by markd@…

  • Cc markd@… added

Is this still a problem with libmng 1.0.9 and current dependencies? It works for me.

comment:5 Changed 6 years ago by pipping@…

  • Milestone set to Port Bugs

comment:6 Changed 6 years ago by markd@…

1.0.9 is now current and had some autoconf fixes. Does that fix the problem?

comment:7 Changed 6 years ago by markd@…

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

If there is a problem with the new version it can be reopened.

comment:8 Changed 5 years ago by gthyni@…

  • Status changed from closed to reopened
  • Resolution fixed deleted

1.0.9 fails too with latest auto*-tools in macports

---> Configuring libmng
Error: Target org.macports.configure returned: shell command "cd '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libmng/work/libmng-1.0.9' && LIBTOOLIZE=glibtoolize autoreconf -fi" returned error 1
Command output: /opt/local/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/opt/local/share/aclocal/audiofile.m4:12: run info '(automake)Extending aclocal'
/opt/local/share/aclocal/audiofile.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal[[BR]] /opt/local/bin/gm4:configure.in:193: recursion limit of 1024 exceeded, use -L<N> to change it
autom4te: /opt/local/bin/gm4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1

comment:9 Changed 5 years ago by ryandesign@…

  • Owner changed from macports-tickets@… to blair@…
  • Status changed from reopened to new
  • Cc ryandesign@… added

comment:10 Changed 5 years ago by ryandesign@…

I can't reproduce this problem. Do you still see the problem with libmng 1.0.10?

comment:11 Changed 5 years ago by jmr@…

  • Description modified (diff)
  • Port set to libmng

comment:12 Changed 4 years ago by jmr@…

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

Can't reproduce, closing.

comment:13 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.