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

Re: make-kpkg



Mirek Kwasniak <mirek@zind.ikem.pwr.wroc.pl> writes:

> My first attempt to make-kpkg:
> 
> $ make-kpkg -revision custom.1.0 kernel_image
> 
> I got endless messages:
> 
>   Max open DLCI (CONFIG_DLCI_COUNT) [24]
> 
>   This is the maximal number of logical point-to-point frame relay
>   connections (the identifiers of which are called DCLIs) that
>   the driver can handle. The default is probably fine.
> 
>   Max open DLCI (CONFIG_DLCI_COUNT) [24]
> 
>   This is the maximal number of logical point-to-point frame relay
>   connections (the identifiers of which are called DCLIs) that
>   the driver can handle. The default is probably fine.
> 
>     .......
> 
> What do I do ?

I had the same problem.
There is a fix to be done in dpkg-gencontrol which changes a line
chown(@fowner, "$fileslistfile.new")
 to
chown(0,0, "$fileslistfile.new")

It was published in this list somewhere around. BTW, Does anyone know wether
this bug was fixed in some new package?

-- 
Alair Pereira do Lago  <alair@ime.usp.br> <http://www.ime.usp.br/~alair>
Computer Science Department -- Universidade de S~ao Paulo -- Brazil


Reply to: