Subject: Re: pkg/31953
To: None <rillig@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-bugs
Date: 10/31/2005 22:55:03
The following reply was made to PR pkg/31953; it has been noted by GNATS.
From: Roland Illig <rillig@NetBSD.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: pkg/31953
Date: Mon, 31 Oct 2005 23:54:05 +0100
Bob Lee wrote:
...
> cd: can't cd to @PREFIX@/lib
> libtool: link: cannot determine absolute directory name of `@PREFIX@/lib'
> make: stopped in /usr/pkgsrc/graphics/cairo/work/cairo-1.0.2/src
...
Thanks for that info. I suspect one of the CONFIGURE_ARGS or MAKE_ENV or
the like contain a bad value. Please download
ftp://ftp.netbsd.org/pub/pkgsrc/misc/rillig/pkgsrc.debug.mk into some
directory of your choice and add the following line to your mk.conf:
.include "${the_directory_of_your_choice}/pkgsrc.debug.mk"
cd /usr/pkgsrc/graphics/cairo
make show-debugging-info
If there is some line containing the string @PREFIX@, we are on the
right way. Then please append the output to this PR, as you did with the
last one. If not, I'm helpless. :)
Roland