Patches item #1604133, was opened at 2006-11-27 23:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1604133&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Thomas Grill (xovo)
Assigned to: Nobody/Anonymous (nobody)
Summary: iemlib1: compilation fixes for Mac/Intel
Initial Comment:
Two things:
- fix for endianness in iemlib.h
- added static keyword for t_class variables in all the files... Apple gcc doesn't like it if it is missing
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1604133&group_…
Bugs item #1595768, was opened at 2006-11-13 09:37
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1595768&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: v0.39.2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: IntelMac Autobuild don't start due to not matching arch
Initial Comment:
The IntelMac auto build from the 12th of nov '06 didn't
start, proberly due to the fact that the arch is
PowerPC and not i386:
file
Pd-0.39.2-extended-2006-11-12.app/Contents/MacOS/Pd-0.39.2-extended-2006-11-12
Pd-0.39.2-extended-2006-11-12.app/Contents/MacOS/Pd-0.39.2-extended-2006-11-12:
Mach-O executable ppc
When run it gives this error:
./Pd-0.39.2-extended-2006-11-12.app/Contents/MacOS/Pd-0.39.2-extended-2006-11-12
Error in startup script: no suitable image found. Did
find:
/path/to/app/Pd-0.39.2-extended-2006-11-12.app/Contents/Resources/bin/libPdTcl.dylib:
mach-o, but wrong architecture
while executing
"load $pd_guidir/bin/libPdTcl.dylib"
invoked from within
"if {$pd_nt == 2} {
# turn on James Tittle II's fast drawing
set tk::mac::useCGDrawing 1
# set minimum line size for anti-aliasing. If set
to ..."
(file
"/path/to/app/Pd-0.39.2-extended-2006-11-12.app/Contents/Resources/Scripts/AppMain.tcl"
line 44)
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2006-11-27 07:35
Message:
Logged In: NO
The same error occurs while running the build from the 21 of november.
These are the only intel mac builds in the build farm.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1595768&group_…
Patches item #1603003, was opened at 2006-11-25 23:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1603003&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: expose sys_register_loader() in header
Initial Comment:
sys_register_loader() is meant to allow people to add new library and class formats to Pd. In order for this to be used, sys_register_loader() needs to be exposed in some header.
This simple patch exposes it in s_stuff.h.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1603003&group_…
Bugs item #1602617, was opened at 2006-11-25 01:56
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602617&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
>Group: v0.40.2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
>Assigned to: Miller Puckette (millerpuckette)
Summary: some small issues in doc/3.audio.examples/
Initial Comment:
Tested with pd-0.40-2 from Miller's site.
D10.sampler.notes.pd
error: ($4: argument number out of range
error: tabread4~: sample0: no such array
error: tabwrite~: sample: no such array
E07.evenodd.pd
error: array1: no such object
error: array1: no such object
error: array1: no such object
E10.complex.FM.pd
error: tabwrite~: E10-signal: no such array
H04.filter.sweep.pd
error: tabread4~: mtof: no such array
H05.filter.floyd.pd
error: 1280-metro: no such object
H15.phaser.pd
error: 1337-pole: no such object
I07.phase.vocoder.pd
error: detune: no such object
J01.even.odd.pd
pd: unknown message DSP 1
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602617&group_…
Bugs item #1602617, was opened at 2006-11-25 06:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602617&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: some small issues in doc/3.audio.examples/
Initial Comment:
Tested with pd-0.40-2 from Miller's site.
D10.sampler.notes.pd
error: ($4: argument number out of range
error: tabread4~: sample0: no such array
error: tabwrite~: sample: no such array
E07.evenodd.pd
error: array1: no such object
error: array1: no such object
error: array1: no such object
E10.complex.FM.pd
error: tabwrite~: E10-signal: no such array
H04.filter.sweep.pd
error: tabread4~: mtof: no such array
H05.filter.floyd.pd
error: 1280-metro: no such object
H15.phaser.pd
error: 1337-pole: no such object
I07.phase.vocoder.pd
error: detune: no such object
J01.even.odd.pd
pd: unknown message DSP 1
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602617&group_…
Bugs item #1602345, was opened at 2006-11-24 10:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602345&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mathieu Bouchard (matju)
Assigned to: Nobody/Anonymous (nobody)
Summary: security vulnerability, giving root access
Initial Comment:
first configure with --enable-setuid or just chmod 4755 pd && chown root pd, which has the same effect.
then load this external called crack.c by making a [crack] box or -lib crack:
#include <unistd.h>
#include <stdio.h>
void crack_setup (void) {
seteuid(0);
fopen("/hax0r","w");
}
An empty file called "hax0r" appears in protected folder "/" even though privileges have been dropped by pd upon startup.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602345&group_…
Greetings all,
After a long hiatus there are four new polyphony
management objects in my folder - and a bugfix for
hasc~ (it wouldn't compile).
sieve
polymap
polystat
maskxor
- are new, and may be useful for more than just poly
stuff.
The helpfile for hasc~ is on the way, since I just
noticed it's not there! On a day when I am teaching
less...
Best,
Ed
->
->
-->
--->
----->
-------->
------------->
--------------------->
"Genius is attention to detail" Louis Pasteur
Send instant messages to your online friends http://uk.messenger.yahoo.com
Bugs item #1602066, was opened at 2006-11-24 02:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602066&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: v0.39.2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: iemgui empty vertical offset crashes X on Linux
Initial Comment:
Steps to crash X windowing system on Linux using Pd:
1. Start X
2. Start Pd
3. Create a new patch
4. Create a new vslider in that patch
5. Open the properties window for that vslider
6. Set the label to x, and delete all text in the y-off field
7. to cause X to crash, click apply
at this point X starts to use 100% CPU and its memory usage shoots up, making the whole machine largely unresponsive and requiring X to be aborted with Ctrl-Alt-Backspace
Pd version 0.39-2
tcl 8.4.9
tk 8.4.9
X.org version 6.8.2
Kernel version 2.6.14-gentoo-r5
ATI proprietary video drivers
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602066&group_…
Bugs item #1602093, was opened at 2006-11-24 04:12
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602093&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: non-executable files installed with executable permissions
Initial Comment:
With pd-0.40-2 from Miller's site:
./configure --enable-jack --prefix=$HOME/puredata-0-40-2 && make && make install
cd $HOME/puredata-0-40-2
find -type f -exec ls -l {} \; | grep "\-rwx" | grep -v "\.pd_linux" | sed "s-^.*\ --g" | grep -v "/bin/" | sort
...gives a list of files that are installed with executable permissions and that are not executable files.
This list is attached.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602093&group_…