From e34011afcc4c0fe550a673d5629eb8be78b4fe4a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 9 May 2008 16:46:40 -0400 Subject: web commit by buo: Response --- doc/bugs/2.45_Compilation_error.mdwn | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'doc/bugs') diff --git a/doc/bugs/2.45_Compilation_error.mdwn b/doc/bugs/2.45_Compilation_error.mdwn index 82dbc3e45..38026488f 100644 --- a/doc/bugs/2.45_Compilation_error.mdwn +++ b/doc/bugs/2.45_Compilation_error.mdwn @@ -40,4 +40,28 @@ I have perl 5.10.0. Ikiwiki 2.44 compiles fine. Compiling 2.45 fails after 'make >>>>> This is how perl finds IkiWiki.pm here. Note that I've run "make" first. +OK, this is what I'm getting: + + $ perl -Iblib/lib -V + @INC: + blib/lib + /usr/lib/perl5/site_perl/5.10.0 + /usr/share/perl5/site_perl/5.10.0 + /usr/lib/perl5/vendor_perl + /usr/share/perl5/vendor_perl + /usr/share/perl5/vendor_perl + /usr/lib/perl5/core_perl + /usr/share/perl5/core_perl + /usr/lib/perl5/current + /usr/lib/perl5/site_perl/current + +I ran the following in my current 2.45 source dir, where the `make` already succeded. If you need it, I can post the output +in the case where `make` fails. + + $ strace perl -Iblib/lib -e 'use IkiWiki' 2>&1 |grep IkiWiki.pm + stat64("blib/lib/IkiWiki.pmc", 0xbfa6167c) = -1 ENOENT (No such file or directory) + stat64("blib/lib/IkiWiki.pm", {st_mode=S_IFREG|0444, st_size=31901, ...}) = 0 + open("blib/lib/IkiWiki.pm", O_RDONLY|O_LARGEFILE) = 3 + + [[done]] -- cgit v1.2.3 From 21cd34106d4db3543ba3c7740c50415c3bdd7a4e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 12 May 2008 14:10:17 -0400 Subject: response --- doc/bugs/2.45_Compilation_error.mdwn | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/bugs') diff --git a/doc/bugs/2.45_Compilation_error.mdwn b/doc/bugs/2.45_Compilation_error.mdwn index 38026488f..85e6fdeb4 100644 --- a/doc/bugs/2.45_Compilation_error.mdwn +++ b/doc/bugs/2.45_Compilation_error.mdwn @@ -63,5 +63,6 @@ in the case where `make` fails. stat64("blib/lib/IkiWiki.pm", {st_mode=S_IFREG|0444, st_size=31901, ...}) = 0 open("blib/lib/IkiWiki.pm", O_RDONLY|O_LARGEFILE) = 3 +> I need to see it in the case where it's failing. --[[Joey]] [[done]] -- cgit v1.2.3 From bafb2d7b8199977556eed9a630f2a898b6400dfe Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 12 May 2008 16:26:38 -0400 Subject: web commit by http://liw.fi/ --- doc/bugs/poll_plugin:_can__39__t_vote_for_non-ascii_options.mdwn | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/bugs/poll_plugin:_can__39__t_vote_for_non-ascii_options.mdwn (limited to 'doc/bugs') diff --git a/doc/bugs/poll_plugin:_can__39__t_vote_for_non-ascii_options.mdwn b/doc/bugs/poll_plugin:_can__39__t_vote_for_non-ascii_options.mdwn new file mode 100644 index 000000000..66c52ee5d --- /dev/null +++ b/doc/bugs/poll_plugin:_can__39__t_vote_for_non-ascii_options.mdwn @@ -0,0 +1,4 @@ +I don't seem to be able to vote for options that have non-ascii names, using the poll plugin. + +As an example, see http://test.liw.fi/testpoll/index.html: the "red", "green", and "blue" options work fine, but the "ehkä" one does not. +--[liw](http://liw.fi/) -- cgit v1.2.3