[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26354: automake btrf inode problem
From: |
aotto |
Subject: |
bug#26354: automake btrf inode problem |
Date: |
Mon, 3 Apr 2017 22:45:23 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
Hi… an automake build fails with the following error…
libtool: compile: /usr/bin/ccache gcc … -MP -MF
.deps/libmsgque_la-sqlite3.Tpo -c /XXX/libmsgque/../sqlite/sqlite3.c -o
libmsgque_la-sqlite3.o >/dev/null 2>&1
mv -f .deps/libmsgque_la-sqlite3.Tpo .deps/libmsgque_la-sqlite3.Plo
mv: '.deps/libmsgque_la-sqlite3.Tpo' und
'.deps/libmsgque_la-sqlite3.Plo' sind die gleiche Datei (same file)
Makefile:769: recipe for target 'libmsgque_la-sqlite3.lo' failed
make: *** [libmsgque_la-sqlite3.lo] Error 1
XXX/libmsgque> ls -i .deps/libmsgque_la-sqlite3.Tpo
.deps/libmsgque_la-sqlite3.Plo
515890 .deps/libmsgque_la-sqlite3.Plo 515890 .deps/libmsgque_la-sqlite3.Tpo
the problem seems to me that in btrf both files share the SAME inode… !!
515890 !!
→ mv complain about it and build fails…
what can I do… ??
- bug#26354: automake btrf inode problem,
aotto <=