Subject: port-hpcarm/29511: @SET_MAKE@ needs an operator. NetBSD 2.0, hpcarm port, pkgsrc-2004Q4
To: None <port-hpcarm-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: None <otto.waltari@kolumbus.fi>
List: netbsd-bugs
Date: 02/23/2005 11:49:00
>Number:         29511
>Category:       port-hpcarm
>Synopsis:       @SET_MAKE@ needs an operator. NetBSD 2.0, hpcarm port, pkgsrc-2004Q4
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    port-hpcarm-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 23 11:49:00 +0000 2005
>Originator:     Otto Waltari
>Release:        NetBSD 2.0
>Organization:
>Environment:
NetBSD Weillion 2.0 NetBSD 2.0 (JORNADA728) #7: Mon Feb 21 15:42:44 UTC 2005  otto@Nion:/usr/obj/sys/arch/hpcarm/compile/JORNADA728 hpcarm

>Description:
I've cross compiled the netbsd 2.0 kernel for hpcarm with minor changes in the config. The userland is extracted from the hpcarm sets.

Many sources I try to compile from pkgsrc-2004Q4 fails with the Makefile. Let's have a look at eg. libtool-1.5.10:

After autoconf finishes the building would start.

===> Building for libtool-base-1.5.10nb8
make: "/usr/pkgsrc/devel/libtool-base/work/libtool-1.5.10/Makefile" line 15: Need an operator
make: Fatal errors encountered -- cannot continue

make: stopped in /usr/pkgsrc/devel/libtool-base/work/libtool-1.5.10
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/devel/libtool-base
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/devel/libtool-base
-bash-3.00#


Line 15 in that Makefile is: @SET_MAKE@

Here are some essential files. Ask for more if needed.
http://vectron.homelinux.net:8080/hpcarm/

>How-To-Repeat:
This problem repeats, no matter what. I've done make clean, tried other pkgsrcs and experienced this same problem with NetBSD-current.
>Fix: