Subject: Re: pkg/31086
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
List: pkgsrc-bugs
Date: 12/18/2005 00:15:04
The following reply was made to PR pkg/31086; it has been noted by GNATS.
From: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
To: Juan RP <juan@xtrarom.org>
Cc: gnats-bugs@netbsd.org
Subject: Re: pkg/31086
Date: Sun, 18 Dec 2005 09:12:22 +0900
>>>>> In <20051217161419.c6711679.juan@xtrarom.org>
>>>>> Juan RP <juan@xtrarom.org> wrote:
> > Here is a workaround.
> >
> > Index: Makefile
> This is not correct.
Oops. Thank you.
> What version of pkgconfig pkg do you have installed?
$ pkg_info pkg-config
Information for pkg-config-0.20:
...
I removed incorrect pre-configure lines from x11/Xfixes/Makefile, and
still have got same error.
$ cd /usr/pkgsrc/x11/Xfixes
$ sudo bmake all
...
checking for XTHREADS in Xlib... yes
checking for fixesext >= 2.0... Package fixesext was not found in the pkg-config search path. Perhaps you should add the directory containing `fixesext.pc' to the PKG_CONFIG_PATH environment variable No package 'fixesext' found
configure: error: Library requirements (fixesext >= 2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/x11/Xfixes
===>
===> There was an error during the ``configure'' phase.
===> Please investigate the following for more information:
===> * config.log
===> * /usr/pkgsrc/x11/Xfixes/work/.work.log
===>
*** Error code 1
I put .work.log and config.log in
http://heimat.jp/~nakaji/solaris/10/pkgsrc_with_cc/Xfixes/.work.log
and
http://heimat.jp/~nakaji/solaris/10/pkgsrc_with_cc/Xfixes/config.log
--
NAKAJI Hiroyuki