Re: [Dillo-dev] dillo 0.8.5 / OpenBSD 3.6 help request
Francis,
[...] In the spirit of the suggestion at http://lists.auriga.wearlab.de/pipermail/dillo-dev/2003-April/000422.html here's a patch which implements a configure --disable-threaded-dns option.
OK. I checked the patch, and recoded it to use D_DNS_THREADED, D_DNS*, and the same "./configure --disable-threaded-dns".
Commited and in CVS now.
Please test it.
Got it, working on it.
Be aware, though, that I'm on Linux here too. If there's someone with a Real Live BSD box they'll be able to do a proper test.
The person who reported bug#703 might be willing and able to work from CVS -- I'll happily contact them and ask, unless you've had a volunteer from the list already.
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.
:)
I'll make a 0.8.6rc1 after receiving your feedback with a view to a next release (its been a long time, and the CVS is stable enough).
One possible caveat -- I've had some trouble with local file browsing using cvs-dillo. strace says the file is being accessed and read, but the contents don't appear on screen.
pkill dillo pkill dpi ./configure && make sudo make install dillo ./dillorc
and the screen stays grey.
It may be a local config issue here; but confirm that it works for you before calling it released!
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...
The person who reported bug#703 might be willing and able to work from CVS -- I'll happily contact them and ask, unless you've had a volunteer from the list already.
Please do so. There're some BSDers on the list, but we need one that doesn't have a reentrant resolver library.
Mail sent.
I'll make a 0.8.6rc1 after receiving your feedback with a view to a next release (its been a long time, and the CVS is stable enough).
One possible caveat -- I've had some trouble with local file browsing using cvs-dillo. strace says the file is being accessed and read, but the contents don't appear on screen.
It may be a local config issue here; but confirm that it works for you before calling it released!
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.
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.
Fresh "cvs update"
./autogen.sh && ./configure && make sudo make install pkill dpi
dillo /tmp/a.txt - blank screen, nothing in url box
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