Bug 96748 - kdebindings fails with multiple make jobs
Summary: kdebindings fails with multiple make jobs
Status: RESOLVED DUPLICATE of bug 92362
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: 3.0.2
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-11 01:55 UTC by Eric Sandall
Modified: 2005-06-08 23:19 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Sandall 2005-01-11 01:55:09 UTC
Version:           3.3.2 (using KDE KDE 3.3.2)
Installed from:    Compiled From Sources
Compiler:          gcc 3.3.3 using NPTL glibc 2.3.3
OS:                Linux

$ TMAKEPATH=/usr/share/tmake/lib/linux-g++  ./configure --disable-debug --disable-final --with-distribution --with-arts --without-mcs && make -j2

kalyptus: processing /usr/include/qt/qobjectdefs.h
Generating bindings for smoke language...
Starting writeDoc for qt...
Preparsing...
Skipping union QPDevCmdParam
Writing smokedata.cpp...
Item isn't a known type (type=Item)
QTSFUNC isn't a known type (type=QTSFUNC)
long long isn't a known type (type=Q_INT64)
Q_IPV6ADDR isn't a known type (type=Q_IPV6ADDR)
long long isn't a known type (type=Q_LLONG)
Q_UINT64 isn't a known type (type=Q_UINT64)
long long isn't a known type (type=Q_ULLONG)
QtCleanUpFunction isn't a known type (type=QtCleanUpFunction)
QtMsgHandler isn't a known type (type=QtMsgHandler)
Writing x_*.cpp...
Done.
make[4]: Leaving directory `/usr/src/kdebindings-3.3.2/smoke/qt'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/kdebindings-3.3.2/smoke'
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/kdebindings-3.3.2'
make[1]: Leaving directory `/usr/src/kdebindings-3.3.2'

Continuing with a single `make` works fine.
Comment 1 danarmak 2005-02-06 18:46:11 UTC
Happens again in current cvs. bug 92362 (see my last comment) contains another
report about this and a patch that fixes it. One of these should be closed as
duplicate...
(Sorry, didn't notice this bug when submitting that one)
Comment 2 Dirk Mueller 2005-06-08 23:19:15 UTC

*** This bug has been marked as a duplicate of 92362 ***