/bin/sh: -c: line 1: syntax error: unexpected end of file
configure: error: cannot compute suffix of object files: cannot compile
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/2009-01-01/logs/2009-01-01_06.27.…
/bin/sh: -c: line 1: syntax error: unexpected end of file
configure: error: C++ compiler cannot create executables
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/2009-01-10/logs/2009-01-10_06.28.…
/bin/sh: -c: line 1: syntax error: unexpected end of file
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/2009-01-11/logs/2009-01-11_06.27.…
configure: error: Required header not found: aborting
pdp_packet.c:371: error: 'PDP_DEBUG' undeclared (first use in this function)
pdp_packet.c:371: error: (Each undeclared identifier is reported only once
pdp_packet.c:371: error: for each function it appears in.)
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 /SourceCache/rsync/rsync-35.2/rsync/io.c(452) [receiver=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2009-01-10/logs/2009-01-10_18.52.…
Revision: 10511
http://pure-data.svn.sourceforge.net/pure-data/?rev=10511&view=rev
Author: eighthave
Date: 2009-01-11 01:44:22 +0000 (Sun, 11 Jan 2009)
Log Message:
-----------
fixed O_CREAT issue by adding a mode_t file permission mask of 0600 as third argument. It seems to compile fine on gcc < 4.3
Modified Paths:
--------------
branches/pd-extended/v0-40/externals/pdp/modules/generic/pdp_rawout.c
Modified: branches/pd-extended/v0-40/externals/pdp/modules/generic/pdp_rawout.c
===================================================================
--- branches/pd-extended/v0-40/externals/pdp/modules/generic/pdp_rawout.c 2009-01-11 01:33:43 UTC (rev 10510)
+++ branches/pd-extended/v0-40/externals/pdp/modules/generic/pdp_rawout.c 2009-01-11 01:44:22 UTC (rev 10511)
@@ -138,7 +138,7 @@
/* open pipe */
if (-1 == (pipefd = open(x->x_pipe->s_name, O_WRONLY|O_NONBLOCK|O_APPEND))){
- if (-1 == (pipefd = open(x->x_pipe->s_name, O_WRONLY|O_CREAT))){
+ if (-1 == (pipefd = open(x->x_pipe->s_name, O_WRONLY|O_CREAT, 0600))){
perror(me);
goto exit;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10510
http://pure-data.svn.sourceforge.net/pure-data/?rev=10510&view=rev
Author: eighthave
Date: 2009-01-11 01:33:43 +0000 (Sun, 11 Jan 2009)
Log Message:
-----------
fixed O_CREAT issue by adding a mode_t file permission mask of 0600 as third argument. It seems to compile fine on gcc < 4.3
Modified Paths:
--------------
trunk/externals/pdp/modules/generic/pdp_rawout.c
Modified: trunk/externals/pdp/modules/generic/pdp_rawout.c
===================================================================
--- trunk/externals/pdp/modules/generic/pdp_rawout.c 2009-01-11 00:45:53 UTC (rev 10509)
+++ trunk/externals/pdp/modules/generic/pdp_rawout.c 2009-01-11 01:33:43 UTC (rev 10510)
@@ -138,7 +138,7 @@
/* open pipe */
if (-1 == (pipefd = open(x->x_pipe->s_name, O_WRONLY|O_NONBLOCK|O_APPEND))){
- if (-1 == (pipefd = open(x->x_pipe->s_name, O_WRONLY|O_CREAT))){
+ if (-1 == (pipefd = open(x->x_pipe->s_name, O_WRONLY|O_CREAT, 0600))){
perror(me);
goto exit;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QD.h:25:39: error: CoreGraphics/CoreGraphics.h: No such file or directory
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QDPictToCGContext.h:20:36: error: CoreGraphics/CGContext.h: No such file or directory
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 /SourceCache/rsync/rsync-35.2/rsync/io.c(452) [receiver=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2009-01-10/logs/2009-01-10_18.52.…