NetBSD Problem Report #29411

From www@netbsd.org  Thu Feb 17 05:29:48 2005
Return-Path: <www@netbsd.org>
Received: by narn.netbsd.org (Postfix, from userid 31301)
	id 1199563B844; Thu, 17 Feb 2005 05:29:48 +0000 (UTC)
Message-Id: <20050217052948.1199563B844@narn.netbsd.org>
Date: Thu, 17 Feb 2005 05:29:48 +0000 (UTC)
From: joff@embeddedARM.com
Reply-To: joff@embeddedARM.com
To: gnats-bugs@netbsd.org
Subject: mpg123 for ARM with MPG123_ARM_FIXED64=YES build error
X-Send-Pr-Version: www-1.0

>Number:         29411
>Category:       pkg
>Synopsis:       mpg123 for ARM with MPG123_ARM_FIXED64=YES build error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    martin
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Feb 17 05:30:01 +0000 2005
>Closed-Date:    Sun Aug 13 18:24:26 +0000 2017
>Last-Modified:  Sun Aug 13 18:24:26 +0000 2017
>Originator:     Jesse Off
>Release:        2.99.15
>Organization:
>Environment:
NetBSD ts7200.ts-local.net 2.99.15 NetBSD 2.99.15 (TS7200) #70: Thu Feb  3 22:37:42 MST 2005  joff@sayan.wifi.home:/home/joff/NetBSD-realcvs/obj-evbarm/home/joff/NetBSD-realcvs/src/sys/arch/evbarm/compile/TS7200 evbarm
>Description:

Following error occurs building mpg123 with MPG123_ARM_FIXED64=YES


# ACCEPTABLE_LICENSES=no-commercial-use make
===> Checking for vulnerabilities in mpg123-0.59.18nb7
=> Checksum OK for mpg123/mpg123-0.59r.tar.gz.
=> Checksum OK for mpg123/mpg123-059r-v6-20000713b.diff.gz.
===> Extracting for mpg123-0.59.18nb7
==========================================================================
The following variables will affect the build process of this package,
mpg123-0.59.18nb7.  Their current value is shown below:

        * USE_INET6 = YES

