Your error looks like a different problem, but the ticket is closed and fixed, so you should just be able to "sudo port selfupdate" and then libvpx should install without you having to do any of the steps listed below.
So, try: sudo port selfupdate sudo port clean libvpx sudo port install libvpx If that still doesn't work then probably you should file a new ticket with your main.log etc. Unless someone else reading the list comes up with a better idea that is! :) Scott On Sun, Aug 1, 2010 at 8:53 PM, [email protected] <[email protected]> wrote: > The ticket seemed to be closed and fixed, so I am posting here. I am > unfamiliar with the ticket process, so if I am doing this wrong, please > provide > guidance. > > I did what I thought the ticket said to do: > > ---------------------------------------------------------- > fmt_deps = sed -e 's;^\(.*\)\.o;\$(dir \$@)\1\$(suffix \$<).o \$@;' #hide > Just change this to > > fmt_deps = sed -e 's;^\(.*\)\.oxxxxx;\$(dir \$@)\1\$(suffix \$<).o \$@;' #hide > > > sudo port clean libvpx > > sudo port fetch libvpx > > sudo port extract libvpx > > cd to the staging directory where the port was being built - this directory > should have been shown in one of the error messages. On my system it was > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libvpx/work/libvpx-0.9.1/ > > then: > > cd build/make > > edit the configure.sh file in that folder to change the line as shown above. > > sudo port build libvpx > sudo port install libvpx > ---------------------------------------------------------- > > and received the following error: > > ---------------------------------------------------------- > 22:30> sudo port build libvpx > ---> Computing dependencies for libvpx > ---> Configuring libvpx > Error: Target org.macports.configure returned: configure failure: shell > command failed > Log for libvpx is at: > /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libvpx/main.log > Error: Status 1 encountered during processing. > To report a bug, see <http://guide.macports.org/#project.tickets> > ---------------------------------------------------------- > > Attached is the main.log and the config.err > > Thanks for your help, Tom > > _______________________________________________ > macports-users mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
