[asterisk-bugs] [Asterisk 0017443]: "make -j X" fails
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jun 2 09:35:47 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17443
======================================================================
Reported By: klaus3000
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17443
Category: Core/BuildSystem
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-06-02 05:06 CDT
Last Modified: 2010-06-02 09:35 CDT
======================================================================
Summary: "make -j X" fails
Description:
When compiling Asterisk with "make -j X" (I always use make -j 3) then the
build process fails on the first time and has to be restarted again.
Seems there is a problem with build order/dependencies.
======================================================================
----------------------------------------------------------------------
(0122769) klaus3000 (reporter) - 2010-06-02 09:35
https://issues.asterisk.org/view.php?id=17443#c122769
----------------------------------------------------------------------
I uploaded the output of building asterisk-trunk. The funny thing is that
it happens only on the first run:
1. ./configure.......OK
2. make -j 3.........FAIL (see end of output file)
3. make -j 3.........OK
4. make distclean....OK
5. ./configure.......OK
6. make -j 3.........OK
When calling make the first time I see that make is doing something for
makeselect and delete the files (see beginning of output).
rm -f main/version.c
rm -f include/asterisk/version.h
rm -f main/version.c
rm -f include/asterisk/version.h
Issue History
Date Modified Username Field Change
======================================================================
2010-06-02 09:35 klaus3000 Note Added: 0122769
======================================================================
More information about the asterisk-bugs
mailing list