ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Debian Package compile problem

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Tue, 13 Oct 2009 13:46:29 +0200
Hi,

I've never had these troubles building on Debian lenny/sid or squeeze/sid.

The error report seems rather strange to me: it looks as if a
hard/softlink was created into /usr/share/misc/ ?
Maybe there's something special with Ubuntu in this matter?
What version of the Wireshark sources are you trying to compile?

Thanx,
Jaap

On Tue, 13 Oct 2009 02:37:32 -0700 (PDT), Sean <yunjnz@xxxxxxxxx> wrote:
> Hi,
> 
> I met problem while compiling debian package under Ubuntu 8.10 with
> command:
> make debian-package
> It seems that the problem is caused by the following line:
>    cp /usr/share/misc/config.guess /usr/share/misc/config.sub .
> in the file debian\rules,
> the compiler complains that the targe file and the source file is the
same
> one,
> after marking this line, the debian package can be compiled
successfully,
> If this is the root cause of the package compilation, is it OK to remove
> this line on the main branch? Or is there any other debian platforms
need
> the copy?
> 
> Thanks & Regards,
> Sean
>