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

Re: pbuilder problem



On Thursday 23 November 2006 23:42, Székelyi Szabolcs wrote:
> Luca Bedogni wrote:
> > Hi mentors
> > 	made my first libpackage and the program is the following.
> > When i launch pbuilder on another package that uses my library-package i
> > got that he can't use the include. I use the package from a local
> > repository.
>
> You should add a "Build-Depends" line to the control file of the other
> package. You get errors because the development package containing the
> header files is missing from the jail used to build the package.
>
> For example, if your package is called libfoo (thus you build
> libfoo-dev, too), you should add:
>
> Build-Depends: libfoo-dev
>
> to the debian/control file of the package which fails to build.
>
> This requires that the package libfoo-dev to be available (ie.
> installable) inside the pbuilder jail. You can use the local repository
> for that.

Yes i've done that. In the control file my package build-depends to the 
developement package of the library, and on the pbuilder chroot it install 
it, but after it cannot use that..
This happen only inside pbuilder chroot, outside it doesn't..

Regards
-- 
Debian Powered GNU/Linux User #373118
Bedogni Luca - 	Blog | http://blog.lucabedogni.it
		Site | http://www.lucabedogni.it
Debianizzati - www.debianizzati.org | Founder Member



Reply to: