Re: [Dillo-dev] dillo 0.8.5 / OpenBSD 3.6 help request

Francis,
Please do so. There're some BSDers on the list, but we need one that doesn't have a reentrant resolver library.
For what it's worth, though, the code looks right.
:)
It works here. Note: while typing fast I managed to "reproduce" the bug, but it was because I standed on src/ while doing make, and "dillorc" is in "../" from there! :-) If you find a way to reproduce the bug, it should be tackled before the release.
More when I've played with new-CVS a bit.
Good! -- Cheers Jorge.-

On Wed, Mar 15, 2006 at 04:22:17PM -0400, Jorge Arellano Cid wrote:
Please test it. Got it, working on it.
I can happily set and unset the define, and it works both ways for me here. We'll get a better test somewhere else...
Mail sent.
Still broken for me. Fresh "cvs update" ./autogen.sh && ./configure && make sudo make install pkill dpi dillo /tmp/a.txt - blank screen, nothing in url box strace -f -F -o dillo.str dillo /tmp/a.txt 2>&1 | tee dillo.out - same thing. dillo.str shows not a lot obviously different from a working 0.8.5 equivalent; dillo.out has : main.c:328: main: get_command failed : Dpi_parse_token: [<dpi cmd='start_send_page' url='file:/tmp/a.txt'>] Dpi: [Dpi_process_io] IOClose in 0.8.5 but only : main.c:362: main: get_command failed : Dpi: [Dpi_process_io] IOClose in 0.8.6-pre for me. It's working for you, so unless someone else shouts I'll presume I've broken something on my setup (which is not unusual :-) f -- Francis Daly francis@daoine.org

On Wed, Mar 15, 2006 at 10:24:31PM +0000, Francis Daly wrote: Panic over. All working now.
It's working for you, so unless someone else shouts I'll presume I've broken something on my setup (which is not unusual :-)
That was it. My new dillo was talking to my old dpi; the command did not have the terminating [sp]'>, so was never recognised. Whatever my new dpis were doing, it wasn't "being installed and used". I'm not sure how it got into that state, but "rm -rf /usr/local/lib/dillo/dpi" helped get it out. You may release ;-) f -- Francis Daly francis@daoine.org
participants (2)
-
Francis Daly
-
Jorge Arellano Cid