Balint Reczey
changed
bug 11896
What |
Removed |
Added |
Status |
UNCONFIRMED
|
CONFIRMED
|
Ever confirmed |
|
1
|
Comment # 1
on bug 11896
from Balint Reczey
The command failing:
./autogen.sh && ./configure && make dist && tar -xf wireshark-2.1.0.tar.bz2 &&
mkdir ws-cmake && cd ws-cmake/ && cmake ../wireshark-2.1.0
...
CMake Error: Attempt to add a custom rule to output
"/home/rbalint/projects/wireshark.git/ws-cmake/run/help/faq.txt.rule" which
already has a custom rule.
-- Configuring incomplete, errors occurred!
See also
"/home/rbalint/projects/wireshark.git/ws-cmake/CMakeFiles/CMakeOutput.log".
See also
"/home/rbalint/projects/wireshark.git/ws-cmake/CMakeFiles/CMakeError.log".
I suggest dropping the make dist target and distributing tarballs created by
git-archive. Such tarballs are being used in Debian for some time.
You are receiving this mail because:
- You are watching all bug changes.