This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

recent make -j error


Hi,

I started getting errors when building binutils with -j20. Looks like we
try and build chew at least 10 times in parallel :)

This was working OK about a week ago, although that doesnt mean it wasnt
buggy back then of course.

Anton

gcc -c -I.. -I/scratch/anton/toolchain/new3/binutils/src/src/bfd/doc/..
-I/scratch/anton/toolchain/new3/binutils/src/src/bfd/doc/../../include
-I/scratch/anton/toolchain/new3/binutils/src/src/bfd/doc/../../intl
-I../../intl
/scratch/anton/toolchain/new3/binutils/src/src/bfd/doc/chew.c
make[3]: Entering directory
`/scratch/anton/toolchain/new3/binutils/host/bfd/doc'
gcc -c -I.. -I/scratch/anton/toolchain/new3/binutils/src/src/bfd/doc/..
-I/scratch/anton/toolchain/new3/binutils/src/src/bfd/doc/../../include
-I/scratch/anton/toolchain/new3/binutils/src/src/bfd/doc/../../intl
-I../../intl
/scratch/anton/toolchain/new3/binutils/src/src/bfd/doc/chew.c
make[3]: Entering directory
`/scratch/anton/toolchain/new3/binutils/host/bfd/doc'
gcc -c -I.. -I/scratch/anton/toolchain/new3/binutils/src/src/bfd/doc/..
-I/scratch/anton/toolchain/new3/binutils/src/src/bfd/doc/../../include
-I/scratch/anton/toolchain/new3/binutils/src/src/bfd/doc/../../intl
-I../../intl
/scratch/anton/toolchain/new3/binutils/src/src/bfd/doc/chew.c
( rm -f BLD-POTFILES-t BLD-POTFILES \
    && (sed -e '/^#/d' \
            -e '/^[     ]*$/d' \
            -e "s@.*@   ../& \\\\@" <
/scratch/anton/toolchain/new3/binutils/src/src/bfd/po/BLD-POTFILES.in \
        | sed -e '$s/\\$//') > BLD-POTFILES-t \
    && chmod a-w BLD-POTFILES-t \
    && mv BLD-POTFILES-t BLD-POTFILES )
cd .. \
  && CONFIG_FILES=po/Makefile.in:po/Make-in \
     CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating po/Makefile.in
gcc -o chew chew.o
gcc -o chew chew.o
gcc -o chew chew.o
gcc -o chew chew.o
gcc -o chew chew.o
gcc -o chew chew.o
gcc -o chew chew.o
chew.o: file not recognized: File truncated
collect2: ld returned 1 exit status
gcc -o chew chew.o
config.status: executing depfiles commands
gcc -o chew chew.o
gcc -o chew chew.o
make[3]: *** [chew] Error 1
make[3]: Leaving directory
`/scratch/anton/toolchain/new3/binutils/host/bfd/doc'make[2]: ***
[core.texi] Error 2
make[2]: *** Waiting for unfinished jobs....
gcc -o chew chew.o
config.status: executing default commands


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]