Dhruva Krishnamurthy said: >>>>>> On Fri, 4 Mar 2005 11:10:39 +0100 (CET), "Matthieu MOY" >>>>>> <[EMAIL PROTECTED]> said: > > mm> Have you tried my branch ? > > mm> [EMAIL PROTECTED]/tla--authinfo-ext--1.4 > > Yes, I downloaded from the link you sent me yesterday. I copied the > extracted folder as src/tla (into Bazar 1.2 release) and built it.
If you replaced the whole directory src/tla, then, you now have mainly a tla instead of bazaar ... > That > was quite tough in itself (I had to link libxml2 as libneon had > unresolved symbols as it used shared object version of libxml2). The libneon.la file generated by libneon's build will tell you what to add to EXTRA_CFLAGS in =build/tla/tla/Makefile. > The function call in pfs-dav.c gets called. I even hard coded the > username and passowrd. ne_set_proxy_auth(answer->sess, dav_client_auth, > proxy_auth); Instead of hardcoding, you should use gdb to check what happens. In particular, try to put a breakpoint on dav_client_auth(), and on the call to ne_set_proxy_auth(). Did you set the http_proxy environment variable ? (without username and password) > What beats me is dav_client_auth() never gets called!! I think that is > where you main changes are present. > The whole thing fails in call to: dav_client_cwd (answer, root_path) in > ne_getmodtime(pfs->sess, dirlisting, &mtime). Can you give the exact command you typed, and the exact answer you got from tla/baz ? Perhaps "strace tla ... | grep ..." can help you also. -- Matthieu _______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
