Bug ID |
8190
|
Summary |
fail to compile in Debian
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
x86
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Wireshark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
--
I'm using debian here some info about my system.
uname -a
Linux home 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64 GNU/Linux
I just do these steps
sudo aptitude -r install dpatch automake1.9 libc-ares-dev libcap-dev
portaudio19-dev liblua5.1-0-dev libsmi2-dev libgeoip-dev flex xsltproc
docbook-xsl bison libgnutls-dev libkrb5-dev libpcap0.8-dev
to ensure I got Glib y GTK libs
pkg-config glib-2.0 --modversion
pkg-config gtk+-2.0 --modversion
I get a positive answer
next I've downloaded wireshark from SVN trunk
svn co https://anonsvn.wireshark.org/wireshark/trunk/ wireshark-svn
after that going to compile it
dpkg-buildpackage -b -us -uc
but it never compile, I get this log:
user@home:~/sources/svn/wireshark-svn$ sudo dpkg-buildpackage -b -us -uc
dpkg-buildpackage: paquete fuente wireshark
dpkg-buildpackage: versión de las fuentes 1.9.0
dpkg-buildpackage: fuentes modificadas por Wireshark Self-made package
<[email protected]>
dpkg-buildpackage: arquitectura del sistema amd64
dpkg-source --before-build wireshark-svn
debian/rules clean
debian/rules:47: atención: se imponen comandos para el objetivo `patch-stamp'
/usr/share/dpatch/dpatch.make:27: atención: se ignoran las instrucciones viejas
para el objetivo `patch-stamp'
dpatch deapply-all
attempting to revert failed patch 03_preferences from ./:
md5sums match, proceeding ... done (neither success nor failure guaranteed)
rm -rf patch-stamp debian/patched
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
[ ! -f Makefile ] || /usr/bin/make distclean
rm -f rdps wireshark.1 tshark.1 wireshark-filter.4
rm -f conftest conftest.c
rm -f config.guess config.sub config.log
rm -f config.h.in config.h configure
dh_clean
debian/rules build
debian/rules:47: atención: se imponen comandos para el objetivo `patch-stamp'
/usr/share/dpatch/dpatch.make:27: atención: se ignoran las instrucciones viejas
para el objetivo `patch-stamp'
dpatch apply-all
applying patch 03_preferences to ./ ... failed.
make: *** [patch-stamp] Error 1
dpkg-buildpackage: fallo: debian/rules build devolvió un estado de salida de
error 2
I make some google searching and some people is experiencing same situation
https://launchpad.net/~dreibh/+archive/ppa/+build/3959058
https://launchpad.net/~dreibh/+archive/ppa/+build/3991016
You are receiving this mail because:
- You are watching all bug changes.