You may want to abort the process now with CTRL-C and change their value
before continuing.  Be sure to run `/usr/bin/make clean' after
the changes.
==========================================================================
===> Patching for mpg123-0.59.18nb7
/bin/ln -s . /mnt/usr/pkgsrc/audio/mpg123/work/mpg123-0.59r/mpg123
===> Applying distribution patches for mpg123-0.59.18nb7
===> Applying pkgsrc patches for mpg123-0.59.18nb7
/bin/rm -f /mnt/usr/pkgsrc/audio/mpg123/work/mpg123-0.59r/mpg123
/bin/cp /mnt/usr/pkgsrc/audio/mpg123/../../audio/mpg123/files/decode_i586_.s /mnt/usr/pkgsrc/audio/mpg123/work/mpg123-0.59r
cd /mnt/usr/pkgsrc/audio/mpg123/work/mpg123-0.59r && /bin/mv decode_i586.s decode_i586.s.orig;  /usr/bin/sed -e 's@^/@#/@g' decode_i586.s.orig > decode_i586.s
===> Overriding tools for mpg123-0.59.18nb7
===> Creating toolchain wrappers for mpg123-0.59.18nb7
===> Configuring for mpg123-0.59.18nb7
===> Building for mpg123-0.59.18nb7
/usr/bin/make CC=cc LDFLAGS=  OBJECTS='decode.o dct64.o audio_sun.o term.o'  CFLAGS='-pipe -Wall -O6 -fomit-frame-pointer  -funroll-all-loops -finline-functions -ffast-math  -march=armv4 -mtune=strongarm110 -mcpu=strongarm110  -DREAL_IS_FIXED_ARMV4 -DUSE_MMAP -DREAD_MMAP  -DTERM_CONTROL -DNETBSD'  mpg123-make
cc -pipe -Wall -O6 -fomit-frame-pointer  -funroll-all-loops -finline-functions -ffast-math  -march=armv4 -mtune=strongarm110 -mcpu=strongarm110  -DREAL_IS_FIXED_ARMV4 -DUSE_MMAP -DREAD_MMAP  -DTERM_CONTROL -DNETBSD  -DINET6 -c mpg123.c
cc1: warning: switch -mcpu=strongarm110 conflicts with -march= switch
mpg123.c:483: warning: initialization makes integer from pointer without a cast
mpg123.h: In function `real_mul':
mpg123.h:108: error: asm-specifier for variable `rv' conflicts with asm clobber list
mpg123.h:108: error: asm-specifier for variable `_x' conflicts with asm clobber list
mpg123.h:108: error: asm-specifier for variable `_y' conflicts with asm clobber list
*** Error code 1

Stop.
make: stopped in /mnt/usr/pkgsrc/audio/mpg123/work/mpg123-0.59r
*** Error code 1

Stop.
make: stopped in /mnt/usr/pkgsrc/audio/mpg123/work/mpg123-0.59r
*** Error code 1

Stop.
make: stopped in /mnt/usr/pkgsrc/audio/mpg123/work/mpg123-0.59r
*** Error code 1

Stop.
make: stopped in /mnt/usr/pkgsrc/audio/mpg123
===>
===> There was an error during the ``build'' phase.
===> Please investigate the following for more information:
===>      * log of the build
===>      * /mnt/usr/pkgsrc/audio/mpg123/work/.work.log
===>
*** Error code 1

Stop.
make: stopped in /mnt/usr/pkgsrc/audio/mpg123
>How-To-Repeat:

>Fix:
Fix inline ARM asm in real_mul() source.  Also, above build log has a gcc warning: "switch -mcpu=strongarm110 conflicts with -march= switch", so should probably remove the -mcpu= and -mtune= since gcc complains and not all ARMs are strongarm CPUs.  Also, the build says USE_INET6 is the only variable effecting the build which is untrue since MPG123_USE_FIXED64 is looked at also.

>Release-Note:

>Audit-Trail:
From: Thomas Klausner <wiz@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29411 CVS commit: pkgsrc/audio/mpg123
Date: Thu, 17 Feb 2005 11:45:49 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	wiz
 Date:		Thu Feb 17 11:45:49 UTC 2005

 Modified Files:
 	pkgsrc/audio/mpg123: Makefile.common

 Log Message:
 Add MPG123_ARM_FIXED64 to BUILD_DEFS.
 Noted by Jesse Off in PR 29411.


 To generate a diff of this commit:
 cvs rdiff -r1.17 -r1.18 pkgsrc/audio/mpg123/Makefile.common

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

Responsible-Changed-From-To: pkg-manager->tron
Responsible-Changed-By: wiz@netbsd.org
Responsible-Changed-When: Mon, 18 Apr 2005 13:37:06 +0000
Responsible-Changed-Why:
Over to mpg123 maintainer.


Responsible-Changed-From-To: tron->port-arm32-maintainer
Responsible-Changed-By: tron@netbsd.org
Responsible-Changed-When: Mon, 18 Apr 2005 13:44:37 +0000
Responsible-Changed-Why:
This really needs to be fixed by an ARM32 expert.


Responsible-Changed-From-To: port-arm32-maintainer->martin
Responsible-Changed-By: reinoud@netbsd.org
Responsible-Changed-When: Sat, 23 Sep 2006 16:17:31 +0000
Responsible-Changed-Why:
As on request :)


State-Changed-From-To: open->closed
State-Changed-By: maya@NetBSD.org
State-Changed-When: Sun, 13 Aug 2017 18:24:26 +0000
State-Changed-Why:
mpg123 was fixed int he meantime and builds on ARM now .if you have further issues feel free to mention them


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.