Bugs item #1791040, was opened at 2007-09-09 08:57
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1791040&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.42
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Federico Ferri (federico__)
>Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Pd documentation browser has bug with Tcl/TK 8.5
Initial Comment:
after clicking a directory for the first time, selecting another directory on the same level, produces this error:
window name "listbox3-list" already exists in parent
window name "listbox3-list" already exists in parent
while executing
"listbox "[set b "$base.listbox$count"]-list" -yscrollcommand [list "$b-scroll" set] -height 20 -exportselection 0"
(procedure "doc_make_listbox" line 12)
invoked from within
"doc_make_listbox [winfo parent $width] $dir_to_open [incr count]"
(procedure "doc_navigate" line 7)
invoked from within
"doc_navigate /usr/lib/pd/doc/gem/examples 2 .help_browser.frame.listbox2-list 40 111"
(command bound to event)
Pd version: 0.40-3 (vanilla)
Tcl version: 8.5a6
Tk version: 8.5a6
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:29
Message:
fixed with new Help Browser in Pd-extended 0.42 and Pd 0.43
----------------------------------------------------------------------
Comment By: Federico Ferri (federico__)
Date: 2007-09-10 13:41
Message:
Logged In: YES
user_id=1628983
Originator: YES
yeah, that's why I reported Tcl/Tk version.
forgot to say that OS is Linux 2.6 (perhaps not relevant)
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-09-09 12:53
Message:
Logged In: YES
user_id=27104
Originator: NO
This bug is specific to Tcl/Tk 8.5. It works fine on 8.4.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1791040&group_…
Bugs item #1950095, was opened at 2008-04-23 16:39
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1950095&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: None
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: [readanysf~] incompatible with new FLAC API
Initial Comment:
It seems the FLAC API changed recently, making it impossible to compile readanysf~ on GNU/Linux Debian Lenny, and probably other systems too:
./configure && make
[snip]
ReadFlac.cpp: In member function ‘virtual bool ReadFlac::Initialize()’:
ReadFlac.cpp:80: error: ‘FLAC__stream_decoder_set_read_callback’ was not declared in this scope
ReadFlac.cpp:81: error: ‘FLAC__stream_decoder_set_write_callback’ was not declared in this scope
ReadFlac.cpp:83: error: ‘FLAC__stream_decoder_set_metadata_callback’ was not declared in this scope
ReadFlac.cpp:84: error: ‘FLAC__stream_decoder_set_error_callback’ was not declared in this scope
ReadFlac.cpp:85: error: ‘FLAC__stream_decoder_set_client_data’ was not declared in this scope
ReadFlac.cpp:87: error: ‘FLAC__stream_decoder_init’ was not declared in this scope
ReadFlac.cpp: In member function ‘void ReadFlac::ErrorCheck(int)’:
ReadFlac.cpp:273: error: ‘FLAC__STREAM_DECODER_INVALID_CALLBACK’ was not declared in this scope
make[2]: *** [ReadFlac.o] Error 1
make[2]: Leaving directory `/home/claude/src/pure-data/trunk/externals/august/readanysf~/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/claude/src/pure-data/trunk/externals/august/readanysf~'
make: *** [all] Error 2
This might have some useful tips, but I haven't the time at the moment to read it:
http://flac.sourceforge.net/api/group__porting.html
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:26
Message:
There has been a lot of work on readanysf~ recently. Is this still an
issue?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1950095&group_…
Bugs item #2520517, was opened at 2009-01-19 13:11
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2520517&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: None
Status: Open
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Yves Degoyon (sevyves)
Summary: [playlist] in gop crashes when deleted
Initial Comment:
having a "playlist" object in a gop and deleting the containing (gop-enabled) object, crashes Pd.
deleting playlist within the gop and then deleting the gop-object works fine.
backtraces and fixes later, when i find time ;-)
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:24
Message:
This artifact has been marked as a duplicate of artifact 2842897 with
reason:
seems like the same core bug as this
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-01-19 13:54
Message:
hmm, seems to work now (with pd-vanilla and playlist from svn)
it definitely crashed with pd-extended and the giss-pdp-dv.pd patch
probably a problem with compiling against a different version of Pd as
used at runtime...
i'll investigate tomorrow
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2520517&group_…
Bugs item #2507851, was opened at 2009-01-14 15:07
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2507851&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: None
Status: Closed
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Holger (waffenladen)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: messed-up paths with pd_install
Initial Comment:
Since the latest pd-merge, when I do
cd packages/
make pd_install
or
some pd files get installed to double the DESTDIR-path, i. e. packages/build/home/hb/pd-extended/packages/build/usr/lib...
that is because in pd/src/makefile.in all entries getting paths from libpddir are prefixed with $(DESTDIR), but libpddir gets already prefixed with DESTDIR in Makefile.buildlayout...
so I patched pd/src/makefile.in (patch attached). Hope I'm not the only one with this problem...
Cheers,
Holger
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:23
Message:
This artifact has been marked as a duplicate of artifact 2000075 with
reason:
DESTDIR issue fixed
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2507851&group_…
Bugs item #2507851, was opened at 2009-01-14 15:07
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2507851&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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Holger (waffenladen)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: messed-up paths with pd_install
Initial Comment:
Since the latest pd-merge, when I do
cd packages/
make pd_install
or
some pd files get installed to double the DESTDIR-path, i. e. packages/build/home/hb/pd-extended/packages/build/usr/lib...
that is because in pd/src/makefile.in all entries getting paths from libpddir are prefixed with $(DESTDIR), but libpddir gets already prefixed with DESTDIR in Makefile.buildlayout...
so I patched pd/src/makefile.in (patch attached). Hope I'm not the only one with this problem...
Cheers,
Holger
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:23
Message:
This artifact has been marked as a duplicate of artifact 2000075 with
reason:
DESTDIR issue fixed
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2507851&group_…
Bugs item #2000075, was opened at 2008-06-22 12:13
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2000075&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: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Federico Ferri (federico__)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'make install' installs 'lib' directory outside DESTDIR
Initial Comment:
when installing Pd to some PREFIX, but using a different DESTDIR, in order to package the contents, the lib directory gets installed outside the DESTDIR, causing a potential access violation (i.e. when running the install under a sandbox)
practical example:
$ cd pd-0.41-4/src
$ ./configure --prefix=/Applications/PureData
$ make
$ make DESTDIR=/home/me/pd-pkg-temp install
now if I look at the installed files, I find:
$ cd /home/me/pd-pkg-temp
$ find .
.
./bin
./bin/pd
./bin/pdsend
./bin/pdreceive
./man
./man/man1
./man/man1/pdsend.1.gz
./man/man1/pdreceive.1.gz
./man/man1/pd.1.gz
./include
./include/m_pd.h
which is good, but missing the whole 'lib' directory.
the 'lib' directory was installed in /Applications/PureData/lib, not respecting the DESTDIR setting
I could get a "permission denied" error if I didn't have write access to the real /Applications/PureData
(patch 1997142 solves the problem)
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:19
Message:
fixed by the inclusion of patch 1997142
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2000075&group_…
Bugs item #2084665, was opened at 2008-08-30 21:45
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2084665&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.42
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: marius schebella (mariusschebella)
Assigned to: Nobody/Anonymous (nobody)
Summary: change cursor in edit mode
Initial Comment:
this is a small but annoying little bug. when you switch to edit mode (selecting from the menu or by ctrl+e) the mouse cursor does not change immediately from arrow to hand, but only after you move the mouse. I think this should instantly change to give better visual feedback to the user.
this happens at least on 0.40-3 and 0.41-4 (I only had a look at mac os 10.5).
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:16
Message:
This is a bug in Tcl/Tk on Mac OS X, I've tried everything that I could
find to fix it, but no luck.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-22 00:11
Message:
using [console show(---[sys_gui] I tried typing in the command directly to
Tcl/Tk and there was the same effect. It seems that Tcl/Tk doesn't update
the Mac OS X mouse pointer until the mouse moves.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-20 17:50
Message:
Confirmed on Mac OS X 10.5.6/Intel using Pd-vanilla 0.42-4 and Pd version
0.41.4-extended-20090419
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-13 19:21
Message:
I think this is only a problem on Mac OS X. There is a hack in place that
tries to update the cursor, but IIRC, it doesn't seem to work on Mac OS X.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2084665&group_…
Bugs item #2842897, was opened at 2009-08-23 01:25
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2842897&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.42
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Nobody/Anonymous (nobody)
>Summary: GOP with envgen makes pd segfault on patch close
Initial Comment:
create a envgen, connect a bang to it, then connect a inlet to the bang.
inlet--->bang--->envgen
create a graph on parent, and put the envgen in it.
save with the name 'envgenbug'.
now create a object named 'envgenbug' and your graph-on parent object should appear.
now if you remove it it will crash pd.
this bug happends on my OSX installation, linux installation, with different versions of PD, and with a newly compiled envgen external from svn.
so i dont know what the problem is.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:00
Message:
it seems to be related to having the envgen in the GOP, then having some
other object connected to the envgen, and also having the comments present.
Strange bug.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-27 13:23
Message:
ok, that crashes. In the future, please sign in and attach files directly
to this patch report. pastebin is a pain, and the text will disappear
after a while.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-08-27 13:16
Message:
ok here you go:
http://pastebin.com/m614e0f77
hope this helps, sorry if the instructions where bad in the ticket.
so just run the pd_start.pd file and try to remove the object 'foo' and
should crash.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-25 13:05
Message:
I couldn't reproduce on Pd-extended 0.41.4 on Mac OS X 10.5.7/Intel. Can
you post an example patch?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2842897&group_…
Bugs item #2842897, was opened at 2009-08-23 01:25
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2842897&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: None
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: envgen makes pd segfault
Initial Comment:
create a envgen, connect a bang to it, then connect a inlet to the bang.
inlet--->bang--->envgen
create a graph on parent, and put the envgen in it.
save with the name 'envgenbug'.
now create a object named 'envgenbug' and your graph-on parent object should appear.
now if you remove it it will crash pd.
this bug happends on my OSX installation, linux installation, with different versions of PD, and with a newly compiled envgen external from svn.
so i dont know what the problem is.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:00
Message:
it seems to be related to having the envgen in the GOP, then having some
other object connected to the envgen, and also having the comments present.
Strange bug.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-27 13:23
Message:
ok, that crashes. In the future, please sign in and attach files directly
to this patch report. pastebin is a pain, and the text will disappear
after a while.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-08-27 13:16
Message:
ok here you go:
http://pastebin.com/m614e0f77
hope this helps, sorry if the instructions where bad in the ticket.
so just run the pd_start.pd file and try to remove the object 'foo' and
should crash.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-25 13:05
Message:
I couldn't reproduce on Pd-extended 0.41.4 on Mac OS X 10.5.7/Intel. Can
you post an example patch?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2842897&group_…
Patches item #2942881, was opened at 2010-01-30 13:54
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2942881&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: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Andras Muranyi (muranyia)
>Assigned to: IOhannes m zmlnig (zmoelnig)
Summary: hu.po minor update
Initial Comment:
Changed a few of my previous translations upon seeing them at work
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 13:18
Message:
accepted with this commit:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=132…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2942881&group_…