Send Pd-cvs mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.puredata.info/listinfo/pd-cvs
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pd-cvs digest..."
Today's Topics:
1. autobuild: pd-extended ubuntu-maverick-i386 2011-10-10
08.03.30 (Pure Data User)
2. SF.net SVN: pure-data:[15563]
trunk/scripts/check-for-type-punning-warnings .py
([email protected])
3. SF.net SVN: pure-data:[15564] trunk/scripts
([email protected])
4. SF.net SVN: pure-data:[15565] trunk/scripts
([email protected])
5. SF.net SVN: pure-data:[15566]
trunk/scripts/tests/load_every_help.py
([email protected])
6. [git]Pd-extended branch patch_series updated.
cccd0bdf3cd182267c7a6eb942c7d8436f11acfd (Hans-Christoph Steiner)
7. [git]Pd-extended branch master updated.
3f94f02a5421776c2e7d8f7cfffa604c84c389df (Hans-Christoph Steiner)
----------------------------------------------------------------------
Message: 1
Date: Mon, 10 Oct 2011 11:52:50 -0400 (EDT)
From: [email protected] (Pure Data User)
Subject: [PD-cvs] autobuild: pd-extended ubuntu-maverick-i386
2011-10-10 08.03.30
To: [email protected]
Message-ID: <[email protected]>
last 20 errors ----------------------------------------
configure: error: required library 'flite_cmu_us_kal16' not found -- quitting
rsync error: syntax or usage error (code 1) at main.c(1236) [Receiver=3.0.7]
last 15 lines ----------------------------------------
make -C /home/pd/auto-build/pd-extended/externals/pdp
PD_EXECUTABLE="/home/pd/auto-build/pd-extended/pd/src/pd"
make[3]: Entering directory `/home/pd/auto-build/pd-extended/externals/pdp'
Makefile.config:9: *** missing separator. Stop.
make[3]: Leaving directory `/home/pd/auto-build/pd-extended/externals/pdp'
make[2]: *** [/home/pd/auto-build/pd-extended/externals/pdp/pdp.pd_linux] Error
2
make[2]: Leaving directory `/home/pd/auto-build/pd-extended/externals'
make[1]: *** [externals_install] Error 2
make[1]: Leaving directory `/home/pd/auto-build/pd-extended/packages'
make: *** [install] Error 2
ls: cannot access
/home/pd/auto-build/pd-extended/packages/linux_make/./Pd*.deb: No such file or
directory
upload specs linux_make . deb
Uploading
Unexpected local arg: debian
If arg is a remote file/dir, prefix it with a colon (:).
rsync error: syntax or usage error (code 1) at main.c(1236) [Receiver=3.0.7]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2011-10-10/logs/2011-10-10_08.03.30_linux_ubuntu-maverick-i386_pd-extended.txt
------------------------------
Message: 2
Date: Mon, 10 Oct 2011 20:22:40 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15563]
trunk/scripts/check-for-type-punning-warnings .py
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15563
http://pure-data.svn.sourceforge.net/pure-data/?rev=15563&view=rev
Author: eighthave
Date: 2011-10-10 20:22:40 +0000 (Mon, 10 Oct 2011)
Log Message:
-----------
got rsync uplading of log working
Modified Paths:
--------------
trunk/scripts/check-for-type-punning-warnings.py
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 3
Date: Mon, 10 Oct 2011 20:26:21 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15564] trunk/scripts
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15564
http://pure-data.svn.sourceforge.net/pure-data/?rev=15564&view=rev
Author: eighthave
Date: 2011-10-10 20:26:20 +0000 (Mon, 10 Oct 2011)
Log Message:
-----------
updated rsync uploading of log
Modified Paths:
--------------
trunk/scripts/check-for-type-punning-warnings.py
trunk/scripts/load_every_help.py
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 4
Date: Tue, 11 Oct 2011 03:38:46 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15565] trunk/scripts
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15565
http://pure-data.svn.sourceforge.net/pure-data/?rev=15565&view=rev
Author: eighthave
Date: 2011-10-11 03:38:45 +0000 (Tue, 11 Oct 2011)
Log Message:
-----------
refactored load_every_help into two separate support classes: PdTest and TestLog
Added Paths:
-----------
trunk/scripts/tests/
trunk/scripts/tests/load_every_help.py
trunk/scripts/tests/pdtest.py
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 5
Date: Tue, 11 Oct 2011 03:40:09 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15566]
trunk/scripts/tests/load_every_help.py
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15566
http://pure-data.svn.sourceforge.net/pure-data/?rev=15566&view=rev
Author: eighthave
Date: 2011-10-11 03:40:09 +0000 (Tue, 11 Oct 2011)
Log Message:
-----------
remove debug stuff
Modified Paths:
--------------
trunk/scripts/tests/load_every_help.py
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 6
Date: Tue, 11 Oct 2011 05:09:26 +0000
From: "Hans-Christoph Steiner" <[email protected]>
Subject: [PD-cvs] [git]Pd-extended branch patch_series updated.
cccd0bdf3cd182267c7a6eb942c7d8436f11acfd
To: [email protected]
Message-ID: <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Pd-extended".
The branch, patch_series has been updated
via cccd0bdf3cd182267c7a6eb942c7d8436f11acfd (commit)
from 8c47f02f36d0d4ca67851d26014a1f47a2e162be (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cccd0bdf3cd182267c7a6eb942c7d8436f11acfd
Author: Hans-Christoph Steiner <[email protected]>
Date: Tue Oct 11 01:05:41 2011 -0400
REBASE into 'make [import] post only in verbose mode'
updated import to use logpost() from 0.43
-----------------------------------------------------------------------
Summary of changes:
src/import.c | 20 ++++++++------------
1 files changed, 8 insertions(+), 12 deletions(-)
hooks/post-receive
--
Pd-extended
------------------------------
Message: 7
Date: Tue, 11 Oct 2011 05:09:55 +0000
From: "Hans-Christoph Steiner" <[email protected]>
Subject: [PD-cvs] [git]Pd-extended branch master updated.
3f94f02a5421776c2e7d8f7cfffa604c84c389df
To: [email protected]
Message-ID: <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Pd-extended".
The branch, master has been updated
via 3f94f02a5421776c2e7d8f7cfffa604c84c389df (commit)
via cccd0bdf3cd182267c7a6eb942c7d8436f11acfd (commit)
from e689f749c794a7c5b9fef3c3b30b070f016a2f2d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3f94f02a5421776c2e7d8f7cfffa604c84c389df
Merge: e689f74 cccd0bd
Author: Hans-Christoph Steiner <[email protected]>
Date: Tue Oct 11 01:09:03 2011 -0400
Merge branch 'patch_series'
-----------------------------------------------------------------------
Summary of changes:
src/import.c | 20 ++++++++------------
1 files changed, 8 insertions(+), 12 deletions(-)
hooks/post-receive
--
Pd-extended
------------------------------
_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs
End of Pd-cvs Digest, Vol 80, Issue 11
**************************************