make[1]: Entering directory `/home/pd/auto-build/pd-main/pd/extra/lrshift~'
make[1]: Nothing to be done for `current'.
make[1]: Leaving directory `/home/pd/auto-build/pd-main/pd/extra/lrshift~'
make -C ../extra/pique
make[1]: Entering directory `/home/pd/auto-build/pd-main/pd/extra/pique'
make[1]: Nothing to be done for `current'.
make[1]: Leaving directory `/home/pd/auto-build/pd-main/pd/extra/pique'
make -C ../extra/sigmund~
make[1]: Entering directory `/home/pd/auto-build/pd-main/pd/extra/sigmund~'
make[1]: Nothing to be done for `current'.
make[1]: Leaving directory `/home/pd/auto-build/pd-main/pd/extra/sigmund~'
make -C ../extra/pd~
make[1]: Entering directory `/home/pd/auto-build/pd-main/pd/extra/pd~'
make[1]: Nothing to be done for `current'.
make[1]: Leaving directory `/home/pd/auto-build/pd-main/pd/extra/pd~'
make -C ../extra/stdout
make[1]: Entering directory `/home/pd/auto-build/pd-main/pd/extra/stdout'
make[1]: Nothing to be done for `current'.
make[1]: Leaving directory `/home/pd/auto-build/pd-main/pd/extra/stdout'
/home/pd/auto-build/pd-main/scripts/auto-build/pd-main-auto-builder.sh: line 66: rsync: command not found
the full logfile can be viewed at
http://autobuild.puredata.info/auto-build/2008-11-05/logs/2008-11-05_04.31.…
ls: /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/lib/pd/doc/examples/postlude/*: No such file or directory
ls: /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/lib/pd/doc/manuals/py/scripts/*: No such file or directory
ls: /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/lib/pd/doc/examples/hardware/*: No such file or directory
ls: /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/lib/pd/doc/examples/postlude/*: No such file or directory
ls: /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/lib/pd/doc/manuals/py/scripts/*: No such file or directory
mv -i tarbz2Makefile /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/Makefile
install -d /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local
rm /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/README.txt
rm: cannot remove `/home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/README.txt': No such file or directory
make: [installer_readme] Error 1 (ignored)
sed 's|PACKAGE_NAME|Pd-0.40.3-extended-20081105|' /home/pd/auto-build/pd-extended/packages/linux_make/README > \
/home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/README.txt
install -p /home/pd/auto-build/pd-extended/packages/linux_make/default.pdsettings /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/lib/pd
mv /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local /home/pd/auto-build/pd-extended/packages/linux_make/build/Pd-0.40.3-extended-20081105
cd /home/pd/auto-build/pd-extended/packages/linux_make/build/ && \
tar cjf Pd-0.40.3-extended-20081105.tar.bz2 Pd-0.40.3-extended-20081105
mv /home/pd/auto-build/pd-extended/packages/linux_make/build/Pd-0.40.3-extended-20081105 /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local
upload specs linux_make build tar.bz2
Uploading /home/pd/auto-build/pd-extended/packages/linux_make/build/Pd-0.40.3-extended-20081105.tar.bz2
/home/pd/auto-build/pd-extended/scripts/auto-build/pd-extended-auto-builder.sh: line 82: rsync: command not found
the full logfile can be viewed at
http://autobuild.puredata.info/auto-build/2008-11-05/logs/2008-11-05_04.31.…
Revision: 10360
http://pure-data.svn.sourceforge.net/pure-data/?rev=10360&view=rev
Author: zmoelnig
Date: 2008-11-05 08:55:38 +0000 (Wed, 05 Nov 2008)
Log Message:
-----------
fixed nameclash with Pd's internal object
Modified Paths:
--------------
trunk/externals/zexy/src/pack.c
Modified: trunk/externals/zexy/src/pack.c
===================================================================
--- trunk/externals/zexy/src/pack.c 2008-11-04 23:31:16 UTC (rev 10359)
+++ trunk/externals/zexy/src/pack.c 2008-11-05 08:55:38 UTC (rev 10360)
@@ -132,9 +132,13 @@
void zpack_setup(void)
{
- zpack_class = class_new(gensym("pack"), (t_newmethod)zpack_new,
+ zpack_class = class_new(gensym("zexy/pack"), (t_newmethod)zpack_new,
(t_method)zpack_free, sizeof(t_zpack), 0, A_GIMME, 0);
- class_addcreator((t_newmethod)zpack_new, gensym("zexy/pack"), A_GIMME, 0);
+#if 0
+ /* oops Pd-0.42 allows us to override built-ins
+ * this is bad as long as the 2 objects are not compatible */
+ class_addcreator((t_newmethod)zpack_new, gensym("pack"), A_GIMME, 0);
+#endif
class_addbang(zpack_class, zpack_bang);
class_addlist(zpack_class, zpack_list0);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10358
http://pure-data.svn.sourceforge.net/pure-data/?rev=10358&view=rev
Author: fbar
Date: 2008-11-04 22:14:52 +0000 (Tue, 04 Nov 2008)
Log Message:
-----------
replaced expr with builtin objects
Modified Paths:
--------------
trunk/abstractions/footils/tunetof/tunetof.pd
Modified: trunk/abstractions/footils/tunetof/tunetof.pd
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
atom_alphabet.c:100: error: ‘gfsmPdAtomAlphabet’ has no member named ‘aa_binbuf’
atom_alphabet.c:106: error: expected declaration specifiers or ‘...’ before ‘GString’
atom_alphabet.c:108: error: ‘gfsmPdAtomAlphabet’ has no member named ‘aa_strbuf’
atom_alphabet.c:109: error: ‘gstr’ undeclared (first use in this function)
atom_alphabet.c:109: error: ‘gfsmPdAtomAlphabet’ has no member named ‘aa_strbuf’
atom_alphabet.c:121: error: expected expression before ‘gfsmPdAtomAlphabet’
atom_alphabet.c:122: error: ‘gfsmAlphabet’ undeclared (first use in this function)
atom_alphabet.c:122: error: expected expression before ‘)’ token
atom_alphabet.c:122: error: ‘gfsmATUser’ undeclared (first use in this function)
atom_alphabet.c:123: error: ‘gfsmUserAlphabet’ undeclared (first use in this function)
atom_alphabet.c:123: error: expected expression before ‘)’ token
atom_alphabet.c:130: error: ‘gfsmPdAtomAlphabet’ has no member named ‘aa_binbuf’
atom_alphabet.c:137: error: ‘gfsmPdAtomAlphabet’ has no member named ‘aa_binbuf’
atom_alphabet.c:137: error: ‘gfsmPdAtomAlphabet’ has no member named ‘aa_binbuf’
atom_alphabet.c:138: error: ‘gfsmAlphabet’ undeclared (first use in this function)
atom_alphabet.c:138: error: expected expression before ‘)’ token
g++: Internal error: Illegal instruction (program cc1plus)
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(641) [sender=2.6.9]
rsync error: error in rsync protocol data stream (code 12) at io.c(453) [receiver=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2008-11-04/logs/2008-11-04_06.27.…
make[1]: Entering directory `/home/pd/auto-build/pd-main/pd/extra/lrshift~'
make[1]: Nothing to be done for `current'.
make[1]: Leaving directory `/home/pd/auto-build/pd-main/pd/extra/lrshift~'
make -C ../extra/pique
make[1]: Entering directory `/home/pd/auto-build/pd-main/pd/extra/pique'
make[1]: Nothing to be done for `current'.
make[1]: Leaving directory `/home/pd/auto-build/pd-main/pd/extra/pique'
make -C ../extra/sigmund~
make[1]: Entering directory `/home/pd/auto-build/pd-main/pd/extra/sigmund~'
make[1]: Nothing to be done for `current'.
make[1]: Leaving directory `/home/pd/auto-build/pd-main/pd/extra/sigmund~'
make -C ../extra/pd~
make[1]: Entering directory `/home/pd/auto-build/pd-main/pd/extra/pd~'
make[1]: Nothing to be done for `current'.
make[1]: Leaving directory `/home/pd/auto-build/pd-main/pd/extra/pd~'
make -C ../extra/stdout
make[1]: Entering directory `/home/pd/auto-build/pd-main/pd/extra/stdout'
make[1]: Nothing to be done for `current'.
make[1]: Leaving directory `/home/pd/auto-build/pd-main/pd/extra/stdout'
/home/pd/auto-build/pd-main/scripts/auto-build/pd-main-auto-builder.sh: line 66: rsync: command not found
the full logfile can be viewed at
http://autobuild.puredata.info/auto-build/2008-11-04/logs/2008-11-04_04.31.…
ls: /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/lib/pd/doc/examples/postlude/*: No such file or directory
ls: /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/lib/pd/doc/manuals/py/scripts/*: No such file or directory
ls: /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/lib/pd/doc/examples/hardware/*: No such file or directory
ls: /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/lib/pd/doc/examples/postlude/*: No such file or directory
ls: /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/lib/pd/doc/manuals/py/scripts/*: No such file or directory
mv -i tarbz2Makefile /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/Makefile
install -d /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local
rm /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/README.txt
rm: cannot remove `/home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/README.txt': No such file or directory
make: [installer_readme] Error 1 (ignored)
sed 's|PACKAGE_NAME|Pd-0.40.3-extended-20081104|' /home/pd/auto-build/pd-extended/packages/linux_make/README > \
/home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/README.txt
install -p /home/pd/auto-build/pd-extended/packages/linux_make/default.pdsettings /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local/lib/pd
mv /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local /home/pd/auto-build/pd-extended/packages/linux_make/build/Pd-0.40.3-extended-20081104
cd /home/pd/auto-build/pd-extended/packages/linux_make/build/ && \
tar cjf Pd-0.40.3-extended-20081104.tar.bz2 Pd-0.40.3-extended-20081104
mv /home/pd/auto-build/pd-extended/packages/linux_make/build/Pd-0.40.3-extended-20081104 /home/pd/auto-build/pd-extended/packages/linux_make/build//usr/local
upload specs linux_make build tar.bz2
Uploading /home/pd/auto-build/pd-extended/packages/linux_make/build/Pd-0.40.3-extended-20081104.tar.bz2
/home/pd/auto-build/pd-extended/scripts/auto-build/pd-extended-auto-builder.sh: line 82: rsync: command not found
the full logfile can be viewed at
http://autobuild.puredata.info/auto-build/2008-11-04/logs/2008-11-04_04.31.…