Wireshark-dev: Re: [Wireshark-dev] make debian-package failing
From: Balint Reczey <balint.reczey@xxxxxxxxxxxx>
Date: Fri, 17 Jun 2011 17:27:28 +0200
Hi Peter,If you don't want anything special from trunk, the official Debian packages should work fine:
http://packages.qa.debian.org/w/wireshark.html Others, I propose following the official Debian packages more closely. I can sync them, but I don't want to go against others in the project.If you know about something that is broken in the official packages or something you don't want to see in the upstream packages, please tell me now.
Cheers, Balint On 06/17/2011 05:14 PM, Peter Bond wrote:
Hi all - I'm trying to put together a local build of Wireshark; I've downloaded the 1.6.0 release source and built (and run) OK, but it is falling over during the package creation. A bit of a surprise, as I've done it with previous releases OK. Here's the commands issued to build: svn co http://anonsvn.wireshark.org/wireshark/releases/wireshark-1.6.0 wireshark cd wireshark ./autogen.sh ; ./configure ; make make debian-package ...and the tail end of the build output: ln -s /etc/wireshark/init.lua \ /home/peter/workspace/wireshark/debian/tmp/usr/share/wireshark/init.lua mkdir -p /home/peter/workspace/wireshark/debian/tmp/usr/lib/python2.4/site-packages/ cp /home/peter/workspace/wireshark/tools/wireshark_be.py /home/peter/workspace/wireshark/tools/wireshark_gen.py \ /home/peter/workspace/wireshark/debian/tmp/usr/lib/python2.4/site-packages/ mkdir -p /home/peter/workspace/wireshark/debian/tmp/usr/include/wireshark/ for F in `cat debian/wireshark-dev.header-files`; do \ cp --parents $F /home/peter/workspace/wireshark/debian/tmp/usr/include/wireshark; \ done rm -rf /home/peter/workspace/wireshark/debian/tmp/usr/man dh_installman dh_movefiles dh_movefiles: debian/tmp//usr/lib/wireshark/libwireshark.so.0 not found (supposed to put it in wireshark-common) dh_movefiles: debian/tmp//usr/lib/wireshark/libwireshark.so.0.0.1 not found (supposed to put it in wireshark-common) dh_movefiles: debian/tmp//usr/lib/wireshark/libwiretap.so.0 not found (supposed to put it in wireshark-common) dh_movefiles: debian/tmp//usr/lib/wireshark/libwiretap.so.0.0.1 not found (supposed to put it in wireshark-common) dh_movefiles: debian/tmp//usr/lib/wireshark/libwsutil.so.0 not found (supposed to put it in wireshark-common) dh_movefiles: debian/tmp//usr/lib/wireshark/libwsutil.so.0.0.0 not found (supposed to put it in wireshark-common) make[1]: *** [install] Error 1 make[1]: Leaving directory `/home/peter/workspace/wireshark' dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 The only 2 things I can think of are a) should I have added anything to the configure call or b) have I missed a package dependency? This is Ubuntu 10.10 64 bit, a clean install for this build. Many thanks for any assistance, Peter Bond ___________________________________________________________________________ Sent via: Wireshark-dev mailing list<wireshark-dev@xxxxxxxxxxxxx> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe
- Follow-Ups:
- Re: [Wireshark-dev] make debian-package failing
- From: Peter Bond
- Re: [Wireshark-dev] make debian-package failing
- References:
- [Wireshark-dev] make debian-package failing
- From: Peter Bond
- [Wireshark-dev] make debian-package failing
- Prev by Date: [Wireshark-dev] make debian-package failing
- Next by Date: Re: [Wireshark-dev] make debian-package failing
- Previous by thread: [Wireshark-dev] make debian-package failing
- Next by thread: Re: [Wireshark-dev] make debian-package failing
- Index(es):