Subject: Re: pkg/32122
To: None <rillig@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-bugs
Date: 11/19/2005 22:25:02
The following reply was made to PR pkg/32122; it has been noted by GNATS.
From: Roland Illig <rillig@NetBSD.org>
To: Duncan Shannon <dshannon@techfluent.com>
Cc: gnats-bugs@netbsd.org
Subject: Re: pkg/32122
Date: Sat, 19 Nov 2005 23:19:27 +0100
Duncan Shannon wrote:
> Hi-
>
> Sorry if this is missing the point, either something actually is wrong,
> or I missed something following the netbsd guide or the netbsd guide is
> missing something.
Hello Duncan,
I see that my answer was a bit brief to you. I'll take some more time
for you. It's no problem at all. Indeed I'm currently very interested in
new users because pkgsrc is a quite complex system and I want to learn
about the typical pitfalls that beginners have. (Especially for
improving the documentation.) So, you're not wasting my time at all.
> http://netbsd.org/guide/en/chap-pack.html#chap-pack-install
>
> I grabbed the tarball on Friday evening. I tried to install apache after
> unpacking the tarball. It failed right away.
I had a look at the tarball myself, and the most interesting file is the
pkgsrc/www/apache2/Makefile.common. The first line of that file is
# $NetBSD: Makefile.common,v 1.19 2005/10/17 10:37:11 tron Exp $
for me. And in line 7 I see APACHE_VERSION=2.0.55. What does your
pkgsrc/www/apache2/Makefile.common look like?
Roland