From nobody@FreeBSD.org  Sun Sep  8 16:18:21 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5EB7037B400
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  8 Sep 2002 16:18:21 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 13A0143E3B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  8 Sep 2002 16:18:21 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g88NIKOT085803
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 8 Sep 2002 16:18:20 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g88NIKqr085802;
	Sun, 8 Sep 2002 16:18:20 -0700 (PDT)
Message-Id: <200209082318.g88NIKqr085802@www.freebsd.org>
Date: Sun, 8 Sep 2002 16:18:20 -0700 (PDT)
From: Steve Davidson <stevedav@pacbell.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mpg123 fails to build on FBSD 4.6.2R
X-Send-Pr-Version: www-1.0

>Number:         42566
>Category:       ports
>Synopsis:       mpg123 fails to build on FBSD 4.6.2R
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    des
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 08 16:20:01 PDT 2002
>Closed-Date:    Wed Oct 30 07:37:40 PST 2002
>Last-Modified:  Wed Oct 30 07:37:40 PST 2002
>Originator:     Steve Davidson
>Release:        FreeBSD 4.6.2R
>Organization:
>Environment:
FreeBSD 4.6.2R fresh install
cvsup ports collection (on Sun Sept 08, 2002 @ 11am PST)
PORTNAME=       mpg123
PORTVERSION=    0.59r
PORTREVISION=   8




>Description:
mpg123 fails to build.  
>How-To-Repeat:
/usr/ports/audio/mpg123
make
[...]
    ===>  Extracting for mpg123-esound-0.59r_8
>Fix:
Fix the port.      
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->des 
Responsible-Changed-By: dinoex 
Responsible-Changed-When: Mon Sep 9 12:47:51 PDT 2002 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42566 
State-Changed-From-To: open->closed 
State-Changed-By: des 
State-Changed-When: Wed Oct 30 07:37:39 PST 2002 
State-Changed-Why:  
Fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42566 
>Unformatted:
 >> Checksum OK for mpg123-0.59r-pl1.tar.gz.
 >> Checksum OK for mpg123-059r-v6-20000713b.diff.gz.
 >> Checksum OK for mpg123-059r-recode-20010410.diff.gz.
 >> Checksum OK for l3.diff.gz.
 ===>   mpg123-esound-0.59r_8 depends on shared library: esd.2 - found
 ===>  Patching for mpg123-esound-0.59r_8
 ===>  Applying distribution patches for mpg123-esound-0.59r_8
 ===>  Applying FreeBSD patches for mpg123-esound-0.59r_8
 ===>  Configuring for mpg123-esound-0.59r_8
 ===>  Building for mpg123-esound-0.59r_8
 make AUDIO_LIB='-lesd -laudiofile'  OBJECTS='decode_i386.o dct64_i386.c audio_esd.o term.o'  mpg123-make
 cc -O -pipe   -DINET6 -Wall -ansi -pedantic -funroll-all-loops -ffast-math -fomit-frame-pointer  -DROT_I386 -DI386_ASSEM -DREAL_IS_FLOAT  -DREAD_MMAP -DUSE_MMAP -DOSS -DTERM_CONTROL -c mpg123.c
 cc -O -pipe   -DINET6 -Wall -ansi -pedantic -funroll-all-loops -ffast-math -fomit-frame-pointer  -DROT_I386 -DI386_ASSEM -DREAL_IS_FLOAT  -DREAD_MMAP -DUSE_MMAP -DOSS -DTERM_CONTROL -c common.c
 cc -O -pipe   -DINET6 -Wall -ansi -pedantic -funroll-all-loops -ffast-math -fomit-frame-pointer  -DROT_I386 -DI386_ASSEM -DREAL_IS_FLOAT  -DREAD_MMAP -DUSE_MMAP -DOSS -DTERM_CONTROL -c decode_i386.c
 cc -O -pipe   -DINET6 -Wall -ansi -pedantic -funroll-all-loops -ffast-math -fomit-frame-pointer  -DROT_I386 -DI386_ASSEM -DREAL_IS_FLOAT  -DREAD_MMAP -DUSE_MMAP -DOSS -DTERM_CONTROL -c audio_esd.c
 audio_esd.c:1: esd.h: No such file or directory
 audio_esd.c: In function `audio_open':
 audio_esd.c:16: syntax error before `format'
 audio_esd.c:21: `esd_server_info_t' undeclared (first use in this function)
 audio_esd.c:21: (Each undeclared identifier is reported only once
 audio_esd.c:21: for each function it appears in.)
 audio_esd.c:21: `info' undeclared (first use in this function)
 audio_esd.c:21: warning: statement with no effect
 audio_esd.c:22: syntax error before `fmt'
 audio_esd.c:24: warning: implicit declaration of function `esd_open_sound'
 audio_esd.c:26: warning: implicit declaration of function `esd_get_server_info'
 audio_esd.c:28: `fmt' undeclared (first use in this function)
 audio_esd.c:29: warning: implicit declaration of function `esd_free_server_info'
 audio_esd.c:30: warning: implicit declaration of function `esd_close'
 audio_esd.c:34: `esd_audio_rate' undeclared (first use in this function)
 audio_esd.c:35: `esd_audio_format' undeclared (first use in this function)
 audio_esd.c:38: `ESD_MASK_BITS' undeclared (first use in this function)
 audio_esd.c:38: `ESD_BITS16' undeclared (first use in this function)
 audio_esd.c:40: `ESD_MASK_CHAN' undeclared (first use in this function)
 audio_esd.c:52: `format' undeclared (first use in this function)
 audio_esd.c:54: `ESD_BITS8' undeclared (first use in this function)
 audio_esd.c:67: `ESD_MONO' undeclared (first use in this function)
 audio_esd.c:69: `ESD_STEREO' undeclared (first use in this function)
 audio_esd.c:78: warning: implicit declaration of function `esd_play_stream_fallback'
 *** Error code 1
 
 Stop in /usr/ports/audio/mpg123/work/mpg123-0.59r.
 *** Error code 1
 
 Stop in /usr/ports/audio/mpg123/work/mpg123-0.59r.
 *** Error code 1
 
 Stop in /usr/ports/audio/mpg123/work/mpg123-0.59r.
 *** Error code 1
 
 Stop in /usr/ports/audio/mpg123.
 ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade26403.0 make
 ** Fix the problem and try again.
 ** The following packages were not installed or upgraded (*:skipped / !:failed)
         ! audio/mpg123  (missing header)
   
