pkgsrc-Users archive

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

Re: CVS commit: pkgsrc/graphics/cairo



On Tue, Oct 23, 2012 at 11:56 AM, Thomas Klausner <wiz%netbsd.org@localhost> 
wrote:
> On Tue, Oct 23, 2012 at 10:17:21AM +0200, Jörn Clausen wrote:
>> checking pkg-config is at least version 0.9.0... yes
>> checking for CAIRO... configure: error: Package requirements (cairo >=
>> 1.8.10) were not met:
>
> Take a look at config.log, why exactly the check fails.
> Perhaps it's the same xextproto problem, but this time in the buildlink3.mk.

Sort of...

configure:12740: checking pkg-config is at least version 0.9.0
configure:12743: result: yes
configure:12754: checking for CAIRO
configure:12761: $PKG_CONFIG --exists --print-errors "cairo >= 1.8.10"
Package xextproto was not found in the pkg-config search path.
Perhaps you should add the directory containing `xextproto.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xextproto', required by 'Xext', not found
configure:12764: $? = 1
configure:12777: $PKG_CONFIG --exists --print-errors "cairo >= 1.8.10"
Package xextproto was not found in the pkg-config search path.
Perhaps you should add the directory containing `xextproto.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xextproto', required by 'Xext', not found
configure:12780: $? = 1

configure:12807: error: Package requirements (cairo >= 1.8.10) were not met:

I didn't expect such a difference between the terminal output and the
contents of config.log. Anyway, adding a reference to
"../../x11/xextproto/buildlink3.mk" helped here as well.

-- 
Joern Clausen
http://thebloeg.blogspot.com/
http://www.oe-files.de/photography/


Home | Main Index | Thread Index | Old Index