pkgsrc-Users archive

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

Re: problem building x11/xfwp



On Sat, May 24, 2014 at 07:43:40AM -0700, Waitman Gobble wrote:
> I tested by doing 'pkg_delete expat' then a bmake in x11/xlogo.. here is
> the error.
> 
> ====> Creating toolchain wrappers for xlogo-1.0.4nb3
> ERROR: expat>=1.95.7 expat>=1.95.4 is not installed; can't buildlink files.
> *** Error code 1.
> 
> 
> So I reinstall expat..
> pkg_add /z/pkgsrc/packages/textproc/expat-2.1.0.tgz
> and now the x11/xlogo build works.
> 
> I don't see expat in the worksrc files.. so this is coming from somewhere
> else??? I don't believe I saw expat as a requirement in the 'pkgsrc on
> Linux' page, but maybe I missed.

# make show-buildlink3
...
libXft
    fontconfig
...
        expat

So expat is pulled in by fontconfig via libXft.

Does your fontconfig depend on expat, or do you use the native one?
 Thomas


Home | Main Index | Thread Index | Old Index