Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  9 Jan 2008 23:21:16 +0900 (JST)
From:      Koji Yokota <yokota@res.otaru-uc.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/119493: multimedia/mplayer: build fails when audio/libtremor is present on the system
Message-ID:  <20080109142116.24164B829@room520-1.yokota-s.otaru-uc.ac.jp>
Resent-Message-ID: <200801091450.m09Eo0do021861@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         119493
>Category:       ports
>Synopsis:       multimedia/mplayer: build fails when audio/libtremor is present on the system
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 09 14:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Koji Yokota
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
Otaru University of Commerce
>Environment:
System: FreeBSD hoge.otaru-uc.ac.jp 6.2-RELEASE FreeBSD 6.2-RELEASE #3: Thu Dec 28 16:17:05 JST 2006 hoge@hoge.hoge.otaru-uc.ac.jp:/usr/obj/usr/src/sys/SMP i386
	
>Description:
When audio/libtremor is present on the system and therefore it is found during
configuration process, build fails. This is because of a bug in RC2.
libmpcodecs/ad_libvorbis contains:

  #ifdef TREMOR
  #include \<tremor/ivorbiscodec.h>
  #else
  #include \<vorbis/codec.h\>
  #endif

and

  if(vorbis_synthesis(&ov->vb,&op)==0) /* test for success! */
         vorbis_synthesis_blockin(&ov->vd,&ov->vb);

However, vorbis_synthesis() should have three arguments when
tremor/ivorbiscodec.h is used.

Some sort of workaround is required (at least a warning message).

	
>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080109142116.24164B829>