[Bug 136555] Re: mol-drivers-macsox not installable on gutsy

Marcus Comstedt marcus at mc.pp.se
Wed Jan 6 20:41:48 UTC 2010


Incidentally, here is a patch which fixed the compilation problem:

--- mol-drivers-macosx-0.9.72.1/config/Rules.make.orig	2010-01-06 21:41:07.000000000 +0100
+++ mol-drivers-macosx-0.9.72.1/config/Rules.make	2010-01-06 21:38:58.000000000 +0100
@@ -223,7 +223,7 @@
 M_ASMFLAGS	= -D__ASSEMBLY__ $(ALTIVEC) $(ASMFLAGS)
 FILTERBIN	= $(top_odir)/build/scripts/asfilter
 ASFILTER	= $(shell if test -x $(FILTERBIN) ; then echo $(FILTERBIN) \
-			; else echo "tr ';' '\n'" ; fi)
+			; else /bin/echo "tr ';' '\n'" ; fi)
 INVOKE_M4	= | $(M4) -s $(M4_NO_GNU) | $(ASFILTER)
 
 $(ODIR)/%.o: %.S Makefile


The problem is that the builtin "echo" in /bin/dash prints \n as newline, not as a backslash followed by the letter n.  Using /bin/echo instead fixes the problem.

-- 
mol-drivers-macsox not installable on gutsy
https://bugs.launchpad.net/bugs/136555
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list