Re: [Mutt] #2538: "make -j2 dist" does not work (bad dependency?)
#2538: "make -j2 dist" does not work (bad dependency?)
---------------------------------+------------------------------------------
Reporter: vincent@xxxxxxxxxx | Owner: mutt-dev
Type: defect | Status: new
Priority: trivial | Milestone: 1.6
Component: build | Version: cvs
Resolution: | Keywords:
---------------------------------+------------------------------------------
Changes (by louipc):
* cc: louipc (added)
* status: closed => new
* resolution: fixed =>
Comment:
It looks like this bug has resurfaced. I'm using the latest hg checkout
(rev 5766).
{{{
make[4]: Entering directory `/home/louipc/build/mutt-hg/src/mutt-
build/doc'
make[4]: warning: -jN forced in submake: disabling jobserver mode.
(cd .. && make makedoc)
make[4]: Entering directory `/home/louipc/build/mutt-hg/src/mutt-build'
gcc -DPKGDATADIR=\"/usr/share/mutt\" -DSYSCONFDIR=\"/etc\"
-DBINDIR=\"/usr/bin\" -DMUTTLOCALEDIR=\"/usr/share/locale\"
-DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/include -I./intl
-Wall -pedantic -march=i686 -mtune=generic -O2 -pipe -MT makedoc.o -MD -MP
-MF .deps/makedoc.Tpo -c -o makedoc.o makedoc.c
make[5]: Entering directory `/home/louipc/build/mutt-hg/src/mutt-build'
gcc -Wall -pedantic -march=i686 -mtune=generic -O2 -pipe -L/usr/lib -o
makedoc makedoc.o -lgdbm
makedoc.o: file not recognized: File truncated
collect2: ld returned 1 exit status
make[5]: *** [makedoc] Error 1
make[5]: Leaving directory `/home/louipc/build/mutt-hg/src/mutt-build'
make[4]: *** [../makedoc] Error 2
make[4]: Leaving directory `/home/louipc/build/mutt-hg/src/mutt-build/doc'
make[3]: *** [stamp-doc-xml] Error 2
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/makedoc.Tpo .deps/makedoc.Po
gcc -Wall -pedantic -march=i686 -mtune=generic -O2 -pipe -L/usr/lib -o
makedoc makedoc.o -lgdbm
make[4]: Leaving directory `/home/louipc/build/mutt-hg/src/mutt-build'
make[3]: Leaving directory `/home/louipc/build/mutt-hg/src/mutt-build/doc'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/louipc/build/mutt-hg/src/mutt-build/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/louipc/build/mutt-hg/src/mutt-build'
make: *** [all] Error 2
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2538#comment:11>
Mutt <http://www.mutt.org/>
The Mutt mail user agent