Hi Gaëtan. On Wed, Aug 13, 2008 at 12:21 AM, Gaëtan Lehmann <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to report a problem with current darcs. Since that patch: > > Tue Aug 12 00:12:09 CEST 2008 Dmitry Kurochkin > <[EMAIL PROTECTED]> > * Rework URL module for multi threading. > > darcs is not able to retrieve itself: > > [EMAIL PROTECTED] src]$ rm -rf darcs-test/ && darcs/darcs get --lazy > http://darcs.net darcs-test > This is the darcs darcs repository. > ********************** > darcs: bug in darcs! > URL.urlThread: same URLs with different parameters > http://darcs.net/_darcs/pristine.hashed/0000001168-f3110304f05a902f430c7587f04e32378125cabe72bdd5e58125a9b252d29407 > > /Users/glehmann/src/darcs-test/_darcs/pristine.hashed/0000001168-f3110304f05a902f430c7587f04e32378125cabe72bdd5e58125a9b252d29407 > at src/URL.hs:124 compiled Aug 12 2008 21:45:17 > I'm unable to check http://darcs.net/maintenance to see if this version is > supported. > If it is supported, please report this to [EMAIL PROTECTED] > If possible include the output of 'darcs --exact-version'. > > David's next patch: > > Tue Aug 12 16:12:20 CEST 2008 David Roundy <[EMAIL PROTECTED]> > * fix breakage in URL. > > doesn't make much difference: > > [EMAIL PROTECTED] src]$ rm -rf darcs-test/ && darcs/darcs get --lazy > http://darcs.net darcs-test > This is the darcs darcs repository. > ********************** > darcs: bug in darcs! > URL.urlThread: same URLs with different parameters > http://darcs.net/_darcs/pristine.hashed/0000000426-9948cc6c8c81b3e59139b58f83ed336364d32add7b919fca488a4afb20beefd8 > > /Users/glehmann/src/darcs-test/_darcs/pristine.hashed/0000000426-9948cc6c8c81b3e59139b58f83ed336364d32add7b919fca488a4afb20beefd8 > at src/URL.hs:125 compiled Aug 12 2008 21:49:35 > I'm unable to check http://darcs.net/maintenance to see if this version is > supported. > If it is supported, please report this to [EMAIL PROTECTED] > If possible include the output of 'darcs --exact-version'. >
Hm... I have just tried "darcs get --lazy http://darcs.net darcs-test" and it works fine. Moreover "darcs get --hashed http://darcs.haskell.org/ghc" works fine as well (issue977). Can you please do "make clean; make" and send me the output of darcs with --debug flag? > > This is on a mac os 10.5 intel using 6.8.2. > I get the same behavior with or without libcurl — excepted that the ctrl-c > has much effect without libcurl. > And I can't build darcs with libwww: And "./configure --with-libwww" runs fine? Perhaps libwww build is broken. I will try to test it tomorrow. Regards, Dmitry > > [EMAIL PROTECTED] darcs]$ make -j2 > perl release/determine_release_state.pl 2.0.2 > release/STATE > rm -f Main.hi Main.o > Linking darcs ... > [ghc] darcsman > compilation IS NOT required > compilation IS NOT required > Undefined symbols: > "_libwww_last_url", referenced from: > _r3aQ_info in URL.o > "_libwww_enable_debug", referenced from: > _URL_zdwccall3_info in URL.o > "_libwww_wait_next_url", referenced from: > _r3aO_info in URL.o > "_libwww_request_url", referenced from: > _r3aI_info in URL.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > Undefined symbols: > "_libwww_last_url", referenced from: > make: *** [darcsman] Error 1 > make: *** Waiting for unfinished jobs.... > _r3aQ_info in URL.o > "_libwww_enable_debug", referenced from: > _URL_zdwccall3_info in URL.o > "_libwww_wait_next_url", referenced from: > _r3aO_info in URL.o > "_libwww_request_url", referenced from: > _r3aI_info in URL.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > make: *** [darcs] Error 1 > > Regards, > > Gaëtan > > -- > Gaëtan Lehmann > Biologie du Développement et de la Reproduction > INRA de Jouy-en-Josas (France) > tel: +33 1 34 65 29 66 fax: 01 34 65 29 09 > http://voxel.jouy.inra.fr http://www.mandriva.org > http://www.itk.org http://www.clavier-dvorak.org > > _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
