by gin118 » Tue Feb 05, 2013 3:03 am
$this->bbcode_second_pass_quote('pepedog', 'T')ry
pacman -Syy
First
this worked .
Thks!!!
but there is another error when install the Asterisk
-> Found asterisk
-> Found asterisk.logrotated
==> Validating source files with md5sums...
asterisk-11.0.1.tar.gz ... Passed
asterisk ... Passed
asterisk.logrotated ... Passed
==> Extracting Sources...
-> Extracting asterisk-11.0.1.tar.gz with bsdtar
/usr/bin/chmod: line 3: svn: command not found
/usr/bin/chmod: line 4: svn: command not found
/usr/bin/chmod: line 6: syntax error near unexpected token `('
/usr/bin/chmod: line 6: ` srcBytePtr = (unsigned char*)nonInterleavedSrcPtrs[i];'
==> ERROR: An unknown error has occurred. Exiting...
Here are some from my /usr/bin/chmod.#!/bin/sh
svn pset svn:keywords id $*
svn pset svn:eol-style native $*
$@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ {
srcBytePtr = (unsigned char*)nonInterleavedSrcPtrs[i];
bp->outputConverter( hostOutputChannels[i].data,
hostOutputChannels[i].stride,
srcBytePtr, srcSampleStrideSamples,
framesToCopy, &bp->ditherGenerator );
/* advance callers source pointer (nonInterleavedSrcPtrs[i]) */
srcBytePtr += bp->bytesPerUserOutputSample * framesToCopy;
nonInterleavedSrcPtrs[i] = srcBytePtr;
/* advance dest ptr for next iteration */
hostOutputChannels[i].data = ((unsigned char*)hostOutputChannels[i].data) +
framesToCopy * hostOutputChannels[i].stride * bp->bytesPerHostOutputSample;
}
}
bp->hostOutputFrameCount[0] += framesToCopy;
return framesToCopy;
}