View Ticket
Ticket Hash: 6274ce35c3405b1e9156963ed4bd4c2783092d6b
Title: tk build prompts for user input as patch cannot be applied
Status: Open Type: Build Problem
Severity: Critical Priority: Immediate
Subsystem: Tcl Resolution: Open
Last Modified: 2016-09-19 19:48:20
Version Found In: 0.9.5
Description:
Hello Roy, I am trying to build a TclKit with KitCreator on FreeBSD 10 / amd64. During tk build I get the following output in build.log. The last line looks like the patch command is prompting for a user input as it could not apply a provided patch. I am not sure if this is a FreeBSD specific problem. What are possible reasons for this output? I started with a freshly extraced kitcreator (no pre-existing local files etc.).

Best regards,
Matthisa

Note: TCL_VERSION="8.6"
Note: TK_VERSION="8.6"
Applying: /home/mpeterma/kitcreator/kitcreator-0.9.5/tk/patches/all/tk-8.6-fix-shobjidl-bug2a70627a03.diff
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -u tk.orig/win/tkWinDialog.c tk.fixed/win/tkWinDialog.c
|--- tk.orig/win/tkWinDialog.c  2015-03-26 11:59:50 -0700
|+++ tk.fixed/win/tkWinDialog.c 2015-03-26 12:00:02 -0700
--------------------------
Patching file win/tkWinDialog.c using Plan A...
Reversed (or previously applied) patch detected!  Assume -R? [y] 


User Comments:
anonymous added on 2016-09-19 19:48:20:
Forgot to mention... the prompt is in the build.log only. The overall build process gets stuck here:

[mpeterma@x220 kitcreator-0.9.5 ] ./kitcreator 
Building tcl ... done.
Building tclvfs ... failed.
Building zlib ... done.
Building tk ...