Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2001 16:15:22 -0800 (PST)
From:      anarcat@tao.ca
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/26136: audio/vorbis-tools does not build
Message-ID:  <200103270015.f2R0FMx81756@freefall.freebsd.org>

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

>Number:         26136
>Category:       ports
>Synopsis:       audio/vorbis-tools does not build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 26 16:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     The Anarcat
>Release:        FreeBSD-BETA
>Organization:
Nada
>Environment:
Recent ports collection (cvsup'd on 20010324)

>Description:
A recent commit broke vorbis-tools port build on FreeBSD 3.4-BETA-20010308.

The problem is with some AC_FUNC_SMMAP macro added. The file is 
patch-aa and the revision is 1.3.

It seems that this SMMAP macro does not exist in -BETA. Maybe it does
in another environment (current?). I don't know anything about it, but
I can deduce from the code that it is a macro that checks for 
shared memory support for mmap(2). It seems the support is there in
-BETA but it's just the autoconf macro missing. 

>How-To-Repeat:
shall# make install clean
===>  Extracting for vorbis-tools-1.0b4_1,1
>Fix:
Back out rev 1.3 of patch-aa and rev 1.2 of patch-ab.

It might also be necessary to back out Makefile 1.6

Another possibility might be to install a workaround based on 
the FreeBSD version. 

I don't know anything about this SMMAP macro. Where is it supposed to be
defined? Shouldn't it be included in the port?

>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for vorbis-tools-1.0beta4.tar.gz.
 ===>   vorbis-tools-1.0b4_1,1 depends on executable: autoconf - found
 ===>   vorbis-tools-1.0b4_1,1 depends on executable: libtool - found
 ===>   vorbis-tools-1.0b4_1,1 depends on shared library: ao.1 - found
 ===>   vorbis-tools-1.0b4_1,1 depends on shared library: ogg.1 - found
 ===>   vorbis-tools-1.0b4_1,1 depends on shared library: vorbis.0 - found
 ===>  Patching for vorbis-tools-1.0b4_1,1
 ===>  Applying FreeBSD patches for vorbis-tools-1.0b4_1,1
 ===>  Configuring for vorbis-tools-1.0b4_1,1
 autoconf: Undefined macros:
 configure.in:70:AC_FUNC_SMMAP
 *** Error code 1
 
 Stop in /usr/ports/audio/vorbis-tools.
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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