Subject: pkg_install compilation failure
To: None <port-i386@netbsd.org>
From: dkwok <dkwok@iware.com.au>
List: port-i386
Date: 01/17/2003 10:02:53
This is a multi-part message in MIME format.
--------------030900010601050000030309
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

I have downloaded the latest pkgsrc.tar.gz from NetBSD-current.

However when update the pkg_install, it failed to compile. At this is
the first step before any further update can be done to your packages. I
was struck basicly.

The Makefile of the pkg_install had a misssing "}" at the line:

PREFIX:=   ${PKG_TOOLS_BIN:C|/[^/]?bin$||

it should be

PREFIX:=   ${PKG_TOOLS_BIN:C|/[^/]?bin$||}
                                           --

Hope it would be helpful to point this out. The newbie like me would
save a lot of time pulling my hair when it did not work out.

Cheers
David Kwok

--------------030900010601050000030309
Content-Type: message/rfc822;
 name="failure notice"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="failure notice"

  by 192.168.3.3 with SMTP; 16 Jan 2003 22:38:55 -0000
Date: 16 Jan 2003 22:38:49 -0000
From: MAILER-DAEMON@mail.netbsd.org
To: dkwok@iware.com.au
Subject: failure notice

Hi. This is the qmail-send program at mail.netbsd.org.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<potrt-i386@netbsd.org>:
Sorry, no mailbox here by that name. (#5.1.1)

--- Below this line is a copy of the message.

  by mail.netbsd.org with SMTP; 16 Jan 2003 22:38:48 -0000
  by 192.168.3.3 with SMTP; 16 Jan 2003 22:38:27 -0000
Message-ID: <3E273445.6060507@iware.com.au>
Disposition-Notification-To: dkwok <dkwok@iware.com.au>
Date: Fri, 17 Jan 2003 09:37:57 +1100
From: dkwok <dkwok@iware.com.au>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126
MIME-Version: 1.0
To:  potrt-i386@netbsd.org
Subject: Compilation failure - pkgtools/pkg_install
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

I have downloaded the latest pkgsrc.tar.gz from NetBSD-current.

However when update the pkg_install, it failed to compile. At this is 
the first step before any further update can be done to your packages. I 
was struck basicly.

The Makefile of the pkg_install had a misssing "}" at the line:

PREFIX:=   ${PKG_TOOLS_BIN:C|/[^/]?bin$||

it should be

PREFIX:=   ${PKG_TOOLS_BIN:C|/[^/]?bin$||}
                                          --

Hope it would be helpful to point this out. The newbie like me would 
save a lot of time pulling my hair when it did not work out.

Cheers
David Kwok


--------------030900010601050000030309--