|
From: SourceForge.net <no...@so...> - 2010-10-14 20:41:54
|
Bugs item #3087668, was opened at 2010-10-14 17:41 Message generated for change (Tracker Item Submitted) made by jxonas You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3087668&group_id=1355 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: clisp Group: lisp error Status: Open Resolution: None Priority: 5 Private: No Submitted By: jxonas (jxonas) Assigned to: Bruno Haible (haible) Summary: probe-pathname bug Initial Comment: Platform: Windows 7 Home Premium 32 Whe I got clisp: https://sourceforge.net/project/platformdownload.php?group_id=1355&sel_platform=8418 Output of clisp --version GNU CLISP 2.49 (2010-07-07) (built on STSst063.jenty.by [150.0.0.63]) Software: GNU C 3.4.5 (mingw-vista special r3) gcc -mno-cygwin -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O2 -fexpensive-optimizations -falign-functions=4 -D_WIN32 -DENABLE_UNICODE -I/usr/local/include -DDYNAMIC_FFI -I. -L/usr/local/lib -lintl /usr/local/lib/libreadline.dll.a -L/usr/local/lib -ltermcap /usr/local/lib/libavcall.a /usr/local/lib/libcallback.a -luser32 -lws2_32 -lole32 -loleaut32 -luuid -liconv -L/usr/local/lib -lsigsegv libgnu_cl.a SAFETY=0 HEAPCODES STANDARD_HEAPCODES GENERATIONAL_GC SPVW_BLOCKS SPVW_MIXED TRIVIALMAP_MEMORY libsigsegv 2.8 libiconv 1.13 libreadline 6.0 Features: (READLINE REGEXP SYSCALLS I18N LOOP COMPILER CLOS MOP CLISP ANSI-CL COMMON-LISP LISP=CL INTERPRETER SOCKETS GENERIC-STREAMS LOGICAL-PATHNAMES SCREEN FFI GETTEXT UNICODE BASE-CHAR=CHARACTER PC386 WIN32) C Modules: (clisp i18n syscalls regexp readline) Installation directory: C:\Program Files\clisp-2.49\ User language: ENGLISH Follow how to reproduce the error: [15]> (ext:probe-pathname "c:/i-am-not-here") NIL [16]> (ext:probe-pathname "c:") #P"C:\\home\\jonas\\" ; #P"C:\\home\\jonas\\" ; 3496070011 ; 0 [17]> (ext:probe-pathname "c:/i-am-not-here") NIL [18]> (ext:probe-pathname "c:/") *** - PROBE-PATHNAME: File #P"C:\\" does not exist The following restarts are available: ABORT :R1 Abort main loop Break 1 [19]> :r1 Best, jxonas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3087668&group_id=1355 |
|
From: SourceForge.net <no...@so...> - 2010-10-14 22:13:22
|
Bugs item #3087668, was opened at 2010-10-14 16:41 Message generated for change (Comment added) made by tek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3087668&group_id=1355 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: clisp Group: lisp error Status: Open Resolution: None Priority: 5 Private: No Submitted By: jxonas (jxonas) Assigned to: Bruno Haible (haible) Summary: probe-pathname bug Initial Comment: Platform: Windows 7 Home Premium 32 Whe I got clisp: https://sourceforge.net/project/platformdownload.php?group_id=1355&sel_platform=8418 Output of clisp --version GNU CLISP 2.49 (2010-07-07) (built on STSst063.jenty.by [150.0.0.63]) Software: GNU C 3.4.5 (mingw-vista special r3) gcc -mno-cygwin -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O2 -fexpensive-optimizations -falign-functions=4 -D_WIN32 -DENABLE_UNICODE -I/usr/local/include -DDYNAMIC_FFI -I. -L/usr/local/lib -lintl /usr/local/lib/libreadline.dll.a -L/usr/local/lib -ltermcap /usr/local/lib/libavcall.a /usr/local/lib/libcallback.a -luser32 -lws2_32 -lole32 -loleaut32 -luuid -liconv -L/usr/local/lib -lsigsegv libgnu_cl.a SAFETY=0 HEAPCODES STANDARD_HEAPCODES GENERATIONAL_GC SPVW_BLOCKS SPVW_MIXED TRIVIALMAP_MEMORY libsigsegv 2.8 libiconv 1.13 libreadline 6.0 Features: (READLINE REGEXP SYSCALLS I18N LOOP COMPILER CLOS MOP CLISP ANSI-CL COMMON-LISP LISP=CL INTERPRETER SOCKETS GENERIC-STREAMS LOGICAL-PATHNAMES SCREEN FFI GETTEXT UNICODE BASE-CHAR=CHARACTER PC386 WIN32) C Modules: (clisp i18n syscalls regexp readline) Installation directory: C:\Program Files\clisp-2.49\ User language: ENGLISH Follow how to reproduce the error: [15]> (ext:probe-pathname "c:/i-am-not-here") NIL [16]> (ext:probe-pathname "c:") #P"C:\\home\\jonas\\" ; #P"C:\\home\\jonas\\" ; 3496070011 ; 0 [17]> (ext:probe-pathname "c:/i-am-not-here") NIL [18]> (ext:probe-pathname "c:/") *** - PROBE-PATHNAME: File #P"C:\\" does not exist The following restarts are available: ABORT :R1 Abort main loop Break 1 [19]> :r1 Best, jxonas ---------------------------------------------------------------------- Comment By: Julian Squires (tek) Date: 2010-10-14 18:13 Message: I've submitted a patch for this bug here: https://sourceforge.net/tracker/?func=detail&aid=3087696&group_id=1355&atid=301355 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3087668&group_id=1355 |
|
From: SourceForge.net <no...@so...> - 2010-10-18 02:34:48
|
Bugs item #3087668, was opened at 2010-10-15 06:41 Message generated for change (Comment added) made by ampy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3087668&group_id=1355 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: clisp Group: lisp error >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: jxonas (jxonas) Assigned to: Bruno Haible (haible) Summary: probe-pathname bug Initial Comment: Platform: Windows 7 Home Premium 32 Whe I got clisp: https://sourceforge.net/project/platformdownload.php?group_id=1355&sel_platform=8418 Output of clisp --version GNU CLISP 2.49 (2010-07-07) (built on STSst063.jenty.by [150.0.0.63]) Software: GNU C 3.4.5 (mingw-vista special r3) gcc -mno-cygwin -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O2 -fexpensive-optimizations -falign-functions=4 -D_WIN32 -DENABLE_UNICODE -I/usr/local/include -DDYNAMIC_FFI -I. -L/usr/local/lib -lintl /usr/local/lib/libreadline.dll.a -L/usr/local/lib -ltermcap /usr/local/lib/libavcall.a /usr/local/lib/libcallback.a -luser32 -lws2_32 -lole32 -loleaut32 -luuid -liconv -L/usr/local/lib -lsigsegv libgnu_cl.a SAFETY=0 HEAPCODES STANDARD_HEAPCODES GENERATIONAL_GC SPVW_BLOCKS SPVW_MIXED TRIVIALMAP_MEMORY libsigsegv 2.8 libiconv 1.13 libreadline 6.0 Features: (READLINE REGEXP SYSCALLS I18N LOOP COMPILER CLOS MOP CLISP ANSI-CL COMMON-LISP LISP=CL INTERPRETER SOCKETS GENERIC-STREAMS LOGICAL-PATHNAMES SCREEN FFI GETTEXT UNICODE BASE-CHAR=CHARACTER PC386 WIN32) C Modules: (clisp i18n syscalls regexp readline) Installation directory: C:\Program Files\clisp-2.49\ User language: ENGLISH Follow how to reproduce the error: [15]> (ext:probe-pathname "c:/i-am-not-here") NIL [16]> (ext:probe-pathname "c:") #P"C:\\home\\jonas\\" ; #P"C:\\home\\jonas\\" ; 3496070011 ; 0 [17]> (ext:probe-pathname "c:/i-am-not-here") NIL [18]> (ext:probe-pathname "c:/") *** - PROBE-PATHNAME: File #P"C:\\" does not exist The following restarts are available: ABORT :R1 Abort main loop Break 1 [19]> :r1 Best, jxonas ---------------------------------------------------------------------- Comment By: Arseny Slobodyuk (ampy) Date: 2010-10-18 12:34 Message: thank you for your bug report. the bug has been fixed in the CVS tree. you can either wait for the next release (recommended) or check out the current CVS tree (see http://clisp.cons.org) and build CLISP from the sources (be advised that between releases the CVS tree is very unstable and may not even build on your platform). ---------------------------------------------------------------------- Comment By: Julian Squires (tek) Date: 2010-10-15 08:13 Message: I've submitted a patch for this bug here: https://sourceforge.net/tracker/?func=detail&aid=3087696&group_id=1355&atid=301355 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3087668&group_id=1355 |
|
From: SourceForge.net <no...@so...> - 2010-10-18 22:02:25
|
Bugs item #3087668, was opened at 2010-10-14 16:41 Message generated for change (Comment added) made by sds You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3087668&group_id=1355 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: clisp Group: lisp error >Status: Open Resolution: None Priority: 5 Private: No Submitted By: jxonas (jxonas) >Assigned to: Arseny Slobodyuk (ampy) Summary: probe-pathname bug Initial Comment: Platform: Windows 7 Home Premium 32 Whe I got clisp: https://sourceforge.net/project/platformdownload.php?group_id=1355&sel_platform=8418 Output of clisp --version GNU CLISP 2.49 (2010-07-07) (built on STSst063.jenty.by [150.0.0.63]) Software: GNU C 3.4.5 (mingw-vista special r3) gcc -mno-cygwin -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O2 -fexpensive-optimizations -falign-functions=4 -D_WIN32 -DENABLE_UNICODE -I/usr/local/include -DDYNAMIC_FFI -I. -L/usr/local/lib -lintl /usr/local/lib/libreadline.dll.a -L/usr/local/lib -ltermcap /usr/local/lib/libavcall.a /usr/local/lib/libcallback.a -luser32 -lws2_32 -lole32 -loleaut32 -luuid -liconv -L/usr/local/lib -lsigsegv libgnu_cl.a SAFETY=0 HEAPCODES STANDARD_HEAPCODES GENERATIONAL_GC SPVW_BLOCKS SPVW_MIXED TRIVIALMAP_MEMORY libsigsegv 2.8 libiconv 1.13 libreadline 6.0 Features: (READLINE REGEXP SYSCALLS I18N LOOP COMPILER CLOS MOP CLISP ANSI-CL COMMON-LISP LISP=CL INTERPRETER SOCKETS GENERIC-STREAMS LOGICAL-PATHNAMES SCREEN FFI GETTEXT UNICODE BASE-CHAR=CHARACTER PC386 WIN32) C Modules: (clisp i18n syscalls regexp readline) Installation directory: C:\Program Files\clisp-2.49\ User language: ENGLISH Follow how to reproduce the error: [15]> (ext:probe-pathname "c:/i-am-not-here") NIL [16]> (ext:probe-pathname "c:") #P"C:\\home\\jonas\\" ; #P"C:\\home\\jonas\\" ; 3496070011 ; 0 [17]> (ext:probe-pathname "c:/i-am-not-here") NIL [18]> (ext:probe-pathname "c:/") *** - PROBE-PATHNAME: File #P"C:\\" does not exist The following restarts are available: ABORT :R1 Abort main loop Break 1 [19]> :r1 Best, jxonas ---------------------------------------------------------------------- >Comment By: Sam Steingold (sds) Date: 2010-10-18 18:02 Message: make check gives 1 failure: $ cat tests/path.erg Form: (LET ((F "path-tst-my-file") TN) (UNWIND-PROTECT (PROGN (SETQ TN (TRUENAME (OPEN F :DIRECTION :PROBE :IF-DOES-NOT-EXIST :CREATE))) (MULTIPLE-VALUE-BIND (TN1 _ FWD) (PROBE-PATHNAME F) (LIST (EQUAL TN (PROBE-FILE F)) (EQUAL TN TN1) (= (FILE-WRITE-DATE TN) FWD) (EQUAL TN (PROBE-PATHNAME (CONCATENATE 'STRING F "/"))) (EQUAL TN (PROBE-PATHNAME (CONCATENATE 'STRING F "///")))))) (DELETE-FILE TN))) CORRECT: (T T T T T) CLISP : (T T T NIL NIL) Differ at position 3: T vs NIL CORRECT: (T T) CLISP : (NIL NIL) ---------------------------------------------------------------------- Comment By: Arseny Slobodyuk (ampy) Date: 2010-10-17 22:34 Message: thank you for your bug report. the bug has been fixed in the CVS tree. you can either wait for the next release (recommended) or check out the current CVS tree (see http://clisp.cons.org) and build CLISP from the sources (be advised that between releases the CVS tree is very unstable and may not even build on your platform). ---------------------------------------------------------------------- Comment By: Julian Squires (tek) Date: 2010-10-14 18:13 Message: I've submitted a patch for this bug here: https://sourceforge.net/tracker/?func=detail&aid=3087696&group_id=1355&atid=301355 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3087668&group_id=1355 |
|
From: SourceForge.net <no...@so...> - 2010-10-21 08:30:34
|
Bugs item #3087668, was opened at 2010-10-15 06:41 Message generated for change (Comment added) made by ampy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3087668&group_id=1355 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: clisp Group: lisp error Status: Open Resolution: None Priority: 5 Private: No Submitted By: jxonas (jxonas) Assigned to: Arseny Slobodyuk (ampy) Summary: probe-pathname bug Initial Comment: Platform: Windows 7 Home Premium 32 Whe I got clisp: https://sourceforge.net/project/platformdownload.php?group_id=1355&sel_platform=8418 Output of clisp --version GNU CLISP 2.49 (2010-07-07) (built on STSst063.jenty.by [150.0.0.63]) Software: GNU C 3.4.5 (mingw-vista special r3) gcc -mno-cygwin -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O2 -fexpensive-optimizations -falign-functions=4 -D_WIN32 -DENABLE_UNICODE -I/usr/local/include -DDYNAMIC_FFI -I. -L/usr/local/lib -lintl /usr/local/lib/libreadline.dll.a -L/usr/local/lib -ltermcap /usr/local/lib/libavcall.a /usr/local/lib/libcallback.a -luser32 -lws2_32 -lole32 -loleaut32 -luuid -liconv -L/usr/local/lib -lsigsegv libgnu_cl.a SAFETY=0 HEAPCODES STANDARD_HEAPCODES GENERATIONAL_GC SPVW_BLOCKS SPVW_MIXED TRIVIALMAP_MEMORY libsigsegv 2.8 libiconv 1.13 libreadline 6.0 Features: (READLINE REGEXP SYSCALLS I18N LOOP COMPILER CLOS MOP CLISP ANSI-CL COMMON-LISP LISP=CL INTERPRETER SOCKETS GENERIC-STREAMS LOGICAL-PATHNAMES SCREEN FFI GETTEXT UNICODE BASE-CHAR=CHARACTER PC386 WIN32) C Modules: (clisp i18n syscalls regexp readline) Installation directory: C:\Program Files\clisp-2.49\ User language: ENGLISH Follow how to reproduce the error: [15]> (ext:probe-pathname "c:/i-am-not-here") NIL [16]> (ext:probe-pathname "c:") #P"C:\\home\\jonas\\" ; #P"C:\\home\\jonas\\" ; 3496070011 ; 0 [17]> (ext:probe-pathname "c:/i-am-not-here") NIL [18]> (ext:probe-pathname "c:/") *** - PROBE-PATHNAME: File #P"C:\\" does not exist The following restarts are available: ABORT :R1 Abort main loop Break 1 [19]> :r1 Best, jxonas ---------------------------------------------------------------------- >Comment By: Arseny Slobodyuk (ampy) Date: 2010-10-21 18:30 Message: Fixed this and (probe-pathname "/") on UNIX. ---------------------------------------------------------------------- Comment By: Sam Steingold (sds) Date: 2010-10-19 08:02 Message: make check gives 1 failure: $ cat tests/path.erg Form: (LET ((F "path-tst-my-file") TN) (UNWIND-PROTECT (PROGN (SETQ TN (TRUENAME (OPEN F :DIRECTION :PROBE :IF-DOES-NOT-EXIST :CREATE))) (MULTIPLE-VALUE-BIND (TN1 _ FWD) (PROBE-PATHNAME F) (LIST (EQUAL TN (PROBE-FILE F)) (EQUAL TN TN1) (= (FILE-WRITE-DATE TN) FWD) (EQUAL TN (PROBE-PATHNAME (CONCATENATE 'STRING F "/"))) (EQUAL TN (PROBE-PATHNAME (CONCATENATE 'STRING F "///")))))) (DELETE-FILE TN))) CORRECT: (T T T T T) CLISP : (T T T NIL NIL) Differ at position 3: T vs NIL CORRECT: (T T) CLISP : (NIL NIL) ---------------------------------------------------------------------- Comment By: Arseny Slobodyuk (ampy) Date: 2010-10-18 12:34 Message: thank you for your bug report. the bug has been fixed in the CVS tree. you can either wait for the next release (recommended) or check out the current CVS tree (see http://clisp.cons.org) and build CLISP from the sources (be advised that between releases the CVS tree is very unstable and may not even build on your platform). ---------------------------------------------------------------------- Comment By: Julian Squires (tek) Date: 2010-10-15 08:13 Message: I've submitted a patch for this bug here: https://sourceforge.net/tracker/?func=detail&aid=3087696&group_id=1355&atid=301355 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3087668&group_id=1355 |
|
From: SourceForge.net <no...@so...> - 2010-10-21 15:34:05
|
Bugs item #3087668, was opened at 2010-10-14 16:41 Message generated for change (Comment added) made by sds You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3087668&group_id=1355 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: clisp Group: lisp error >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: jxonas (jxonas) Assigned to: Arseny Slobodyuk (ampy) Summary: probe-pathname bug Initial Comment: Platform: Windows 7 Home Premium 32 Whe I got clisp: https://sourceforge.net/project/platformdownload.php?group_id=1355&sel_platform=8418 Output of clisp --version GNU CLISP 2.49 (2010-07-07) (built on STSst063.jenty.by [150.0.0.63]) Software: GNU C 3.4.5 (mingw-vista special r3) gcc -mno-cygwin -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O2 -fexpensive-optimizations -falign-functions=4 -D_WIN32 -DENABLE_UNICODE -I/usr/local/include -DDYNAMIC_FFI -I. -L/usr/local/lib -lintl /usr/local/lib/libreadline.dll.a -L/usr/local/lib -ltermcap /usr/local/lib/libavcall.a /usr/local/lib/libcallback.a -luser32 -lws2_32 -lole32 -loleaut32 -luuid -liconv -L/usr/local/lib -lsigsegv libgnu_cl.a SAFETY=0 HEAPCODES STANDARD_HEAPCODES GENERATIONAL_GC SPVW_BLOCKS SPVW_MIXED TRIVIALMAP_MEMORY libsigsegv 2.8 libiconv 1.13 libreadline 6.0 Features: (READLINE REGEXP SYSCALLS I18N LOOP COMPILER CLOS MOP CLISP ANSI-CL COMMON-LISP LISP=CL INTERPRETER SOCKETS GENERIC-STREAMS LOGICAL-PATHNAMES SCREEN FFI GETTEXT UNICODE BASE-CHAR=CHARACTER PC386 WIN32) C Modules: (clisp i18n syscalls regexp readline) Installation directory: C:\Program Files\clisp-2.49\ User language: ENGLISH Follow how to reproduce the error: [15]> (ext:probe-pathname "c:/i-am-not-here") NIL [16]> (ext:probe-pathname "c:") #P"C:\\home\\jonas\\" ; #P"C:\\home\\jonas\\" ; 3496070011 ; 0 [17]> (ext:probe-pathname "c:/i-am-not-here") NIL [18]> (ext:probe-pathname "c:/") *** - PROBE-PATHNAME: File #P"C:\\" does not exist The following restarts are available: ABORT :R1 Abort main loop Break 1 [19]> :r1 Best, jxonas ---------------------------------------------------------------------- >Comment By: Sam Steingold (sds) Date: 2010-10-21 11:34 Message: confirmed, thanks! ---------------------------------------------------------------------- Comment By: Arseny Slobodyuk (ampy) Date: 2010-10-21 04:30 Message: Fixed this and (probe-pathname "/") on UNIX. ---------------------------------------------------------------------- Comment By: Sam Steingold (sds) Date: 2010-10-18 18:02 Message: make check gives 1 failure: $ cat tests/path.erg Form: (LET ((F "path-tst-my-file") TN) (UNWIND-PROTECT (PROGN (SETQ TN (TRUENAME (OPEN F :DIRECTION :PROBE :IF-DOES-NOT-EXIST :CREATE))) (MULTIPLE-VALUE-BIND (TN1 _ FWD) (PROBE-PATHNAME F) (LIST (EQUAL TN (PROBE-FILE F)) (EQUAL TN TN1) (= (FILE-WRITE-DATE TN) FWD) (EQUAL TN (PROBE-PATHNAME (CONCATENATE 'STRING F "/"))) (EQUAL TN (PROBE-PATHNAME (CONCATENATE 'STRING F "///")))))) (DELETE-FILE TN))) CORRECT: (T T T T T) CLISP : (T T T NIL NIL) Differ at position 3: T vs NIL CORRECT: (T T) CLISP : (NIL NIL) ---------------------------------------------------------------------- Comment By: Arseny Slobodyuk (ampy) Date: 2010-10-17 22:34 Message: thank you for your bug report. the bug has been fixed in the CVS tree. you can either wait for the next release (recommended) or check out the current CVS tree (see http://clisp.cons.org) and build CLISP from the sources (be advised that between releases the CVS tree is very unstable and may not even build on your platform). ---------------------------------------------------------------------- Comment By: Julian Squires (tek) Date: 2010-10-14 18:13 Message: I've submitted a patch for this bug here: https://sourceforge.net/tracker/?func=detail&aid=3087696&group_id=1355&atid=301355 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3087668&group_id=1355 |