Subject: Re: pkg/33710: pango conflicts with freetype-lib
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Casey Carter <rockear@hive-mind.net>
List: pkgsrc-bugs
Date: 06/13/2006 10:20:02
The following reply was made to PR pkg/33710; it has been noted by GNATS.
From: Casey Carter <rockear@hive-mind.net>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: pkg/33710: pango conflicts with freetype-lib
Date: Tue, 13 Jun 2006 00:10:59 -0700
Hi Jeremy, thanks for the response.
> I could not reproduce this.
> I installed graphics/freetype-lib.
> And then I successfully built and installed devel/pango and x11/eterm.
> Are you using pkgsrc stable branch or normal (-current or HEAD of) pkgsrc?
To the best of my knowledge, -current, but I'm relatively new with pkgsrc
and could be mistaken. (Definitely not HEAD, however.) Makefile for pango is
version 1.77, last modified Monday May 29, 17:08:43 2006, if that pins it
down. If there is a definite procedure to tell which branch of pkgsrc it is,
then I can give you a clear answer.
> Have you updated it recently?
Yes. I updated as early as this morning.
> Did you do a "make clean" and "make clean-depends" in each of these
> packages?
Yes on the "make clean", no on the "make clean-depends" -- I didn't know
about that one. Rebuilding now, after a "make clean-depends", the problem
persists -- pango will not build.
> After updating pkgsrc and cleaning up your work directories, please let us
> know how it works.
> If you still reproduce the problem, please show step-by-step on how you
> can do it.
I can still reproduce it with freetype-lib installed. In fact it's quite
clear with my system: if freetype-lib 1.3.1nb3 is installed, pango won't
build; if freetype-lib is absent, pango builds.
This is as step-by-step as I know how to be:
cd /usr/pkgsrc/graphics/freetype-lib; make install
cd /usr/pkgsrc/devel/pango; make
cd /usr/pkgsrc/x11/eterm; make
I captured the result of failed build attempts for pango and eterm. The
pango log is 66 KB, so instead of attaching them to this message, you can
read them here:
<http://www.hive-mind.net/pango-fail-build.txt>
<http://www.hive-mind.net/eterm-fail-build.txt>
If there's any further information I can provide, please let me know.