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]

build dir != src dir?


Heyho!

Just to make sure nothing fancy happens (b/c I'm building for a few
different archs from the same src dir) I write protected the latter.

binutils-2.11.2 (freshly untarred) gives this in make: [1]

Ok, looking at the mail archive I see this has been reported. But
apparently nothing has come from it. 

I sure did not mess with the timestamps after configure - I just did

tar xzf binutils-2.11.2.tar.gz
cp -a binutils-2.11.2 binutils-2.11.2.orig
chmod -R -w binutils.orig
mkdir build-binutils.native
cd build-binutils.native
../binutils-2.11.2.orig/configure --prefix=<bla>
make

The file system is nfs, the workstation is ntp synced with the nfs
server and has currently a 0.373ms offset - I don't think that would be
the reason.

bye & hand
-- vbi
[and no, nick, I'm a vi person ;-]

[1]
 make[4]: Entering directory
`/home/avbidder/gcc-patch/build-binutils.native/bfd'for file in
archive.c archures.c bfd.c cache.c coffgen.c corefile.c format.c init.c
libbfd.c opncls.c reloc.c section.c syms.c targets.c hash.c linker.c
srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c dwarf2.c cpu-a29k.c
cpu-alpha.c cpu-arc.c [...]
 libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h nlmcode.h nlmswap.h
ns32k.h peicode.h som.h vms.h xcoff-target.h; do echo $file; done | sort
> tmp \
  && mv tmp ../../binutils-2.11.2.orig/bfd/po/SRC-POTFILES.in
mv: cannot create regular file
`../../binutils-2.11.2.orig/bfd/po/SRC-POTFILES.in': Permission denied
make[4]: *** [po/SRC-POTFILES.in] Error 1
make[4]: Leaving directory
`/home/avbidder/gcc-patch/build-binutils.native/bfd'
make[3]: *** [SRC-POTFILES.in] Error 2
make[3]: Leaving directory
`/home/avbidder/gcc-patch/build-binutils.native/bfd/po'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/avbidder/gcc-patch/build-binutils.native/bfd'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory
`/home/avbidder/gcc-patch/build-binutils.native/bfd'
make: *** [all-bfd] Error 2


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