last 20 errors ----------------------------------------
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
rsync error: error in rsync protocol data stream (code 12) at /home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(632) [receiver=3.0.4]
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
last 15 lines ----------------------------------------
/pd-settings.reg: line 32: loadlib28=jmmmp: command not found
/pd-settings.reg: line 33: loadlib29=ext13: command not found
/pd-settings.reg: line 34: loadlib30=ggee: command not found
/pd-settings.reg: line 35: loadlib31=iem_anything: command not found
/pd-settings.reg: line 36: loadlib32=flib: command not found
/pd-settings.reg: line 37: loadlib33=ekext: command not found
/pd-settings.reg: line 38: loadlib34=flatspace: command not found
/pd-settings.reg: line 39: nloadlib=34: command not found
/pd-settings.reg: line 40: syntax error near unexpected token `;'
/pd-settings.reg: line 40: `; delete any previous loadlib flags'
C:\msys\1.0\home\pd\auto-build\pd-extended\packages\win32_inno>"bin\pd.exe" -font 10 -path "doc\vasp" -lib cyclone -lib Gem -lib OSC -lib vasp -lib xeq -lib xsample -listdev
The system cannot find the path specified.
/pd.ico: ./pd.ico: cannot execute binary file
/pdpatch.ico: ./pdpatch.ico: cannot execute binary file
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2010-03-29/logs/2010-03-29_03.31.…
Revision: 13296
http://pure-data.svn.sourceforge.net/pure-data/?rev=13296&view=rev
Author: zmoelnig
Date: 2010-03-29 07:33:36 +0000 (Mon, 29 Mar 2010)
Log Message:
-----------
explicitely call ::info
in my last checkin i introduced a convenience function ::pdwindow::info to print
messages at "info" level; this conflicts with the use of builtin ::info, if the
latter is not explicitely namespaced.
for now i have fixed the namespace wwhen calling ::info
it would be better to find a nice name for ::pdwindow::info instead - i cannot
think of one...
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/pdwindow.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13295
http://pure-data.svn.sourceforge.net/pure-data/?rev=13295&view=rev
Author: fzotter
Date: 2010-03-29 07:28:46 +0000 (Mon, 29 Mar 2010)
Log Message:
-----------
pseudo-inverse using [mtx_svd] and a regularization parameter (0...1]
Added Paths:
-----------
trunk/externals/iem/iemmatrix/abs/mtx_pseudoinverse.pd
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13294
http://pure-data.svn.sourceforge.net/pure-data/?rev=13294&view=rev
Author: eighthave
Date: 2010-03-28 18:00:29 +0000 (Sun, 28 Mar 2010)
Log Message:
-----------
checking in updated portaudio code to try to fix Mac OS X 10.6 issues, and perhaps also Win64 issues, using the tarball pa_snapshot.tgz created Friday, 26-Mar-2010 21:37:03 PDT
Modified Paths:
--------------
branches/pd-extended/0.42/pd/portaudio/include/pa_win_waveformat.h
branches/pd-extended/0.42/pd/portaudio/src/common/pa_converters.c
branches/pd-extended/0.42/pd/portaudio/src/common/pa_debugprint.c
branches/pd-extended/0.42/pd/portaudio/src/common/pa_memorybarrier.h
branches/pd-extended/0.42/pd/portaudio/src/common/pa_ringbuffer.c
branches/pd-extended/0.42/pd/portaudio/src/common/pa_ringbuffer.h
branches/pd-extended/0.42/pd/portaudio/src/hostapi/asio/pa_asio.cpp
branches/pd-extended/0.42/pd/portaudio/src/hostapi/coreaudio/pa_mac_core.c
branches/pd-extended/0.42/pd/portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.c
branches/pd-extended/0.42/pd/portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.h
branches/pd-extended/0.42/pd/portaudio/src/hostapi/dsound/pa_win_ds.c
branches/pd-extended/0.42/pd/portaudio/src/hostapi/dsound/pa_win_ds_dynlink.c
branches/pd-extended/0.42/pd/portaudio/src/hostapi/dsound/pa_win_ds_dynlink.h
branches/pd-extended/0.42/pd/portaudio/src/hostapi/wmme/pa_win_wmme.c
branches/pd-extended/0.42/pd/portaudio/src/os/win/pa_win_hostapis.c
branches/pd-extended/0.42/pd/portaudio/src/os/win/pa_win_util.c
branches/pd-extended/0.42/pd/portaudio/src/os/win/pa_win_wdmks_utils.c
branches/pd-extended/0.42/pd/portaudio/src/os/win/pa_x86_plain_converters.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13293
http://pure-data.svn.sourceforge.net/pure-data/?rev=13293&view=rev
Author: eighthave
Date: 2010-03-27 18:19:19 +0000 (Sat, 27 Mar 2010)
Log Message:
-----------
backported the pd-gui-rewrite-0.43 help browser and got it loading and navigating. It doesn't open patches yet tho
Modified Paths:
--------------
branches/pd-extended/0.42/pd/src/pd.tk
Added Paths:
-----------
branches/pd-extended/0.42/pd/src/helpbrowser.tcl
branches/pd-extended/0.42/pd/src/pkgIndex.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13292
http://pure-data.svn.sourceforge.net/pure-data/?rev=13292&view=rev
Author: mrpeach
Date: 2010-03-27 15:58:59 +0000 (Sat, 27 Mar 2010)
Log Message:
-----------
Added output of IP address of disconnecting client at suggestion of Ivica Ico Bukvic ico(a)vt.edu.
Removed send timeout message since each send is in its own thread and won't cause trouble if it hangs...
Modified Paths:
--------------
trunk/externals/mrpeach/net/tcpserver-help.pd
trunk/externals/mrpeach/net/tcpserver.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13291
http://pure-data.svn.sourceforge.net/pure-data/?rev=13291&view=rev
Author: zmoelnig
Date: 2010-03-27 08:55:17 +0000 (Sat, 27 Mar 2010)
Log Message:
-----------
no need to lock the entire Pd-process
Modified Paths:
--------------
trunk/externals/iem/iemnet/iemnet.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13290
http://pure-data.svn.sourceforge.net/pure-data/?rev=13290&view=rev
Author: mrpeach
Date: 2010-03-26 18:41:09 +0000 (Fri, 26 Mar 2010)
Log Message:
-----------
Sends all bytes in one block in a single thread, blocks further sends if one doesn't work until [unblock( message received.
Removed [receive(, [recv(, [timeout( message methods as they are not relevant.
Modified Paths:
--------------
trunk/externals/mrpeach/net/tcpclient-help.pd
trunk/externals/mrpeach/net/tcpclient.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13289
http://pure-data.svn.sourceforge.net/pure-data/?rev=13289&view=rev
Author: zmoelnig
Date: 2010-03-26 14:36:12 +0000 (Fri, 26 Mar 2010)
Log Message:
-----------
iemnet-meta.pd is needed for "make dist"
this should be properly documented within the Makefile...
Added Paths:
-----------
trunk/externals/iem/iemnet/iemnet-meta.pd
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13288
http://pure-data.svn.sourceforge.net/pure-data/?rev=13288&view=rev
Author: zmoelnig
Date: 2010-03-26 14:35:56 +0000 (Fri, 26 Mar 2010)
Log Message:
-----------
make cleaner
Modified Paths:
--------------
trunk/externals/iem/iemnet/Makefile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.