darcs

Issue 1853 darcs convert fails on HEAD > 2.4.4 (Zlib premature end of compressed stream)

Title darcs convert fails on HEAD > 2.4.4 (Zlib premature end of compressed stream)
Priority bug Status duplicate
Milestone Resolved in
Superseder noslurps darcs can create pristine that's missing hashed-files
View: 1860
Nosy List attila.lendvai, dmitry.kurochkin, gh, kowey, mornfall
Assigned To
Topics Regression

Created on 2010-05-27.12:17:12 by gh, last changed 2010-06-06.14:51:53 by mornfall.

Messages
msg11120 (view) Author: gh Date: 2010-05-27.12:17:12
This problem is absent from 2.3.1 and 2.4.4.

Very early during conversion of a hashed mirror of the following
repository http://code.haskell.org/ddc/ddc-head , I get:

lossy conversion of complicated conflict:
merger 0.0 (
hunk ./test/Graphics/N-Body/Boxed/Main.build 6
+
+extra-link-lib-dirs:
+	/usr/X11R6/lib
hunk ./test/Graphics/N-Body/Boxed/Main.build 6
+
+extra-link-lib-dirs:
+	/usr/X11R6/lib
)
lossy conversion of complicated conflict:
merger 0.0 (
hunk ./test/Graphics/N-Body/Unboxed/Main.build 6
+
+extra-link-lib-dirs:
+	/usr/X11R6/lib
hunk ./test/Graphics/N-Body/Unboxed/Main.build 6
+
+extra-link-lib-dirs:
+	/usr/X11R6/lib
)
lossy conversion of complicated conflict:
merger 0.0 (
hunk ./test/Graphics/Simple/Main.build 6
+
+
+extra-link-lib-dirs:
+	/usr/X11R6/lib
hunk ./test/Graphics/Simple/Main.build 6
+
+extra-link-lib-dirs:
+	/usr/X11R6/lib
)
darcs: Codec.Compression.Zlib: premature end of compressed stream


With darcs 2.3.1 and 2.4.4, the lossy conversion happens but darcs
convert continues until the end.
msg11123 (view) Author: attila.lendvai Date: 2010-05-27.13:06:08
i've also seen this on another repo just now.
msg11136 (view) Author: kowey Date: 2010-05-28.14:41:26
Needs investigation.  Guillaume, would you be interested it giving the
new darcs trackdown --bisect a try to see if it tells us anything
interesting?
msg11159 (view) Author: gh Date: 2010-05-29.15:32:51
I took branch-2.4 and pulled non-conflicting patches from HEAD and at
least I can say the folowing is not the problem:

* Reiner's UTF8 patches
* Florent's pul refactor, obliterate -o, fetch patches
* my patch about apply accepting gzipped files (resolve issue 1477)

Pulling more patches lead to conflicts or inconsitent patches.
msg11255 (view) Author: kowey Date: 2010-06-06.11:47:58
Thanks for your debugging steps, Guillaume.  I've created a new ticket
issue1862 and moved your messages 11161-11163 onto there out of a sort
of conservatism.  In these messages you had simplified the repository
somewhat and triggered a new error message.  Out of conservatism, I'm
assuming these are two separate errors for now and we still need to
investigate the original Zlib-related error.

(For the curious, you can still see the messages in this ticket's
history at the bottom, so nothing is really lost).
msg11264 (view) Author: mornfall Date: 2010-06-06.14:51:52
This is really the same as 1862 and 1860. The message is different, but 
the underlying problem is the same.
History
Date User Action Args
2010-05-27 12:17:12ghcreate
2010-05-27 13:06:08attila.lendvaisetnosy: + attila.lendvai
messages: + msg11123
2010-05-28 14:41:26koweysetpriority: bug
status: unknown -> needs-reproduction
messages: + msg11136
nosy: + kowey
2010-05-28 14:41:44koweysettopic: + Regression
2010-05-29 15:32:52ghsetmessages: + msg11159
2010-05-30 11:07:12ghsetmessages: + msg11161
2010-05-30 11:27:43ghsetmessages: + msg11162
2010-05-30 12:38:50ghsetmessages: + msg11163
2010-06-06 11:45:51adminsetmessages: - msg11161, msg11162, msg11163
2010-06-06 11:47:59koweysetmessages: + msg11255
2010-06-06 14:51:53mornfallsetstatus: needs-reproduction -> duplicate
messages: + msg11264
superseder: + noslurps darcs can create pristine that's missing hashed-files
nosy: + mornfall