Subject: pkg/4710: audio/maplay fails to build on non-x86 architecture
To: None <gnats-bugs@gnats.netbsd.org>
From: Steve Allen <allen@wormey.ndip.eskimo.net>
List: netbsd-bugs
Date: 12/17/1997 18:32:03
>Number:         4710
>Category:       pkg
>Synopsis:       maplay fails to build on non-x86 arch, -m486 flag to blame
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin (GNATS administrator)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 17 18:50:01 1997
>Last-Modified:
>Originator:     Steve Allen
>Organization:
I speak only for myself.
>Release:        1.3_BETA
>Environment:
	
System: NetBSD wormey 1.3_BETA NetBSD 1.3_BETA (GENERIC) #51: Sun Nov 30 10:07:10 PST 1997 root2@wormey:/usr/src/sys/arch/mac68k/compile/GENERIC mac68k


>Description:
	audio/maplay will not build on non-x68 platforms because of
	-m486 flag in netbsd config section
>How-To-Repeat:
Script started on Wed Dec 17 18:20:23 1997
# make
>Fix:
Remove the -m486 flag
>Audit-Trail:
>Unformatted:
>> Checksum OK for maplay1_2.tar.Z.
===>  Extracting for maplay-1.2
===>  Patching for maplay-1.2
===>  Applying NetBSD patches for maplay-1.2
===>  Configuring for maplay-1.2
g++ -c -O2 -m486 -DNETBSD  maplay.cc -o maplay.o
cc1plus: Invalid option `486'
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
# exit

Script done on Wed Dec 17 18:21:36 1997