shshankjain / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

build fails with macports due to garbled dependencies #161

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in build/make/configure.sh there is an sed command:
fmt_deps = sed -e 's;^\(.*\)\.o;\$(dir \$@)\1\$(suffix \$<).o \$@;' #hide
which is used to post process dep files generated by gcc.
It changes

/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org
_release_ports_multimedia_libvpx/work/libvpx-0.9.1/vp8/common/header.h

to 

vp8/common/generic/  
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.c.o

vp8/common/generic/systemdependent.c.drg_release_ports_multimedia_libvpx/work/li
bvpx-0.9.1/vp8/common/header.h

which is obviously not the intention. I don't know what should be changed by 
this sed command but the attached patch solved the problem for me.

Original issue reported on code.google.com by twotwost...@gmail.com on 4 Aug 2010 at 9:03

Attachments:

GoogleCodeExporter commented 9 years ago
This issue should be fixed in the trunk. Please try again if you're able to 
point macports at the git version, otherwise wait for 0.9.2 later this month.

Original comment by jkoles...@google.com on 5 Aug 2010 at 12:32

GoogleCodeExporter commented 9 years ago
I tested with trunk: this issue is fixed.

Original comment by twotwost...@gmail.com on 5 Aug 2010 at 10:20

GoogleCodeExporter commented 9 years ago

Original comment by albe...@google.com on 8 Mar 2012 at 12:10