[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mz/0.39-1 FTBFS on kfreebsd



Hello, 

Cristian Greco <cristian@regolo.cc> wrote:
> could someone please help me with the FTBFS of mz/0.39-1 on kfreebsd?
> 
> The full build log is available at the following page:
> 
> https://buildd.debian.org/fetch.cgi?pkg=mz&arch=kfreebsd-amd64&ver=0.39-1&stamp=1268065600&file=log&as=raw


While building your package the file netpacket/packet.h is not present 
on the kfreebsd system. On my linux-system I can find this file
under /lib/include/netpacket/packet.h (comes with package libc6-dev). 

But on kfreebsd you have package libc0.1-dev, which doesn't have this
file inside. So you must use another header file or disable this code 
use on kfreebsd with:

  #ifdef __freebsd_kernel__
  ...
  #else
  ...
  #endif


Fondest regards,
 Joachim Wiedorn

Attachment: signature.asc
Description: PGP signature


Reply to: