<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>Extras/contrib faac patch patch...</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT FACE="Times New Roman">WinXP, Cygwin (new install this past week).</FONT>

<BR><FONT FACE="Times New Roman">Extras/contrib has been failing on faac, apparently breaking on the patch.  I've tried multiple times over the last 24 hours, killing the faac zip file and directory, deleting the existing faac patch, rebooting.  I keep getting the following:</FONT></P>
<UL>
<P><FONT FACE="Times New Roman">make[2]: Entering directory `/home/mfm/vlc-trunk/extras/contrib/src'</FONT>

<BR><FONT FACE="Times New Roman">/usr/bin/wget -c </FONT><A HREF="http://switch.dl.sourceforge.net/sourceforge/faac/faac-1.25.tar"><U><FONT COLOR="#0000FF" FACE="Times New Roman">http://switch.dl.sourceforge.net/sourceforge/faac/faac-1.25.tar</FONT></U></A>

<BR><FONT FACE="Times New Roman">.gz</FONT>

<BR><FONT FACE="Times New Roman">--16:46:27--  </FONT><A HREF="http://switch.dl.sourceforge.net/sourceforge/faac/faac-1.25.tar.gz"><U><FONT COLOR="#0000FF" FACE="Times New Roman">http://switch.dl.sourceforge.net/sourceforge/faac/faac-1.25.tar.gz</FONT></U></A>
</P>

<P><FONT FACE="Times New Roman">           => `faac-1.25.tar.gz'</FONT>

<BR><FONT FACE="Times New Roman">Resolving switch.dl.sourceforge.net... 130.59.138.20</FONT>

<BR><FONT FACE="Times New Roman">Connecting to switch.dl.sourceforge.net|130.59.138.20|:80... connected.</FONT>

<BR><FONT FACE="Times New Roman">HTTP request sent, awaiting response... 200 OK</FONT>

<BR><FONT FACE="Times New Roman">Length: 386,608 (378K) [application/x-tar]</FONT>
</P>

<P><FONT FACE="Times New Roman">100%[====================================>] 386,608      114.34K/s    ETA 00:00</FONT>
</P>

<P><FONT FACE="Times New Roman">16:46:31 (114.07 KB/s) - `faac-1.25.tar.gz' saved [386608/386608]</FONT>
</P>

<P><FONT FACE="Times New Roman">rm -rf faac || true</FONT>

<BR><FONT FACE="Times New Roman">gunzip -c faac-1.25.tar.gz | tar xf - --exclude='[*?:<>\|]'</FONT>

<BR><FONT FACE="Times New Roman">mv faac-1.25 faac || true</FONT>

<BR><FONT FACE="Times New Roman">mv: cannot stat `faac-1.25': No such file or directory    // Not causing an issue -- the unzipped faac is being put in the directory faac OK</FONT></P>

<P><FONT FACE="Times New Roman">touch faac</FONT>

<BR><FONT FACE="Times New Roman">patch -p0 < Patches/faac.patch</FONT>

<BR><FONT FACE="Times New Roman">patching file faac/bootstrap</FONT>

<BR><FONT FACE="Times New Roman">Hunk #1 FAILED at 1.</FONT>

<BR><FONT FACE="Times New Roman">1 out of 1 hunk FAILED -- saving rejects to file faac/bootstrap.rej</FONT>

<BR><FONT FACE="Times New Roman">make[2]: *** [faac] Error 1</FONT>

<BR><FONT FACE="Times New Roman">make[2]: Leaving directory `/home/mfm/vlc-trunk/extras/contrib/src'</FONT>

<BR><FONT FACE="Times New Roman">make[1]: *** [src] Error 2</FONT>
</P>
</UL>
<P><FONT FACE="Times New Roman">The bootstrap.rej file is:</FONT>
<UL>
<P><FONT FACE="Times New Roman">***************</FONT>

<BR><FONT FACE="Times New Roman">*** 1,6 ****</FONT>

<BR><FONT FACE="Times New Roman">  #! /bin/sh</FONT>

<BR><FONT FACE="Times New Roman">  </FONT>

<BR><FONT FACE="Times New Roman">- aclocal -I .</FONT>

<BR><FONT FACE="Times New Roman">  autoheader</FONT>

<BR><FONT FACE="Times New Roman">  if test "`uname -s`" = Darwin; then</FONT>

<BR><FONT FACE="Times New Roman">      glibtoolize --automake</FONT>

<BR><FONT FACE="Times New Roman">--- 1,6 ----</FONT>

<BR><FONT FACE="Times New Roman">  #! /bin/sh</FONT>

<BR><FONT FACE="Times New Roman">  </FONT>

<BR><FONT FACE="Times New Roman">+ aclocal -I /usr/share/aclocal</FONT>

<BR><FONT FACE="Times New Roman">  autoheader</FONT>

<BR><FONT FACE="Times New Roman">  if test "`uname -s`" = Darwin; then</FONT>

<BR><FONT FACE="Times New Roman">      glibtoolize --automake</FONT>
</P>
</UL>
<P><FONT FACE="Times New Roman">There's something that it just doesn't like, beats me why.</FONT>

<BR><FONT FACE="Times New Roman">I ended up deleting some lines in the faac.patch file, now the build continues OK.</FONT>
</P>

<P><FONT FACE="Times New Roman">Attached is my updated faac.patch.<FONT FACE="Arial" SIZE=2 COLOR="#000000"> <<...>> </FONT></FONT>
</P>

</BODY>
</HTML>