Tcl Source Code

View Ticket
Login
Ticket UUID: 7d0db7c388f52de81faf12da332bc97a24f7b9e5
Title: Occasional build failures with parallel make
Type: Bug Version: tcl-8.6.5
Submitter: yarda Created on: 2016-03-22 17:11:10
Subsystem: 53. Configure and Build Tools Assigned To: jan.nijtmans
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2016-03-23 10:47:36
Resolution: Fixed Closed By: jan.nijtmans
    Closed on: 2016-03-23 10:47:36
Description:
It seems there are missing deps in the Makefile causing occasional build failures with parallel make:
In file included from /builddir/build/BUILD/tcl8.6.4/generic/tclTomMathInt.h:1:0,
                 from /builddir/build/BUILD/tcl8.6.4/generic/tommath.h:1,
                 from /builddir/build/BUILD/tcl8.6.4/libtommath/bn_fast_s_mp_mul_digs.c:1:
/builddir/build/BUILD/tcl8.6.4/generic/tclInt.h:3999:23: fatal error: tclDTrace.h: No such file or directory
 #include "tclDTrace.h"

Original bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=1304799
User Comments: jan.nijtmans added on 2016-03-23 10:47:36:
Fixed now in all active branches.

Thanks for the bug report and fix!

aku added on 2016-03-23 04:25:58:
Fixed syntax error (double-dot in redhat..com) in contact email.

yarda added on 2016-03-22 21:07:44:
New patch attached.

yarda added on 2016-03-22 17:39:48:
As I thought, the patch is not enough, I will provide extended patch.

Attachments: